UltraSonic Orchard fertilizer Dispensing Automaton Erik Mueller & Patrick Thurston.

Slides:



Advertisements
Similar presentations
Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Advertisements

EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
Joe Clough Devin Noyes Alec Bornemann *look for notes in bottom box.
Sensors.
Students : Hiba Ghannam Hawa’ Osama Supervisor : Aladdin Masri R OBOTIC V ACUUM C LEANER.
Automatic Dog Walker Paul Johnson and André St. Denis 9/12/00.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
Lunar Lander Project Patrick Thurston and David Cobler.
“Fertibot” Mike Ambrisco Andrew Bourgeois Eric Hall Aaron Minard.
Ted Keppner Jacques Dupuis.  Farms run into problems of having to pay for workers to clean up cow bed shavings when they could be doing more important.
UltraSonic Orchard fertilizer Dispensing Automaton Erik Mueller & Patrick Thurston.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Auto - Drive An Automated Driving Range. Team Members Mike Loiselle Jared Beland Jeremy Paradee.
Team MASTers™ Craig Lalumiere David Cobler Michael White.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Adam Brissette & Darren O'Meara Ping Pong Conveyer Robot Project Overview.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
In Due Time Kyle Baitz, Jonathan Pierson, Travis Haley.
Critical Design Review Colorado State University - Pueblo April 15, 2005.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
 Rollin Bicskei  Eric Bornemann  Jason Wells  Ryan Bidlack  ELM 4701 October 2008 Toromatic Team Brown & Associates:
VISION CONTROL MICRO MOUSE MSc Computer Systems Engineering By: Rekapally Mahendranath Supervisor: Dr. Nic Snailum.
The WeedRake By Nick Bigelow, Matt Merrit, Tyrel Ellis and Jason Pemberton.
Project Gulfstream Curtis Christiansen Jordan Hodge Jordan Lyford Troy Mills Wilson Schreiber Project Gulfstream Curtis Christiansen Jordan Hodge Jordan.
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.
EG1003: Introduction to Engineering and Design Sensors.
Network Storage and Appliance Box Build By: Cubatic Engineering 01/09/2015.
Material Transport Systems
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
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.
LINE FOLLOWER ROBOT USING I-BOT mini V3
June 12, 2001 Jeong-Su Han An Autonomous Vehicle for People with Motor Disabilities by G. Bourhis, O.Horn, O.Habert and A. Pruski Paper Review.
Abstract Design Considerations and Future Plans In this project we focus on integrating sensors into a small electrical vehicle to enable it to navigate.
Robotics NXT sensors Back to Light sensor: red vs blue ball.
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.
A Bot With a Brain Using infrared obstacle detection circuits to create an autonomous robot that will navigate itself through an obstacle course. Bailey.
Maze Challenge Maze Challenge activity > TeachEngineering.org
AN-NAJAH NATIONAL UNIVERSITY FACULTY OF ENGINEERING Supervisor: Dr. Nidal Farahat Prepared by: Iessa Asrawi Islam Barhoum Mahmoud Shreem Mohammad Ali.
Robotics Challenges. Challenge Slide 2 Have your robot make a left curved turn around your Lego person. Go forward, then reverse. Come to a stop, play.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Ali Alkuwari Patrick SwannJad FarahMarcus SchafferKorhan Demirkaya Long QuyDenden TekesteNgoc MaiSteven Weaver.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
ECE Project 1 Overview. Project Description The aim of this project is to design a robot that moves along a given path, from the Start point, towards.
Niket Sheth Chris Karman Erik Scherbenske Peter van der Hoop.
EV3 Software EV3 Robot Workshop
Team Concept and Key Issues AME 470: Senior Design ASME Bulk Material Transporter Matt Bertke, Paul DeMott, Patrick Hertzke, Will Sirokman 16 September.
ROBOTC Software EV3 Robot Workshop
Software using a flowchart method of creating a control programme.
The George Washington University Electrical & Computer Engineering Department Dr. S. Ahmadi Class 3.
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
EG1003: Introduction to Engineering and Design Laboratory 4: 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.
Ali Alkuwari Patrick SwannJad FarahMarcus SchafferKorhan Demirkaya Long QuyDenden TekesteNgoc MaiSteven Weaver.
1 SPIRIT Silicon Prairie Initiative on Robotics in Information Technology Curriculum Overview.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
The Corridor Challenge
The 4th Annual Colorado Robot Challenge
ECE Computer Engineering Design Project
ROBOTC for VEX On-Site Professional Development
Robotic Vacuum Cleaner
PLC based automated coal crushing and conveyor system
DT-Assessment Frame Work Term2
Forward Until Touch Robot goes forward until it hits a wall.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 5.
Line Following Behavior
TG-1101 Engineering Design I Introduction to “Total Design” and “Systems Engineering Design Process” (Week 2)
Which way does the robot have to turn to get to the charger?
Obstacle Detection.
Motor Control Compiled Systems
Presentation transcript:

UltraSonic Orchard fertilizer Dispensing Automaton Erik Mueller & Patrick Thurston

Apple-bearing orchard trees need to be fertilized around the drip edge of their canopy. Standard spreading techniques are imprecise and wasteful.

The Problem The client requires an automated fertilizer delivery and spreading system. The unit must locate an apple tree and navigate along the drip edge, while spreading granulated fertilizer Once finished, the unit must return to its starting position.

Our Solution Our design relies on ultrasonic sensors for canopy detection and as a collision sensor Delivery of the fertilizer granules is effected by a conveyor belt system An additional electronic compass aids in locating and returning to the start position

The robot is designed using the MARV-2 frame as a base. Additional elements include the distribution unit and additional sensors.

System Overview CS Distribution Board Navigation Board Motor Driver Fertilizer Conveyor E-Compass (on stand)

System Overview 1. The robot is activated and it starts towards the tree. 2. Upon reaching the canopy, the robot will follow the edge 3. Once completing a circuit, the robot will return.

Software flow Start Move Forward Turn Right 30° Canopy Detected? No Yes Right Sensor Off? Yes Move Forward Start Spreading No Left Sensor Off? Turn Left 30° Move Forward Record Position Circuit Complete ? No Yes No Yes Stop Spreading Return

Mechanical systems Conveyor Dimensions: 6 inches x 8 inches Load level sensors (1/4, ½, ¾ and Filled)

Electrical Concept Navigation Board

Broken down into two subsections Distribution under Patrick Thurston Navigation under Erik Mueller

Scheduling Wk 1 Wk 2 Wk 3 Wk 4 Wk 5 Wk 6 Wk 7 Brainstorming Sensor Design Mechanical System Design Programming Sensor Build Mechanical System Build Test