You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: -- -- -- -- -- -- -- --
The text was updated successfully, but these errors were encountered: