Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
/ Arduino-Voltmeter Public archive

An Arduino based voltmeter that can handle voltages up to 500 V and displays it to a LCD screen

Notifications You must be signed in to change notification settings

w29ahmed/Arduino-Voltmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Voltmeter

How it Works

Analog input from pin A0 is received through a voltage divider circuit to allow for the Arduino board to handle higher voltages. This is because the arduino analog pins can handle a maximum voltage of 5V, so a voltage divider is neccesary to be able to handle higher voltages.

A 1:100 voltage divider is used. This means the received voltage to the board will be 100x less than it actually is. The voltage divider equation is then used to convert voltage received to the actual input voltage. This voltage is then displayed on a 16x2 LCD screen for the user to see.

A maximum voltage of 500V can be read succesfully. There is approximately a ± 1.4% error in the readings due to analog reading fluctuations.

Circuit Drawing

circuit drawing

An interactive simulation of this project is available at: https://www.tinkercad.com/things/cHlaeZ6pVNJ

About

An Arduino based voltmeter that can handle voltages up to 500 V and displays it to a LCD screen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%