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.
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.