IanHarvey / bluepy

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

On new raspberry pi 4.0 installation reads are delayed for 30-40 seconds. #455

Open tzachi-dar opened 3 years ago

tzachi-dar commented 3 years ago

This is with the default blue py installation. Installing the latest version from sources seems to solve the issue.

This is mainly for anyone who will see this program happening.

mh- commented 3 years ago

Thanks for the hint, my problem was similar (RPi 3B+, bluepy would often suddenly stop receiving Handle Value Notifications; they showed up in sudo btmon, but not in handleNotification()). Was solved by compiling bluepy from sources.