yoooo, got a project for University. We purchased 4 x UWB boards and 4 x ESP 32s to communicate the data. We are developing a tracking system. We tried to set up multiple tags but the problem is the Packets sent from UWB board to the ESP32 doesnt include the ID of each tracker. So we cant distinguish which tag is which. Anyone got any advice?
Hey there, @Aidan327582, and welcome to the forum. Glad to have you here.
Which UWB board / library are you using and what is currently being included in the serial packet from the UWB to the ESP32? Each module should have a UWB MAC/short address and I’m surprised it’s not being sent across the serial line.
A link to the example code plus one sample packet from the UWB board would show whether the tag address is available in a callback/metadata field or whether you’ll need to add your own ID.
we are using the bu03. From the UART packet sent from the UWB baord to the esp32, the tag ID was not included. The packet size was 35 bytes and included a packet header with the rest being for the range being sent. when we plugged the UWB into the computer through USB I was able to access the modules full serial output which did include the tag ID. is it possible to add the Tags own ID in the packet?