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

How to Make A Digital Clock Using Arduino and LCD

Поділитися
Вставка
  • Опубліковано 19 лис 2020
  • Sponsored by PCBGOGO: Electronic Project Engineer's Best Partner! www.pcbgogo.com
    Offer low cost with high-quality PCB prototype and PCB assembly service.
    $5 for 10 PCBs; PCB assembly from $30
    -----------------------------------------------------------------------------------------------------------
    Hi friends in this video i have made Arduino based ampere watt and ampere hour I hope you will enjoy this video Gerber files and circuit diagram is given below please like share and subscribe
    Components:
    1x ARDUINO NANO s.click.aliexp...
    1x 16X2 LCD s.click.aliexp...
    1X 2K 2RESISTOR s.click.aliexp...
    1x PUSH BUTTON s.click.aliexp...
    1X 3 PIN TERMINAL BLOCK s.click.aliexp...
    1X PERF BOARD s.click.aliexp...
    JUMPER WIRES s.click.aliexp...
    Circuit Diagram:
    drive.google.c...
    drive.google.c...
    Gerber Files:
    drive.google.c...
    code:
    Arduino file drive.google.c...
    zip file drive.google.c...
    text file drive.google.c...
    Useful Tools
    electronic tool kit s.click.aliexp...
    Hardware tool kit s.click.aliexp...
    Desktop oscilloscope s.click.aliexp...
    hand held oscilloscope s.click.aliexp...
    cordless drill + screw driver s.click.aliexp...
    power supply s.click.aliexp...
    soldering station s.click.aliexp...
    Drill press s.click.aliexp...
    3d printer www.aliexpress...
    CNC machine s.click.aliexp...
    My Channels:
    KIYANI' KI LAB / @kiyanikilab
    KIYANI TECH / @kiyanitech
    Instagram: / kiyani676
    fecebook: / kiyanis-lab-1520512291...
    Previous videos:
    • how to make mini cnc p...
    • Let's Answer Your Ques...
    • LET'S REPAIR IT | BENQ...

