This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem with Long write/Queued write charecteristics

Hi devzone... My setup is nrf51422 dk with soft-device S110 on the server side and on the client side i am running MCP 3.8.0 on a PC using usb dongle. I am using Queued write feature, as my device is suppose to receive 200 bytes of data. I am using Nordic Uart service as the base and developing my application on that. So the setup works perfectly fine for data packet of size <= 80bytes. But once i increase the data say to 100 bytes or more the program crashes when i am parsing the buffer. I have kept the size of the buffer and the max_len of the attribute characteristic to maximum(200 bytes). Is there any limit defined for the char length and queued write packet??

Related