Make Analog OLED clock without RTC module || SSD1306 0.96" OLED display || Without DS3231 Module

Поделиться
HTML-код
  • Опубликовано: 22 июл 2023
  • Hello Friends,
    In today's video, we will learn how to make an extremely simple yet very interesting Arduino Project, an Analog OLED Clock. This clock is made using an SSD1306 0.96" OLED display with 128 by 64 pixels. This project is extremely simple as it doesn't use DS3231 real time clock module.
    Link to download Arduino Code
    drive.google.com/file/d/1c5VM...
    Please enjoy watching the video. Please share the video if you like it.
    🎵 Song: 'Markvard - Dreams' is under a creative commons license license.
    ruclips.net/channel/UC8zg...
    🎶 Music promoted by BreakingCopyright:
    • 🛀 Soothing & Chill Out...
    Please share, like the video and SUBSCRIBE to my channel for watching more interesting videos in future. Thank You...❤
    #arduinoproject #arduino
  • НаукаНаука

Комментарии • 23

  • @MG19_alpha
    @MG19_alpha 4 месяца назад +1

    Nice 🎉

    • @Science_4U_
      @Science_4U_  4 месяца назад +1

      Thank you dear friend..🙂

  • @VinKrishSolutions
    @VinKrishSolutions 11 месяцев назад +3

    Superb👌👌

  • @mariuspetcu7482
    @mariuspetcu7482 4 месяца назад +1

    Great Job mate .... THANK You for Sharing your work ... Please, I was able to compile it, and added an RTC , how can I make it keeping time when then power is OFF? ... THANK You ...Stay Safe wherever you are ....

    • @Science_4U_
      @Science_4U_  4 месяца назад +2

      Hi dear friend. I am so happy that you liked the project..❤️🙂
      If you add an RTC module, it will maintain the time, even if you turn off the power supply, because of the inbuilt battery in RTC module.

    • @mariuspetcu7482
      @mariuspetcu7482 3 месяца назад +1

      @@Science_4U_ Thank You ... I will tray that ...

  • @jumbo999614
    @jumbo999614 3 месяца назад +1

    Please update this tutorial using menu and buttons for setting hour, minute, and second.
    It's not convenient to hardcode the real time.

    • @Science_4U_
      @Science_4U_  3 месяца назад +2

      You are right friend. I will do that in future. Thank you..

    • @jumbo999614
      @jumbo999614 3 месяца назад +1

      @@Science_4U_ Thank you.
      Anyway, is Ultra Fire great battery?
      I'm using this brand too. The battery drained out so quick.
      I don't know if there is original one or fake one.

    • @Science_4U_
      @Science_4U_  3 месяца назад +1

      @@jumbo999614 I find it to be quite good. These batteries are lasting really long for me.

  • @DirtNerds
    @DirtNerds 5 месяцев назад +1

    Compilation error: 'int y1' redeclared as different kind of entity
    I get this error when tryong to complie to code.

    • @Science_4U_
      @Science_4U_  5 месяцев назад +1

      Hi friend. I think you are using an old version of IDE software. Can you update the software and try?

    • @DirtNerds
      @DirtNerds 5 месяцев назад +1

      @@Science_4U_ it says that it is up to date when I try to update

    • @Science_4U_
      @Science_4U_  5 месяцев назад

      @@DirtNerds Hmm. Okay friend. Did you use my code as such or did you make any changes? Because all my codes are tested ones and so there should not be any errors.

    • @Science_4U_
      @Science_4U_  5 месяцев назад +1

      @@DirtNerds I would suggest one thing. Can you redownload the code once again and upload. Sometimes by mistake the code would have got changed. Can you re-download the code once again and upload as such and see whether the error is coming again.

  • @user-gg4uu3zz8z
    @user-gg4uu3zz8z 8 месяцев назад

    hi , had a doubt, why is the second moving very slow in my clock? Thank you

    • @Science_4U_
      @Science_4U_  8 месяцев назад

      Slow means like 2-3 seconds slow in around 1 minute time or even much slower than that?. Can you tell approximately how much slow..

  • @kushagramahajan2924
    @kushagramahajan2924 4 месяца назад +2

    how can i change time?

    • @Science_4U_
      @Science_4U_  4 месяца назад +2

      Hi friend. In this code, you can change the starting time when the circuit is powered on by changing hour, mins ans seconds in the code. But when the clock is running, it is not possible to change the time.

    • @kushagramahajan2924
      @kushagramahajan2924 3 месяца назад +2

      @@Science_4U_ thank you very much

  • @DanielBulyovcsity
    @DanielBulyovcsity 11 месяцев назад +4

    This clock will be off by several seconds a day. Get an RTC module or better, a GPS

    • @Science_4U_
      @Science_4U_  11 месяцев назад +4

      That is absolutely true my friend🙂..
      This is just for a demonstration and is the simplest clock circuit. That is why it was made without RTC or GPS module..