]> git.friedersdorff.com Git - max/battery_tester.git/commitdiff
Add readme master
authorMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 23 Jun 2022 20:12:50 +0000 (21:12 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 23 Jun 2022 20:12:50 +0000 (21:12 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..e315852
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Battery Tester
+
+Code for running a NiMH/NiCd battery tester based on an Arduino Nano.
+
+The battery is connected directly across a diode and a low side shunt resistor.  The arduino
+ground is connected to the negative side of the battery.  The shunt and battery voltage are monitored
+over time to calculate the mAh and mWh capacities of the battery.  The capacities and the instantaneous
+voltage and current are displayed on a 4 digit 7 segment display.
+
+The diode is there to prevent dropping the battery voltage much below 0.5V.  Though I ended up
+connecting a 4.7Ohm resistor across the diode to spread the power dissipation a bit.  The battery
+voltage will continue decaying slowly below the diode forward voltage.