Closed mjs513 closed 2 years ago
In case anybody was looking I traced the problem to the QWIIC connector on the Breakout board. I added pins to the board and the used a QWIIC connector to dupont wires - I connected the duponts on the breakout board and attached them to the stemma/qwiic connectors on the RP2040/TMM/T4.1 and then it started working. Strange
Closing since it sounds like you found a hardware problem. Please re-open or file a fresh issue if needed.
CircuitPython version
Code/REPL
Behavior
scanner: code.py output: Wire Device found at address 0x69 (MPU6050,MPU9050,MPU9250,ITG3701,L3G4200D )
ICM20948 library: i2c = busio.I2C(board.SCL1, board.SDA1) File "adafruit_icm20x.py", line 679, in init File "adafruit_icm20x.py", line 224, in init ValueError: No I2C device at address: 0x69
======================================================== Scanner: code.py output: Wire ICM20948 not found by scanner Code done running.
File "adafruit_icm20x.py", line 679, in init File "adafruit_icm20x.py", line 224, in init ValueError: No I2C device at address: 0x69
Code done running.
Wire Device found at address 0x69 (MPU6050,MPU9050,MPU9250,ITG3701,L3G4200D )
Code done running. File "adafruit_icm20x.py", line 679, in init File "adafruit_icm20x.py", line 224, in init ValueError: No I2C device at address: 0x69
Code done running.
Description
Additional information
No response