Hi everyone, My name is Alan Im new to ardiuno Im trying get the rtc1307 to print time on monitor
hope someone can shed some light on this, Im using the ds1307_test to set my time in the rtc ,
this is the code I used and at the bottom of this is what prints in the monitor , time set and then not set
Sorry about how this is posted I will get better. I did not put all the code in. But shows version and whats included what is puzzling me is
time is set and time is not set
: 2011-04-08
// # Version : 1.21
// *********************************************
// INCLUDE
// *********************************************
#include <Wire.h> // For some strange reasons, Wire.h must be included here
#include <DS1307new.h>
}
this is what the monitor reads
13:04:42 05-04-2013 FRI seconds since 1.1.2000:418482282 MEZ=0, MESZ=1 : 1 - Address in NV-RAM is: 20 - Clock was set!
13:04:47 05-04-2013 FRI seconds since 1.1.2000:418482287 MEZ=0, MESZ=1 : 1 - Address in NV-RAM is: 21 - Clock was NOT set!
13:04:52 05-04-2013 FRI seconds since 1.1.2000:418482292 MEZ=0, MESZ=1 : 1 - Address in NV-RAM is: 22 - Clock was NOT set!
25:04:57 165-165-2165 MON seconds since 1.1.2000:1075919801 MEZ=0, MESZ=1 : 0 - Address in NV-RAM is: 23 - Clock was NOT set!
13:05:02 05-04-2013 FRI seconds since 1.1.2000:418482302 MEZ=0, MESZ=1 : 1 - Address in NV-RAM is: 24 - Clock was NOT set!
13:05:07 05-04-2013 FRI seconds since 1.1.2000:418482307 MEZ=0, MESZ=1 : 1 - Address in NV-RAM is: 25 - Clock was set!
165:07:12 165-165-2165 MON seconds since 1.1.2000:1076423936 MEZ=0, MESZ=1 : 0 - Address in NV-RAM is: 26 - Clock was set!
25:05:17 165-165-2165 MON seconds since 1.1.2000:1075919821 MEZ=0, MESZ=1 : 0 - Address in NV-RAM is: 27 - Clock was set!
and it will keep doing that till forever