-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: [Errno 5] EIO #3
Comments
Hi, this could be caused by a poor connection somewhere in your breadboard. Rewiring your entire circuit could solve it. |
Lines 25 to 29 in 90540b7
Hi, change the comparison in the return of is_ready to: and it should work. |
Hi, I soldered the connections properly and now it works fine. I did not need to change the code in the library. Many Thanks for your prompt response and the follow-up. Best Regards, |
Hi,
I also added theses two additional lines in the dht20.py file:
|
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
The text was updated successfully, but these errors were encountered: