Hi all. I’m no doubt missing something fundamental here but I can’t see it.
I have a Zero 2 W that I want to connect some Piicodev modules to. As a test I’m using the Piicodev RGB module.
I’ve installed the unified Piicodev library to a venv and enabled I2C comms.
Running ls /dev/i2c-* confirms both I2C channels operating.
I connect one RGB module via the Piicodev adaptor for Pi and see the module has the power LED on. I scan for I2C addresses with i2cdetect -y 1 and get naught.
Swapped out the RGB module for another of the same, and then an ENS160 module. Same result.
Replaced the Adaptor for Pi with a breadboard adaptor, wired it, power on the module, no devices found!
The Zero has pull up resistors on board so I don’t see that as the issue.
I’m stumped.