The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Display - DHT11

The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Display - DHT11

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This tutorial demonstrates how to integrate a DHT 11 sensor with an LCD display using Arduino. It covers wiring the components, combining code from separate sketches, and modifying the loop function to display temperature, humidity, and heat index on the LCD. The video also includes troubleshooting and final adjustments to ensure accurate data display.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding extra wires to the liquid crystal display circuit?

To enable wireless communication

To increase the brightness of the display

To connect the DHT 11 sensor

To power the LCD display

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pin is used for data on a 3-pin DHT 11 sensor?

Pin 3

Pin 4

Pin 1

Pin 2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if pin 2 is already used by the LCD?

Use pin 3 instead

Change the DHT 11 data pin to pin 6

Disconnect the LCD

Use a different sensor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to clear the LCD screen in the loop function?

LCD.reset()

LCD.wipe()

LCD.clear()

LCD.erase()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you print a degree symbol on the LCD?

Use LCD.writeChar(223)

Use ASCII code 176

Use LCD.symbol(223)

Use LCD.print('°')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done to avoid strange characters when printing on the LCD?

Do not use printLn on the LCD

Use a different font

Avoid using special characters

Use printLn instead of print

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended number of digits after the decimal point for temperature display?

One digit

Three digits

No digits

Two digits

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?