1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 19:13:51 +01:00

939 B

@defgroup boards_seeedstudio-xiao-nrf52840 Seeed Studio XIAO nRF52840 @ingroup boards @brief Support for the Seeed Studio XIAO nRF52840

General information

The XIAO nRF52840 (formally known as XIAO BLE) is a development board from Seeed Studio's XIAO board family.

It provides native USB support, Bluetooth Low Energy and IEEE 802.15.4 support via the nRF52840 MCU.

top-down view on seeedstudio-xiao-nrf52840

Flashing, Bootloader, and Terminal

Refer to the [Adafruit nRF52 Bootloader](@ref boards_common_adafruit-nrf52-bootloader) documentation for further details on the flashing process.

Example with hello-world application:

make BOARD=seeedstudio-xiao-nrf52840 -C examples/basic/hello-world flash term