Tutorial: Automatic Smart Fan Step-by-Step w/Arduino Nano, Shield, DHT11, Relay Switch & mBlock 5

Tutorial: Automatic Smart Fan Step-by-Step w/Arduino Nano, Shield, DHT11, Relay Switch & mBlock 5

Assessment

Interactive Video

Information Technology (IT), Architecture, Engineering, Physics, Science, Other

10th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides viewers through building a smart home automation device using Arduino. It covers the hardware components needed, assembly instructions, software setup, and programming using mBlock. The device uses a temperature sensor to control a fan, turning it on or off based on temperature readings. The tutorial includes a demonstration of the device in action, showing how it responds to temperature changes.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What triggers the fan to turn on in the smart home automation device?

When the temperature is below 30 degrees

When the temperature is below 20 degrees

When the temperature is exactly 30 degrees

When the temperature exceeds 30 degrees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is used to display temperature and humidity in the device?

LED Matrix

7-Segment Display

1602 LCD Display

OLED Display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Nano Shield in the hardware setup?

To power the Arduino Nano

To connect the Arduino Nano to the computer

To provide additional pins for connections

To display sensor data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which platform is used for programming the Arduino in this project?

Arduino IDE

Eclipse

mBlock

Visual Studio Code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the 'forever block' in the mBlock program?

To set the initial temperature

To continuously update the display

To initialize the Arduino board

To connect to the internet

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the fan controlled in the mBlock program?

Through a conditional statement

By adjusting the voltage

Using a timer

With a manual switch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if the temperature sensor reads below 30 degrees?

Turn the fan on

Turn the fan off

Replace the sensor

Increase the sensor sensitivity