BLE Turbo Scanner

Scan BLE devices. Forward everywhere.

Real-time BLE device detection that forwards sensor data to WebSocket, HTTP, and MQTT simultaneously — from a single lightweight Python service.

One scanner. Three outputs.

📡

Multi-output forwarding

Push sensor data to WebSocket, HTTP, and MQTT simultaneously — no duplicate scripts.

🐳

Docker ready

Pre-built images for amd64 and ARM64. Runs on Raspberry Pi out of the box.

🔍

Smart filtering

Target specific devices by MAC address, RSSI threshold, or manufacturer ID.

🧩

Manufacturer decoding

Built-in recipes decode vendor-specific BLE payloads. ELA Innovation supported out of the box.

Up and running in 3 commands.

terminal
$ git clone https://github.com/iconnek/ble-turbo-scanner
$ cp .env.example .env   # configure outputs & filters
$ python main.py         # start scanning

Ready to scan?