Hi! I bought on ebay this module some day ago: Deek Robot Data Logging Shield V1.0.
I have problem to run it: I'm able to set the current time but when I read it the value (hour and date) is not correct (I try to change the battery so I think that it is not the problem).
I use Arduino Uno R3.
I readed some old post and I tried differet libraries:
Time.h Time Library, Timekeeping and Time/Date Manipulation on Teensy
DS1307RTC-master DS1307RTC Library, For Accessing Real Time Clock (RTC) Chips
With the example I correctly set the time, but when I run the read example I obtain always the same data and hour (different from the one that I set).
RTClib.h GitHub - adafruit/RTClib: A fork of Jeelab's fantastic RTC Arduino library
With the example sd1307 (I correcly uncommented the set time line) I don't obtaine the correct hour and date and the time don't update: on monitor always the same hour is printed.
Someone that used this shield can tell me what library I have to use?
I'm making mistake?
Thanks
Andrea
