From 33fc9fa174bdaa012c3b1a642b42ba883ded440a Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 17 Dec 2020 09:24:08 +0100 Subject: [PATCH] boards/nrf52840dongle docs: Introduce "quick start" section to mention the board name; also to point to a good first example to use with this board. Closes: https://github.com/RIOT-OS/RIOT/issues/15654 --- boards/nrf52840dongle/doc.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/boards/nrf52840dongle/doc.txt b/boards/nrf52840dongle/doc.txt index af82b30b31ee..1fe7f11b9d90 100644 --- a/boards/nrf52840dongle/doc.txt +++ b/boards/nrf52840dongle/doc.txt @@ -3,6 +3,14 @@ @ingroup boards @brief Support for the nRF52840-Dongle +### Quick start + +- Plug into a USB port. +- `$ make BOARD=nrf52840dongle -C examples/saul flash term` + - See [Flash the board](#nrf52840dongle_flash) if anything goes wrong. +- `> saul write 2 10 40 10` + - The LED glows in a soft turquise. + ### General information The nRF52840-Dongle is a bare USB-stick shaped device that houses barely @@ -21,7 +29,7 @@ reset button as well as 15 configurable external pins. - [nRF52840 web page](https://www.nordicsemi.com/?sc_itemid=%7BCDCCA013-FE4C-4655-B20C-1557AB6568C9%7D) - [documentation and hardware description](https://infocenter.nordicsemi.com/topic/ug_nrf52840_dongle/UG/nrf52840_Dongle/intro.html?cp=3_0_5) -### Flash the board +### Flash the board The board is flashed using its on-board boot loader; the [nrfutil](https://github.com/NordicSemiconductor/pc-nrfutil) program needs to