I have a problem with my 1302RTC module i bought from DX.com ( this is the module i am using: Recommendations For You - DealeXtreme ) the connections are straightforward. connected +5v and gnd to Arduino UNO. CE/RST to pin 3, Data/IO to pin 4, SCL/Clock to pin 5 and using Henning Karlssen library in the playground. Uploaded the example sketch DS1302_Serial_Easy with IDE 1.04 with no luck. it only reads weird data without day info (xxxxx instead) and yr 2041 with 00.00 time... Later tried the same pde with IDE 022 and managed to update the clock with current date, however it still displays weird data in the serial window as can be seen in the following attached screen capture...
serial window displays a correct date followed with a weird date line... Also I cannot read the time from IDE 1.0.4 or 1.0.5 ...
Any help will be appreciated...
p.s. I also tried the Matt Sparks library and the sketch in the playground without any library too...