Part 1 Objective
After you compile the program, you can make the motor stop or start based on the distance detected by the ultrasonic sensor.
Part 2 Preparation
-
MegaPi x 1
-
MegaPi RJ25 adapter x 1
-
Ultrasonic sensor x 1
-
RJ25 cable x 1
-
MegaPi encoder/DC motor driver x 2
-
Photoelectric encoder motor 185RPM with wheel × 2
-
Encoder motor cable x 2
-
USB cable (Type-B) x 1
-
Battery holder with 6 AA batteries x 1
-
Computer with network access x 1
Install the MegaPi RJ25 adapter and the MegaPi encoder/DC motor drivers on MegaPi, connect the ultrasonic sensor to MegaPi by using the RJ25 cable, connect the encoder motors to MegaPi by using the encoder motor cables, connect the battery holder to MegaPi, connect MegaPi to the computer by using the USB cable, open mBlock 5 (PC client or web version), click +add, select Ultimate 2.0 from the Device Library, click Connect, and select the Live mode.
Part 3 Programming
Use the if ( ) then ( ) else ( ) block for judgment and "the distance between the ultrasonic sensor and an object is less than 10 cm" as the condition. When the distance between the ultrasonic sensor and an object is less than 10 cm, the motors stop rotating, namely the power of the two motors becomes 0. Otherwise, the motors run at 50% power. However, the two motors are installed in opposite directions, so you need to change the power of one motor to -50%.
Part 4 Practice
Try to stop the motors when the distance between the ultrasonic sensor and an object is less than 10 cm, and then change the rotation direction of the motors to simulate turning.
Comments
Please sign in to leave a comment.