pico-dht11/README.md

14 lines
693 B
Markdown
Raw Permalink 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
2024-08-15 16:56:27 +02:00
There's a branch with basic 7 segment display support
#### Compilation
It's tricky, I recommend using vscode with the pico extension\
[Follow the guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf#_introduction), but compile an example so that you know you can have a working setup, then go back here.