Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.07 KB

BLEND.md

File metadata and controls

29 lines (26 loc) · 2.07 KB
  • To install the firmware on the RedBear BLEND board,

    • Navigate to the Sketch->Include Library->Manage Libraries menu item and click it Sketch Add Library highlight
    • Enter "BLE SDK" in the "Filter your search" box and select the "BLE SDK for Arduino by RedBearLab" then click "Install" BLEND add BLE SDK
    • Click "close" to return to the Arduino IDE
  • Add the Red Bear site to your Arduino IDE's preferences and install the BLEND board drivers:

    • Navigate to the File->Preferences menu item File Preferences highlight
    • install the BLEND Device's definition to the Arduino IDE Preferences. The [URL to add is[(https://redbearlab.github.io/arduino/package_redbearlab_index.json) Add RedBear Arduino package highlight
    • Add the BLEND Device to the Arduino IDE Board Manager File Boards Manager Highlight
    • Enter RedBear as the search term and click on the "RedBear AVR" board Boards Manager RedBear Search Highlight
    • Click on the "Install" button Boards Manager RedBear Install Highlight
  • Program the BLEND board

    • Tell the Arduino IDE you want to program a BLEND board Board BLEND Highlight
    • Tell the Arduino IDE what port the BLEND board is on. It will report itself as an "Arduino Leonardo" Port Highlight
    • Click the checkmark to upload the firm Upload Firmware Highlight
    • When it succeeds, it will say "Done uploading" Done uploading Highlight