This is an old revision of the document!
Author: Olteanu Eduard-Florin
The main focus of this project is to be able to accurately measure low-voltage batteries in order to determine whether or not they are still functional.
Additionally, the user can save the values in a database in order to be easier to remember or review the values at a later time and not measure them again.
The libraries used are:
#include <Adafruit_ADS1X15.h> #include <WiFi.h> #include <LiquidCrystal_I2C.h> #include <Arduino.h> #include <Firebase_ESP_Client.h>