Adafruit Feather nRF52840 Express
View Doxygen Documentation View this board's documentation as generated by Doxygen.
View on GitHub View this board's source code on GitHub.
Support for the Adafruit Feather nRF52840 Express
General information
The Feather nRF52840 Express is a development board from Adafruits Feather board family. It provides native USB support, Bluetooth Low Energy and IEEE 802.15.4 support via the nRF52840 MCU.

Flash the board
Flashing the Feather nRF52840 is described in the common Adafruit nRF52 Bootloader section.
Example with hello-world application:
make BOARD=adafruit-feather-nrf52840-express -C examples/basic/hello-world flashTerminal
To connect a terminal to the Feather, RIOT chooses stdio_cdc_acm per default.
This lets you access the Feather directly over USB.
You have several alternative possibilities to connect to the board.
- With
and an FTDI adapter connected to the Feather’s RX and TX ports you can use UART-based terminals to connect to the featherUSEMODULE += stdio_uart
- With
you can use the Segger J-Link Programmer as a serial interface to the device.USEMODULE += stdio_rtt