mean00 / batteryTester2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 94.6%Language:C++ 3.3%Language:Objective-C 1.6%Language:CMake 0.3%Language:Python 0.1%Language:Shell 0.0%