Files necessary to add Konekt Dash and Konekt Dash Pro boards to the Arduino IDE
Needs Arduino IDE version 1.6.5 and up.
To set up the Arduino IDE environment for working with the Konekt Dash and Konekt Dash Pro boards:
- Install Arduino IDE 1.6.5 or later, available here: http://arduino.cc
- Launch Arduino IDE
- In the Arduino IDE, select
Tools
>Board
>Boards Manager
- Click on
Arduino SAM Boards (32-bits ARM Cortex-M3)
and select Version1.6.4
or later, and then clickInstall
(this will install the appropriate GCC compiler tools; note that we use a Cortex-M4 series MCU, but don't let that fool you---you will still get the correct compiler tools) - Copy/extract the files here in this GitHub repo into your Arduino installation's hardware folder (the
konekt.io
folder should be placed directly beneath thehardware
folder) - Exit Arduino IDE completely and restart Arduino IDE
- Select
Boards
>Dash
(orDashPro
) and start programming (see below for instructions)! - Select
Tools
>Programmer
>konekt.io loader
Contained here are instructions for programming the Dash Beta and Dash Pro Beta via Arduino IDE and USB. Be sure to complete the installation instructions (above) first.
- Launch Arduino IDE (version 1.6.5 or later)
- Select
Boards
>Dash
(orDashPro
) and start programming (see below for instructions)! - Select
Tools
>Programmer
>konekt.io loader
- Write your sketch (program) and save the sketch file (see examples)
- Select the
Verify
button in the Arduino IDE - Power-cycle the Konekt Dash (places it in programming mode) and select
Upload
in the Arduino IDE within 10 seconds of power-cycling (the Konekt Dash will flash with a two-blink heartbeat pattern while in programming mode, and will timeout if no program upload begins)
- Launch Arduino IDE (version 1.6.5 or later)
- Select
Boards
>Dash
(orDashPro
) and start programming (see below for instructions)! - Select
Tools
>Programmer
>konekt.io loader
- Write your sketch (program) and save the sketch file (see examples)
- Select the
Verify
button in the Arduino IDE - Press the tiny button on the Konekt Dash Pro nearest to the "U-blox" module (places it in programming mode) and select
Upload
in the Arduino IDE.
Example Arduino sketches can be found at: https://github.com/konektlabs/konekt-dash-arduino-examples
Questions? Chat about Dash Beta and Dash Pro Beta board experiences at: https://community.konekt.io/t/dash-beta-experiences-and-troubleshooting/75/4