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...