Does anybody know how succsess to install DS3231 RTC to old Pi 1 card? Card is old version 2011.12.
I2Cdetect gives blank list. Only UU text on address 0x68/I2C-1.
An old newbie with 50 years experience of electronics........
Re: RTC DS3231 to Raspberry v2011.12
Hi.
You need to tell us which OS you are running on this old pi ?
but you could try
as older pi's used this command
You need to tell us which OS you are running on this old pi ?
but you could try
Code: Select all
sudo i2cdetect -y 0
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported
The use of crystal balls & mind reading are not supported
Re: RTC DS3231 to Raspberry v2011.12
as stated above, PiB is on I2c channel 0, that should be the only difference.
follow this viewtopic.php?f=28&t=156895
follow this viewtopic.php?f=28&t=156895
-
- Posts: 2788
- Joined: Tue Jan 19, 2016 2:17 pm
- Location: Sydney, Nova Scotia, Canada
Re: RTC DS3231 to Raspberry v2011.12
I have a couple of DS3231's running on Pi A+'s. (A+'s not 3A+'s) I followed this tutorial.
https://learn.adafruit.com/adding-a-rea ... pberry-pi
As far as I know a UU displayed in i2c detect is normal for the DS3231's address. Once you have the Kernel driver running, i2cdetect will skip over 0x68 and display UU instead, this means its working!
https://learn.adafruit.com/adding-a-rea ... pberry-pi
As far as I know a UU displayed in i2c detect is normal for the DS3231's address. Once you have the Kernel driver running, i2cdetect will skip over 0x68 and display UU instead, this means its working!