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

Sending large number of packets using SAADC and BLE UART profile

Hi,

I am working on application in which I want to send 1000 or more samples using SAADC and BLE over standard master control panel APP of Nordic. For sampling analog data I can use APP TIMER or TIMER with PPI or RTC. I have implemented this sampling operation using all these methods and I am able to get 1000 samples per second.

Second part of this application is sending these samples over UART profile.For this I separated these 1000 samples into 83 packets each of 20 bytes.I am trying to send these 83 packets over BLE but I am not getting all packets in one second. After receiving only 20 packets, connection between the device and APP gets terminated. I made some changes to resolve this connection lose issue but still facing the problem.

I am uploading my code please anyone help me to resolve this issue and suggest some changes in code so that I can get 1000 or more samples in one second.NUS_SAADC_battery_PPI.c With RTC code:- NUS_SAADC_battery1.c

Related