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

I want to sample and transmit acoustic signal data using nrf51822? Is there any way I can do both ADC sampling and transmission at the same time.?

Hi, I have an EMG muscle sensor which needs to be sampled at least 500Hz. Can I  sample at the required frequency and transmit at the same time over BLE NRF51822. If not please suggest any other solution It would be a great help.

Regards

Nabeel

Parents Reply
  • The nRF52832 requires far less CPU to run the ADC as compared to the nRF51822, since it can send the ADC samples directly to RAM, so can operate quite independent of the CPU. If it is possible to respin your board to move to the nRF52832 that is the best long term choice. The nRF52832 also has the 2Mbit PHY option available which makes it possible to get more bandwidth over the BTLE link.

    Is your intention to get the ADC samples sent over the air as well ? or do you intend to process them locally on the IC ?

    Have you profiled the CPU time needed to process 1 ADC sample on the nRF51 ?

Children
Related