Testing battery level with regulator removed



  • Hi
    Using a clone pro mini + NRF24L01 and HTU21DF sensor.
    I have built a battery powered sensor with the regulator removed to reduce power consumption. When I test the level using the analog read method (split resistors) I always get the same value no matter what supply voltage i use (between 2.8v and 3,2v). Is this because analog read is no longer able to get a fixed reference point? I have also tried using the internal cpu voltage method and I get unpredictable results as well.



  • @4994james The internal reference is the more stable, but do remember that the ADC sample needs a stable voltage and low noise.
    I've used high M value (prone to noise) resistive dividers with a simple electrolytic capacitor from the ADC pin to ground, no problems, perhaps worth a try.



  • Hi. I have used the divider recommended in https://www.mysensors.org/build/battery and with a 0.1uF electrolytic cap. There is still a ripple on this when i attach the scope. Maybe that's the issue but I get the same value (325 as it happens) from A0 even if I vary the supply voltage.

    Just to confirm you have had this working after the pro mini onboard regulator is removed?



  • @4994james Mine is a non standard Arduino with booster and LDO.
    Possibly something wrong with your divider wiring ?
    If you've got A0 as input and do an ADC read, the value should change with varying voltage.
    I use a 10uF electrolytic as have loads of them, stable as it gets.



  • The ADC needs a fixed reference and usually it uses the vcc for that. Since that is fluctuating, you will get the same value as the value from the resistor divider fluctuates the same.
    To overcome this, you should use the internal 1.1V reference. This does mean that your analog voltage from the divider should be below 1.1V if I remember correctly


  • Mod

    @4994james or just use internal vcc measurement as described on the same page. That saves you the voltage divider.
    I wrote a convenient library to measure vcc internally : https://github.com/Yveaux/Arduino_Vcc


Log in to reply
 

Suggested Topics

20
Online

11.2k
Users

11.1k
Topics

112.5k
Posts