The project I'm working on is running off of a CR2032 battery. I want to measure the battery voltage while the radio is transmitting to determine when the battery dips down close to BOR voltage (1.8V). I have tried radio notification, but it does not work as it has an 800us lead time before the radio actually transmit. By the time the radio transmit, ADC sampling already finished and did not capture the voltage of the pulse.
I'm wondering if there's anyway to capture this voltage dip.
I have read similar thread on the forum: https://devzone.nordicsemi.com/f/nordic-q-a/27424/best-practice-for-monitoring-coin-cell-battery-voltage-given-esr
but there are no suggestion that could help me achieve this.
I'm running on nrf52811, SDK 16.0.0 and S140.
Any help would be appreciated.
Thanks.