This is an old revision of the document!


Voltmeter with Esp32

Author: Olteanu Eduard-Florin

Introduction

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.

Hardware Description

Components:

  • ESP32 Microcontroller
  • ADS1115 ADC
  • 16×2 I2C LCD
  • Push Button
  • Multimeter cables
  • Wires
  • Breadboard

Electronic schema

Software Description

The libraries used are:

#include <Adafruit_ADS1X15.h>
#include <WiFi.h>
#include <LiquidCrystal_I2C.h>
#include <Arduino.h>
#include <Firebase_ESP_Client.h>

Demo

The main usecase of this project is to measure the voltage of batteries.

We can see that the value is pretty accurate, only 0.01 error delta.

Also, if the button is pressed the value is stored in the database.

Conclusion

Bibliography

iothings/proiecte/2022sric/voltmeter.1685650048.txt.gz · Last modified: 2023/06/01 23:07 by eduard.olteanu1505
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0