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.
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.
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 ??
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
is it possible if i wanna make an auto on off and set day just monday until friday?
Download link can't open sir...? What to do...?
Unzip
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.
Is it possible to use a CR2032 battery if the resistor is removed?
Yes, but that will not power up the module, it will only be the backup power.
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.
I have given the file for download, keep it in the library folder.
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 ??
Please share the code
rgstech85@gmail.com
The example using your library to set time, fails
Have you installed the library properly?
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
Did you make any change to the code?
I get 2043 for the year rather than 2024.
Please check the code, if the year is 2043 there.