You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a web application using a RPi4 that handles data flow with a BLE device. I'm using bluepy 1.3.0 and everything works fine until I configure the RPi as a Wireless Access Point. To do so, I've followed the guideline at https://pimylifeup.com/raspberry-pi-wireless-access-point/comment-page-1/
The problem is that, once the RPi is configured as an AP, the getValueText() method from the ScanEntry class always returns None, regardless the adtype. Please note that the right strings are returned when requesting adtype 3, 7, or 9 before setting up the raspberry as AP.
Anyone knows if there is any limitation on using bluepy/bluetooth together with AP configuration, or maybe an extra configuration may be needed?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm developing a web application using a RPi4 that handles data flow with a BLE device. I'm using bluepy 1.3.0 and everything works fine until I configure the RPi as a Wireless Access Point. To do so, I've followed the guideline at https://pimylifeup.com/raspberry-pi-wireless-access-point/comment-page-1/
The problem is that, once the RPi is configured as an AP, the getValueText() method from the ScanEntry class always returns None, regardless the adtype. Please note that the right strings are returned when requesting adtype 3, 7, or 9 before setting up the raspberry as AP.
Anyone knows if there is any limitation on using bluepy/bluetooth together with AP configuration, or maybe an extra configuration may be needed?
Thank you in advance!
The text was updated successfully, but these errors were encountered: