SKU:U100
Unit UWB is a wireless communication unit equipped with indoor positioning technology. The design adopts the Ai-Thinker BU01 module solution (an ultra-wideband (UWB) transceiver module based on Decawave's DW1000). It features a built-in STM32 and integrated ranging algorithm, achieving a positioning accuracy of up to 10 cm, and supports AT command control. When applied to indoor wireless ranging, it operates in base station and tag modes (the base station calculates and outputs position information to the tag).
| Specification | Parameter |
|---|---|
| MCU | STM32F103C8T6 |
| Data transfer rate | 110 kbit/s, 850 kbit/s, and 6.8 Mbit/s |
| Frequency band | 6 bands: from 3.5 GHz to 6.5 GHz |
| Transmit power | -14 dBm/-10 dBm |
| Transmit power density | <-41.3 dBm / MHz |
| Supported packet size | 1023 bytes |
| Modulation method | BPM (Binary Phase Modulation) and BPSK (Binary Phase Shift Keying) |
| FDMA | 6 channels |
| Product Size | 48.0 x 24.0 x 8.0mm |
| Product Weight | 8.2g |
| Package Size | 138.0 x 93.0 x 9.0mm |
| Gross Weight | 13.5g |
| HY2.0-4P | Black | Red | Yellow | White |
|---|---|---|---|---|
| PORT.C | GND | 5V | UART_RX | UART_TX |
AT+switchdis=value
AT+interval=value
AT+version?
AT+RST
AT+anchor_tag=model,ID
// Base station mode
AT+anchor_tag=1,0
+anchor_tag=OK
AT+RST
+RST=OK
// Tag mode
AT+RST
+RST=OK
AT+anchor_tag=0
+anchor_tag=OK
AT+interval=5
+interval=OK
AT+switchdis=1
+switchdis=OK
// Returns ranging results
//....
| Easyloader | Download Link | Notes |
|---|---|---|
| Unit UWB Example with M5Core | download | / |