Module Simple Robots
Module Simple Robots
SIMPLE ROBOTS
COMPENG ELEC 2
2nd Sem, SY 2022 -2023
Aubrey Micah C. Dalino
Ma. Christina V. Magabilin
i
Table of Contents
Introduction .......................................................................................................... 1
Objectives .............................................................................................................. 1
Simple Robot ................................................................................................ 2
1. Avatar ..................................................................................................... 3
2. Scuttle Bot .............................................................................................. 7
3. Catapult Bot .......................................................................................... 13
4. Garden Guardian .................................................................................. 18
5. Walking Robot ...................................................................................... 23
Summary ............................................................................................................. 29
Teaching and Learning Activities ................................. Error! Bookmark not defined.
Recommended Learning Materials and Resources for Supplementary Reading.... 29
ii
CHAPTER 6 – BASIC BOTS
COMP ENG ELEC 2 – ROBOTICS/MACHINE LEARNING 2
Introduction
In this chapter, sensors are defined and its different types are discussed thoroughly. The aim of this module is to equip students with necessary knowledge in identifying appropriate
sensors for their needs. At the end of the module, students will be asked to provide programming codes for different sensors.
Objectives
At the end of the topic, the student should be able to:
1
Simple Robot
2
1. Avatar
3
4
5
6
2. Scuttle Bot
7
8
9
10
11
12
3. Catapult Bot
13
14
15
16
17
4. Garden Guardian
18
19
20
21
22
5. Walking Robot
23
24
25
26
27
28
Summary
In this chapter, we have learned how to build simple bots in preparation to our next module which is creating Smart Makes.
29