Hi All
Just a very simple question - how would I obtain the x,y coordinates from a nearable in Windows 10 + c#.
I am using the Windows.Devices.Bluetooth libraries and can get so much other information - unfortunately I cannot seem to locate/obtain the motion sensor data. Can anyone possibly help?
Much appreciated.
You can use the Windows Bluetooth API you mentioned to read the data from the Nearable packet. And then here’s example JavaScript showing how to parse a Nearable packet, you can port that to C#
Thank you heypiotr.
Appreciated for the direction - 1 thing though - can you possibly define the data object as the manufacturer data object doesn’t parse across. Seems different format. Even if you can define what the variable should be I could work from there.
Thank you