Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 684 Bytes

File metadata and controls

41 lines (26 loc) · 684 Bytes

Arduino Power Logger

Time is measured in minutes, current in milliamps (mA), and voltage in volts (V). Consider this for calculations.

image_front

Battery capacity measurement chart: bat_test_image

Schematic: schematic_kicad

Used libraries:

  • SPI.h
  • SD.h
  • Wire.h
  • U8x8lib.h
  • Adafruit_INA219.h

Hardware requirements:

  • Arduino pro mini
  • SPI SD reader
  • OLED 128x64 I2c SH1106 module
  • INA219 I2C module
  • 1x 10k resistor
  • Push Button
  • 1x 100k resistor
  • 1x 25k resistor
  • 1x 18650 LI-ON battery 3.7V
  • 1x BMS for 3.7V LI-ON battery 4,2V 1A

Software requirements:

  • Arduino IDE