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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2020
  • #DS3231 #RTC #LED
    PURCHASE LINK OF DS3231 RTC: www.amazon.in/Electrobot-DS32...
    PURCHASE LINK OF MAX7219 8X32 LED MATRIX:
    www.amazon.in/Robocraze-MAX72...
    CODE LINK: drive.google.com/file/d/1vqgA...
    TUTORIAL ON 8X32 LED DOT MATRIX : • TUTORIAL ON 8X32 LED D...

ความคิดเห็น • 89

  • @angomnaresh9859
    @angomnaresh9859 หลายเดือนก่อน

    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 ปีที่แล้ว

    Super and very simple project. Clock is working properly most important thing that code uploaded in nano with a glitch.thanks.

  • @vikramjeetpaul
    @vikramjeetpaul ปีที่แล้ว

    Great video sir. Really helpful and informative :)

  • @mariuspetcu7482
    @mariuspetcu7482 3 หลายเดือนก่อน

    I am one of the subscribers for 3 years mate .... 🤝

  • @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 ?

  • @dhruvbhilare6676
    @dhruvbhilare6676 2 ปีที่แล้ว +2

    THANKS MAN I APRECIATE IT MUCH HELPED

  • @headmaster3795
    @headmaster3795 7 หลายเดือนก่อน

    Code is working properly, thanks dear But need for an updation if included in code for display for Day, Date and year

  • @SERVISLAPTOPJOGJAPRO
    @SERVISLAPTOPJOGJAPRO หลายเดือนก่อน

    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;

  • @irfanpasha2292
    @irfanpasha2292 3 ปีที่แล้ว +2

    👍👍👍

  • @aspirin4709
    @aspirin4709 4 หลายเดือนก่อน

    Does the rtc use lithium cell?

  • @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

  • @mariuspetcu7482
    @mariuspetcu7482 3 หลายเดือนก่อน

    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 5 หลายเดือนก่อน

    Errorless perfect code, simple and best max clock, how can we incluide temp as ds3231 has temp sensing ability

  • @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.

  • @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

  • @tomloef68
    @tomloef68 ปีที่แล้ว

    Very impressive! Where can I find Ledcontrol.h file? I get error message when compiling: no such file😢..

  • @nafizahmed4926
    @nafizahmed4926 3 ปีที่แล้ว

    Im searching same but neo6 GPS time to display. Can anyone help me out?

  • @virendersingh6027
    @virendersingh6027 2 ปีที่แล้ว +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 ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      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

  • @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

  • @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 9 หลายเดือนก่อน

      Beide Tasten erst einmal gleichzeitig drücken.

  • @toniogarcia7955
    @toniogarcia7955 3 ปีที่แล้ว +3

    the code cannot be downloaded

  • @W.Keeling
    @W.Keeling 2 ปีที่แล้ว +1

    Thank you for this, would be nice to add a link with a picture of wiring diagram to refer to

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  2 ปีที่แล้ว

      For now you can get it from the video. Pause it and take the screen shot

    • @W.Keeling
      @W.Keeling 2 ปีที่แล้ว +1

      @@MOUNTDYNAMICS yes thats ive done, thank you for replying

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  2 ปีที่แล้ว

      No problem

  • @vamsithadi686
    @vamsithadi686 ปีที่แล้ว

    How to include date

  • @198407ankur
    @198407ankur 3 ปีที่แล้ว +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 ปีที่แล้ว +1

      It’s normal to happen till you upload the sketch

    • @198407ankur
      @198407ankur 3 ปีที่แล้ว

      @@MOUNTDYNAMICS Thanks alot Sir..

    • @maxtonprinceton8101
      @maxtonprinceton8101 2 ปีที่แล้ว

      I guess it's kinda randomly asking but do anybody know a good website to stream new tv shows online ?

    • @pierceedwin5273
      @pierceedwin5273 2 ปีที่แล้ว

      @Maxton Princeton Flixportal :D

    • @maxtonprinceton8101
      @maxtonprinceton8101 2 ปีที่แล้ว

      @Pierce Edwin thank you, I signed up and it seems like they got a lot of movies there =) I really appreciate it!!

  • @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

  • @angokun6214
    @angokun6214 2 หลายเดือนก่อน

    the code is not available now, can u fix it?

  • @juliocoq777
    @juliocoq777 ปีที่แล้ว

    👍👍👍👍👍👍👍👍👍👍👌👌👌👌👌👌👌👌👌👌👌👌

  • @architshokeen2451
    @architshokeen2451 2 ปีที่แล้ว

    sir ji code mil sakta hie kay

  • @user-pf9xb4zw4g
    @user-pf9xb4zw4g 3 ปีที่แล้ว

    What is the program used in programming

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  3 ปีที่แล้ว

      Code will be available Tom morning

  • @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

  • @Sohailkhan-bh9jr
    @Sohailkhan-bh9jr 3 ปีที่แล้ว +1

    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.

  • @virendersingh6027
    @virendersingh6027 2 ปีที่แล้ว +1

    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

  • @sanu7210
    @sanu7210 3 ปีที่แล้ว +1

    Brother please add date and day and tempreture that cames from rtc information to coding foe displaye

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  3 ปีที่แล้ว +1

      i will try

    • @sanu7210
      @sanu7210 3 ปีที่แล้ว +1

      @@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

  • @birupakhyamishra5078
    @birupakhyamishra5078 2 ปีที่แล้ว

    Rtc modul codeing

  • @lahiruprabath9129
    @lahiruprabath9129 3 ปีที่แล้ว +1

    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 10 หลายเดือนก่อน

      @@virendersingh6027 How?

  • @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.

  • @jafarali-yf7li
    @jafarali-yf7li 3 ปีที่แล้ว

    is there alarm

  • @EvilGears
    @EvilGears 3 ปีที่แล้ว +1

    The code is not available anymore, can you fix the link please?

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  3 ปีที่แล้ว +1

      Yeah will do it by tomorrow morning

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  3 ปีที่แล้ว

      The code has been restored now

  • @xperimentsqf3823
    @xperimentsqf3823 2 ปีที่แล้ว

    error "Font_Data.h" : No such file or directory
    how to fix it..?

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  2 ปีที่แล้ว

      Download all the libraries as explained 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.

  • @electronicsideas1361
    @electronicsideas1361 2 ปีที่แล้ว +1

    NEED SCROLLING CLOCK

    • @MOUNTDYNAMICS
      @MOUNTDYNAMICS  2 ปีที่แล้ว

      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!

  • @redelectron8575
    @redelectron8575 2 ปีที่แล้ว

    DS3231 Module with Arduino

  • @aeebjafar4194
    @aeebjafar4194 3 ปีที่แล้ว +1

    Sir where is the code ??

  • @electronicsideas1361
    @electronicsideas1361 2 ปีที่แล้ว +1

    can not download code it says error 404