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

Compute RMS from SAADC sample buffer

Hello, 

I am currently sampling SAADC every 1ms using PPI. Samples are collected in predefined buffer, and then send over BLE with ble_nus_data_send() function.

I would like to slightly modify my software and compute RMS value from samples gathered in buffer, and then send single RMS-value with ble_nus_data_send() function, hence my question.

Is there any exemplary software provided by Nordic Semiconductors to compute RMS from SAADC samples?

Thank you in advance for your reply, Jakub.

Parents Reply Children
Related