-
Notifications
You must be signed in to change notification settings - Fork 838
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
[Question]: Pico gpio/dht_sensor Example not working #439
Comments
It's possible that #423 (comment) also applies here? |
@lurch thank for you comment.
No clue whats the intention of this part if you look in lines 67 ... 71. |
All the examples stick to C because that's just keeps things simple. Yes there seems to be a quite a few issues with this example. I doubt anyone has looked at it for some time. The points you raise are valid. Feel free to improve it and add some comments - or else I'll look at getting one of those sensors and doing it myself. |
Hi @peterharperuk, thanks for your feedback I started to have a look at it. So I know what happens and what should happen. |
I proposed a PR #440. |
@peterharperuk I want just to send some data to an server. |
Thank for fast reply I will have an look on it. Regarding the PR's,here some nice feedback for the DHT sensor lib which was the basis for the Pico Example update: |
@peterharperuk do you have some hint about my PRs, when to lokk at? |
any interests to merge this? |
We've been a bit busy with other things recently 😉 |
Dear Pico Fellows,
the DHT Sensor example does not work.
I get always bad data.
It seems the code is written not robust enough, and also less comments.
Is it fine for you when I provide an improved code on basis on this:
AM2302-sensor
With this approach you will be also possible if the error is caused by a timeout or checksum_error.
The text was updated successfully, but these errors were encountered: