Page 1 of 1

How to return Bluetooth scanning results? ESP32-S - MicroPython

Posted: Mon Jun 14, 2021 9:39 am
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!