Arduino Battery Tester

6,764

92

5

Introduction: Arduino Battery Tester

In this tutorial I'm going to show you how to test a battery if new or old using an Arduino, this will also demonstrate analog read function in the Arduino. This works for only cells whose voltage is below 5v if you are using a UNO or 3.3V if you are using a mini. For higher voltages you will need to use a voltage divider which I will show you in the next instructable.

So lets get started...

Step 1: Tools and Components

All the components you require for this instructable are -

  • Arduino UNO
  • 3 Different colored LEDs
  • Jumper wires
  • Breadboard
  • 2.2k resistor

Step 2: Circuit

Follow the circuit above it is quite simple and can be easily assembled on a breadboard. Also add a suitable resistor for the LEDs (I did not do that because I'm using 5V tolerant LEDs).

Step 3: Code

Copy the below code and paste the below code in the Arduino IDE and then select a suitable com port and upload the code to the Arduino. You should now see the red LED light up, connect a new battery and you should see the white LED light up.

Be the First to Share

    Recommendations

    • For the Home Contest

      For the Home Contest
    • Make It Bridge

      Make It Bridge
    • Big and Small Contest

      Big and Small Contest

    5 Comments

    0
    ethan2126
    ethan2126

    7 years ago

    yeah no code?

    0
    Bigfoot0034
    Bigfoot0034

    7 years ago on Introduction

    Nice !

    One suggestion though : this will only measure the open circuit voltage of your battery which doesn't really mean anything...

    It would be a much more accurate measurement if you simply add a 15 Ohm resistor in parallel with your battery. This way it would draw about 100mA from your battery and give you a voltage under load which is what gives you an idea of the remaining capacity.

    Of course 100mA is completely arbitrary and you might want to adjust this regarding what you intend to do with your battery :)