User Manual

34
Frequently Asked Questions (FAQ)
What I2C Address is Used by Witty Pi Mini?
Raspberry Pi communicates with the RTC chip (DS3231) on Witty Pi Mini via I
2
C
protocol. The DS3231 chip has a fixed I
2
C address: 0x68.
If you have Witty Pi Mini connected to Raspberry Pi and run “sudo i2cdetect -y 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 ~ $