PING Ultrasonic Distance Sensor and Arduino

PING Ultrasonic Distance Sensor and Arduino

Assessment

Interactive Video

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

1st - 6th Grade

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers the use of an ultrasonic distance sensor with an Arduino. It explains how to connect the sensor to the Arduino, how the sensor operates using ultrasonic sound, and provides a detailed walkthrough of the example Arduino code. The tutorial also includes a programming challenge to add an LED that lights up when an object is closer than 10 cm to the sensor. Finally, it previews the next video, which will cover the HCSRO 4 ultrasonic distance sensor.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three pins on the ultrasonic distance sensor labeled as?

Power, Ground, Signal

Input, Output, Ground

Voltage, Current, Signal

Ground, Five Volts, SIG

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What principle does the ultrasonic sensor use to measure distance?

Reflection of light

Magnetic resonance

Echolocation

Infrared detection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the trigger pulse in the ultrasonic sensor?

To emit a burst of ultrasonic sound

To power the sensor

To calibrate the sensor

To receive the return pulse

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Arduino example program, what is the function of the 'pulseIn' command?

To set the pin mode

To initialize the sensor

To measure the duration of the return pulse

To convert microseconds to distance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the distance calculated from the return pulse duration?

Using the speed of light

Using the speed of sound and air

Using the speed of electricity

Using the speed of water waves

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What additional component is added in the programming challenge to the circuit?

A resistor

A buzzer

An LED

A motor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key difference between the HCSRO 4 sensor and the ping sensor?

HCSRO 4 does not use ultrasonic sound

HCSRO 4 uses a single pin for trigger and return

HCSRO 4 uses two separate pins for trigger and return

HCSRO 4 is not compatible with Arduino