




课程时间:20周,一周一次
每节课时长:1.5小时
授课方式:线下




课程对象:
-
11岁以上儿童,有基本的自控能力,逻辑理解能力和动手能力,对机器人和自动化知识感兴趣
-
对升学背景提升有要求,希望能通过参加科技竞赛获取优秀名次提高录取率
-
Arduino机器人爱好者,希望学习更多Arduino计算机编程相关知识
课程目标:
学习基础的自动化和编程知识,认识并使用Arduino UNO开发板,制作一个可以由智能手机App控制的机器人。
课程安排:
1. Fundamentals of Robotics:
Robotics is fundamentally a branch of technology that deals with the design, construction, operation, and application of robots. It is a powerful tool to understand the basic concepts
of Computer Science, Mechanical engineering, and Electronics engineering. This Arduino robot course will use a simplified version of C++ language for programming our Robot using the Arduino IDE.
2. Basics of Arduino
You will first understand the basics of Arduino and then we will look at Arduino installation & setting up Arduino with your Computer or Laptop
3. Construction of Robot
After understanding the basics of Arduino next we will construct our Arduino Robot.
4. Time Control Robot
In the Time Control Robot section you will first understand the working of Motors Driver and how to control 2 motors using a single motor driver. We will then write Arduino program so that the Robot moves in the following direction for a specific period of time
• Forward • Backward • Axial Left • Axial Right • Radial Right • Radial Left • Stop
5. Serial Communication
We will use Serial Communication to control Led’s, Potentiometer sensor and the Arduino Robot. In this section you will learn to read analog values from sensors and display it on the Serial Monitor. You will also write (send data) values from PC to Arduino.
6. Android Programming
In this course we will design 5 Android Applications using a tool called AppInventor2. AppInventor2 is a Graphical Programming Software using which even a non programmer can design amazing Android apps in a matter of minutes.
7. Controlling Arduino Robot using Android Smartphone
We will create 3 Android applications for controlling the Arduino and each application works
in different manner
8. SmartBot
In the Smartbot android app we will create 5 buttons (Forward, Backward, Left, Right and Stop). When the user clicks on any of the button the Robot will move in that particular direction.
9. AcceleroControl Robot
In the AcceleroControl Robot android app, we will use the accelerometer sensor from the android smartphone to control the Robot. So when the user tilts the robot in forward direction it will move forward, when the Smartphone is kept flat the Robot will Stop. Similarly by pointing the smartphone in direction you can control the direction of the
Arduino Robot.
10. VoiceControl Robot
In the Voice Control Robot we will move our Robot in different direction by giving voice inputs
11. Black Line Follower
In Black line follower robot, we will first understand the working principal of the IR sensor and then attach it to our robot. After this we will understand the programming logic and then program the arduino robot to follow a black line.
12. White Line Follower
In white line follower, we will first understand the working principal of White line follower robot and then we will reverse the black line follower program so that the arduino robot follows a white line
13. Object Follower Robot
In Object Follower robot, we will first understand the working principal of this robot. After this we will write the Object Follower robot program so that the arduino robot can follow an Object.
14. Object Repeller Robot
In Object Repeller robot, we will first understand the working principal of this robot. After this we will write the program so that Arduino robot keeps repelling or keeps moving away from the object.
15. Object Avoider Robot
Object avoider robot is similar to object repelled robot, but in certain condition, it will simply avoid the object instead of moving away from it.
16. Light Follower Robot
In Light Follower robot, we will first understand the working principal of this robot. After this we will write the Light Follower robot program and use the smartphone’s flash light so that the arduino robot can follow it.
17. Light Repeller Robot
In Light Repeller robot, we will first understand the working principal of this robot. After this we will write the program so that Arduino robot keeps repelling or keeps moving away from a light source.
18. Light Avoider Robot
Light avoider robot is similar to light repelled robot, but in certain condition, it will simply avoid the object instead of moving away from it.
19-20. Design our own entries for competition and guide