Bird
0
0
Arduinoprogramming~5 mins

Humidity and temperature (DHT11/DHT22) in Arduino - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of the DHT11 and DHT22 sensors?
They measure humidity and temperature in the environment.
Click to reveal answer
beginner
How do you connect a DHT sensor to an Arduino board?
Connect the sensor's power pin to 5V, ground pin to GND, and data pin to a digital input pin on the Arduino.
Click to reveal answer
beginner
Which Arduino library is commonly used to read data from DHT11/DHT22 sensors?
The DHT sensor library by Adafruit is commonly used.
Click to reveal answer
intermediate
What is the difference between DHT11 and DHT22 sensors?
DHT22 is more accurate and measures a wider range of humidity and temperature than DHT11.
Click to reveal answer
intermediate
Why do you need to add a delay between readings when using DHT sensors?
Because the sensor needs time to stabilize and provide accurate readings; reading too fast can cause errors.
Click to reveal answer
Which pin on the Arduino should the data pin of a DHT sensor be connected to?
AA digital input/output pin
BThe 5V power pin
CThe ground pin
DThe analog input pin only
What is the typical delay time recommended between DHT sensor readings?
A2 seconds
B10 seconds
C1 millisecond
DNo delay needed
Which sensor is more accurate and supports a wider range: DHT11 or DHT22?
ANeither measures temperature
BDHT11
CBoth are the same
DDHT22
Which Arduino library is commonly used to read DHT sensors?
AWire library
BServo library
CDHT sensor library
DSPI library
What does the DHT sensor measure?
ALight intensity
BHumidity and temperature
CSound levels
DPressure
Explain how to set up and read data from a DHT11 or DHT22 sensor using Arduino.
Think about wiring, library usage, and timing.
You got /5 concepts.
    Describe the differences between the DHT11 and DHT22 sensors and when you might choose one over the other.
    Consider accuracy, range, and cost.
    You got /5 concepts.