This project intents retrieve from sensors and send it via BLE.
- Send data
- Receive data
- Timestamp data going to be sent
- Store data when no client is connected
- Send stored data upon client connect
- Install PlatformIO Core
- Download development platform with examples
- Extract ZIP archive
- Run these commands:
- Change directory
cd ble-notify
- Build project
platformio run
- Upload firmware
platformio run --target upload
- Build specific environment
platformio run -e esp32dev
- Upload firmware for the specific environment
platformio run -e esp32dev --target upload
- Clean build files
platformio run --target clean