I need a RTC that I can install and the software to run it
is available via apt-get or is already included in the wheezy
distro. I'm not gonna go compile my own modules and source code.
So is there a clock that fits this?
I need plug-n-play.
innergeek doesn't wear out/expire if you use it for stuff like this. It only wears out with age.Raspoootin wrote:So there aren't any RTC modules with quick/easy software already included....yet. I'll check into the subject again later. As sales increase
and the market expands perhaps adafruit or someone else will do a
kit and have the wares included in the base debian distro.
I prefer to save my inner geek for other projects at this time.
Thx gurus.
What's the hookup between that board and the Pi?asandford wrote:This works with just 4 wires, supported by hwclock:
http://dx.com/p/high-accuracy-ds3231-mo ... lue-168974
Takes a couple of weeks to deliver to UK
It connects to the I2C bus and is read by hwclock -rJoe Schmoe wrote:What's the hookup between that board and the Pi?
Code: Select all
pi@raspberrypi ~ $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: 20 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi ~ $ hwclock -r
Wed 01 May 2013 17:48:33 BST -0.959643 seconds
pi@raspberrypi ~ $Joe Schmoe wrote:Could you please be more explicit?
What connects to what?
Code: Select all
RTC Board PI GPIO Header
--------------------------------------------
GND ------> GND (Pin 9 / 25 / 20 / 14 / 6)
VCC ------> 3V3 (Pin 1 / 17)
SDA ------> SDA (Pin 3)
SCL ------> SCL (Pin 5)