Closed titusece closed 6 years ago
I've been facing with the exact same issue with STEVAL-WESU1 on PC (Ubuntu). It seems to be gatttool-related:
In https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_Python/blob/da1dca739f097bf5e7a4d7b14543223b60422803/blue_st_sdk/node.py#L175 "random" has to be changed to "public" in case of newer versions of gatttool. (I've read it here: https://github.com/Betree/magicblue/wiki/How-to-use-manually-with-Gatttool)
The latest code is working fine for me. Thanks Davide for your support. https://community.st.com/message/194565
Thanks @ketyi this worked for me too! :grinning:
Hello,
I have STEVAL-WESU1 (STM32) board and wants to read the wearable sensor data to raspberry pi board. And I have used this python SDK to read the data, getting connection error while executing 1 example.
The following log while executing bluepy examples.
Can you please help me to read the 'STEVAL-WESU1' sensor data ? Thanks for the support.