КОМЕНТАРІ • 82

  • @bitcoin861
    @bitcoin861 3 роки тому +3

    this is literally like the best video on how to make a digital clock out there

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

    By changing some values in the code, a 24-hour display is obtained with a delay of 1 second per 24 hours. By replacing the 2K2 resistor with a 10K trimmer potentiometer, the input voltage can be 5V.

  • @TopTrend9
    @TopTrend9 7 місяців тому +1

    Brother i just made the project everything but buttons are not working .one terminal of each button is grounded and other terminal with arduino pin number 8,9,10 please tell me my mistake? ihave to submit my project with in 3 days

  • @user-fq3pz4io2y
    @user-fq3pz4io2y 3 роки тому

    Thank you Kiyani's Lab! The firmware is correct, the clock was assembled on the Arduino Uno r3, everything works. Good luck to you!

  • @wowo1081
    @wowo1081 2 роки тому +2

    Found this wonderful code here for the big display, and I implemented it with my Arduino Uno. I solved its considerable drift in time by trimming the 500 ms delay near the end of the code. Tried several values until I got to 493ms instead of 500ms. Now, the clock loses only 1 second every 24 hours, not bad for a setup without an RTC module. Of course, I have to reset it to the current time every time I turn it on.
    Now, if somebody can please point me to code where this could be used with at least an alarm, or with the other features that come standard in a clock implementation such as a calendar, temperature and humidity sensor, etc. Thanks for posting this.

    • @wowo1081
      @wowo1081 2 роки тому

      One more thing, after 11:59 PM the clock displays 00:00 AM. In my part of the world, it should display 12:00 AM. I am able to display the desired digits by changing two occurrences of 11 to 12, but I don't know how to code so that AM should change to PM and PM to AM after 11:59. Any suggestions on how to do that?

    • @KiyanisLab
      @KiyanisLab  2 роки тому +1

      you will find this section in the code if(h>11){ h=0; a=!a; } change it with this if(h>12){ h=1; a=!a; }

    • @wowo1081
      @wowo1081 2 роки тому

      @@KiyanisLab Thanks

    • @sanjayvyavahare3054
      @sanjayvyavahare3054 Рік тому

      @@wowo1081 can you please share code

  • @themaxt3r
    @themaxt3r 3 роки тому +1

    Hey bro i do the proyect but you dont say if the 5v port and the GND need a Resistence of 2.2 k Oms

  • @manas0510
    @manas0510 Місяць тому

    can we make same pin connections on arduino uno ?

  • @rsc8295
    @rsc8295 3 роки тому +2

    Could I use a 2k resistor instead of 2.2? Would the code need to be modified in any way for this?

  • @mridulagrawal5230
    @mridulagrawal5230 2 роки тому

    THIS IS AVERY NICE PROJECT

  • @lutherblisset372
    @lutherblisset372 2 роки тому +1

    I built it and it works fine, unfortunately the accuracy is very low, it takes 10 minutes back every 12 hours, how can I sync it?

  • @Ngapaktech
    @Ngapaktech 3 роки тому

    saya menunngu yang pakai RTC ,
    SANGAT BAGUS saya suka

  • @nandeepkhajuria2326
    @nandeepkhajuria2326 3 роки тому +2

    It doesn't have rtc module .. so the time will reset everytime you disconnect the battery

    • @KiyanisLab
      @KiyanisLab  3 роки тому +1

      yes you are right bro soon rtc model will be uploaded

  • @devshah8058
    @devshah8058 3 роки тому +1

    0:48 why are all the reviews same

  • @MoidNouman
    @MoidNouman Рік тому

    Can we make timer relay same like this

  • @bitcoin861
    @bitcoin861 3 роки тому

    whoaa this is so cool!!

  • @janardhanaus
    @janardhanaus 2 роки тому

    7 segments big digits are not showing correctly. and PM showing correctly. Can please the me the solution for this

  • @ABDULMAJID-fb1km
    @ABDULMAJID-fb1km 3 роки тому

    @Kiyani's Lab how can we make this with i2c module for 16×2 lcd

  • @hackfren4669
    @hackfren4669 Рік тому

    can you tell what is that " +VE "

  • @hlion5762
    @hlion5762 3 роки тому +1

    It's very useful project, but you can make RTC module using tm1637 display and Arduino

  • @funwithaditya5465
    @funwithaditya5465 3 роки тому +1

    Can you make a video on this using Arduino Uno?

  • @srinidhik8474
    @srinidhik8474 3 роки тому +1

    Can u explain code briefly in your videos please

  • @rashmithads8605
    @rashmithads8605 2 роки тому

    Which jumper wires we need to use male to male or male to female

    • @KiyanisLab
      @KiyanisLab  2 роки тому

      for breadboard(project board) and Arduino Uno use male to male

  • @PUBGLOVER-cq2sm
    @PUBGLOVER-cq2sm 3 роки тому

    Please solutions btao bro
    Muje ek project bnana h jo colg m submit kerna h

  • @ramikakiriella5131
    @ramikakiriella5131 Рік тому

    good

  • @panda_santo
    @panda_santo Рік тому

    Arduino: 1.8.16 (Windows 10), Board: "Arduino Nano, ATmega328P"
    Sketch uses 3962 bytes (12%) of program storage space. Maximum is 30720 bytes.
    Global variables use 137 bytes (6%) of dynamic memory, leaving 1911 bytes for local variables. Maximum is 2048 bytes.
    avrdude: can't open config file "C:\Users\Lenovo\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf": No such file or directory
    avrdude: error reading system wide configuration file "C:\Users\Lenovo\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
    avrdude: error reading system wide configuration file "C:\Users\Lenovo\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

  • @JedaYap
    @JedaYap Рік тому

    Can the arduino nano be changed to arduino uno? i don't know if i need to change the code or not

  • @aarruusssmmmsss1293
    @aarruusssmmmsss1293 3 роки тому

    super

  • @tjones99
    @tjones99 7 місяців тому

    Cannot be accurate as is. Looking at the code there are two delay(500) statements which are 500ms delays so two of them take 1 second... but the rest of the code takes time as well so the clock will lose time continuously. You either need to reduce those delay(500) to adjust or add a RTC (real time clock) to stay accurate.

  • @Sazia_Cooking_Creativity
    @Sazia_Cooking_Creativity 3 роки тому

    If i run this with arduino uno? there any problem, I have tried but lcd is no showing anything

    • @KiyanisLab
      @KiyanisLab  3 роки тому +1

      no problem ou can usen any arduino lcd britness may be an issue of your circuit use 10k trimpot instead of 2.2k resistor on lcd

  • @erickhermawan6454
    @erickhermawan6454 3 роки тому

    Make one with i2c backpack

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 3 роки тому

    Cool

  • @mohansivakumar7461
    @mohansivakumar7461 Рік тому

    Where can I get the explanation of the code

  • @cedricouattara5811
    @cedricouattara5811 2 роки тому

    work perfectly !! Thanks for sharing. Please tell me What software do you use to make the schematic animated ?

  • @sanjayvyavahare3054
    @sanjayvyavahare3054 Рік тому

    Where can I get code for the same

  • @DevendraSingh-on1wv
    @DevendraSingh-on1wv 3 роки тому +1

    It's time is not accurate. It get slower than 10 minutes with in 12 hour from the actual time. Rectify it Mr Kiyani

  • @user-sv4pg9mq2w
    @user-sv4pg9mq2w 3 роки тому

    plz add rtc module

  • @EvilbeltV2
    @EvilbeltV2 Рік тому

    can i use arduino mega? pls respond quickly, thanks

  • @Nino_TZN
    @Nino_TZN 7 місяців тому

    work with arduino uno

  • @shaneazam2667
    @shaneazam2667 3 роки тому

    How can we add rtc module in this circuit?

    • @KiyanisLab
      @KiyanisLab  3 роки тому +1

      soon rtc one will be uploaded

    • @shaneazam2667
      @shaneazam2667 3 роки тому

      @@KiyanisLab -dear sir i am a big fan or ur kiyani tech & other channel.kindly provide me ur whtsapp no.

    • @ABDULMAJID-fb1km
      @ABDULMAJID-fb1km 3 роки тому

      @@KiyanisLab how can we make this with i2c module for 16×2 lcd

  • @ZOMBIE2012ism
    @ZOMBIE2012ism 3 роки тому

    i see there are 3 push buttons, but you write 1x push button in your description video sir 🙏

    • @sk-mm1nv
      @sk-mm1nv 3 роки тому +2

      oh brother st fu

  • @m.liyakatalilimon7313
    @m.liyakatalilimon7313 2 роки тому

    Program please?

  • @Kyra0304
    @Kyra0304 2 роки тому

    Nice design but it's off approximately 90 seconds an hour.

  • @rana.k
    @rana.k 2 роки тому

    Can I add RTC module DS3231

    • @KiyanisLab
      @KiyanisLab  2 роки тому +1

      yes you can bro

    • @rana.k
      @rana.k 2 роки тому

      @@KiyanisLab sir Need any change program.
      Please help which Code line change For add RTC module

  • @jhonpatrickcajuguiran1292
    @jhonpatrickcajuguiran1292 Рік тому

    Can i use Arduino Uno instead of Arduino Nano?

  • @PUBGLOVER-cq2sm
    @PUBGLOVER-cq2sm 3 роки тому

    Bro program compile nhi ho rha h

  • @mehreennisar6093
    @mehreennisar6093 2 роки тому

    Where is the program for arduino chip?

    • @KiyanisLab
      @KiyanisLab  2 роки тому

      check the description bro drive.google.com/file/d/14c2ei8bOFvA3lmlbJEb9hOTo4LnijiKz/view

  • @kandulasahithi4907
    @kandulasahithi4907 2 роки тому

    Can u add report on this

  • @yasmineikhaddalene9843
    @yasmineikhaddalene9843 3 роки тому

    Can you please explain the code to me !!

  • @user-sv4pg9mq2w
    @user-sv4pg9mq2w 3 роки тому

    and alarm options br

  • @n.b.3330
    @n.b.3330 3 роки тому

    time is not synchronised and take late

  • @panda_santo
    @panda_santo Рік тому

    not working

  • @udayganesh1896
    @udayganesh1896 3 роки тому

    Bro code is not compiling

  • @shanuka6
    @shanuka6 3 роки тому

    Can't we use uno board

  • @therak4094
    @therak4094 3 роки тому

    Hi bro
    Can you make a project by AT 09🙏

  • @MrSachinSharma21
    @MrSachinSharma21 3 роки тому

    Har ghante per bajar ad

  • @feedbacktime4441
    @feedbacktime4441 3 роки тому +1

    Where source code?😴😴😴😴