Problem:
I am trying to measure two voltages from the SAADC. I have built my application on the ble_app_uart__saadc_timer_driven__scan_mode example. It is using one SAADC channel to measure one voltage. I want to measure two different voltages, but I cannot figure out how. One is a sensor, and the other is battery level.
Changes in default example:
- Sampling frequency increased from 4Hz to 1kHz
- Little bit of post processing and filtering on the SAADC measurements
- Bluetooth timeout and disconnect responses modified
What changes do I have to make to read multiple signals? Any help with this would be greatly appreciated.
Thanks in advance