! ! ! ! ! ! ! ! ! ! !
!
21!
!
What!I2C!Address!is!Used!by!Witty!Pi?!
Raspberry!Pi!communicates!with!the!RTC!chip!(DS1337)!on!Witty!Pi!via!I
2
C!protocol.!
The!DS1337!chip!has!a!fixed!I
2
C!address:!
0x68
.!
If!you!have!Witty!Pi!connected!to!Raspberry!Pi!and!run!“sudo!i2cdetect!cy!1”!in!the!
console,!you!will!see!this:!
!
This!address!is!fixed!and!you!can!never!change!it.!If!you!want!to!use!other!I
2
C!devices!
on!your!Raspberry!Pi,!please!make!sure!they!have!different!I
2
C!addresses.!
!
!
!
pi@raspberrypi
~ $
sudo i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi
~ $