File tree Expand file tree Collapse file tree
waveshare-nrf52840-eval-kit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,15 +31,6 @@ including Bluetooth Low Energy, Thread and Zigbee.
3131| MCU Manual | [ Manual] ( https://docs-be.nordicsemi.com/bundle/ps_nrf52840/attach/nRF52840_PS_v1.11.pdf ) |
3232| Board Documentation | [ Documentation] ( https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page/UG/dk/intro.html ) |
3333
34- ### RESET pin configuration
35-
36- On many (all?) nrf52840dk boards, the reset pin is not configured out-of-the box.
37- This means, that simply nothing happens if the RESET pin is pressed. To change
38- this, RIOT provides a little tool in ` dist/tools/nrf52_resetpin_cfg ` .
39-
40- Simply compile, flash, and run that tool on your board, and the reset pin should
41- work for the time being.
42-
4334## Flash the board
4435
4536See the ` Flashing ` section in @ref boards_common_nrf52.
Original file line number Diff line number Diff line change @@ -35,15 +35,6 @@ pin headers and an integrated J-Link programmer, debugger and UART adapter.
3535| MCU Reference Manual | [ Reference Manual] ( https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf ) |
3636| Board Datasheet | [ User Guide] ( https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.1.pdf ) |
3737
38- ### RESET pin configuration
39-
40- On many (all?) nrf52dk boards, the reset pin is not configured out-of-the box.
41- This means, that simply nothing happens if the RESET pin is pressed. To change
42- this, RIOT provides a little tool in ` dist/tools/nrf52_resetpin_cfg ` .
43-
44- Simply compile, flash, and run that tool on your board, and the reset pin should
45- work for the time being.
46-
4738## Current measurement
4839
4940There are two pins for current measurement on board. Don't connect these pins
Original file line number Diff line number Diff line change @@ -9,3 +9,8 @@ It was developed by PHYTEC in cooperation with the Zephyr project.
99
1010@see https://www.phytec.eu/product-eu/internet-of-things/reelboard/
1111@see https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/reel_board.html
12+
13+ ## Buttons
14+
15+ The board has a user button (S5) connected to P0.07 and exposed as ` BTN0 ` .
16+ The reset button (S4) is connected to P0.18 and resets the nRF52840.
Original file line number Diff line number Diff line change @@ -147,16 +147,3 @@ the following command to connect to the board serial port:
147147``` shell
148148make BOARD=waveshare-nrf52840-eval-kit -C examples/basic/hello-world PORT=/dev/ttyUSB< n> term
149149```
150-
151- ## RESET Pin Configuration
152-
153- On nRF52840 boards, the RESET pin is not configured out-of-the box.
154- This means, that simply nothing happens if the RESET button is pressed. To
155- change this, RIOT provides a little tool in ` dist/tools/nrf52_resetpin_cfg ` :
156-
157- ``` shell
158- RESET_PIN=' GPIO_PIN\(0,18\)' make BOARD=waveshare-nrf52840-eval-kit -C dist/tools/nrf52_resetpin_cfg/ flash
159- ```
160-
161- Simply compile, flash, and run that tool on your board, and the reset pin should
162- work for the time being.
You can’t perform that action at this time.
0 commit comments