Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 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 purchasing components :
    1. Arduino UNO : amzn.to/3RPzXw8
    2. SSD1306 OLED Display : amzn.to/4eVaBqA
    3. 18650 battery holder with on/off switch : amzn.to/4bxg8AT
    4. 18650 batteries : amzn.to/3zFc83Q
    5. Jumper wire : amzn.to/3xG4FB0
    Link to download Arduino Code
    drive.google.c...
    Please enjoy watching the video. Please share the video if you like it.
    🎵 Song: 'Markvard - Dreams' is under a creative commons license license.
    www.youtube.co...
    🎶 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

  • @VinKrishSolutions
    @VinKrishSolutions Рік тому +3

    Superb👌👌

  • @MG19_alpha
    @MG19_alpha 5 місяців тому +1

    Nice 🎉

    • @Science_4U_
      @Science_4U_  5 місяців тому +1

      Thank you dear friend..🙂

  • @mariuspetcu7482
    @mariuspetcu7482 5 місяців тому +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_  5 місяців тому +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 4 місяці тому +1

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

  • @jumbo999614
    @jumbo999614 4 місяці тому +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_  4 місяці тому +2

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

    • @jumbo999614
      @jumbo999614 4 місяці тому +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_  4 місяці тому +1

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

  • @DirtNerds
    @DirtNerds 6 місяців тому +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_  6 місяців тому +1

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

    • @DirtNerds
      @DirtNerds 6 місяців тому +1

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

    • @Science_4U_
      @Science_4U_  6 місяців тому

      @@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_  6 місяців тому +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.

  • @kushagramahajan2924
    @kushagramahajan2924 5 місяців тому +2

    how can i change time?

    • @Science_4U_
      @Science_4U_  5 місяців тому +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 5 місяців тому +2

      @@Science_4U_ thank you very much

  • @user-gg4uu3zz8z
    @user-gg4uu3zz8z 10 місяців тому

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

    • @Science_4U_
      @Science_4U_  10 місяців тому

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

  • @DanielBulyovcsity
    @DanielBulyovcsity Рік тому +4

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

    • @Science_4U_
      @Science_4U_  Рік тому +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..