Nicolai-Electronics / rp2040-i2c-interface

MIT License
221 stars 28 forks source link

i2cdetect -F BUS_NUM states that nothing is supported; No ability to detect devices on the Bus #11

Open Ragebone opened 3 weeks ago

Ragebone commented 3 weeks ago

Hello, came across your lovely project here and wanted to use instead of my cp2112 as a generic i2c interface.

First thing for me usually is to see if any devices get detected on the connected Bus. This of for checking if i didn't mess up and switch SDA with SCL or something for example.

With your Release 1.0 Image, i got an error message that the Bus doesn't support detection features. i2cdetect -F returns that none of the Features are supported.

For me this means that i can't use the project as it is right now.

In comparison, with a different Project all of them are reported supported and detection works as expected. Link for reference: https://github.com/dquadros/I2C-Pico-USB

Ragebone commented 2 weeks ago

Maybe i didn't reset / re-plug the Pico after flashing which might have been the cause. Just ran into the same issue with the linked project and repluging solved it.