Can anyone explain the UUID filter in the configuration of my T1000-A tracker device?
I’d like to filter actually one BLE beacon that I have, but I can’t get it to work.
The documentation states that “Bluetooth beacons work by transmitting packets of data that are picked up by the tracker via radio waves. The tracker periodically scans around up to 8 Bluetooth beacons and sorts according to RSSI, uploading the UUID and RSSI of the 3 Bluetooth beacons with the best signal strength” But I’m receiving a MAC address in the payload and not a UUID.
Chapter 4.3.6 of the documentation states
Group UUID(Hex): Set UUID Filter, up to 16 bytes. For example, if set as ‘01 02 03 04’,
it will filter beacons with the pattern ‘0102 03 04 xx xx xx …’
and chapter 6.2.6 Bluetooth Location and Sensor Packet-0x08, states that the
data captured in the payload contains a HEX Mac address (and not UUID) of the bluetooth beacon.
I’m confused as to how I can filter my bluetooth beacon.
It’s MAC Address starts with 80EE and the UUID (service data) with 92 95
I’ve tried the MAC address as well as the UUID (found via nRF app), but to no avail.
Do I need a certain syntax to set the UUID filter? delimit HEX values with “:” or something?
Thanks in advance!