Lesson 12 RoboJuno 1-12-Min
Lesson 12 RoboJuno 1-12-Min
Lesson 12:
ME Ultrasonic Sensor
OBJECTIVES
After studying this lesson, you should be able to:
¥ define an ultrasonic sensor;
¥ understand how ultrasonic sensors work; and,
¥ use an ultrasonic sensor in a program.
A sensor is an input device that responds to its physical environment with specific inputs
like pressure, moisture, light, heat, motion, and other phenomena.
ME Ultrasonic Sensor
Ultrasonic sensors operate at a frequency beyond the range of human hearing with a sound
wave; wherein, a transducer serves as the microphone to receive and transmit the ultrasonic
sound. To send and receive the echo, it uses a single transducer. Then, by calculating time lapses
between the ultrasonic pulse sending and receiving, the sensor determines the target distance.
This pulse will pass through the air, and it will bounce back to the sensor if there is an obstacle. It
is possible to measure the distance by travel time and the speed of sound..
Sample Program 2
RoboClass - RoboJuno 1