Digital clock with Arduino, 128x64 LCD display and RTC module DS3231

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2015
  • The best projects with Arduino, Raspberry Pi, ESP8266, IoT (Internet of Things), sensors and modules. Check out the Arduino e Cia blog at www.arduinoecia.com.br
    Build a watch that shows the hours and the room temperature at the touch of a button!
    This project uses an Arduino Uno board, a 128x64 LCD graphics display, and a high-precision Real Time Clock (RTC) module DS3231 which also has a built-in temperature sensor. In the display, we show the time in both analog and digital format, the current date and the maximum and minimum temperatures.
    The complete project with the program, circuit connection scheme and other information you can find at www.arduinoecia.com.br/2015/1...
    Social networks:
    BLOG - www.arduinoecia.com.br
    TH-cam (sign up) - bit.ly/youtube-arduino
    FACEBOOK - / arduino.e.cia
    TWITTER: / arduinoecia
    INSTAGRAM: / arduinoecia
    #arduinoecia #ds3231 #lcddisplay
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @LUCKY007725
    @LUCKY007725 8 ปีที่แล้ว

    Thanks for reply
    I already done this
    I appreciate your valuable support

  • @k3edition
    @k3edition 4 ปีที่แล้ว

    Bom trabalho, estou interessado em seguir seus passos, mas a verdade é que sou novo nesse aspecto. Seria possível incluir esp8266 com o protocolo MQTT para monitoramento de temperatura?

  • @KAFA2020
    @KAFA2020 7 ปีที่แล้ว

    Oh beautiful. Thanks a lot for the tutorial.
    Dear respected sir, I need to increase the front size of the digits in 128X64 size LCD but I don't know how to do it. Do need to install any library?
    Please could you help me?

  • @godnormalprice9931
    @godnormalprice9931 5 ปีที่แล้ว

    Your video is great, I also want to make a simple digital clock. Although there is a test box, I will not program now. Can you teach me?

  • @anukeshambatkar6255
    @anukeshambatkar6255 4 ปีที่แล้ว

    sir how to add alarm function to it

  • @anukeshambatkar6255
    @anukeshambatkar6255 4 ปีที่แล้ว

    sir
    can we add alarm and daily routine according to day setting to it
    please provide circuit and arduino code

  • @seb1739
    @seb1739 7 ปีที่แล้ว

    hello !
    I have " 'hour' was not declared in this scope" Can you help me ? thanx :)

    • @vuvanmuoi2326
      @vuvanmuoi2326 7 ปีที่แล้ว

      FIX : #include => #include

  • @choofmoob6245
    @choofmoob6245 4 ปีที่แล้ว +1

    Como adiciono um botão no relógio que você fez, professor, por favor

    • @ArduinoeCiaMaker
      @ArduinoeCiaMaker  4 ปีที่แล้ว +1

      Opa! Pois é, faltou essa função.. quem sabe numa próxima versão do relógio... :) Abraço!

  • @choofmoob6245
    @choofmoob6245 4 ปีที่แล้ว +1

    Ajusta o relógio com um botão

  • @LUCKY007725
    @LUCKY007725 8 ปีที่แล้ว

    Dear Friend,
    I found your project, it is nice and very useful...I have one question, could you please help
    with the existing only two modes are in the code as below;
    u8g.firstPage();
    do {
    if (estado_botao == 0)
    {
    tela_1();
    }
    if (estado_botao == 1)
    {
    tela_2();
    }
    }
    while( u8g.nextPage() );
    delay(10);
    I want to add two more like tela_3(); and tela_4();
    could you please tell me how to do
    thanks in advance

  • @canalengenhatividade2108
    @canalengenhatividade2108 5 ปีที่แล้ว

    Sugestão de reaproveitamento de display de sucata para usar com Arduino: th-cam.com/video/eWxXGGslvw8/w-d-xo.html