pico-dht11/README.md
2024-08-15 16:56:27 +02:00

693 B

here is my sweating to get dht11 to work on a rpi pico

it reads something but not sure if correct

if you were to do this you must know things I learned the hard way:

  • don't print values live it will mess up with timing and it won't work at all
  • 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

Compilation

It's tricky, I recommend using vscode with the pico extension
Follow the guide, but compile an example so that you know you can have a working setup, then go back here.