tonilopezmr / tonilopezmr.github.io

My web portfolio.
https://tonilopezmr-github-io.vercel.app
Other
4 stars 1 forks source link

Get temperature and humidity in DHT11 #17

Open tonilopezmr opened 6 years ago

tonilopezmr commented 6 years ago

You will receive 40 bits of information where first 32 bits are humidity and temperature and the next 8 bits are the checksum to know that the 32 previous bits are correct.

Java is not a good choice to read live information, use python or c instead.

DHT11 documentation Example in python Example in java (doesn't work) other