Arduino | DS1307 RTC with Arduino Uno and LCD Keypad Shield | Included with the Simple Settings Menu

preview_player
Показать описание
Arduino | DS1307 RTC with Arduino Uno and LCD Keypad Shield | Included with the Simple Settings Menu. In this project video I use Arduino Uno SMD, DS1307 Real Time Clock (Tiny RTC Module), LCD Keypad Shield, Arduino IDE 1.8.9 and Notepad++ V7.7.1

The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.

***********************************************
Thanks for watching & don't forget to like, comment and Subscribe...
***********************************************

For other video tutorials on this channel, please see this playlist:

***********************************************
***********************************************
***********************************************
Music Background:

Track: Calmness — JayJen [Audio Library Release]
Music provided by Audio Library Plus

Song: MBB - Ibiza (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.

Creative Commons — Attribution 3.0 Unported — CC BY 3.0

Creative Commons — Attribution 3.0 Unported — CC BY 3.0
***********************************************
Рекомендации по теме
Комментарии
Автор

I have been trying to understand and getting my Arduino LCD KeyPad Shield to work for about a week. I have tried many different you tubers, but I found your step by step method very clear and conciese with excellent diagrams and very well written code. The only snag I had was the ADC values, but I measured the voltages at pin A0 and calculated my values and added 50 like you suggested and everything worked like a charm.

ADC values can be obtained by 1023/5=(ADC)/(Analog VoltageReading)
make ADC = X Then X=(1023/5) x (Analog VoltageReading)
(Don't forget to hold each button down when taking a reading of A0)

joerinaldi
Автор

What if I need to use this program with Arduino Mega instead of the Uno? What needs to be changed? I'm having problems with it because it doesn't recognize the RTC.

catarinapinto
Автор

Hi thanks for your learning video
How can i use your project for controlling relay with Displays the time and timer from the DS1307 on the 16x2 LCD with 24 Hours Time Format with a Menu for Settings current time and Config timers per relay

m.a.manafi
Автор

nice work, thank you. it works also with the ds3231 wich I use. thumbs up

Thor
Автор

Sir which arduino board u use with this lcd keypad shield

I also try arduino uno with lcd1602 keypad shield but there is not showing any text, only green light is shown

daljitslabdsr
Автор

Bagaiman menggunakan file : Tiny RTC - DS1307 Breakout Board.fzpz dan LCD Keypad Shield.fzpz ... ?

singgihhadipurnomo
Автор

having trouble using the keypad? try this in the code : if (adc_key_in < 60) return btnRIGHT;
if (adc_key_in < 200) return btnUP;
if (adc_key_in < 400) return btnDOWN;
if (adc_key_in < 600) return btnLEFT;
if (adc_key_in < 800) return btnSELECT;

janmozol
Автор

the rar file is damaged can u send a new copy

ராசிஇல்லாராஜா
Автор

min, untuk menambahkan alarm nya gimana ya?

derisiringoringo
Автор

Great vid! If you want a recommendation for future vids HMU. I built a line tracking car and a Tesla coil on my channel. I would love to see others make one!

circuitemakes