ArduCAM / RaspberryPi

This is Arducam camera demos used on Raspberry Pi paltform
BSD 3-Clause "New" or "Revised" License
163 stars 97 forks source link

I2C device not detected #3

Open FlYnN91 opened 5 years ago

FlYnN91 commented 5 years ago

Hi,

I've been using the Autofocus UV-544 and the I2C ID 0x0c has stopped appearing/being detected. I can see that the ID 0x64 is still being found and the images still can be captured with raspistill, but the autofocus does not seem to work as the 0x0c ID is not responding.

I2C configuration has not been changed, but it is very strange that this one ID to control the autofocus just does not respond any more.

Have you seen this kind of issue before? Any advice would be appreciated.

Thank you.

FarooqTanveer-Github commented 4 years ago

Add this line at the end of "sudo nano /boot/config.txt" dtparam=i2c0=on

mariachiarabello commented 4 years ago

Add this line at the end of "sudo nano /boot/config.txt" dtparam=i2c0=on

Thank you very very much @FarooqTanveer-Github, it solved our problem!

aeleos commented 1 year ago

For anyone else with this issue, if you are on bullseye you may need this instead: dtparam=i2c10=on