pico-dht20 icon indicating copy to clipboard operation
pico-dht20 copied to clipboard

OSError: [Errno 5] EIO

Open rkappel opened this issue 1 year ago • 4 comments

Hello,

I tried to use your library to read a DHT20 sensor and did just basically copy/paste everything using Thonny.

When running the sample code I get the error below. A simple LED blink test program works, though.

Many Thanks for your help in advance.

René

Traceback (most recent call last): File "", line 11, in File "dht20.py", line 18, in init File "dht20.py", line 28, in is_ready OSError: [Errno 5] EIO

rkappel avatar Dec 01 '22 12:12 rkappel