Page 1 of 1

How to return Bluetooth scanning results?

Posted: Sat Jun 12, 2021 1:39 pm
by GeneralHUE
Hello everyone!

I am quite new on MicroPython and working on a project with ESP32-s. What I want to do is so simple. I want to scan Bluetooth devices around me indefinitely and return the list of scanned devices (especially mac addresses) every 15 seconds. I read ubluetooth documentation but I completely lost in it since I am still a noob. I have just managed to activate Bluetooth and start scanning so far.

I need your help to return a list of scanned devices. Thanks in advance!