Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.

Slides:



Advertisements
Similar presentations
RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
Advertisements

EducateNXT Enter the name “Sound Graphing” for your experiment. Real-time Data Logging Click the Switch to NXT Data Logging icon in the top-left corner.
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.
Pet Bot Overview Design Pitch. Pet Bot Overview Overview of Use Cases Laser / LED Pointer Speaker Sound Play Ball Treat Dispenser.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Curry Mouse EE296 Final Presentation Wednesday, May 10, 2006.
Team P.A.C.K men EE 296 Project. Chris Mcleod Hardware specialist.
Curry Mouse EE296 Design Review Presentation Saturday, March 11, 2006.
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
Microprocessors Tutorial 2: Arduino Robotics
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.
Challenge #1 – Relay Race Robot #1 will be randomly placed on starting line #1, #2 or #3. Robot #1 will drive until it detects the “Dark Line” - Robot.
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Introduction to LEGO NXT 6 hour course. Introductions You Your Expectations.
Program ultrasonic range sensor in autonomous mode
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
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.
Programming a light sensor to follow a black line.
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.
Introducing: The Finch. Low-cost Personal Robot $99.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
VEX Robotics Design System Sensors A Brief Overview
Walking Lego Robot Driving Lego Robot
Lemming -Bot Electrical Engineering Masters Student July 5, 2007 By Jason Morejon.
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
Barclays Robot Challenge Learn how to Program Robots.
ICE at Georgia Tech Robots and Artificial Life Forms An NXT Zoo! Mr. Michaud
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Embedded Programming and Robotics Lesson 11 Arduino Interrupts 1.
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.
Wall-Follower Xiaodong Fang University of Florida School of Electrical and Computer Engineering Automatic Wall Following & Color Detecting Robot.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
Forward Until Near Stop when near a wall.
4 |Multitasking Created by H. Robinson & A. Gostelow Multitasking.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
Nick Cottrell Tom Sheehan CSE 321 Fall 2010 PO NG P rogrammable O bject N avigation G ame.
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 George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Under the Guidance of Submitted by
TRACK SENSING ROBOTIC VEHICLE MOVEMENT
LCD AND KEYBOARD INTERFACING
Touch Sensor.
Finch Robot Class L4 How do I… ? LED color (Range 0 to 100)
Programming Part 2 Mod Kit
IMDL Summer 2007: RoBeDeS by David Ladolcetta.
Introductory Presentation
Lego Robotics Will Schleter 11/12/2018.
Introductory Presentation
Introductory Presentation
Introductory Presentation
Control Group 2 Final Presentation
Forward Until Touch Robot goes forward until it hits a wall.
Line Following Behavior
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 5.
Switch Blocks check a value and choose a path based on that value
Secretary of State Machines
Which way does the robot have to turn to get to the charger?
Under the Guidance of Submitted by
Introductory Presentation
Obstacle Detection.
Obstacle Detection.
Exploring Computer Science Lesson 6-11
LCD AND KEYBOARD INTERFACING
Presentation transcript:

Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin

ResponsibilitiesCollaborations 1.Initialization 2.Seek 1.Follow 1.Race 1.Countdown 2.Go 1.Check_for_line 3.Victory Sonar Sensor Light Sensors Motor Speakers Line Sensors

 Rotates until it sees an object within the range  Once an object is found, it moves to within 6 inches  The robot maintains this distance by moving forward and backward › Speed is scaled based upon distance  If the object goes out of range, rotate and look for another object

 Race Start: Plays countdown noise  Uses the sonar sensor to check the distance to the outer wall, runs around the track › Turning radius set based on distance detected  When crossing starting line, it increments the number of laps. After completing 5 laps, it stops, and plays a victory noise.

 Developing on a limited embedded system  Basic use of Sonar Sensors › Using external sensors to enhance the capabilities of the robot  Customization of hardware and the ability to change the robot’s abilities to meet our needs