If the installer above cannot be run, or if a manual installation is preferred: please follow the Manual Install Instructions
Open the Arduino IDE
Select the ClearCore board in the Arduino IDE. You can select the ClearCore board in two ways:
When ClearCore is connected to your computer via USB, select the board from the drop-down in the top left corner of the Arduino IDE.
If no ClearCore is connected, navigate to the "Tools"->"Board"->"ClearCore"->"Teknic ClearCore".
Once the ClearCore board is selected, you can access over 40 ClearCore board examples by navigating to "File"->"Examples".
Attention
Only reference the examples under sections starting with "ClearCore" (shown in the screenshot below). Arduino IDE may show additional examples (e.g. Ethernet, Firmata, Keyboard, etc.) under "Examples for Teknic ClearCore", but these are not comptabible with ClearCore.
After selecting your desired example, you can upload the program to ClearCore.
Ensure ClearCore is connected to the computer via the USB port.
Click the upload button in the top left corner of the Arduino IDE.
The project will compile, upload, and then begin running on your ClearCore. Notice the 6 I/O LEDs toggling on and off.