Joe Clough Devin Noyes Alec Bornemann *look for notes in bottom box.

Slides:



Advertisements
Similar presentations
PSU / Middle Schools Solar Racers Workshop Solar and Car Fundamentals Andy Lau, Dale & Toby Short, SCASD.
Advertisements

SweepBot is a cleaning robot that cleans floor as brushes spin on High-speed DC Motor. Sweep.
Unbalanced Forces & Motion. Balanced Forces Are forces that have a net force of zero Equal forces in opposite directions Balanced forces DO NOT change.
Engineering Roles We will be forming groups of 3 students
Week 4 Deliverables Team Highlander. Patent 1-Motorized Walker Pat No Date 12/08/1992 A motorized walker includes a base upon which a person.
Mechanical Systems Outcome 2: Structure and Function.
Ryan Roberts April 2, Background The tool I am building will be used by me on my dads stock car team. I have a tool already that I use to measure.
Team #2 Solar Car Project Senior Design
Inverters Alex Stanton Henry Schober III Benjamin Garber Rance.
NXTG Workshop for Bottle RoboSumo Lawrence Technological University.
SOLAR TRACKER PROJECT. INTRODUCTION: Solar tracker is a system that is used to track sun light to increase the efficiency of electricity gained from solar.
Mechanical Design of Robots. High School Competitions.
Robotics Intensive: Day 6 Gui Cavalcanti 1/17/2012.
UltraSonic Orchard fertilizer Dispensing Automaton Erik Mueller & Patrick Thurston.
By: Devin Noyes And Mike Ambrisco
“Fertibot” Mike Ambrisco Andrew Bourgeois Eric Hall Aaron Minard.
UNC ROVERSAT IV University of Northern Colorado Critical Design Review Friday, June
Solar Tracker Devin Noyes and Mike Abrisco. Problem We need to design and fabricate a small scale Solar Tracker to demonstrate performance improvements.
UltraSonic Orchard fertilizer Dispensing Automaton Erik Mueller & Patrick Thurston.
Connecting VEX and ROBOTC
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Team MASTers™ Craig Lalumiere David Cobler Michael White.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Diameter, Circumference, and Rotational Sensors Robotics Academy All Rights Reserved.
The Pied Pipers Joanne Flores Ken Shum Alyssa Visitacion.
Team Mejor Mobility. Wheels  3 Wheels  2 Front Driven Wheels  Smaller Caster Wheel Drags Behind  Large Front Wheels Centered on Chassis.
 Rollin Bicskei  Eric Bornemann  Jason Wells  Ryan Bidlack  ELM 4701 October 2008 Toromatic Team Brown & Associates:
