IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

Issue running bluepy on Raspberry Pi 4 Wireless Access Point #479

Open fgarciab opened 2 years ago

fgarciab commented 2 years ago

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!

a-3isa commented 1 year ago

Did U find a solution for this issue ??