I have a Raspberry Pi A model (256 mb) with a ADS1115 a/d converter connected to it, but Raspbian OS can't seem to find it.
When I type in the terminal window
Code: Select all
sudo i2cdetect -y 0Code: Select all
sudo i2cdetect -y 1- The a/d converter is connected as described on the adafruit website
- I installed the i2c-tools and python-smbus packages
- I commented the "blacklist i2c-bcm2708" line in raspi-blacklist.conf
- I added "i2c-dev" to /etc/modules
What am I doing wrong? I'm quite new to Linux and Raspberry Pi.
Thanks for any help.
