Skip to content

Micropython aht20-test example is broken #10

@jtiscione

Description

@jtiscione

Running the aht20-test script on this 5x5 board with MicroPython 1.20.0 generates

Traceback (most recent call last):
File "", line 12, in
File "/lib/ahtx0.py", line 47, in init
File "/lib/ahtx0.py", line 56, in reset
OSError: [Errno 116] ETIMEDOUT

This gets printed immediately as soon as the script tries to create the sensor by calling ahtx0.AHT20(i2c) so this might be a bug in ahtx0.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions