Difference between revisions of "Arduino Robotics Workshop"
Line 15: | Line 15: | ||
==Workshop Outline== | ==Workshop Outline== | ||
===Day 1=== | ===Day 1=== | ||
− | + | *Setting up the required Software | |
+ | *Brief Introduction to Arduino IDE. | ||
+ | *Basics of Robotics | ||
+ | *Driving Motors | ||
+ | *Reading Sensors | ||
+ | *Transmitting Receiving Strings | ||
+ | *Writing simple algorithms | ||
+ | *Writing functions for Motor Control | ||
+ | *Writing functions for Reading Sensors | ||
+ | *Testing individual Hardware Components. | ||
+ | *Assembling the Robot. | ||
+ | *Testing algorithm for Computer controlled Robot. | ||
===Day 2=== | ===Day 2=== |
Revision as of 14:06, 10 October 2014
Building Robotics with the Arduino Platform is not just simple, its fun! With this workshop we intend to build 5 basic robot types from scratch!
- Line Follower
- Obstacle avoidance
- Light Follower
- Computer controlled
- Mobile DTMF controlled.
Contents
Demo Video
Check the video below for all that you'll be doing hands on in this workshop.
Workshop Outline
Day 1
- Setting up the required Software
- Brief Introduction to Arduino IDE.
- Basics of Robotics
- Driving Motors
- Reading Sensors
- Transmitting Receiving Strings
- Writing simple algorithms
- Writing functions for Motor Control
- Writing functions for Reading Sensors
- Testing individual Hardware Components.
- Assembling the Robot.
- Testing algorithm for Computer controlled Robot.