How To Use An RTC (Real Time Clock) With Arduino Uno R3 | Make an Accurate Clock!

  Рет қаралды 77,713

Core Electronics

Core Electronics

Күн бұрын

Пікірлер: 48
@dtape
@dtape 2 жыл бұрын
Such a good explanation for an Arduino circuit. So easy to follow even though these projects can be so confusing and intimidating. Thanks for the great video!
@UserName-cb6jz
@UserName-cb6jz Жыл бұрын
Clear explanation, clear sound, clear English, not too loud or too quiet, no annoying background music... Thank you for making a professional video! 👍🏻
@Platttraining
@Platttraining 5 ай бұрын
Outstanding and very good instructional techniques for this video. This is a very professional . I can see using this in my engineering classes for high school students.
@SmithDrewSmith
@SmithDrewSmith 3 жыл бұрын
Thanks for showing how to program time without using the PC time, haven't found that anywhere else.
@olivercouch1651
@olivercouch1651 3 жыл бұрын
Nice little RTC tutorial! :)
@decem_unosquattro9538
@decem_unosquattro9538 2 жыл бұрын
Wow impressive! I've never seen buttons to set the time. Good job! 👍
@jeffschroeder4805
@jeffschroeder4805 8 ай бұрын
I have a similar RTC clock running on an Uno with an LCD display, seems to me the code I used loaded the time from the computer used to program the Uno so I didn't have to set the initial time. The only problem is if/when the time becomes inaccurate or daylight savings comes around, I have to upload the code again. It would be simpler to do it your way. As I have the same components except for the buttons, I will add them next time I need to adjust it. Thank you, really learn a lot from your channel.
@mustaqimsufian7109
@mustaqimsufian7109 Жыл бұрын
Bro, that intro beat got me to subscribe.
@AKASH_MEANS_SKY
@AKASH_MEANS_SKY 8 ай бұрын
Can we add alarm mode in this..if yes can you give me some tips?
@sakha.2gd
@sakha.2gd 2 ай бұрын
how do you add an alarm to it?
@Name-sm8ns
@Name-sm8ns 2 жыл бұрын
Hi thanks for the vid! How can i add alarm to the clock with a button to turn off the alarm?
@yuno7825
@yuno7825 2 жыл бұрын
Hello, any tips on how to make it so I press a button and it displays the time in the serial monitor?
@Core-Electronics
@Core-Electronics 2 жыл бұрын
Definitely possible mate, check out this guide to give you a feel of what to do - www.letsstartcoding.com/chp-3-serial-print-button-press. If you still run into issues come pop me a message on our forum 🙂 that way we can get our whole team to help you.
@yuno7825
@yuno7825 2 жыл бұрын
@@Core-Electronics I was trying to do it with interrupts but for some reason I couldnt do it, I then tried with the help of your website and it finally works. Thank you very much.
@TexasEngineer
@TexasEngineer 4 ай бұрын
How do you adjust for daylight savings time?
@basspoett
@basspoett Жыл бұрын
If there's is only one Sda and scl and are connected to RTC and LCD how to differ communication between the two from arduino... Becoz there's only two wires (SDA &SCL) for two components that require seperate sda and scl right... How did you do that ?
@danielhildebrand6892
@danielhildebrand6892 9 ай бұрын
I’m still learning and have a long way to go. Wanting to build a clock with dual time zones (Local and UTC) Date for local, even current temp of my ham shack (or possibly monitoring my Battery temp) can this be done with one Mega or R3 and the large LCD display.
@AdolfKambinda-f8p
@AdolfKambinda-f8p 7 ай бұрын
Does the type of RTC you are using matter?
@chickenz4604
@chickenz4604 3 жыл бұрын
Nice video, can I use this for controlling water spray schedule for my garden? is the clock accurate?
@Core-Electronics
@Core-Electronics 3 жыл бұрын
Cheers mate and you definitely could set up a system to do that with this. The DS1307 RTC used here makes the clock very accurate with a time error of only about 1 second in 24 hours.
@chickenz4604
@chickenz4604 3 жыл бұрын
@@Core-Electronics thats pretty cool for this price range, I guess it will be robust for 1 year usage. several minutes error should be ok for scheduling in garden
@teevee00
@teevee00 9 ай бұрын
This is a great tutorial, thank you so much. I only have a regular lcd 16x2 that comes in the mega2560 kit. Is there much difference in coding or libraries to use this one instead? I have my project set up and the lcd is working. Any help is greatly appreciated
@AdolfKambinda-f8p
@AdolfKambinda-f8p 7 ай бұрын
How can I add an alarm to the code?
@samuelyoelisliko5070
@samuelyoelisliko5070 Жыл бұрын
Great video! One question though. Is it possible to switch the DS1307 with a DS3231 instead? I know a different library is required, but will the final code (the one with the LCD and DFRobot library) work the same?
@Core-Electronics
@Core-Electronics Жыл бұрын
There will be some Arduino code changes that you will need to make. Here are some great examples of using it with Arduino IDE - lastminuteengineers.com/ds3231-rtc-arduino-tutorial/
@samuelyoelisliko5070
@samuelyoelisliko5070 Жыл бұрын
@@Core-Electronics thank you so much for the response! Though I've decided to go for a different model for my clock, the website definitely helps a lot!
@sanjaybatra6593
@sanjaybatra6593 Жыл бұрын
how to SET RTC and How to SET ALARM ? any viode ?
@rationalpi6755
@rationalpi6755 3 жыл бұрын
Well explained, thank you for the video
@BastHoen
@BastHoen 11 ай бұрын
Nice video, thanks!
@DuyNguyen-ol4jp
@DuyNguyen-ol4jp Жыл бұрын
how about lunar calendarr sir, can u teach me????
@LordAndyvaile
@LordAndyvaile 2 жыл бұрын
i followed this to the letter but the buttons do nothing and display just scrolls through options as if button stuck on tried different buttons but same
@Core-Electronics
@Core-Electronics 2 жыл бұрын
Heyya mate, triple check your wiring. It seems to me some power is leaking through producing false positives causing the screen to flick through the display UI. If you continue running into problems write up a post here with some pictures and I'll get your system up and running 😊 forum.core-electronics.com.au/
@RealJustinWillock
@RealJustinWillock 18 күн бұрын
Wait hold up are you telling me you can use multiple devices on the SAME I2C connections?? That’s insanely useful!!
@Core-Electronics
@Core-Electronics 16 күн бұрын
Each device needs its own address so as long as they are all different addresses you connect up to 127!
@RealJustinWillock
@RealJustinWillock 15 күн бұрын
@ oh nice!! Thank you!
@First.Last.99
@First.Last.99 Жыл бұрын
thank you miss
@Multimamabolo
@Multimamabolo 3 жыл бұрын
i have to admit this is the best Arduino video I've ever seen, please assist with something,can i set multiple "times" let's say i want to use it for watering my garden but I want it to do it at different time intervals, how must i go about writing the code? thanks in advance
@Core-Electronics
@Core-Electronics 3 жыл бұрын
Thank you kindly mate, come make a forum post (link in description) on your idea and then we can give you a much better hand than I can here 😊
@curtistackie7459
@curtistackie7459 Жыл бұрын
awesome video :)
@akmalcoding9877
@akmalcoding9877 Жыл бұрын
Good job
@jesuserwinsuarez65
@jesuserwinsuarez65 Жыл бұрын
awesome!
@hamdy718
@hamdy718 Жыл бұрын
great thx !!!
@stevec5000
@stevec5000 9 ай бұрын
There are a lot of errors in the text file for the clock that has "Include" with no file names and other things so it won't compile! Should have tested this first before publishing it!
@electronicsideas1361
@electronicsideas1361 Жыл бұрын
not working
@kaposipal
@kaposipal 3 жыл бұрын
gabi néni technika órát tart...
@oPunkko
@oPunkko 2 жыл бұрын
audio out of sync
@Core-Electronics
@Core-Electronics 2 жыл бұрын
Are you sure? When does it do that?
@Sekhar_Home
@Sekhar_Home 3 жыл бұрын
U are teaching POWER line or RTC... ?? CONFUSED?😂
How to use DS3231 RTC module to build OLED clock
15:34
Mario's Ideas
Рет қаралды 36 М.
Arduino Uno to ATmega328 - Shrinking your Arduino Projects
37:17
DroneBot Workshop
Рет қаралды 803 М.
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Arduino Real Time Clock - Using the Tiny RTC
31:29
DroneBot Workshop
Рет қаралды 205 М.
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
Arduino Tutorial 35- Real Time Clock using DS1302 RTC Module
10:07
Enjoy Mechatronics
Рет қаралды 89 М.
You can learn Arduino in 15 minutes.
16:34
Afrotechmods
Рет қаралды 10 МЛН
Making coffee from scratch (is hard)
38:34
NileBlue
Рет қаралды 1,8 МЛН
74HC595 & 74HC165 Shift Registers with Arduino
40:38
DroneBot Workshop
Рет қаралды 409 М.
Arduino Timer Control Relay Devices
6:34
Viral Science - The home of Creativity
Рет қаралды 114 М.
How to Make A Digital Clock Using Arduino and LCD
5:24
Kiyani's Lab
Рет қаралды 70 М.
YOLO Object Detection on the Raspberry Pi AI HAT | Writing Python Scripts
18:51