DIY Amp Hour Meter – Arduino

If you like this instruct able, please vote for it!
For my off-grid Ham Radio and Solar projects, I needed a way to measure volts, amps, watts, amp hours and watt hours. There’s a couple of commercial products that can do this, but not with the flexibility I wanted. I designed a Arduino micro-controller based solution that is very extensible. Right now it monitors the above values of attached gear, and I’m thinking about adding web monitoring and a SD card for data collection. Well, let’s get started.
I’ve changed the resistor values of the voltage divider to get a better impedance match with the Arduino A/D. Ben from Pololu says:
The ADC on an AVR can’t very accurately measure signals with a high output impedance, and your voltage divider definitely counts as high-impedance. From the ATmega328P datasheet:DIY Amp Hour Meter – Arduino
The ADC is optimized for analog signals with an output impedance of approximately 10  or less. If such a source is used, the sampling time will be negligible. If a source with higher impedance is used, the sampling time will depend on how long time the source needs to charge the S/H capacitor, with can vary widely.

Read More: DIY Amp Hour Meter – Arduino

Leave a Comment

Your email address will not be published. Required fields are marked *