Skip to content

Raspberry pi Pico SDk C++ library for the DHT11 Temperature & Humidity Sensor.

License

Notifications You must be signed in to change notification settings

gavinlyonsrepo/DHT11_PICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate

DHT11_PICO

DHT11 Sensor library

Raspberry pi Pico SDK C++ library for the DHT11 Temperature & Humidity Sensor. This one line sensor features a temperature & humidity sensor complex with a calibrated digital signal output. Sensor can be powered by 3.3V supply and only requires one GPIO line. Communication Format with DHT11 can be separated into four stages.

  1. Request.
  2. Response.
  3. Data Reading 5 bytes.
  4. Sum the 1st 4 bytes and check if the result is the same as CheckSum(5th byte).

Datasheet

 Pinout

Console Output

 Output