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

Storing sensor data in memory and sending it via BLE

Hi,

I am using nrf52840 with an ADC that senses data and sends it via bluetooth. I want it to sense data, store it in the memory and then send it via BLE and then start sensing again. Is there a way to do this? I am new to this so any help would be appreciated. While transmitting it should not sense the data.

For now, it senses the data and sends it out directly. 

Related