BLE BLERemoteCharacteristic Notify misses Bytes
Posted: Sun Mar 10, 2024 9:16 am
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 only 20 out of over 40 Bytes recived.
I also confirmed the behavior with an BLE App for iOS, where I also get all bytes.
Is there any point where I can define the number of bytes I want to get? How can I get all data?
Anton
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 only 20 out of over 40 Bytes recived.
I also confirmed the behavior with an BLE App for iOS, where I also get all bytes.
Is there any point where I can define the number of bytes I want to get? How can I get all data?
Anton