ESP32 and scan for known bluetooth devices.
Posted: Fri May 27, 2022 11:47 am
Hi all,
I have a python code which scans known bluetooth mobile (IOS and Android) devices.
Now I am using RPi's, but i'd like to change my implementation to ESP32. Can you point me example
code or documentation where is can do same functionality like bluetooth.lookup_name does in python
bluetooth module?
Link to function https://pybluez.readthedocs.io/en/lates ... _name.html
There is lot of example how to scan BLE devices, but no how to find if known device is near and it
seems that phone needs to be know, because otherwise it wont show in scans?
Best regards,
Ville
I have a python code which scans known bluetooth mobile (IOS and Android) devices.
Now I am using RPi's, but i'd like to change my implementation to ESP32. Can you point me example
code or documentation where is can do same functionality like bluetooth.lookup_name does in python
bluetooth module?
Link to function https://pybluez.readthedocs.io/en/lates ... _name.html
There is lot of example how to scan BLE devices, but no how to find if known device is near and it
seems that phone needs to be know, because otherwise it wont show in scans?
Best regards,
Ville