I2C expansion board
DFRobot_RaspberryPi_Expansion_Board
When running demo_adc.py file I get:
Board list conform:
[]
board status: device not detected
board begin faild
When I run:
sudo i2cdetect -y 1
I don't find the board.
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
I2C enabled on RPi.
tried with different OS and different RPi (3 and 4).
Any ideas?
Thank you.
Cheers,
b.
Hi, Have you enabled the Raspberry PI I2C interface and installed the driver?
Winster