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

Micropython aht20-test example is broken #10

Open
jtiscione opened this issue May 1, 2023 · 1 comment
Open

Micropython aht20-test example is broken #10

jtiscione opened this issue May 1, 2023 · 1 comment
Assignees

Comments

@jtiscione
Copy link

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.

@andypiper
Copy link
Owner

Thanks for the report - I’m a bit busy at the moment, but I’ll try to take a look in the next couple of weeks. Based on the symptom it definitely reads like a driver issue.

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