pico-dht11/README.md

9 lines
417 B
Markdown
Raw Normal View History

2024-08-11 14:26:46 +02:00
here is my sweating to get dht11 to work on a rpi pico
2024-08-12 15:38:18 +02:00
it reads something but not sure if correct
if you were to do this you must know things I learned the hard way:
2024-08-11 14:26:46 +02:00
- don't print values live it will mess up with timing and it won't work at all
2024-08-12 15:38:18 +02:00
- initialize the pin as output then when it's time to read make it input, pull up and down doesn't work like output
There's a branch with basic 7 segment display support