This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i send fix more than 20 element size of array in BEL nus in nrf52?

Hello,

I am using nrf52 for my project. i need to read sensor value for 20micro second in array. I need 10000 reading in array to check condition. but array size more than 20 is not working.

Thank you,

Parents
  • NUS provides unstructured data packets. If your protocol running on top of it supports it then just cut your data into 20-byte blocks and keep sending. If not then you need to come up with your proprietary fragmentation/defragmentation layer and formatting (some kind of header).

Reply
  • NUS provides unstructured data packets. If your protocol running on top of it supports it then just cut your data into 20-byte blocks and keep sending. If not then you need to come up with your proprietary fragmentation/defragmentation layer and formatting (some kind of header).

Children
No Data
Related