Max value that can be set in a Characteristic #335
Unanswered
nicolosponziello
asked this question in
Q&A
Replies: 1 comment
-
From the Bluetooth core specification:
So you will need to chunk your data into multiple writes and read the values written into a larger buffer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, in my project I have the necessity to read a long value from a characteristic provided by the ESP32. When I set the value I get the following error: NimBLECharacteristic: "Size 3877 too large, must be no bigger than 512".
Is there a way to increase this limit? What can be the maximum value of bytes?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions