polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
447 stars 147 forks source link

listening to the Polar H10 and Polar verity Sense in broadcast mode #421

Open abdelkarimmamen opened 7 months ago

abdelkarimmamen commented 7 months ago

Platform your question concerns:

Device:

Description:

I'm using ionic framework to receive data from Polar H10 and Polar verity sense, I'm using ionic BLE plugin to listen to the broadcasting of the devices because I need to use more than 20 devices in the same time and I can't connect with all the devices in the same time. the function that I'm using is: -requestLEScan(...)(https://github.com/capacitor-community/bluetooth-le#requestlescan) and the output of it is: -device -localName -rssi -txPower -manufacturerData -serviceData -uuids -rawAdvertisement. I understand that the data of HR and other things is in "rawAdvertisement" but I want to know what's all the data that the device send to decode it all and use it.

I appreciate any help you can provide.