Python/Raspberry Pi handle Notification from ESP32 BLE_notify example

Опубликовано: 20 Январь 2021
на канале: an Erik
986
5

ESP32 BLE_notify example (https://arduino-er.blogspot.com/2021/...) create a BLE server that, once connected, will send periodic notifications.
On Raspberry Pi side, I implemented a Python code (https://helloraspberrypi.blogspot.com...) connect to ESP32 BLE_notify, and handle the Notification.

Next BLE Notification example: Python/Raspberry Pi read notification from ESP32 BLE server:
   • BLE Notification example: Python/Rasp...