How to return Bluetooth scanning results?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
GeneralHUE
Posts: 1
Joined: Sat Jun 12, 2021 1:03 pm

How to return Bluetooth scanning results?

Post by GeneralHUE » Sat Jun 12, 2021 1:39 pm

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!

Post Reply