Velorexe / Unity-Android-Bluetooth-Low-Energy

A Unity Android plugin to support basic Bluetooth Low Energy interactions.
The Unlicense
99 stars 21 forks source link

Can't properly connect or read characteristic from BLE sensor #49

Open mmar58 opened 5 months ago

mmar58 commented 5 months ago

Hi, I am was testing this plugin and tried to connect with a BLE sensor. But it's not properly connecting and not reading the characteristic values. I have tested with your temperature characteristic and then tested with Heart rate service UUID and characteristic code, but same result. I have attached the screenshot from device. Screen shot 1 Screen shot 2

Here is the console log Warning log Error log

Velorexe commented 5 months ago

Heya,

Seems like you're trying to connect to a characteristic on a service that isn't on the device (or can't be found). Can you show me the C# code that you're using to read from the characteristic?

farunurisonmez commented 3 months ago
Screenshot 2024-05-29 at 23 44 31

I am getting the same error, @Velorexe