User Tools

Site Tools


hardware:adafruit:clue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hardware:adafruit:clue [2021/04/05 03:00]
nanodano created
hardware:adafruit:clue [2021/04/05 03:38] (current)
nanodano
Line 3: Line 3:
   * Product page - [[https://www.adafruit.com/product/4500]]   * Product page - [[https://www.adafruit.com/product/4500]]
   * Official documentation - [[https://learn.adafruit.com/adafruit-clue]]   * Official documentation - [[https://learn.adafruit.com/adafruit-clue]]
 +
 +To add The Adafruit CLUE as a board in Arduino IDE, go to File -> Preferences, and add an additional board manager URL for ''https://www.adafruit.com/package_adafruit_index.json''. Then if you go to Tools -> Board -> Board Manager, you can install ''Adafruit nRF52'' which is the one that will add CLUE support. You can also install ''Adafruit AVR'' and ''Adafruit SAMD'' for other boards. When you switch the board to the Adafruit CLUE, go to File -> Examples, and at the bottom of the list you should see many examples specific to the Adafruit CLUE.
 +
 +
 +
 +
 +
 +I'm not positive if this step is necessary yet, installing ''adafruit-nrfutil''.
 +
 +<code bash>
 +sudo apt install python3-pip  # Debian
 +python3 -m pip install adafruit-nrfutil
 +adafruit-nrfutil version
 +</code>
 +
 +
 +
hardware/adafruit/clue.1617591641.txt.gz ยท Last modified: 2021/04/05 03:00 by nanodano