The Two Wheel Deal Group 12 Greg Eakins Eric Geier Pete Dudash

Slides:



Advertisements
Similar presentations
Lecture 20 Dimitar Stefanov. Microprocessor control of Powered Wheelchairs Flexible control; speed synchronization of both driving wheels, flexible control.
Advertisements

Controllers Daniel Mosse cs1657 cs1567.
Team 12 Greg Eakins Eric Geier Pete Dudash Jeremy Gries The Two Wheel Deal SS 4000.
Indian Institute of Technology Hyderabad 2 WHEEL SELF BALANCING BOT By Avinash Kommineni, Sai Kumar Reddy.
DIGITAL CONTROL STRATEGY FOR FOUR QUADRANT OPERATION OF THREE PHASE BLDC MOTOR WITH LOAD VARIATIONS C. Sheeba Joice, S. R. Paranjothi,and V.Jaeahar Seenthil.
GPSBot08 System Overview.
PID Temperature Controller
Design of a Control Workstation for Controller Algorithm Testing Aaron Mahaffey Dave Tastsides Dr. Dempsey.
Tee it up How to put a Golf Ball on a Tee David Wilkerson, Eric Brunt, Ty Kuehl, Dave Peters, James Etzkorn.
Motor Control of an Oscillating Pendulum Nick Myers and Chirag Patel March 9, 2004 Advised by: Dr. James Irwin and Mr. Jose Sanchez Bradley University.
Proportional/Integral/Derivative Control
Applied Control Systems Robotics & Robotic Control
The Making of Micromouse Yantriki Level 3 Competition Techfest 2004.
1 Vehicle Stability Function ● Directional Control ● Roll-over Control A functional overview with regard to commercial vehicles AMEVSC-03-04e August 2010.
Group 12 Greg Eakins Eric Geier Pete Dudash Jeremy Gries.
AUTOMATIC VOLTAGE REGULATOR(AVR)
Balance Bot DT04 Stephan Baranoff Nicole Beck Chris Hamrock Stephanie Kosec Dr. Sastry Balance Bot DT04 Stephan Baranoff Nicole Beck Chris Hamrock Stephanie.
Team 6. Code Modules Codec Bluetooth Module Rotary Encoder Menu State Machine.
Gyro Turns ADVANCED EV3 PROGRAMMING LESSON By Droids Robotics
Seraj Dosenbach Greg Lammers Beau Morrison Ananya Panja.
Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller.
CLOSED LOOP CONTROL OF DC DRIVES. Controller Requirements  Fast tracking capability  Less steady state error  Robust to load disturbance during steady.
Team 6 DOODLE DRIVE Presenter: Jun Pan. PROJECT OVERVIEW  Android application as controller  Robot vehicle with microcontroller  Path will be drawn.
Final Presentation Micromouse Spring 08 8” Comb.
Cruise Control 3 RETURN OF THE SPEED CONTROL JEFF FERGUSON, TOM LEICK.
Princeton University Prospect Eleven Nov. 17, 2005 Control Systems Speed control module: –Receives desired speed from Speed Decision –Decides how to modulate.
Group 12 – H.E.A.D Gear Maximum Power Point Tracker Technical Communication Skills Practicum Presentation Software Development Progress Main Flowchart.
Digital Control CSE 421.
ECE 477 FINAL PRESENTATION TEAM 6  SPRING OUTLINE  Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
DRIVER MODEL B. Vineeth ME13B1007 K. Kiran Kumar ME13B1020 N. Sai Krishna ME13B1024 S. Gurucharan ME13B1031 T. Krishna Teja ME13B1034.
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
Quadroter Control System
Group 3 Corey Jamison, Joel Keeling, & Mark Langen
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Digital Control CSE 421.
Automatic Voltage Regulator
ECE 477 Design Review Team 13  Spring 2007
Pulse Rate Monitor Ying Wang
Automatic Voltage Regulator
PID Temperature Controller
PID Controllers Jordan smallwood.
Moto-eV Team 13 Michael Stuckenschneider Loren Garby Arin Chakraverty
The Two Wheel Deal Group 12 Greg Eakins Eric Geier Pete Dudash
ECE445 Senior Design: Smart Umbrella
Group 60 ECE 445 Spring 2016 Devin Berchtold Michael Yu
Andreas Alexopoulos BGV Meeting #98 25 / 01 / 2017
Electronic Control Systems Week 5 – Closed Loop Control
ECE 477 Design Review Team 13  Spring 2007
PID Temperature Controller
Basic Design of PID Controller
James Sigler, Mohammed Allahyani, Khalid Alghamdi, Yu Sun
Moto-eV Team 13 Michael Stuckenschneider Loren Garby Arin Chakraverty
Cole Perrault Spring 2015 ET 493 Wesley Deneke
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE 477 Final Presentation Team 4  Fall 2011
The Two Wheel Deal Group 12 Greg Eakins Eric Geier Pete Dudash
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE 477 Digital Systems Senior Design Project  Fall 2005
Team 1: Algorhythms Software Design Considerations
ECE 477 Final Presentation Team 10  Spring 2008
Lego EV3 Mindstorms SW Programming Blocks.
Technical Communication Skills Practicum Software Design Narrative
The Two Wheel Deal Group 12 Greg Eakins Eric Geier Pete Dudash
The Two Wheel Deal Theory of Operation Team 12 Greg Eakins Eric Geier
SKILL RELATED FITNESS.
Coding Edbot Dream with Scratch
Electronic Control Systems Week 7 – Closed Loop Control
Budget *Cost divided evenly between Fuel Cell and Fly Wheel Groups.
ECE 477 Final Presentation Group 10  Spring 2005
Presentation transcript:

The Two Wheel Deal Group 12 Greg Eakins Eric Geier Pete Dudash Jeremy Gries

Software Design Considerations Correctly read sensor output values at a constant rate. Accurately determine angle of tilt as well as the needed motor torque. Create PD Controller that quickly maintains stability without overshoot. Display crucial battery and operating data to the rider.

Hierarchical Block Diagram

Main Loop Module

Interrupt Service Routines

Battery Module and LCD Module

Balancing Algorithm Module

Development Status Lcd_update(), battery_alg(), and main() have all been written, tested, and completed. Balancing_alg() is partially written and will be tested after PCB is completed. Without a system model, the PD controller gains will be fine tuned through trial and error. Safety routines will be added once vehicle is balancing properly

Questions?