@mgg1010 - for some applications there is no internet however if there is then I agree that the other method with the crystal would be better.
Okay back to this little module:
The data I get back if I ask for 2 bytes starting at address 0 seems to come back okay to give me the seconds and minutes into an array, however for some reason it appears that minutes are counted in 90 seconds intervals rather than 60.
i.e. the seconds count up to 89 then the minute is incremented by one and the seconds restart from 0.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@mgg1010 - for some applications there is no internet however if there is then I agree that the other method with the crystal would be better.
Okay back to this little module:
The data I get back if I ask for 2 bytes starting at address 0 seems to come back okay to give me the seconds and minutes into an array, however for some reason it appears that minutes are counted in 90 seconds intervals rather than 60.
i.e. the seconds count up to 89 then the minute is incremented by one and the seconds restart from 0.
Why is this?