hamishcunningham / pi-tronics

Source code for Raspberry Pi GATE projects.
http://pi.gate.ac.uk/
42 stars 15 forks source link

Real-time clock? #61

Closed jeberhardt closed 9 years ago

jeberhardt commented 9 years ago

I need to attach a real-time clock to my RPi, and was wondering if there was any type of Real-time clock capability that exists in the MoPi that I could leverage. Since it has the ability to start the RPi at a specific time, I was thinking something might be there.

Thanks for any input.

hamishcunningham commented 9 years ago

Tis there but not accessible:-( On 2 Oct 2015 19:05, "James Eberhardt" notifications@github.com wrote:

I need to attach a real-time clock to my RPi, and was wondering if there was any type of Real-time clock capability that exists in the MoPi that I could leverage. Since it has the ability to start the RPi at a specific time, I was thinking something might be there.

Thanks for any input.

— Reply to this email directly or view it on GitHub https://github.com/hamishcunningham/pi-tronics/issues/61.

jeberhardt commented 9 years ago

That's too bad it's not accessible. It would have been great to use that to set the time on the RPi if a network connection wasn't available.

ravjots commented 9 years ago

Needed same functionality so added ds3231 on stackable model and that worked

hamishcunningham commented 9 years ago

Makes sense, thanks!