IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 491 forks source link

can't read data in utf-8 form app (nrf connect) #422

Open sm-oralnum opened 3 years ago

sm-oralnum commented 3 years ago

I use nRF connect to read from my application in the raspberry. I am able to set the services and the characteristics. I can read, write and get notifications. The problem is that i get the data in hexadecimal form when i read them using the app (nRF connect). I want to get them in the form of string(utf-8). Does anyone know how to do that?