Group B Advanced Energy Vehicle

Slides:



Advertisements
Similar presentations
Lab 02: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
Advertisements

Team Churro: Sharon Grimshaw, Maggie Su, Louis Yi, and Morgan Zheng.
Hovercraft Group #1 Matt Walker Travis Smith Melissa Huynh Mark Reimer Jason Rubin David Duncan Matt Walker Travis Smith Melissa Huynh Mark Reimer Jason.
Advanced Energy Vehicle (AEV)
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 06: AEV System Analysis 2 Advanced Energy Vehicle (AEV)
Digital Electronics Boe-Bot Navigation. This presentation will Detail how to program the Boe-Bot move a specific distance. Detail how to program the Boe-Bot.
Do Now for 5/21/13 Take out E83 #6 and get ready to hand in Study for quiz HW: Anything not completed in class. E84 will be checked tomorrow.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
Forces & Safety Noadswood Science, 2012.
Team CNH Design a less expensive propulsion control system with equivalent or better performance than existing hardware for Hydrostatic Windrower Machine.
DC Motor Control  mouse EE 496 Advisor: Dr. Tep Dobry.
Momentum 5 th form IGCSE Unit describe the factors affecting vehicle stopping distance including speed, mass, road condition and reaction time.
Unit 1 – Natural Forces on a vehicle
First-Year Engineering Program Advanced Energy Vehicle System Analysis 2 Reference:  AEV Lab Manual  System Analysis 2 Grading Guidelines.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle Arduino Programming Basics Reference:  AEV Lab Manual  Arduino Programming Basics Grading Guidelines.
Lab 02: Arduino Programming Basics Advanced Energy Vehicle (AEV)
ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS.
Compound Gears Unit 6.
Let’s JAM Team 35: Jason Chen, Justin Ho, Andrew Wilkinson Presenting: The Jammer.
Lecture # 22 SCIENCE 1 ASSOCIATE DEGREE IN EDUCATION Graphing Motion.
First-Year Engineering Program Performance Test 2: Operational Objectives Objective and Goals Analysis Test Readiness Review.
1 Prepared by Mohammed Almhuemli Nicholas Ferlita Irving Ho Nirav Shah.
Estimating the Efficiency of a Parallax Servo living with the lab.
Michael Lyons Michael Woods Linzhong Zhuo.  The main objective of our project was to create a stair climbing vacuum robot.  Small, efficient design.
What ’ s the Connection to Softball? Observation The players, ball, and bat move around during a game of softball. Question What forces are acting upon.
-In the first design, the AEV used two motors, metal braces to secure the motors, a flat base, and metal braces to hold the battery. This design was extremely.
TAKS Objective 5 Motion, Forces and Energy Motion can be described as a change in an object’s position Average velocity (speed) is the change of position.
- Review oscillations and energy - Look again at the energy stored in a “spring” - Begin a final review of force, motion and energy concepts - Repeat the.
Lab 07: AEV Design Analysis Tool Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle System Analysis 3 Reference:  AEV Lab Manual  System Analysis 3 Grading Guidelines.
ENGR 1182 AEV Lab Proficiency Quiz Review
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle External Sensors Reference:  AEV Lab Manual  External Sensors Grading Guidelines.
Mobility and Navigation AME 470: Senior Design ASME Bulk Material Transporter Matt Bertke, Paul DeMott, Patrick Hertzke, Will Sirokman 23 September 2004.
Design Solutions Sponsored by: National Science Foundation Advisors: Abdullah Eroglu, Hosni Abu-Mulaweh, Hossein Oloomi Team Members: Mitchell Eilerman,
CENTRIPEDAL. CENTRIPEDAL FORCE OF IMPACT Speed of car Weight of car Impact distance Reducing Force of Impact Sand canisters break apart on contact.
1 Team Mieux Critical Design Review ASME Bulk Material Transporter AME 470 Ltd. December 7, 2004.
Welcome to Engineering 1182 or Lab Attendance  Expected to attend all labs  Missing a lab meeting time A valid documented excuse required  Allowed.
Preliminary Design Review (PDR) Advanced Energy Vehicle.
Problem 3 ME 115 Final – Troy Topping. Initial Construction A box with m = 1250 kg is input to simulate the forklift Only half the mass is used since.
First-Year Engineering Program Advanced Energy Vehicle Design Analysis Tool Reference:  AEV Lab Manual  Design Analysis Tool Grading Guidelines.
Designing Robots How to make a stable robot! Much of the information in this power point is from Winning Design! By James J. Trobaugh.
Deriving Consistency from LEGOs What we have learned in 6 years of FLL by Austin and Travis Schuh © 2005 Austin and Travis Schuh, all rights reserved.
Motor Assisted Wheelchair Design Review 10/01/15.
AEV PROJECT DESIGN--OSWALD GROUP K –MATTHEW BRODSKY, TROY CROSS, HANK MCNAMARA, SIVAN ZOUELA.
Introducing Hybrid Public Transportation In Jordan.
Final presentation on the mechanical improvements made to the Urban Concept Vehicle Glen Burkhardt Andy Jiang Peter Subosits Kyle Wydock Department of.
Lab 05: System Analysis 1 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
A SEMINAR ON REGENERATIVE BRAKING SYSTEM
SuperQuest Salem Arms – Best Practices.
Deriving Consistency from LEGOs
Team Millinium Apache ENG 1182
Mouse Trap Racer Science
Preliminary Design Report
Group F Asad Idris Kaixin Luo Manan Kedia
Advanced Energy Vehicle
Roller Coaster Design Project
An Introduction to VEX IQ Programming with Modkit
Gravity & Energy of Motion
REGENERATIVE BRAKING IN MASS TRANSIT By Ch. Sai Ram, Assoc.Professor,
Teacher training resource: Robotic Assembly
Science of Helicopters
Advanced Energy Vehicle
3 Concepts in Physics.
Chapter 12 NATURAL LAWS AND CAR CONTROL
Advanced Energy Vehicle
Presentation transcript:

