ArduinoGeneral

i2cdetect cant detect ADS1115 adc module with RASPBERRY PI 3B

userHead Account cancelled 2020-02-03 07:54:35 1839 Views1 Replies
Hi all,
I have been trying to use ADS1115 with RASPBERRY PI 3B. I loaded raspbian buster lite(26, sept 2019 Version) into the raspberry. Later i enabled i2c from raspi-config. Basically followed all the instructions from this link https://wiki.dfrobot.com/Gravity__I2C_A ... 3#target_4

python responded with error and thus i tried to first check whether the board is being detected under i2c bus. after executing
Code: Select all
sudo i2cdetect -y 1
the output showed that no i2c device is connected.

Please help