Final Wiring Robot Challenge 2013 Updated 10 th October.

Slides:



Advertisements
Similar presentations
EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
Advertisements

Using three IR sensors, SensingBot can sense the front obstacles so it can avoid them. Sensing.
ALL TERRAIN ROBOT 1 Wilmer Arellano © The Client’s Need Lecture is licensed under a Creative Commons Attribution 2.0 License.
Robot Build IT Girls Allowed 2014 Updated 14 th August.
Embedded Programming and Robotics
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project Tutorial 1,
Embedded Programming and Robotics Lesson 6 Mechanical Assembly 1.
1 Ultrasonic Distance Sensor. 2 How it Works The distance sensor emits short bursts of sound and listens for this sound to echo off of nearby objects.
TechKnowTone Contents: Servo Features Servo Connections Coding Library Sample Sketch Questions …Applications… Arduino Coding – Servo Motors.
FUN WITH COOL KIT. Kit Purpose Have fun assembling and programming a simple robot – Includes chassis, wheels, motors, motor driver, IR sensor and arduino.
EE | EzBot.ca Without soldering or extensive knowledge in electronics, create a project that is Remote Controlled from any Android.
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Sensors. This is a set of transmitter and receiver in one of the photoelectric sensor. Detection distance can be adjusted according to the requirements.
Bluetooth Controller Setting up the BT controller and Arduino with Processing.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
A-Tech Technical Training. Robotic Design - Basket Grey pieces act like funnel Black rubberband keeps basket closed.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
INTERFACING WEB SERVER WITH A ROBOT
EEL 5666: Intelligent Machine Design Laboratory Final Presentation by Rob Hamersma April 12, 2005.
Minds and Computers 3.1 Preview Spin left motor Spin right motor Wait until the motors have spun two rotations Stop left motor Stop right motor What five.
7.2 V battery pack and charger Put the battery in the charger station at the end of the lab. period. Red light indicates charging. Ken Youssefi Introduction.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project - WF32 Shield.
Barclays Robot Challenge Learn how to Program Robots.
ALL TERRAIN ROBOT 1 Wilmer Arellano. The Client’s Need  Verbally presented at class time.  Modify the All Terrain Manual Robot into an autonomous Gripper.
Real-Time Data through Data Hubs. Begin by adding a basic Move block, 5 rotations 75% power.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.
ΜCHIP Micro-Controlled High-tech Independent Putter.
MAKE: AN ELECTRONICS WORKSHOP
TechKnowTone Contents: Sensor Features Sensor Connections Sample Sketch Questions …Sensor Features… Arduino Coding – Distance Sensors.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
Mechanical Components and Programming Ken Youssefi Introduction to Engineering – E10 1.
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot simple example program to control a DC-Motor Next - Press the button (left)
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Robotic Microphone Stand Team 19 Alex Lincoln Tyler Harrington Zach Newell.
Forward Until Near Stop when near a wall.
Advanced issues in Robotics and Programming Dr. Katerina G. Hadjifotinou Experimental Junior High School of the University of Macedonia.
1 of 20 How to use the Compass A. Compass. 2 Compass: - Provides heading relative to Magnetic North, not true North HMC5883L V input - I2C (not.
GreenJacket IMDL Summer 2002 Final Report Matthew Chernosky August 6, 2002.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
The Corridor Challenge
H-Bridge Motor Driver.
Arxterra: Understanding the Communication Between Arduino and Phone
Manual for Arduino Kit v1.0
Arduino Alarm System Guanglong Hu GeoSc 597 Final Project
ECE Computer Engineering Design Project
Arduino motor control using servo & ultrasonic sensor
Get Your Project Started with Arduino
“RedBoard” / Arduino Uno Ardumoto Motor Driver Shield
installing electrical system
Introduction To Programming with LEGO NXT 2
SCOUTBOTICS Engineering Notebook
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Ultrasonic Distance Sensor
M.VIKRAMADITYAN Graduate Student Mechanical Engineering
INTERMEDIATE PROGRAMMING LESSON
The schematic of the wire connection in the module
INTERMEDIATE PROGRAMMING LESSON
Bluetooth operated Arduino Controlled Car
Teacher’s Note (do not include in student packet/slide show)
SCOUTBOTICS Engineering Notebook
Obstacle Detection.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
NGT-503 : 2-in-1 Remote Bot Obstacle Avoiding Bot
Autonomous Delivery Robot
A modular robot for use in the RoboSumo lab
Presentation transcript:

Final Wiring Robot Challenge 2013 Updated 10 th October

Final Wiring Notes USE MASTERSKETCH_TEMPLATE Motors and Motor Drivers Ultrasonic Sensor Line Followers Tilt and Pan Servos IR Obstacle Sensors Wheel Sensors – Not Used

Motors Driver Board to Arduino IN1 IN2 IN3 IN4 P6 P5 P12 P8 P12 P8 P6 P5

Motors Use MasterSketch_TEMPLATE Motor Pinout for all sketches – int L1 = 6, L2 = 5, L3 = 12, L4 =8; Test – forward back spin left spin right – must be correct otherwise other sketches wont work This will allow motor speed variation – eg – forward(1000,150); where 150 is speed ( max 255)

UltraSonic Sensor Check the UltrasonicTest.ino sketch to make sure this is working Ensure you have NewPing library installed Sensor ShieldUltrasonic Sensor Pin 15 V ( AREF)VCC Pin 15 G (AREF)GND A1Trig ( Trigger ) A0Echo (Echo, Echo, Echo)

UltraSonic Sensor

Line Followers Check the LineFollowerTest.ino sketch to make sure this is working Sensor ShieldLine Follower Sensor Pin 14 V ( GND)Left VCC Pin 14 G (GND)Left GND Pin 13 VRight VCC Pin 13 GRight GND A4Left Out A5Right Out

Line Followers LEFT GSVGSV THE SENSOR SHOWN IS POINTING DOWN

Line Followers RIGHT GSVGSV THE SENSOR SHOWN IS POINTING DOWN

Tilt and Pan Use the MASTERSKETCH_TEMPLATE Maxservo value 180 Min servo value 0 Midpoint 90

Tilt and Pan Use sensor shield pins 10 and Tilt ( Up and Down action ) 11 Pan Servo ( left to right action) Sensor ShieldServo 10Tilt 11Pan

Tilt and Pan Just remember for servo – Yellow goes to sensor pin

Obstacle Sensors Use sensor shield pins 2 and 3 (Right and Left) Use MASTERSKETCH_TEMPLATE to test this Note no distance – only a switch Sensor ShieldIR Obstacle Sensor 3Left 2Right

Obstacle Sensor Just remember for sensor– Yellow goes to sensor pin