This shows you the differences between two versions of the page.
|
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:// | * Product page - [[https:// | ||
| * Official documentation - [[https:// | * Official documentation - [[https:// | ||
| + | |||
| + | To add The Adafruit CLUE as a board in Arduino IDE, go to File -> Preferences, | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | I'm not positive if this step is necessary yet, installing '' | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install python3-pip | ||
| + | python3 -m pip install adafruit-nrfutil | ||
| + | adafruit-nrfutil version | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||