BLE connection allmems 1 v4.2.0 - Sensortile
Hello, I'm using a STEVAL-STLKT01V1 demo board to perform voice streaming over BLE using allmems 1 v4.2.0 (since versione 4.3.0 dropped support for my demo board). My setup is:
- Steval demo board with allmems v4.2.0
- Python script using Bleak library to manage BLE connection
I'm having trouble connecting the board to the script. I've managed to connect the board to my pc using Windows 10 built-in BLE device managemente. I've inserted the default pin and the computer notify me that the device is connected. When I try to connect to the STEVAL board the script hangs on the connect method until it sends a timetout error. I know that the library is working because I've used the same script in the past to connect to other devices.
What am I missing? Is there some configuration to add/to remove?
My goal is to connect the STEVAL board with allmems 1 v4.2.0 to my python script - without any pin - and subscribe to it's characteristic. I'm planning to add some custom characteristic in the future, both in notify/read and write mode.
Thanks,
Stefano
