1

I would like to power my arduino nano with a 9V battery, but I would also like to measure the voltage of the battery to know its charge level.
Can I use the MAX471 Voltage Current Sensor module by connecting the VIN pin to my battery and VOUT to my arduino ?

asked Jun 2, 2021 at 23:19
9
  • 1
    hackaday.io/project/25461-reading-the-max471-sensor-module, also github.com/wisewolf/Arduino-Power-Meter. Commented Jun 2, 2021 at 23:29
  • 1
    what kind of a 9 V battery? Commented Jun 3, 2021 at 2:26
  • 2
    If you only need to measure voltage, why not use an Arduino A/D input? All you need to do is connect a voltage divide across the 9V terminals to divide down to the A/D range. Use big resistors in the 100K to 1Meg range for low drain. Commented Jun 3, 2021 at 12:23
  • 1
    @Boggyman: If there are other analogRead channels active, 100k to 1M might be a bit high to load the ADC in time. An additional capacitor in parallel to the voltage divider low side might help... Commented Jun 3, 2021 at 14:52
  • @jsotola This is a 9V GF22 Commented Jun 4, 2021 at 16:32

1 Answer 1

1

If you want measuring a "battery level" in mAh for example, you must measure Voltage AND Current, so INA219 is a better deal (it is a I2C control).

answered Jun 8, 2021 at 19:42
1
  • Are you sure that this would allow me to power my Arduino, if so is there a difference in autonomy with this module rather than the assembly of @Boggyman (less wasting) ? Commented Jun 17, 2021 at 12:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.