I am working on a datafield that is reading from a BLE sensor. I can read the custom GATT services and characteristics, no issues. But the sensor is also broadcasting standard HR data.
I know I can read the HR service and get it into my DF but then we lose the standard HR features. I tried to connect the BLE sensor natively but as soon as I try to connect to it from my DF, it replaces the connection. I modified the firmware to support two connections at the same time, but I suspect that it's not working because I'm connecting from the same device.
Unfortunately the sensor cannot advertise ANT, which would make my life easier.
Does anybody have an idea if there's a way to connect natively to a BLE sensor and at the same time read from the custom services ?