Through subscribe Battery state API, start getting battery charge and voltage values. It works.
Using BleBluetooth Advertisement Watcher to get RSSI (resource signal strength indicator). For unpaired devices receiving singnal strength dBm value. But for paired and connected initialized metawear device, watcher not receiving rssi info. In C# to connect metawear first need to pair. Any clue how I can get signal strength value for paired and connected metawear device on windows?
Which API can be used to get firmware revision number?
As mentioned in my previous post, you can get the value by reading the firmware revision characteristic. The UWP starter project provides a working example of reading GATT characteristic values:
Comments
Using BleBluetooth Advertisement Watcher to get RSSI (resource signal strength indicator). For unpaired devices receiving singnal strength dBm value. But for paired and connected initialized metawear device, watcher not receiving rssi info. In C# to connect metawear first need to pair. Any clue how I can get signal strength value for paired and connected metawear device on windows?
Which API can be used to get firmware revision number?