You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this really amazing project.
I have a heart sensor and it connects fine and the Scan services and Scan characteristic seems to populate fine.
When I try to subscribe to the sensor, the editor completely hangs. I also built the app and tested it. It also hanged when trying to subscribe to the data.
The heart rate service is 0x180D
0x2A37 is the UUID for the Heart Rate Measurement characteristic
Other information:
Unity 2022.2.13f1
Built for windows 10 standalone, not UWP
Do you know what I am missing.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hey, I am new to BLE programming and was just checking out the issues. I did notice that in this screenshot the devices appear dozens of times again and again. When I was checking out your BleWinRRDll example project I had the same "problem". I was wondering if this is normal or how I can avoid this. Thanks!
don't check whether the device was there before. That's a bug. If the device sends multiple updates and has IsConnectable to true on some of them, it will be listed multiple times.
I don't know if that could have something to do with the hanging.
Thank you for this really amazing project.
I have a heart sensor and it connects fine and the Scan services and Scan characteristic seems to populate fine.
When I try to subscribe to the sensor, the editor completely hangs. I also built the app and tested it. It also hanged when trying to subscribe to the data.
The heart rate service is 0x180D
0x2A37 is the UUID for the Heart Rate Measurement characteristic
Other information:
Unity 2022.2.13f1
Built for windows 10 standalone, not UWP
Do you know what I am missing.
Thank you in advance.
The text was updated successfully, but these errors were encountered: