Hello,
I have a MDEK 1001 dev kit. I’m attempting to pull data from tags to a PC with BLE GATT protocol. I’ve succeeded in communication with the UART shell, but I’d like to retrieve information to a single station without lots of wiring.
I’ve set up bleak, a bluetooth low energy library for python, and I’m able to discover and connect to the various tags and anchors from my PC (I also have an app on my phone that can view the same data). The issue is I’m looking to receive and analyze ranging data from the tags but I have no idea how to decipher all of the bitstrings and bytearrays it throws at me.
It seems all of the relevant data comes from a custom service with characteristics that are unlabeled and extremely difficult to decipher from scratch. I cannot find any documentation for how to interpret this data.
I may be doing something wrong or using the wrong tools. Any help would be appreciated, thanks.