wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Warm Up

Total questions: 12

Worksheet time: 11mins

Name
Class
Date
1.

Read the given project and its description and select check/ checks that meet criteria.

Automatic Greenhouse Monitor

Description: Measures temperature and humidity; opens a servo-based vent flap when it gets too hot.
Components: Arduino Uno, DHT11 Sensor, Servo Motor, LCD Display, Push Button

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

2.

Read the given project and its description and select check/ checks that meet criteria.

Smart Fan Controller

Description: Turns on a fan when the temperature exceeds a threshold. Uses PWM to control speed.
Components: Arduino, DHT11 Sensor, L298N , Fan Motor, LCD

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

3.

Read the given project and its description and select check/ checks that meet criteria.

Digital Lock with Keypad

Description: User enters a 4-digit code to activate a relay and unlock the system.
Components: Keypad, Arduino Uno, Buzzer, LEDs, Servo Motor

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

4.

Read the given project and its description and select check/ checks that meet criteria.

Soil Moisture Auto-Irrigation System

Description: Waters a plant when soil moisture drops below a threshold.
Components: Arduino, Soil Moisture Sensor, Pump, LCD, Motor Driver

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

5.

Read the given project and its description and select check/ checks that meet criteria.

Obstacle-Avoiding Robot

Description: A small vehicle that uses ultrasonic sensors to detect and avoid obstacles.
Components: Arduino Uno, Ultrasonic Sensor, L298N, DC Motors, Wheels

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

6.

Read the given project and its description and select check/ checks that meet criteria.

RGB Mood Lamp

Description: Changes the color of an RGB LED based on potentiometer or app control.
Components: Arduino, RGB LED, Potentiometers or Bluetooth Module

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

7.

Read the given project and its description and select check/ checks that meet criteria.

SONAR System

Description: Checks distance and displays on I2C LCD
Components: Arduino, I2C LCD, Ultrasonic Sensor

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

8.

Read the given project and its description and select check/ checks that meet criteria.

Voting Machine

Description: Push buttons are pressed for voting. Results are displayed on I2C LCD
Components: Arduino, I2C LCD, Ultrasonic Sensor

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

9.

Read the given project and its description and select check/ checks that meet criteria.

Plant Watering System

Description: DC motor will water plants based on moisture levels
Components: Arduino, DC Motor, Motor Driver, Soil Moisture Sensor

a)

Analogue Inputs

b)

Switch De-bouncing

c)

H-Bridge/ Motor Driver

d)

Servo control

e)

Motor control

10.

Identify different components on arduino.

11.

Organize these Components into the right categories

Categorize the following
Digital Pins
Analogue Pins
12.

The given code is supposed to read distance value from an ultrasonic sensor and display on serial monitor.

There are seven errors in this code.

Label lines having those errors.