Simple 8-LED battery checker using Arduino clone board
Posted: 16 Aug 2022, 11:39
A friend has recently taken up slope soaring, and having previously only flown electric models, he didn't possess a suitable battery checker for testing normal receiver packs. Most of the shops seemed to be out of stock of such items, so I told him I'd make him one.
Click photos or diagrams, to get a larger view.
I ended up making three to give away to flying friends, and I thought I'd document the process, in case anyone here fancies making one.
The parts probably cost less than a similar item bought from the shops, but when you factor in your time, it's only worth making them if you enjoy the process. A benefit is that it's easy to convert this one to work for different battery types - single cell or two cell Lithium, five or six cell Nickel; but in this thread I shall concentrate on the normal 4-cell Nickel battery checker.
So I remembered I'd bought a few of the really cheap Arduino clone LGT8F boards with processors made by Logic Green, and they seemed a suitable size for this project.
It has the advantages over a normal Arduino (besides cheap!) of working down to 2.5V, having a 12 bit analogue input range for better resolution, and a greater choice of on-board analogue voltage references, including 2.048V and 1.024V, so it can be powered by any battery you're likely to want to test (up to 12V) and can measure low voltages more accurately than a Nano or similar. It also runs at more than double the speed of a regular Arduino, not that we need that for this project.
You can still get these on AliExpress and Ebay. Here they are on AliExpress for £3.61 each, including tax and shipping.
Avoiding the on-board LED pin (13) and the serial port pins (RXD 5~ and TXD 6~ on this board), keeping at least one analogue input free for measuring the battery voltage, and choosing the other pins in a sensible order for connecting to the LEDs easily, I created this schematic.
That's enough for this first post. In my next posts, I'll detail the build process and attach the STL files and Arduino sketch.
Click photos or diagrams, to get a larger view.
I ended up making three to give away to flying friends, and I thought I'd document the process, in case anyone here fancies making one.
The parts probably cost less than a similar item bought from the shops, but when you factor in your time, it's only worth making them if you enjoy the process. A benefit is that it's easy to convert this one to work for different battery types - single cell or two cell Lithium, five or six cell Nickel; but in this thread I shall concentrate on the normal 4-cell Nickel battery checker.
So I remembered I'd bought a few of the really cheap Arduino clone LGT8F boards with processors made by Logic Green, and they seemed a suitable size for this project.
It has the advantages over a normal Arduino (besides cheap!) of working down to 2.5V, having a 12 bit analogue input range for better resolution, and a greater choice of on-board analogue voltage references, including 2.048V and 1.024V, so it can be powered by any battery you're likely to want to test (up to 12V) and can measure low voltages more accurately than a Nano or similar. It also runs at more than double the speed of a regular Arduino, not that we need that for this project.
You can still get these on AliExpress and Ebay. Here they are on AliExpress for £3.61 each, including tax and shipping.
Avoiding the on-board LED pin (13) and the serial port pins (RXD 5~ and TXD 6~ on this board), keeping at least one analogue input free for measuring the battery voltage, and choosing the other pins in a sensible order for connecting to the LEDs easily, I created this schematic.
That's enough for this first post. In my next posts, I'll detail the build process and attach the STL files and Arduino sketch.