Skip to content

Instantly share code, notes, and snippets.

@berkedel
Last active February 18, 2016 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkedel/60b8ddf945ec9f25a89f to your computer and use it in GitHub Desktop.
Save berkedel/60b8ddf945ec9f25a89f to your computer and use it in GitHub Desktop.
Setup Arduino for Redbear Duo Development
  1. Download the Arduino IDE, tested with 1.6.7 on OSX and Windows only but Linux should also work.

  2. Start the IDE and from the menu, Preferences, add the following to "Additional Boards Manager URLs" https://redbearlab.github.io/arduino/package_redbear_index.json

  3. From the menu, Tools > Board, select "Boards Manager" and install the RedBear Duo board support package to the IDE.

  4. Connect the Duo to your computer through the USB port of the Duo. Note that, it is not the RBLink's USB port if you are going to use the RBLink for Grove System components, the following photo shows the setup (connected to Grove RGB LED):

    USB Connection

  5. From the menu, Tools > Board, select RedBear Duo under RedBear IoT Boards.

  6. Select the Port under the Tools menu.

  7. From the menu, File > Examples > RedBear_Duo, select the example "Duo_Blink" and upload to the board.

  8. The blue LED (D7) on the board is blinking.

Note:

Firmware Version Arduino Board Package Version
v0.1.1 v0.1.1
v0.2.0 v0.2.1
v0.2.1 v0.2.2
v0.2.2 v0.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment