Search found 1 match
- Sun Mar 10, 2024 9:16 am
- Forum: ESP32 Arduino
- Topic: BLE BLERemoteCharacteristic Notify misses Bytes
- Replies: 4
- Views: 1611
BLE BLERemoteCharacteristic Notify misses Bytes
Hello, with Arduino I do want to recive Data from an BLE device. Based on existing code for Raspberry (witch is working I confirmed) I got the device connected, connected to the service, registered the callback for Notify and send the request byte. All is working. I even get the Callback fired, but ...