Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

executable file
·
24 lines (16 loc) · 935 Bytes

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