UWB is a Unit which integrates the UWB(Ultra Wide Band) communication protocol which uses nanosecond pulses to locate objects and define position and orientation. The design uses the Ai-ThinkerBU01 Transceiver module which is based on Decawave's DW1000 design. The internal STM32 chip with its integrated ranging algorithm,is capable of 10cm positioning accuracy and also supports AT command control. Applications include: Indoor wireless tracking/range finding of assets,which works by triangulating the position of the base station/s and tag (the base station resolves the position information and outputs it to the tag).
The firmware currently carried by this Unit only supports the transmission of ranging information, and does not currently support the transmission of custom information. When in use, it supports the configuration of 4 base station devices (using different IDs), and only a single tag device is allowed to operate at the same time.
Resources | Parameter |
---|---|
Data transfer rate | 110 kbit/s, 850 kbit/s and 6.8 Mbit/s |
frequency band | 6 frequency bands: from 3.5 GHz to 6.5 GHz |
Transmit power | -14 dBm/-10 dBm |
Transmit power density | <-41.3dBm / MHz |
Support data packet size | 1023 bytes |
Transmit power density | <-41.3dBm / MHz |
Modulation method | BPM (two-phase modulation) and BPSK (binary phase modulation) |
FDMA | 6 channels |
Net Weight | 7g |
Gross weight | 19g |
Product Size | 48*24*8mm |
Packaging Size | 67*53*12mm |
EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host Please click here to view the CP210X driver installation tutorial, M5StickC/V/T/ATOM series can be used without driver)
M5Core | U2RXD(GPIO16) | U2TXD(GPIO17) | 5V | GND |
---|---|---|---|---|
UWB Unit | TXD | RXD | 5V | GND |
\r\n
at the end of each commandAT+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
//Labeling mode
AT+RST
+RST=OK
AT+anchor_tag=0
+anchor_tag=OK
AT+interval=5
+interval=OK
AT+switchdis=1
+switchdis=OK
//Return distance measurement results
//....