In this post , we’re sharing a simple Voltmeter Circuit using Arduino UNO and 16×2 LCD on tinkercad to measure voltages more than 5 volts.
The circuit is very simple and you can see it on Tinkercad interactive simulation.
Here is a list of components:
- Arduino Banggood
- 16×2 LCD Banggood
- 220 Ohm Resistor
- 10k Ohm Resistor
- 100k Ohm Resistor
LED NEON FLEX:
https://micromonitor.myshopify.com/
hello and welcome in this episode we’re showing to you how to make simple voltmeter using arduino and 16×2 lcd to measure voltages more than 5 volts so if you didn’t yet subscribe to our channel please subscribe to get the latest videos
let’s see the connection we start with arduino uno connected to 16×2 lcd using four pins :
- data
- enable pin
- register select pin
- read write connected to ground
the ground and vcc of the lcd connected to ground and vcc of the arduino
the backlight led connected to vcc and connected to ground through a 220 ohm resistor
the input is connected to arduino to pin a 0 using a voltage divider circuit with two resistors 100 kilo ohm and 10 kilo ohms
this voltage divider circuit is used for measuring voltages more than 5 ohms as we all know that analog input and all pins of arduino only can input up to 5 volts
so if we nput more than 5 volts we will damage the pin of the microcontroller of arduino so we use this voltage divider circuit those resistors and we connect the input of the power supply to the voltage divider
then we take the input to pin a0 of arduino let’s see the simple code the code starts by including the lcd library then defining the lcd variable with the connection pins
then the analog input and then displaying the values on the lcd that’s a simple code
let’s start the simulation here the input is 1 volt we can change it to 10 volts as we see here arduino reads the input value and then we can change it to different numbers and different values of course
there are ome errors in reading due to the voltage divider here that power supply can output up to 30 volts and arduino can read those values so that was a simple voltmeter circuit using arduino and 16×2 lcd
Here is the Tinkercad interactive simulation that includes the circuit and Arduino Code:
Recent posts
- The “Secretary of War” and the Beast: Why the Doomsday Plane Just Landed at LAX
On January 8, 2026, the Boeing E-4B Nightwatch, known as America’s “Doomsday Plane,” made a rare appearance at Los Angeles International Airport. It transported Secretary of War Pete Hegseth during his “Arsenal of Freedom” tour, aimed at reviving the defense industrial base, sparking debate over its high operational costs amidst its significant Cold War legacy. - Build a Pinguino Egypt: A PIC-Based Arduino Clone (Complete Guide + Resources)
I wanted to build my own Arduino. Here’s a project where you can build Arduino Compatible with your favorite Microchip PIC Microcontroller. - Why I Built This App: Stepping Away From Screens to Come Back to Ourselves
Lately, I’ve been spending time reading posts on Reddit. Not the funny ones or the viral threads—but the honest ones. People talking about how isolated they feel. How unproductive. How days blur together behind screens. How they feel connected to everyone and no one at the same time. What struck me wasn’t laziness or lack… Read more: Why I Built This App: Stepping Away From Screens to Come Back to Ourselves - US ‘Doomsday Plane’ Spotted Today: What It Is, Why It Matters, and What We Know So Far
The U.S. Air Force E-4B “Doomsday Plane” was sighted landing at LAX, attracting public attention due to its rare visibility. Designed as a National Airborne Operations Center, it ensures military command during crises. However, today’s appearance likely reflects routine operations rather than an emergency, emphasizing its role in military preparedness. - Why Arduino Ultrasonic Sensor Gives Random Values ? (And 3 ideas to Fix It)If your Arduino ultrasonic sensor gives random, unstable, or jumping distance values, you are not alone. This is one of the most common Arduino beginner problems, both in real hardware and even in Tinkercad simulation. In this article, we’ll explain: What “Random Values” Really Means When people say random values, they usually mean: These symptoms… Read more: Why Arduino Ultrasonic Sensor Gives Random Values ? (And 3 ideas to Fix It)
- The Advantages and Disadvantages of Quantum AIrtificial Intelligence (AI) has already changed the way we live, work, and solve problems. But when you combine AI with quantum computing, a new frontier opens — one that could transform industries at a speed and scale we’ve never imagined. This powerful combination is called Quantum AI. Like any disruptive technology, Quantum AI carries both… Read more: The Advantages and Disadvantages of Quantum AI
- How to Save Money with AI: A Practical Guide
Artificial Intelligence (AI) is transforming not only industries but also personal finance. Beyond hype, AI tools can directly help you save money, cut waste, and make smarter everyday decisions. Here are seven practical ways to use AI for financial savings: 1. Smarter Shopping AI-powered apps and extensions automatically find coupons, discounts, and cheaper alternatives online.… Read more: How to Save Money with AI: A Practical Guide - My Experience at the First Alexandria Quantum Hackathon
Today, I had the incredible opportunity to attend the first Alexandria Quantum Hackathon — a landmark event in Egypt and the wider region dedicated to quantum computing education and innovation. The event was hosted at the iconic Bibliotheca Alexandrina, making it even more inspiring to witness the future of computing being discussed in such a historic place… Read more: My Experience at the First Alexandria Quantum Hackathon
