fivebyfive
fivebyfive copied to clipboard
Micropython aht20-test example is broken
Running the aht20-test script on this 5x5 board with MicroPython 1.20.0 generates
Traceback (most recent call last):
File "
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.
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.