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,
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).
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).