BLE Notification example: Python/Raspberry Pi read notification from ESP32 BLE server

Опубликовано: 03 Октябрь 2024
на канале: an Erik
2,505
14

BLE Server run on ESP32-DevKitC V4 (Arduino framework). Once connected, it read Analog Input and notify connected device. https://arduino-er.blogspot.com/2021/...

Client side programmed in Python, run on Raspberry Pi, connect to ESP32 BLE Server, handle notification, and plot the value graphically. https://helloraspberrypi.blogspot.com...