Building a Scanner

I want to develop a tool to scan the beacons in range in python. Could you please guide me on how to proceed? Thanks!

Probably gotta start with finding a BLE library for Python, quick googling and I found these two:


Then you’d need to filter out beacons from the list of all the BLE devices discovered.

I even found this ready-made lib if you’re interested (:

Thank you. This helped :slight_smile: