Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 5] Input/output error with Metro M7 #36

Open
caternuson opened this issue Oct 16, 2023 · 1 comment
Open

OSError: [Errno 5] Input/output error with Metro M7 #36

caternuson opened this issue Oct 16, 2023 · 1 comment

Comments

@caternuson
Copy link
Contributor

Re this thread:
https://forums.adafruit.com/viewtopic.php?t=204722

Poster is using Airlift version.

Seeing same thing on non-Airlift (PID 5600) version:

Adafruit CircuitPython 8.2.6 on 2023-09-12; Metro MIMXRT1011 with IMXRT1011DAE5A
>>> import board
>>> import adafruit_mlx90640
>>> i2c = board.STEMMA_I2C()
>>> mlx = adafruit_mlx90640.MLX90640(i2c)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_mlx90640.py", line 95, in __init__
  File "adafruit_mlx90640.py", line 839, in _I2CReadWords
OSError: [Errno 5] Input/output error
>>> 
@ubuntuslave
Copy link

I also encountered the same issue on a Adafruit Metro M7 with microSD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants