I tried the other I2C bus as well on the expansion header (I2C_GP2_DAT_3V3, I2C_GP2_CLK_3V3), but I can’t find the I2C device (what i2c bus is it? I tried all of them).
I tried different I2C devices (PCA9685, PCF8574), both not detected.
My I2C devices are working correctly, I tried them with Raspberry Pi.
One problem that I had some time ago with the Jetson AGX is that it needs Pullups on SDA and SCL, but I tried with our without them.
So does anyone have any ideas? How can I be sure that the I2C chip is working correctly (with an logic analyzer?). The drivers should not be the problem, because that should be resolved if I restart right?
Ok, I measured now the pins I2C_GP2_DAT_3V3 (pin27), I2C_GP2_CLK_3V3 (pin28) and they have both zero voltage. They should be pulled up by a 2.2k resistor to 3.3V according to the datasheet. When I measure the resistance to ground from these pins it shows 4.6k resistance, which should not be right or is something configured wrong? The connections to the chip are working.
Ok, but I was wondering which I2C bus is corresponding to pin27 and pin28.
Hi, please check the schematic for it. There is a jumper (J514) on board for voltage selection of I2C leve shift, you need to select 1-2 (3.3V) or 2-3 (1.8V) for it.
Hello All
I am facing the same issue with Xavier NX, trying to connect PCA9685 board after installing Adafruit CircuitPython liberary but NX is not detecting the port at all, when I try to run the command, it just says “Clearning the Pins” no other errors. When I run sudo i2cdetect -y -r 1 none of the rows are detected. Can some one please help ?
Hi,
Regarding the PCA9685 running on NX. I have a Jeston Nano application that I’m upgrading to rn on NX. I encountered the same issue and found that the channel mapping is slightly different between these platforms. My configuration uses a 16 port ADAFruit Servo/PWM board connected via expansion header. If you run i2cdetect -y -r 8 on NX you should see address 40 (and in my case 70) populated. In my application. I changed i2c bus from 1 (which I used in Nano) to 8 for NX. After that change my application worked on NX the same as the Nano.
I am just trying to figure out how to do what you have described for the Jupyter Jetbot course.
I’m trying to use PCF8574 module for my Jetbot.
Is it possible to modify the Adafruit module file and change the hex address the script is looking for?
I can see my module at hex address 27 on the Nano.
Managed to get it to run in the note book by changing the hex address usr/local/lib/python3.6/dist-packages/Adafruit_MotorHAT-1.4.0-py3.6.egg/Adafruit_MotorHAT/Adafruit_MotorHAT_Motors.py