Real Time Clock : Arduino UNO + DS3231 RTC Module + LCD 20x4 I2C // Horloge en temps réel

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2023
  • Hello guys, in this project, the DS1302 (real time clock) module has been used to get the current time, date and temperature. They are all displayed on the 20x4 LCD screen.
    Bonjour, dans ce projet, le module (horloge en temps réel) DS3231 a été utilisé pour obtenir l'heure actuelle, la date ainsi que la température. Ils sont tous affichés sur l'écran LCD 20x4.
    ==============================================================
    Source code and circuit diagram :
    Code source et schéma :
    www.instructables.com/Real-Ti...
    ==============================================================
    Thanks for watching :)
    If you learned something in this video,
    **Like.
    **Share.
    **Subscribe.
    ==============================================================
    Music by www.bensound.com/free-music-f...
    License code: NP96RCUJYEF6JUTJ
    ==============================================================
    Contact : / schoolsurseinefr
    ==============================================================
    #arduino #arduinoproject #arduinouno #électronique #DS3231 #clock
    #horloge #lcdscreen #lcdscreen #buzzer #schoolsurseine #robotics
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @fernandziliox5112
    @fernandziliox5112 10 วันที่ผ่านมา +1

    Hello
    Great program, is there a way to set the date and time manually? Thanks in advance.

    • @schoolsurseine2022
      @schoolsurseine2022  7 วันที่ผ่านมา

      Hi, Yes, you can manually set the date and time, but it will necessitate modifications to the script.

  • @clementkassenga5661
    @clementkassenga5661 17 วันที่ผ่านมา

    the link for code source

    • @schoolsurseine2022
      @schoolsurseine2022  17 วันที่ผ่านมา

      www.instructables.com/Real-Time-Clock-Arduino-UNO-DS3231-Rtc-Module-LCD-/

    • @clementkassenga5661
      @clementkassenga5661 17 วันที่ผ่านมา

      @@schoolsurseine2022 // lcd.setCursor(0, 0);
      // lcd.print("heure: ");
      // lcd.print(rtc.getTimeStr());
      // lcd.setCursor(0, 1);
      // lcd.print("Date: ");
      // lcd.print(rtc.getDateStr());
      // delay(1000); I get the date in real time but not the time, I use the DS3231 library, how can I solve this