Hi,
I am trying to use a PCF8591 analog to digital converter to convert and analog signal from a TMP36 temperature sensor and input a digital signal into the Pi via the SCL and SDA pins.
When I run the following command:
sudo i2cdetect -y 0
I get the following:
pi@raspberrypi ~ $ sudo i2cdetect -y 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi ~ $
On the 40x8 line, according to the various tutorial, it should detect an i2c input. This is suggesting that no i2c addresses from any devices are being detected despite me checking over and over that I have installed the correct drivers and I have connected the circuit correctly.
Any suggestions as to what I should do will be greatly appreciated.
Matthew