Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 7 months ago.
Custom BLE Characteristic maximum 4 Bytes with nRF52
Hi,
I implemented some custom BLE Characteristics and some with value size >4 Byte. Unfortunately when i request these values it transmits all the bytes but only the first 4 ones having the right value the rest is zero. I checked the values at the device side and they are correct. So the bug has to be somewhere in the request process. Does anyone have an advice where to look for the bug? Maybe it has something to do with softdevice?
thanks in advance