/ESP32-BLE-2-MQTT-Scanner

ESP32 scans for BLE Advertisement Beacons and reports them as JSON via Serial-Port and MQTT

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ESP32-BLE-2-MQTT-Scanner

ESP32 scans for BLE Advertisement Beacons and reports them as JSON via Serial-Port and MQTT

  • Scan for BLE Advertisement Beacons
  • Report them as JSON-String
  • via Serial Port (115200 Baud) and
  • via MQTT

Hardware

Any ESP32 Board

Arduino Settings

  • Board: ESP32 Dev Module
  • Partition Scheme: No OTA (2MB APP/2MB FATFS)

Libraries needed