Тёмный
No video :(

TUTORIAL ON REAL TIME CLOCK USING DS3231, MAX7219 LED 8X32 DOT MATRIX & ARDUINO NANO 

MOUNT DYNAMICS
Подписаться 2,2 тыс.
Просмотров 33 тыс.
50% 1

#DS3231 #RTC #LED
PURCHASE LINK OF DS3231 RTC: www.amazon.in/...
PURCHASE LINK OF MAX7219 8X32 LED MATRIX:
www.amazon.in/...
CODE LINK: drive.google.c...
TUTORIAL ON 8X32 LED DOT MATRIX : • TUTORIAL ON 8X32 LED D...

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 90   
@angomnaresh9859
@angomnaresh9859 5 месяцев назад
I have seen a lot of videos and tried a lot to make one however my every attempt was unsuccessful so I gave up thinking it was a waste of time, but today I happened to see your video and it triggered me to check my long-forgotten Dot matrix Led and Arduino and I re-assembled at the very first try it succeeded. Now I feel relaxed. Thanks for the video and hoping for more related videos.
@farhaancreation1475
@farhaancreation1475 2 года назад
Super and very simple project. Clock is working properly most important thing that code uploaded in nano with a glitch.thanks.
@mariuspetcu7482
@mariuspetcu7482 6 месяцев назад
I am one of the subscribers for 3 years mate .... 🤝
@stevendanielkussoy4859
@stevendanielkussoy4859 2 месяца назад
Great video Bro. Really helpful and informative to duty works
@headmaster3795
@headmaster3795 10 месяцев назад
Code is working properly, thanks dear But need for an updation if included in code for display for Day, Date and year
@virendersingh6027
@virendersingh6027 2 года назад
Sir i saw many videos of arduino clock on youtube and used the code but there were many errors in them the code you have given is working without any error and the font is also stylish. Please make another video which includes scrolling time along with date and year with thanks
@MOUNTDYNAMICS
@MOUNTDYNAMICS 2 года назад
Yes would do that in future thank you
@virendersingh6027
@virendersingh6027 2 года назад
sir, i have also seen many more videos but everyone has some error in compiling Please make a similar tutorial video, like automatically scroll date time even if it is through software, but when we compile, there is no error as there is no error in the coding of this video. Thanks in advance
@MOUNTDYNAMICS
@MOUNTDYNAMICS 2 года назад
Mail us at mountdynamics@gmail.com Send the screen shots I’ll check and give you the response
@virendersingh6027
@virendersingh6027 2 года назад
Sir, I want to say this clock code is working fine. But please make another video with scrolling date time and year whether it is shown on pc software. With thanks
@virendersingh6027
@virendersingh6027 2 года назад
Hello sir, I waiting eagerly for my requested video on 6 digit 12 hour clock with scrolling date and year. Please make a tutorial video using arduino simulator with code . Thanks in advance
@mariuspetcu7482
@mariuspetcu7482 6 месяцев назад
Great Job you made ... But in order to follow your example we need to Upload some Libraries in Arduino IDE - Please provide Links for the Libraries You used here ... Thank You ...
@rajeshmassab
@rajeshmassab 9 месяцев назад
Errorless perfect code, simple and best max clock, how can we incluide temp as ds3231 has temp sensing ability
@SERVISLAPTOPJOGJAPRO
@SERVISLAPTOPJOGJAPRO 4 месяца назад
to change the hour to 24H format, just edit line #358 on the code, from uint8_t hour12 = hour%12 == 0? 0 : hour%12; to uint8_t hour12 = hour%24 == 0? 0 : hour%24;
@dhruvbhilare6676
@dhruvbhilare6676 2 года назад
THANKS MAN I APRECIATE IT MUCH HELPED
@MOUNTDYNAMICS
@MOUNTDYNAMICS 2 года назад
You’re welcome 😇
@vikramjeetpaul
@vikramjeetpaul 2 года назад
Great video sir. Really helpful and informative :)
@sbsarkar5659
@sbsarkar5659 2 года назад
Very good project. Really appreciate ur effort. Can u enhance the code accuracy of the clock by interfacing an ESP01 which would get NTP time from the wifi once a day and update DS3231 automatically ?
@irfanpasha2292
@irfanpasha2292 4 года назад
👍👍👍
@W.Keeling
@W.Keeling 3 года назад
Thank you for this, would be nice to add a link with a picture of wiring diagram to refer to
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
For now you can get it from the video. Pause it and take the screen shot
@W.Keeling
@W.Keeling 3 года назад
@@MOUNTDYNAMICS yes thats ive done, thank you for replying
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
No problem
@bazrazin1
@bazrazin1 2 года назад
clock showing vertical on my horizontal generic 7219 8*8 module with IC to the top, also 1st module is to the left-1,2,3,4, time is displayed vertically in 4,3,2,1 manner.
@tomloef68
@tomloef68 Год назад
Very impressive! Where can I find Ledcontrol.h file? I get error message when compiling: no such file😢..
@reirey0106
@reirey0106 Год назад
sir your project is so cool :) I just want to ask about the buttons, I'm currently trying your project but there seems to be a problem with my buttons, it wont allow me to change the hr and minute format. I inserted all the wires correctly based on the instructions and diagram.What could be the problem?
@berndh.2017
@berndh.2017 Год назад
Beide Tasten erst einmal gleichzeitig drücken.
@198407ankur
@198407ankur 3 года назад
Sir, i want to ask when we connect this led matrix to arduino and then we connect them both with PC to upload program, does the matrix LED turns on automatically or not. In my case, when I'm connecting both the module with PC, some part of the LED turns on and some are off. This is my first project and i have very basic knowledge about electronic and nil about coding.
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
It’s normal to happen till you upload the sketch
@198407ankur
@198407ankur 3 года назад
@@MOUNTDYNAMICS Thanks alot Sir..
@maxtonprinceton8101
@maxtonprinceton8101 3 года назад
I guess it's kinda randomly asking but do anybody know a good website to stream new tv shows online ?
@pierceedwin5273
@pierceedwin5273 3 года назад
@Maxton Princeton Flixportal :D
@maxtonprinceton8101
@maxtonprinceton8101 3 года назад
@Pierce Edwin thank you, I signed up and it seems like they got a lot of movies there =) I really appreciate it!!
@virendersingh6027
@virendersingh6027 Год назад
Hello sir, want to use Atmega328p instead of arduino nano/uno. Please tell me which is the VCC in pin in arduino328p. Thanks in advance
@virendersingh6027
@virendersingh6027 2 года назад
Sir clock is working fine. Now I want to remove 0 i.e. 06:34 to 6:34. Please tell me how to remove 0. Thanks in advance
@aspirin4709
@aspirin4709 7 месяцев назад
Does the rtc use lithium cell?
@virendersingh6027
@virendersingh6027 2 года назад
Dear sir if DS3231 shows temperature and date then why didn't you add temperature code. Sorry for my poor english. Please make one click with the same as above sai but text should be scrolling. Thanks
@MOUNTDYNAMICS
@MOUNTDYNAMICS 2 года назад
I have done that using OLED display check it out
@virendersingh6027
@virendersingh6027 2 года назад
But I want with max7219 as I do not know coding I simply follow step shown in the video but I have some knowledge about electronic. Thanks for you reply
@virendersingh6027
@virendersingh6027 2 года назад
Sir, which software did you use in designing this clock circuit? Please tell me And also I am not finding max7219 dot matrix in tinkcard. Can you hello me. Thanks in advance
@kmaster4346
@kmaster4346 Год назад
fritzing
@toniogarcia7955
@toniogarcia7955 3 года назад
the code cannot be downloaded
@juliocoq777
@juliocoq777 Год назад
👍👍👍👍👍👍👍👍👍👍👌👌👌👌👌👌👌👌👌👌👌👌
@sanu7210
@sanu7210 3 года назад
BRO PLEASE HELP HOW TO CRRECT THE ORIENTATION IT IS NOT CAMING LIKE YOU "M" CAMING TO LAST SEGMENT AND MINUTS CAMEING IN FIRST SEGMENT , IT IS ORIENTED LIKE IF IT IS 2 O CLOCK THEN SHOWING 0 0 2: 0 OR IF THE TIME IS 2:08 IT SHOWS 802:0 , OR SUPPOSED IS THE TIME IS 2: 11 IT SHOWS 112:0 AND THE MINIUTS VALUE GOSE UP TO MORE THEN 90
@virendersingh6027
@virendersingh6027 2 года назад
Sir, I do not know arduino coding please tell me if you have used software spi or hardware spi. Code is working fine. Thanks for sharing the code Please reply
@virendersingh6027
@virendersingh6027 2 года назад
Sir क्या आप रिप्लाई नही करते प्लीज
@virendersingh6027
@virendersingh6027 2 года назад
But there is a little bit problem I will tell u latter Thanks
@MOUNTDYNAMICS
@MOUNTDYNAMICS 2 года назад
I didn’t get your question
@angokun6214
@angokun6214 5 месяцев назад
the code is not available now, can u fix it?
@vamsithadi686
@vamsithadi686 Год назад
How to include date
@Sohailkhan-bh9jr
@Sohailkhan-bh9jr 3 года назад
e sub parts kahan milenge ao prise keya hay sab ke
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Ye Sab parts koi electronics Dukan me miljayegi, Amazon site se bhi behtar daam me milegi. Sab parts 1000 rupees ke ander mijayega.
@lahiruprabath9129
@lahiruprabath9129 3 года назад
I made this with arduino uno. But push buttons didnt work😒😒😒😒 so cant adjust the time. How can i fix it😒😒😒😒
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
It should work fine, just follow every step carefully .
@virendersingh6027
@virendersingh6027 2 года назад
I have solved the push button issue now I can reset time easily. Clock working fine.
@farhadh.jafarpour3025
@farhadh.jafarpour3025 Год назад
@@virendersingh6027 How?
@sanu7210
@sanu7210 3 года назад
Brother please add date and day and tempreture that cames from rtc information to coding foe displaye
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
i will try
@sanu7210
@sanu7210 3 года назад
@@MOUNTDYNAMICS i have done it already
@virendersingh6027
@virendersingh6027 2 года назад
Hello Nilanjan please share code to add date and time. Thanks
@vamsithadi686
@vamsithadi686 Год назад
@@sanu7210 how to add date
@EvilGears
@EvilGears 3 года назад
The code is not available anymore, can you fix the link please?
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Yeah will do it by tomorrow morning
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
The code has been restored now
@nafizahmed4926
@nafizahmed4926 3 года назад
Im searching same but neo6 GPS time to display. Can anyone help me out?
@user-pf9xb4zw4g
@user-pf9xb4zw4g 3 года назад
What is the program used in programming
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Code will be available Tom morning
@redelectron8575
@redelectron8575 2 года назад
DS3231 Module with Arduino
@ajithponoth2294
@ajithponoth2294 3 года назад
Sir the code is not working, it shows ' led control h file ' is not found how to clear
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
That’s the library which you have to add it in arduino IDE software, I have shown the procedure how to do it in the video.
@singhbrijeshvns
@singhbrijeshvns 3 года назад
The code is not available anymore, can you fix the link please Its Happening Again
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
I’ll fix it and reply you back, sorry for the inconvenience.
@xperimentsqf3823
@xperimentsqf3823 3 года назад
error "Font_Data.h" : No such file or directory how to fix it..?
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Download all the libraries as explained in the video
@architshokeen2451
@architshokeen2451 2 года назад
sir ji code mil sakta hie kay
@electronicsideas1361
@electronicsideas1361 3 года назад
NEED SCROLLING CLOCK
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
In examples there is a scrolling function, I’m talking about the library example for max 7219 You can take that function and try to this code!
@jafarali-yf7li
@jafarali-yf7li 3 года назад
is there alarm
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Nope no alarm.
@birupakhyamishra5078
@birupakhyamishra5078 2 года назад
Rtc modul codeing
@aeebjafar4194
@aeebjafar4194 3 года назад
Sir where is the code ??
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
It’s in the description
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Code has been restored now
@electronicsideas1361
@electronicsideas1361 3 года назад
can not download code it says error 404
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
It’s available now. Download it
@electronicsideas1361
@electronicsideas1361 3 года назад
@@MOUNTDYNAMICS I try and reply u thanks
@MOUNTDYNAMICS
@MOUNTDYNAMICS 3 года назад
Okay
@electronicsideas1361
@electronicsideas1361 3 года назад
@@MOUNTDYNAMICS any way where u from?
@electronicsideas1361
@electronicsideas1361 3 года назад
THANKS DONE
Далее
ESP01 MAX7219  Temperature Humidity Time Message
8:46
😭Телеграм УДАЛЯЮТ❌
00:50
Просмотров 130 тыс.
The BEEFY mini PC - Minisforum AtomMan G7 PT
12:40
Просмотров 189 тыс.
How to make a LED Matrix Clock using Arduino
4:53
Просмотров 17 тыс.
4 in 1 LED matrix clock DIY
4:44
Просмотров 51 тыс.
MAX7219 RTC DS1307 dht11 led matrix clock Arduino
2:56