IntelliBrain-Bot An Introduction to Robotics and Java Programming.

Slides:



Advertisements
Similar presentations
Design Project - Tank Robot - Sung-mok Seo Sung-mok Seo Ok-nam Lee Yoon-ho Na Su-min Park Seoul National University of Technology 1.
Advertisements

Add and Use a Sensor & Autonomous For FIRST Robotics
Wait, sound sensor >70, Port 2 Flowchart – Heartbeat 1 Start Motor A, Move Backward, 1/3 Rotation, Power 20 Wait, 1 Second Sound Sensor (Port 2) Less than.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Mine Mapping Choose a Sensor.
VEX Robotics Platform and ROBOTC Software Introduction.
Navigating the BOE-BOT
Right Face Introductory Presentation. Opening Activity How can you use this to make a right turn program? This is your program from Full Speed Ahead to.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Robotic Navigation Distance Control Platform By: Scott Sendra Advisors: Dr. Donald R. Schertz Dr. Aleksander Malinowski March 9, 2004.
Tracking Rover Team Rubber Ducky Joshua Rubin Alexander Starick Ryan Ramos Alexander Chi.
Hide-n-seek Robot Ivan See & Karen Tsang Presentation Date: 9/18/03.
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Robotics Day4.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
By Droids Robotics Infrared Sensor Intermediate EV3 PROGRAMMING LESSON © 2015 EV3Lessons.com, Last edit 5/26/
EDGE AVOIDER ROBOT USING I-BOT mini V3. EDGE AVOIDER USING I-BOT mini V3 Edge Avoider Robot is built using the IR based Line Detecting Module. The modules.
VEX Robotics Platform and ROBOTC Software
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
HEATHKIT ROBOT Hero JR. Robot Introduced in the 1980’s as part of their electronic kit offerings “Semi-Autonomous” operations with battery 1 st generation.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
RoboTeam 9/1/2011 Preformed by:Costia Parfeniev, Boris Pinzur Supervised by: Kobi Kohai.
Twyla and Jordan.  Light over black line  Runs roverbot.
BEGINNER EV3 PROGRAMMING Lesson
Tony Soprano: “Waste Management” Final Presentation Salvatore Torre 11/25/2008.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
RoboTeam 05/04/2012 Submitted by:Costia Parfeniev, Boris Pinzur Supervised by: Kobi Kohai.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Phong Le (EE) Josh Haley (CPE) Brandon Reeves (EE) Jerard Jose (EE)
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
Doodle Bot Kenny Hepner Eric Hepp Michael Huang. Introduction and Objective Our Objective is to use the Doodle Bot to draw and write on the white board.
Abstract The Infrarat is an autonomous toy car that will use proximity sensors and a pivoting array of Infrared sensors for tracking a body and to avoid.
ΜCHIP Micro-Controlled High-tech Independent Putter.
Robotic Navigation Distance Control Platform By: Scott Sendra Advisors: Dr. Donald R. Schertz Dr. Aleksander Malinowski December 9, 2003.
ROBOTC Software EV3 Robot Workshop
IMDL Presentation by Li. Park Ranger Subtitle Park Ranger Block Diagram Mega 2560 Arduino Tmp Sensor Humidity Sensor XBEE LCD Buzzer LaptopGUI Motor.
Group 7 Project 1 Presentation Robert Moe John Zumwalt Mark Woehrer Celi Sun.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
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.
 Definition of Micro-Controllers  Comparison between types of Micro- Controllers  Pin Identification of ATMEGA32.
Limited rotation servo basics David Hall output shaft servo horn red wire = 5V + black wire = Gnd - white wire = control signal standard servo.
Introduction to Robotics using Lego Mindstorms EV3 Shreya Reddy & Kiran Raja RoboAvatars Robotics.
Programming & Sensors.
By Sanjay and Arvind Seshan
Lecture 10 Sensors.
Dance robot as a tool for implementation of micro-programming
ECE Computer Engineering Design Project
By Sanjay and Arvind Seshan
Sensors For Robotics Robotics Academy All Rights Reserved.
IMDL Presentation by Li Yang.
INTERMEDIATE PROGRAMMING LESSON
FeMaidens Programming
Robotics Club 2016 Welcome to the future.
M.VIKRAMADITYAN Graduate Student Mechanical Engineering
INTERMEDIATE PROGRAMMING LESSON
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
Holyoke Codes LEGO ROBOTICS
Introduction to RobotC
Introduction to programming consistent results
Which way does the robot have to turn to get to the charger?
Compiled from various Internet sources Presented by Mr. Hatfield
Obstacle Detection.
Obstacle Detection.
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
Lego MINDSTORMS EV3.
Getting started with LEGO EV3 Mindstorms software
Mars Rover Challenge – Path around Olympus Mons (middle and early high school) Olympus Mons on the surface of Mars at 69,841 feet (more than twice the.
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

IntelliBrain-Bot An Introduction to Robotics and Java Programming

IntelliBrain-Bot Introduction robotics controller LCD Ultrasonic range sensor Aluminum chassis Infrared wheel encoder sensor Infrared range sensor Drive wheel Infrared line sensors Servo motor

IntelliBrain-Bot Demo Program Function Description Do Nothing The robot does not attempt to move. This allows you to test the sensors. You will find this is extremely useful for debugging sensor problems. Play Tune Plays Beethoven’s tune “Ode to Joy” using the buzzer. Remote Control Allows you to remotely control the robot using a Sony compatible infrared remote control. Use the channel up button to move the robot forward, the channel down button to move it backward, the volume up button to rotate right and the volume down button to rotate left. (Requires a Sony compatible infrared remote control. Most universal remote controls will work if programmed for a Sony television.) Navigate Forward Uses wheel encoder sensors and navigation classes (provided in the RoboJDE class library) to navigate the robot straight ahead 24 inches.

IntelliBrain-Bot Demo Program Function Description Rotate 180 Uses wheel encoder sensors and navigation classes to rotate the robot in place 180 degrees. Navigate Square Uses wheel encoder sensors and navigation classes to navigate the robot around a 16 inch square. Random Dance Uses software generated random numbers to perform a dance made up of random steps. Follow Line Uses line sensors to enable your robot to follow a black line on a white surface. Avoid Obstacles Uses wheel encoder sensors, navigation classes, and infrared range sensors to navigate your robot 24 inches forward and back to where it started, avoiding obstacles along the way. Follow Object Uses the ultrasonic range sensor to maintain a distance of 6 inches from an object in front of your robot, creating a tractor beam effect.