-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Hi there 👋
I'm trying to use RPi pico as an i2c slave and connect it to the Nvidia Jetson Nano board via an i2c bus. Currently, I'm facing a problem because for some reason Nvidia Jetson requires -r
(read flag) when I try to run the i2cdetect
command, (i2cdetect -y -r 0)
. The other devices work fine, but pico stacked after sending ack
and pulled SCL to 0. That's how it looks on the analyzer screen

And that's how it should look like (other device)

Also, I did a small research and found this piece of code in pico-sdk. But those lines aren't used anywhere.
If somebody had the same issues as me, please help me modify the pico-sdk in a proper way to enable it to proceed connection process.