Skip to content

Getting ETIMEDOUT on Pi Pico (others?) #19

@caternuson

Description

@caternuson

Re this thread:
https://forums.adafruit.com/viewtopic.php?f=8&t=184555

Recreated:

Adafruit CircuitPython 7.0.0 on 2021-09-20; Raspberry Pi Pico with rp2040
>>> import board
>>> import busio
>>> import adafruit_mpl3115a2
>>> scldata = board.GP7
>>> sdadata = board.GP6
>>> i2c = busio.I2C(scldata, sdadata)
>>> sensor = adafruit_mpl3115a2.MPL3115A2(i2c)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_mpl3115a2.py", line 149, in __init__
  File "adafruit_mpl3115a2.py", line 194, in _poll_reg1
  File "adafruit_mpl3115a2.py", line 171, in _read_u8
  File "adafruit_mpl3115a2.py", line 167, in _read_into
OSError: [Errno 116] ETIMEDOUT
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions