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

problem with transmitting data via ble_uart_Service to apps with high speed rate?

Hello,

I am using nRF52832 s132 soft device and i have read accelerometer adc 3 axis value with sample rate of 244us instead of ms. For controlling my device i have send start command via Nordic tool box uart mobile(android apps). When i send start command then my device is start reading ADC value with sampling rate of 244 us. At that same time i send this ADC data to Mobile apps via BLE NUS service but problem is when i connect my apps with Nordic device and send start command same time my sending data is not come and hardware is reset.

So sir please give me some reference or sample code for how i can achieve this high speed rate for BLE. Now it send only 20 bytes but i need to increase this 20 bytes sending speed with my sample rate. I want send 12288 point or sample for each axis to mobile apps this all ADC data is need to receive in mobile apps within 8 sec for my application. please give me replay asap i have read lots of tutorial and some reference example code but unable to find solution. I am using using github example code which is (nRF52-ADC-examples-master in "ble_app_uart__saadc_timer_driven__scan_mode" ) link text

Sir your Support is very good, Thanks,

Vishal

Related