Arduino Digital Clock With Tinkercad – Make Arduino Clock Without RTC Real Time Clock Module on LCD
In this post, we’ll see an easy Arduino circuit of a working clock with 16×2 LCD without RTC Real Time Clock Module.
hello and welcome in this episode I’m showing to you this simple project using Arduino and LCD module this software
this project is Arduino digital clock without using real-time clock module or real-time clock I see simply if you need to calculate the real time you can buy a small real-time clock
I see and connect it to Arduino and get the real-time accurately but if your application is so simple and you need just to see the time, then you can accept a little mall error and use Arduino to calculate the time for you in software
and that’s what we have done in this project here we are connecting Arduino to LCD module using 4 data pins :
- RS
- enable pins
- two push buttons
select the hours and minutes and let’s see the software here is the software it’s so simple first it starts by including the LCD library and then defining the variables and constants RS that’s the connection
enable to pin number 2 and for data pins and those are the hours and minutes push button
here is the starting the initiation of the LCD module and the writing of the data on LCD and calculating the time using the minutes, seconds and hours and of course the AM and PM and so on
so let’s see the circuit we start simulating on tinker kept and see the circuit working here it is the time it’s calculating the seconds and we can increment minutes like this by pressing and holding the minutes button
we can also increment the hours by pressing and holding the hours button and as you can see in the video it turns from a.m. to p.m.
that’s simple project that you can do only to show the time and you can except a little small percentage of error without using the real-time clock module and using extra Hardware only weather with arduino uno board and LCD module and two push buttons that’s the simulation today under tinkercad
- My Six Years Old Son Wanted to Build His own Flying CarBuilding My Son’s Dream: A Flying Car with Tinkercad and Arduino Ever since my 6-year-old son could talk, he’s been fascinated by the idea of flying cars. He would sketch designs, build models with his toys, and talk about how one day he would soar above the ground in a car with wings. His dream… Read more: My Six Years Old Son Wanted to Build His own Flying Car
- How I made My Kids #Arduino #Flying Car #Tinkercad Dream #Aviation #AeroArduinoIntroduction: Welcome to a new project from AeroArduino, where we turn dreams into reality! In this exciting project, we’re bringing to life a childhood dream of creating an Arduino flying car using TinkerCAD. If you haven’t subscribed yet, be sure to hit that subscribe button to stay updated with our latest projects. Circuit Connection: Let’s… Read more: How I made My Kids #Arduino #Flying Car #Tinkercad Dream #Aviation #AeroArduino
- Easy #Tinkercad #Arduino distance measurement using ultrasonic sensor #AeroArduino
- Building a Smart Ultrasonic Car With Code Blocks on TinkercadToday, I want to share an exciting project that brings together ultrasonic sensors, motors, and a sprinkle of programming magic to create a Smart Ultrasonic Car. Imagine a little robotic vehicle that can sense its surroundings and make decisions on the fly – that’s exactly what we’re diving into! The Heart of the Project: Ultrasonic… Read more: Building a Smart Ultrasonic Car With Code Blocks on Tinkercad
- Super Simulation for Accelerometer with Arduino in TinkercadIntroduction The world of electronics education often relies on simulation software to bridge theoretical knowledge and practical application. TinkerCAD stands as a prominent platform for simulating electronic components, aiding enthusiasts and learners in experimenting virtually. In this tutorial, we’ll explore how to overcome the absence of an accelerometer component in TinkerCAD by using a creative… Read more: Super Simulation for Accelerometer with Arduino in Tinkercad
Pingback: Monitoring Soil Moisture with Arduino and LCD: A Step-by-Step Guide - AeroArduino.com