Electricity and Conserving Resources
Electronics and Power Distribution AME 470: Senior Design ASME Bulk Material Transporter Matt Bertke, Paul DeMott, Patrick Hertzke, Will Sirokman 4 November.
Answer to Mechanical Advantage Worksheet
Circumference & Area of Circles Unit 5-3. Circumference Formula for Circumference: ** r is the radius ** ** 2r = d. d is the diameter. ** **Circumference.
Draw a picture of a robot on a Post-It note.. What is a Robot? 1a : a machine that looks like a human being and performs various complex acts (as walking.
Take out 2.1A Data Sheet. We will have fifteen minutes to COMPLETE the data individually. We will work together as a class to get the data tables completed.
Team A7: The Robotiers Jeff Ivey: Journalism, Writing Aaron Maharry: Programming, Mechanical Design, Construction Dan Sobchuk: Construction, Testing Luke.
Electricity and Magnetism
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
Twyla and Jordan.  Light over black line  Runs roverbot.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
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.
Simple Spreader Calibration. Step 1 Find the N-P-K ratio on your bag of fertilizer. The N number (Nitrogen) is the percentage of actual nitrogen your.
FIRST Electrical Design FIRST Robotics Championship Conference Steven Shade Team 1111 April 16, 2003.
Jason Hegedus Greg Mikus Josh Miller Evan Schwartz 10/14/2008.
Circumferences & Areas of Circles. Circle information Defn: Points on a plane that are equidistant from a given point (CENTER). Radius: From center to.
February 20, 2013 David Alvarado Ethan Kruder Kirk Santure Jessica Spoll.
Demonstration Design Light Sensor Truck Light As the truck passes the light, the light sensor turns off the power to the truck, ensuring that the truck.
Team Members: John Smolko, Michael Warden, Anthony Hathaway, and Tim Pobst.
Circles. diameter Circumference radius Circumference- the distance around the circle. About 3X the diameter.
Solar Energy. What is Solar Energy? - Concepts behind solar energy - How solar energy is used in solar cars.
Team Concept and Key Issues AME 470: Senior Design ASME Bulk Material Transporter Matt Bertke, Paul DeMott, Patrick Hertzke, Will Sirokman 16 September.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
EQ: How do you find the circumference of a circle? Lesson 4-6 Circumference pp Vocabulary to watch out for this lesson: Circle Center Diameter.
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
ECE 445 Group 20 4/23/2012 Kevin Dluzen Jonathan Hall Diyang Qiu.
+ Math Module 1 Rates of Change & Mathematical Models.
Electricity. An electric current is a flow of ELECTRONS flowing through wires and electronic components.
Know your Robot Electrical Parts
Torque Center of mass Center of gravity
CSU-1 Project Updates Mechanical:
Team 6 Presents Bender: Milestone One.
Electrical Engineer Responsibilities
Programming Part 2 Mod Kit
सोलर पॅनेलचा उपयोग करुन रीचर्जेबल टॉर्च बनवणे.
PROBLEM RENEWABLE ELECTRICAL ENERGY GENERATION AND DISTRIBUTION
Project Renovatio Joshua Fraser Alastair Fraser Ruofei Fu Chao Jiang
Current.
Room 1804 classroom control system
THE CHARACTERISTICS OF ELECTRICITY  Potential Difference
Participant Name FRC Team #
Which way does the robot have to turn to get to the charger?
8.2 - Electric Current.
Presentation transcript:

Joe Clough Devin Noyes Alec Bornemann *look for notes in bottom box

Apple trees need fertilizer. The best way our client has to spread fertilizer now is to use manpower with a casting system. This system is very inefficient and time consuming.

The most efficient way to fertilize a tree with the least amount of fertilizer is to spread it along the drip line of the tree. We used an automated device to spread fertilizer along the drip line based upon the average circumference of an apple tree.

Motor Control 1. Find tree trunk 2. Center itself on trunk 3. Back up to drip line 4. Tree radius: 6ft 5. Circle tree 6. Do a complete circle then exit

while(MIDDLE_BUTTON_GetVal()) { //Testing Middle Pushbutton if(LEFT_BUTTON_GetVal()==0){//Left Button is Pushed Right_SetDutyUS(FORWARD); //Turning Left (towards Tree) Left_SetDutyUS(REVERSE); Left_SetDutyUS(FORWARD); //Moving Forward if(RIGHT_BUTTON_GetVal()==0){//Right Button is pushed Left_SetDutyUS(FORWARD); //Turning Right (towards Tree) Right_SetDutyUS(REVERSE);

Design 1 Hopper w/ auger and spinning wheel casting system Hopper w/ built in waterwheel casting system Design 2 *our design

Hopper Battery Hopper Controller HCSO8 Scorpion XL Right Arm Left Arm

Electrical Components Mechanical Components Total Scorpion XL$119Arms (5 lbs)$.81/lb HCSO8n/aHopper (2 lbs)$.81/lb Motors (3)$291Wheel (3 lbs)$.81/lb Hopper Controller n/a Total$410$8.09$418.09

Week 1Week 2Week 3Week 4Week 5Week 6Week 7 Design and organization Initial Design Code Writing CAD Model Fabrication Testing

Solar Panels and voltage sensor (battery charger) Light Sensor Turf Tires for better traction in actual apple orchard Lighter weight arm sensors

Alec : CAD Design of Trunk Sensors, Code Joe:Presentation, Code, Project Manager Devin: CAD Design of Distribution, Code Team Effort: Preliminary Design, Fabrication, Testing, Problem Solving