fivebyfive icon indicating copy to clipboard operation
fivebyfive copied to clipboard

Micropython aht20-test example is broken

Open jtiscione opened this issue 2 years ago • 1 comments

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.

jtiscione avatar May 01 '23 15:05 jtiscione

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.

andypiper avatar May 01 '23 23:05 andypiper