DS3231 Real Time Clock (RTC) Module - Detailed Explanation and Interfacing with Arduino & I2C LCD

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

  • @annisasalsabila339
    @annisasalsabila339 15 дней назад

    is it possible if i wanna make an auto on off and set day just monday until friday?

  • @516divakar
    @516divakar Месяц назад +1

    Download link can't open sir...? What to do...?

  • @larrywashburn9435
    @larrywashburn9435 2 месяца назад

    You also did not mention anything about the use of the rechargeable CR2032 when the boards are shipped they usually have a 201 resistor installed. My understanding is that is to use for a rechargeable CR2032. If you use the non re-chargeable CR2032 you should remove the 201 resistor.

  • @pepijnbisschop7739
    @pepijnbisschop7739 3 месяца назад

    Is it possible to use a CR2032 battery if the resistor is removed?

    • @RGInnovations
      @RGInnovations  3 месяца назад

      Yes, but that will not power up the module, it will only be the backup power.

  • @valakatz3967
    @valakatz3967 24 дня назад

    Thank you for the execlent video. I have only one issue I am getting Bonezegei_DS3231.h: No such file or directory. can you help me please! thank you in advance.

    • @RGInnovations
      @RGInnovations  23 дня назад

      I have given the file for download, keep it in the library folder.

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

    i am facing similar issue , the year display on the LCD is 2034 instead 2024, i ran trough the code a number times ,
    rtc.setDate("7/25/24"); //Set Date Month/Date/Year . still its display as 25/07/2034 at lcd. any help ??

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

      Please share the code
      rgstech85@gmail.com

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

    The example using your library to set time, fails

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

      Have you installed the library properly?

  • @AmitShekharSinha
    @AmitShekharSinha 17 дней назад

    C:\Users\Dell\Desktop\gggfg\DS3231_I2C_LCD\DS3231_I2C_LCD.ino: In function 'void setup()':
    C:\Users\Dell\Desktop\gggfg\DS3231_I2C_LCD\DS3231_I2C_LCD.ino:28:15: error: 'int LiquidCrystal_I2C::init()' is private within this context
    lcd.init(); // initialize the lcd
    ^
    In file included from C:\Users\Dell\Desktop\gggfg\DS3231_I2C_LCD\DS3231_I2C_LCD.ino:2:0:
    C:\Users\Dell\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h:154:9: note: declared private here
    int init();
    ^~~~
    exit status 1
    Compilation error: 'int LiquidCrystal_I2C::init()' is private within this context
    how to fix

    • @RGInnovations
      @RGInnovations  17 дней назад

      Did you make any change to the code?

  • @griffinf3
    @griffinf3 3 месяца назад

    I get 2043 for the year rather than 2024.

    • @RGInnovations
      @RGInnovations  3 месяца назад

      Please check the code, if the year is 2043 there.