nRF52832-DK
The NRF52832-DK (PCA10040) is a development board for the nRF52832 SoC from Nordic.
Serial Console
The PCA10040 default console is the UART0.
The PCA10040 does not have RS-232 drivers or serial connectors on board. UART0 is connected to the virtual COM port:
Signal |
PIN |
---|---|
UART0-RX |
P0.08 |
UART0-TX |
P0.06 |
Configurations
Each configuration is maintained in a sub-directory and can be selected as follow:
tools/configure.sh nrf52832-dk:<subdir>
Where <subdir> is one of the following:
nsh
Basic NuttShell configuration (console enabled in UART0, exposed via J-Link VCOM connection, at 115200 bps).
ostest_tickless
This is a NSH configuration that includes apps/testing/ostest
as a builtin and
enable support for the tick-less OS.
sdc
Enables Nordic’s SoftDevice controller and uses NuttX BLE stack for the host-layer.
The btsak
application is included as a builtin.
sdc_nimble
Enables Nordic’s SoftDevice controller and uses nimBLE for the host-layer.
The nimble
test application can be used to enable a simple GATT server.
wdog
This configuration is a simple NSH-based test of the nRF52 watchdog
timer driver using the test at apps/examples/watchdog
.