Group B Advanced Energy Vehicle Joe Dannemiller, Cody Faist, Clare Fibbi, Tristan White Cody

Overview Key AEV Features Design Process Coding Strategy Initial Design Final Design Efficiency Cody

Key AEV Features Balanced Lightweight Efficient Easy to maintain Cody

Design Process Lab 01 Designs Prototyping Goals Cody’s Star Wars X-Wing Design Joe’s Equally Distributed Weight Design Clare’s Stability Design Tristan’s Servo Design Prototyping Goals Centered weight distribution Ensure design maintains stability throughout a run Creative yet sensible design Cody

Other Ideas Cody

Coding Strategy: Initial Ideas Completing mission objective R2D2 transport Checkpoint Increasing power supply with cargo Determining distance Converting inches to marks Reliance on AbsolutePosition instead of time Clare

Coding Strategy Results of initial coding Goals for final coding Inconsistency and coasting Inefficient braking Goals for final coding Implement the celerate command Less coasting Improve energy efficiency Clare

Coding Strategy: Final Results Decelerating before every checkpoint Quick breaking Reduce energy consumption Motor speed with and without R2D2 25% without cargo and 30% with cargo Longer deceleration and shorter reverse with R2D2 Momentum Reduce crashing Clare -Decelerating before each checkpoint made the vehicle easier to break while also reducing energy consumption. We were able to reduce both coasting and the high power needed to previously break. -The motorspeed with the R2D2 was slightly increased to provide the needed force for the extra weight. This let the vehicle move quickly enough to complete the scenario in the allotted time limit. -Finally, a longer deceleration command was used on the returning half of the trip. This was because if the AEV stopped too quickly, the R2D2 would still have a forward momentum and would possibly crash into the AEV. Additionally, the longer deceleration allowed for increased efficiency by being able to have a shorter reverse motorSpeed command.

Design 1 Joe

Design 1: Bill of Materials Weight: 173.92 g Cost: $159.30 No 3D printed parts Joe

Design 1: Power vs. Time Plot The power vs. time plot for Design 1 was only for the first part of the run to the gate. The team changed designs before moving further along in the coding process. Joe

Design 1: Power vs. Time Tables Joe

Final Design Pusher/puller configuration Proper alignment Center of gravity Arduino placement Velcroed battery Tristan

Final Design: Bill of Materials Weight: 167.63 g. Cost: $159.14 Less brackets Less nuts/bolts Different plastic pieces No battery spacers, tee, or battery clamp plate No 3D printed parts Tristan

Final Design: Power vs. Time Plot Less time Less power overall Less power during braking Most power with R2D2 Most trouble with R2D2 Tristan

Final Design: Power vs. Time Tables Tristan

Advantages/Disadvantages of Final Design Pusher/puller configuration Proper balance Low maintenance Less blockage Center of gravity Lightweight Consistent functionality Low cost Disadvantages: Inconsistent programality Inconsistent fin orientation Location of battery Tristan

Conclusion and Questions Joe