I want to use an off-the-shelf LPWAN radio product -- which has mesh networking capability and features an embedded microcontroller -- to sample a 12V battery's voltage. I don't want to do it often, so I'll configure the radio's interface to do synchronized sleep routines to wake it up and sample it as needed. I want to be reasonably safe about it: maybe Vds of a FET (mentioned below) is 30-40V to safely handle any battery, or incase I want to monitor a 24V battery later.
Anyhow, I've observed people don't like simple voltage dividers for this purpose due to the constant power demand over time. So my plan was to do it as follows:

In this way, the controller can trigger the IO pin, enable the voltage divider, wait a very brief moment, take a sample, then go back to sleep.
The questions I have:
1.) Is this unusual? (the method of sampling, versus other approaches)
2.) Is this unwise? (particularly, do parts of the circuit need better protection, such as perhaps a zener or TVS or something on the ADC pin?)
3.) Would a voltage divider really be that horrible? I believe the parameter I'm interested in for such a question is "input bias current" of an ADC channel, which would indicate the overhead the channel requires. Specifically, I am using a MC9S08QE32 embedded onto an XBee radio product, to which the "ACMP Electricals" table in the datasheet specifies an active supply current of 35uA max per channel:

This is not "input bias current" verbatim, but I'm assuming this is telling me what the channel requires to operate, thus, what I should expect to bleed constantly for sampling the battery if I decided not to sleep.
Thanks,
Mel
Anyhow, I've observed people don't like simple voltage dividers for this purpose due to the constant power demand over time. So my plan was to do it as follows:

In this way, the controller can trigger the IO pin, enable the voltage divider, wait a very brief moment, take a sample, then go back to sleep.
The questions I have:
1.) Is this unusual? (the method of sampling, versus other approaches)
2.) Is this unwise? (particularly, do parts of the circuit need better protection, such as perhaps a zener or TVS or something on the ADC pin?)
3.) Would a voltage divider really be that horrible? I believe the parameter I'm interested in for such a question is "input bias current" of an ADC channel, which would indicate the overhead the channel requires. Specifically, I am using a MC9S08QE32 embedded onto an XBee radio product, to which the "ACMP Electricals" table in the datasheet specifies an active supply current of 35uA max per channel:

This is not "input bias current" verbatim, but I'm assuming this is telling me what the channel requires to operate, thus, what I should expect to bleed constantly for sampling the battery if I decided not to sleep.
Thanks,
Mel
Last edited:









