Qwiic_I2C_Py icon indicating copy to clipboard operation
Qwiic_I2C_Py copied to clipboard

Problem working with Jetson Xavier NX

Open matanj83 opened this issue 1 year ago • 3 comments

Hi, Thanks for your repo! I tried to run the example on the Jetson Xavier NX. I get the error: "The Qwiic ICM20948 device isn't connected to the system. Please check your connection". Would appreciate your help.

  • The output of print(qwiic_i2c.getI2CDriver().scan()) is empty.

  • This is the output of sudo i2cdetect -r -y 1:

    0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- 69 -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --

matanj83 avatar Sep 29 '24 09:09 matanj83