Support for the Adafruit Clue. More...
Support for the Adafruit Clue.
The Adafruit Clue board is an opensource, micro development kit using the nRF52840 SoC. This board provides 802.15.4 and BLE connectivity.
The board detailed description and schematic is available here.
The board is flashed using the adafruit-nrfutil
Python package:
Example with hello-world
application:
The STDIO is directly accessible via the USB port. On a Linux host, it's generally mapped to /dev/ttyACM0
.
Use the term
target to connect to the board serial port
The TERM_DELAY
environment variable can be used to add a delay (in second) before opening the serial terminal. The default value is 2s which should be enough in most of the situations.
Files | |
file | board.h |
Board specific configuration for the Adafruit Clue board. | |
file | gpio_params.h |
Configuration of SAUL mapped GPIO pins. | |
file | periph_conf.h |
Peripheral configuration for the Adafruit Clue board. | |