This is an Arduino sketch for ESP32 devices to be able to scan BLE devices
The goal of this repo is to have an ESP32 that scan the BLE devices availables and if they are "Safe Skiing" BLE Devices, it gets the MAC Address and RSSI (Battery State) and it publishes them to a MQTT Broker
You need an ESP32 Dev board and Arduino IDE with the following packages:
- "esp32" in Board Configurator by Espressif Systems
- "NimBLE-Arduino" by h2zero
- "PubSubClient" by Nick O'Leary