mean00 / batteryTester3

Low cost version of battery tester2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*** THIS IS VERY MUCH WORK IN PROGRESS , DONT EVEN TRY TO COMPILE IT **

This is a very simple Lithium/IOn battery tester, it discharges the battery to compute its capacity. It does constant current discharge and uses a large TFT screen (ILI9341). It is powered by a stm32F1, an atmel chip is not powerful enough to drive such a screen. The control is done through a rotary encoder.

Shopping list :

  • ST32F1 aka bluepill
  • MCP4725 i2c DAC
  • INA219 high side current
  • ILI9341 touch screen (we dont use the touch part)
  • IRLZ44N power mosfet
  • LM358 dual opamp

The schematics are in the schematics folder There is a 3D printable case in the enclosure folder (it's big)

screenshot

About

Low cost version of battery tester2


Languages

Language:C 93.8%Language:C++ 3.7%Language:Objective-C 1.6%Language:PHP 0.4%Language:CMake 0.4%Language:Python 0.1%Language:Shell 0.1%