ECE ILLINOIS Ricardo Carrera, Anthony DiMonte

Slides:



Advertisements
Similar presentations
Track Timer Final Semester Presentation Senior Design I April 19, 2011.
Advertisements

Lapview – The Swimmer’s Watch GROUP 9 PRESENTERS DEMO DATE SPECIAL THANKS TO ADVISOR PRESENTERS Thursday April 24 th, 2008 Department of Electrical and.
Multidisciplinary Engineering Senior Design Project 05xxx Project Name 2005 Critical Design Review May 13, 2001 Project Sponsor: Team Members: Team Mentor:
Multidisciplinary Engineering Senior Design Project Self-Triggered Tempo Meter Preliminary Design Review 02/24/06 Team Members: John Gifford (EE)
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
WAAM Boxing Training Utility Warren Anderson Alexander Stewart Mark Craig Avinash Ramlall.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
EDA385 Project Presentation The Sound Disguiser. Overview Sample input audio Read input from the rotary encoder Process the audio due to choosen mode.
COMPLEX CIRCUITS. CONSTRUCT A CIRCUIT Show direction of the current. Unscrew light bulb 1. Explain what happens. Repeat for bulb 2 Repeat for bulb 3 1.
Project Proposal ECE 398 PSC. General Information Due Date – Wed 9/23 at Midnight – Submit PDF to PACE Should be 1-2 Page overview of your project – Not.
ECE 477 Final Presentation Team 21 - Spring 2013 Team Members: Duncan Swartz, Jacqueline Greer, Tom Pansino, Mark Tubergen.
Team 6 DOODLE DRIVE Alexander Curtis Peachanok Lertkajornkitti | Jun Pan | Edward Kidarsa |
Team 03 Department of Electrical and Computer Engineering 6 March 2015 Digital Fitness Trainer CDR.
Traumatic Brain Injury Eyewear “TB-Eye” Todd Biesiadecki, Matthew Campbell, Matthew Vildzius ECE4007 L03 EM1 Advisor: Erick Maxwell October 31, 2011.
Track Timer Mid-Semester Presentation Senior Design I February 18, 2011.
1 © 2008 RoboRubik ECE 477 Final Presentation Team 11 – Spring 2008 Tyler Heck Dave Bukiet Erik Carron Casey Kloiber.
Team 9 - Scribacious Rabble Safety and Reliability Analysis Mitchell Erdbruegger (presenting) Paul Rosswurm William Hess Ben Kobin.
MSU SeaMATE ROV Explorer Class
Alex Wanamaker.  2 astable 555 timer circuits  Blinking rate: ~1.1 seconds  Q1 and Q2 used to provide additional current for the circuit beyond.
© 2008 RoboRubik11 Technical Communication Skills Practicum Constraint Analysis.
ECE 477 FINAL PRESENTATION TEAM 6  SPRING OUTLINE  Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration.
GNMSGNMS Daniel Grum Larry Price Eric Ellett Jason Rice.
Portable BCI Stimulator Final Presentation Group: 17 Bonnie Chen, Siyuan Wu, Randy Lefkowitz TA: Ryan May ECE 445 Monday, April 29 th, 2013.
ISA CLICK CONTROL #38 – FALL 2014 ERIC BRUNNGRABER DRAKE ISABIRYE.
The entire system was tested in a small swimming pool. The fully constructed submarine is shown in Fig. 14. The only hardware that was not on the submarine.
Modular Swimming Pace Aid ECE 445 Group Members: Igor Fedorov, Ryan Cook, Michael Chan Professor Carney (TA Ryan May)
P10203 LV1 MOTOR CONTROLLER FINAL REVIEW MAY 14, 2010 Electrical: Kory Williams, Adam Gillon, Oladipo Tokunboh Mechanical: Louis Shogry, Andrew Krall.
Smart Portable Key ECE 445 Aashay Shah Akshay Chanana TA: Igor Fedorov Project No. 45 Spring 2013.
How does an electrical circuit work?
Solar Energy Generator: Design Rendering Description
Multiway Noticeboard with User Configure Features Using IOT & PC
Instrumented Walker Skyler Bullington Tommy Frankenberger Larson Stacy
ECE 445 Smart Window Responding System
Technolube TL-PLC Technolube TL-PLC Technolube TL-PLC
ECE 477 Final Presentation Team 04  Spring 2010
DIGITAL CALCULATOR USING 8051
Automated Ticket to Ride
App controlled solar powered street lamp
‘SONAR’ using Arduino & ultrasonic distance sensor
ECE477 MIDTERM DESIGN REVIEW: TEAM #08
Team #5: Nisa Chuchawat, Robert Whalen, Zhendong (Mike) Yang
Directional Driver Hazard Advisory System
Communication Block Diagram
Wireless Biometric Sensor
Technical Communication Skills Practicum
ECE 477 Final Presentation Team 8 Spring 2013
CS-4540 Robotics Lab 00 - Introduction and OHM's law.
ECE 477 Digital Systems Senior Design Project  Fall 2008
ABB i-bus® EIB / KNX USB Interface
StealthTronic – Ultralife Wi-Fi PIR
Ryan McLean John-Michael Mulesa Joe Perrin Zach Schoenberger
StealthTronic – Ultralife Wi-Fi PIR
ECE 477 Digital Systems Senior Design Project  Spring 2006
ELECTRONIC AUTOMATIC TRANSMISSION FOR BICYCLE TA – HERSHEL REGE
JSAL Team.
ECE 477 Design Review Group 6  Fall 2005
SHU: The Running Companion
E190Q – Final Project Presenation
ECE 477 Final Presentation Team 2 Spring 2012
SHU: The Running Companion
ECE 477 Final Presentation Team 10  Spring 2008
ECE 477 Senior Design - Group 17
ECE 477 Digital Systems Senior Design Project  Spring 2006
Design Process AKA Modular Design ECE 445.
ECE 477 Final Presentation Team 13  Spring 2011
Low-Cost, Portable, Pneumonia Diagnostic Device
Human Turntable Daniel Kalinin, Daniel Zhang, Jacob Taylor Team 9.
Formula Electric Vehicle Project ECE 492 – Spring 2019
ECE 477 Final Presentation Group 10  Spring 2005
RFA Problem Solution Overview Solution Components [Subsystem #1]
Presentation transcript:

ECE ILLINOIS Ricardo Carrera, Anthony DiMonte Group 8, Underwater Swim Pacer ECE 445 Senior Design November 11, 2014 ECE Main Slide

Project Overview Project is sponsored by Professor Howard Schein of the Illini Swim Team. Accurately displays a user inputted swim pace via a series of LED modules. Has three modes of operations. Exports swimmer’s data via USB to external device. Lane line Input Buttons Record Button 7seg Display Lamp Mounts Lamps

Time Algorithm Calculations Each module will be active for a time (∆t) as the lights advance down the length of the pool The program must find ∆t depending on the user’s input Using 15 LED modules, the formula becomes: ∆t = T/(L*28) ∆t = individual active time per pool length T = total user inputted swim time in seconds L = total user inputted laps Power Calculations Each LED module will drawing 252mA at 12V ~ 3.02W With 15 modules in our project, the total power consumption of the LEDs will be ~45W The power supply chosen for this project is rated for 60W at 12V. This allows for a 25% safety margin which will suffice to power the rest of the ICs.

LED Module this LED module is battery operated for underwater brightness and waterproof testing purposes. The final module design will be powered and controlled through a waterproof cable.

USB Communication Module Block Diagram USB Communication Module

Conclusion Programming the microcontroller proved to be more challenging than expected. We have adjusted our schedule to still complete a three person project with only two members while trying to maintain the original complexity our project. We have made great progress but there is still much more to be done for our project to be fully functional.