You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: