Skip to content

Commit 83d7160

Browse files
committed
Adds DWM3001 board to docs.
1 parent 46b866c commit 83d7160

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

_data/boards.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
board-id: dwm1001
8080
mcu-soc: Cortex M4
8181
radio: [BLE, UWB]
82+
-
83+
name: Qorvo DWM3001
84+
board-id: dwm3001
85+
mcu-soc: Cortex M4
86+
radio: [BLE, UWB]
8287
-
8388
name: Raspberry Pi 3
8489
board-id: rpi3

_data/docs-nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- title: OpenMoteB
2929
- title: Pycom
3030
- title: Zigduino
31+
- title: Qorvo DWM3001
3132
- title: Decawave DWM1001
3233
- title: Raspberry Pi 3
3334
- title: Add new board
91.5 KB
Loading

docs/boards/qorvo-dwm3001.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
board: Qorvo DWM3001
3+
title: Qorvo DWM3001
4+
group: boards
5+
---
6+
7+
8+
The `dwm3001` boards available in IoT-LAB are Qorvo [DWM3001-CDK](https://www.qorvo.com/products/p/DWM3001CDK) boards. They are build around a [DWM3001C module](https://www.qorvo.com/products/p/DWM3001C) which contains a nRF52833 ARM CortexM4 microcontroller from Nordic with BLE and a [DW3110](https://www.qorvo.com/products/p/DW3110) UWB (Ultra-Wide Band) transceiver.
9+
10+
<div style="text-align:center">
11+
<img src="{{ '/assets/images/docs/boards/dwm3001/' | relative_url}}DWM3001CDK.png" style="width:30%;"/>
12+
</div>
13+
14+
The `dwm1001` board can reset, debug and program the ARM Cortex M4
15+
through the embedded debugger (JLink) connected to the gateway USB port. This
16+
component also allows a UART connection to the M4.
17+
18+
## IoT-LAB special configuration
19+
20+
The serial connection baudrate should be configured at **115200 bauds** in the
21+
firmware and use UART0 on pin 15 (RX) and 19 (TX).
22+
23+
24+

0 commit comments

Comments
 (0)