#1203 ROBOTICS WORKSHOP 2.0
SAMPLE Lesson 1-Ultrasonic Turtle Robot
Course Objectives
Total Time
Learn the programming logic of loop.
Understand the applications of ultrasound with the building blocks.
100 mins
Develop the spirit of active participation in activities.
Keywords Ultrasonic waves. Loop. Cb1 GigoBlockly. Blockly. Teaching Guide
1.
Increase Students’ Motivation
(1) A teacher asks students where can we see a real robot in life? What kind of missions can you complete with ultrasonic robots? Then arouse students' interest in learning.
Time
Teaching
Assess
(mins)
Resource
ment
10 ▪ Supplemen Self-awa tal slides
reness
(2) A teacher demonstrates the model of this lesson Ultrasonic Turtle Robot. Please ask students to think about how to write a program to make it move. 2.
Course Activity Related to the Manual
Safety for Experiments with Batteries
It is recommended to use 1.5V alkaline batteries.
Before using the 1.2V rechargeable battery, please make sure that the battery is fully charged.
(1) Students get the basic materials of this model. (2) A teacher can guide students to assemble the model with the building blocks according to the teaching slide and the student's book and explain the principle and the structure of the model.
60 ▪ Electronic Particip whiteboard ation ▪ Projector & Screen ▪ Tablet or computer ▪ Building blocks
(3) Encourage students to write the program of the model first and observe how the model works. A. Make the robot move forward
The green block is a loop. The repeat "value" can control how many times the block program in the loop is executed. If the value entered in this loop is 10, the blue block program will be executed 10 times.
1 Copyright © 2021 Gigo Taiwan Co.,LTD. All rights reserved.
#1203 ROBOTICS WORKSHOP 2.0
SAMPLE The blue block is to start motor 1 and motor 2.
B. Make the robot stop The blue block is to tell motor 1 and motor 2 to stop because the rotating speed is 0.
C. Program Result The robot moves forward and then stop.
(4)
Ask students to try to make the robot operate or modify the code to see if there are different ways of action. Try to make the ultrasonic robot stop before it touches the object. Program by repeating "until" program blocks.
2 Copyright © 2021 Gigo Taiwan Co.,LTD. All rights reserved.
#1203 ROBOTICS WORKSHOP 2.0
SAMPLE 3.
30
Integrated Learning
(1) Display all the models of each group. Give all students a big hand.
▪ Model
Oral
▪ Boxes
Present
(2) A teacher can share the concepts of “Ultrasonic Turtle Robot” or encourage students to share the experience about either the assembly of the model or the reflection of a game. (3) Students’ works can be displayed in the classroom.
(4) Remind students to clean up the desk, disassemble the model and put the building blocks back to the boxes. 4.
Extension Task
(1) Encourage students to find out how to modify the code to make robot turn left and right. Record & Feedback
3 Copyright © 2021 Gigo Taiwan Co.,LTD. All rights reserved.
ation