Team #5 - HotJac Problem Hardware Design Software Design Results

Slides:



Advertisements
Similar presentations
Group Members: Ala’ Saleh & Nariman Abu Sneineh Supervisor: Dr. Ashraf Armoush © ShakeWake 2014.
Advertisements

Senior Design 2014 Presented By: Alex Bouvy, Matt Freifeld, Doug Kerr, Mike Steele, Anselm Tamasang, Gavin White.
EVOLUTION® Hands-On Demo This guide is meant to help lead a hands-on demo or presentation. The items listed are a suggestion for things to review, please.
Team 7 Phil Overbeeke Keith Conrad Jeffrey Enahoro Andrew Stutzman Matt Gardner Semester Final Design Presentation.
SKKU Embedded Software Lab Remote Sensor Byunghei Jun Dongsu Kim Dongig Sin.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Energy Smart Room GROUP 9 PRESENTERS DEMO DATE SPECIAL THANKS TO ADVISOR PRESENTERS Thursday April 19, 2007 Department of Electrical and Systems Engineering.
SURF-IT Symposium Luke Heidbrink Mentor: Mark Bachman August 26, 2011.
Phone guide. Sensor Thermometer thermometer for measuring ambient temperature. However, there's a thermometer in pretty much any smartphone, and some.
Automatic Guitar Tuner TRENTON AHRENS, ALEX CAPO, ERNESTO WONG GROUP 1.
YouWatchMyStuff Team: Amrutha Doosa, Richard Atwood, Randy Duran, Raed Alkhaldi, Hussain Alsafar.
Self Contained Heated Clothing Team 32-3 Lau Team Advisor: Dr. Lau Team members: Richard Fisher Alexis Ciccarelli Matt Tornetta Lee Trager Conjee Yeung.
Classroom Collaborator Brandon Reagen, Matthew Ng, Runfeng Chen, Robert Connelly Faculty Advisor: Prof. Tessier Department of Electrical and Computer Engineering.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Self Parking Lara Sabah Yaqeen Salatneh Dr.Ashraf Armoush
Bubble Wrap Green Solutions: Kenneth Ho Rajwinder Maan William Wong.
Team 6 DOODLE DRIVE Alexander Curtis Peachanok Lertkajornkitti | Jun Pan | Edward Kidarsa |
Remote Control Duck Decoy (RCD2)
Mid-semester Presentation Senior Design II October 8, 2013 MyBand Fitness [1]
SMART Band Mid Semester Presentation Senior Design 1 October 15, 2015.
Path The purpose of this project is to design a universal data recording device to monitor the health of a Dresser-Rand compressor during operation. In.
Milestones  Receiving all parts for the design(Feb 4th)  Microcontroller, LCD, and ADC work (March 26th)  Coding (April 10th)  Combined interface.
Remote Gymnasium Equipment Occupancy Monitor Alex Brown Advisor: Professor Hedrick.
ECE 477 FINAL PRESENTATION TEAM 6  SPRING OUTLINE  Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration.
Mid Semester Presentation October 4, Team Members Duties: Real Time Clock Website Kevin Wellman Electrical Engineering Reginald Lott Adam Teague.
The Marshall car. INDEX Introduction The team What is it Arduino General Handling Manual handling Automatic Handling Sensors.
Multipurpose Keychain ECE 445 Senior Design Junting Lou Yaming Tang Lida Zhu TA: Rajarshi Roy Project No. 11 Fall 2012.
V ITAL S ENSE Senior Design II Fall 2015 [1]. Team Members Cody Smith Team Leader Electrical Engineer Eric Easterling Electrical Engineer Chris Kenney.
V ITAL S ENSE Senior Design I Spring 2015 [1]. Team Members Cody Smith Team Leader Electrical Engineer Eric Easterling Electrical Engineer Chris Kenney.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
Future Lock Security Group Member Nguy ễ n V ă n Tuy ề n – SE02119 Vũ Ng ọ c Linh – Vũ V ă n An – SE02207 Supervisor Hoàng Xuân S ơ n Project Code.
Track School Bus About TrackSchoolBus.com is web version enterprise edition software which will be configured to meet the requirements of school transport.
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
IoT Milos Hampl.
NFC Sensor System ECE Winter 2015
Wireless Auto Controlled Lawn Mower
<Add team picture or relevant project picture here>
AUTOMATED security system
P-CART.
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
Automatic human detector garbage can.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
<Add team picture or relevant project picture here>
Android Studio, Android System Basics and Git
Outline Introduction Standards Project General Idea
Smart Bandage Wound Monitoring Through a Connected Smart Bandage
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
AUTOMATED security system
Atrial Fibrillation Detection Device
Zigbee Networks Using Xbee Modules
1.1) problem statement Threat to the user; controller device easily be hacked. Current controller device is not user friendly. Analysis Flight Time requires.
Cumulative Design Review
Android Street Car Team 12 Zongyang Zhu ECE 477 Senior Design Project
Disaster Recovery Model and Resource Tracking
Real-Time Free Throw Feedback Device
Hot - JAC Team 05.
Team 5 Temi Ogunnoiki, Shurjo Maitra & Chinelo Ezenwelu
Team 5 Temi Ogunnoiki, Shurjo Maitra & Chinelo Ezenwelu
Design Constraint Andrew Kasha
Texting & Driving Prevention
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
Temi Ogunnoiki, Chinelo Ezenwelu, Shurjo Maitra
Team 5 Temi Ogunnoiki, Shurjo Maitra & Chinelo Ezenwelu
Team 16.
Ember
Smart Bandage Wound Monitoring Through a Connected Smart Bandage
GPS Navigation System ET Spring 2018
Designed by Hwandong Joo
Introduction to Arduino
Autonomous Delivery Robot
Presentation transcript:

Team #5 - HotJac Problem Hardware Design Software Design Results Having come from temperate climates, our team was trying to solve the problem of layering or wearing bulky uncomfortable clothes during the winter. There are already available options for this problem, but these solutions aren't affordable. Our team is looking to create an optimal design that combines quality and affordability to provide heat and comfort to the average person during the long dreary winter days. Overall Design The hardware design composed of heating pads, a temperature sensor, an H-Bridge, HC-05 Bluetooth Module, an Arduino Uno and a battery. Each of the components were picked from research and testing, and the arrows above show the connectivity path. Design Description The Arduino is used as a microcontroller to monitor the system. The H-Bridge uses PWM to control and vary the temperature of the heating pads The HC-05 is a Bluetooth 2.0 module that helps connect the system to the Android Application. The Heating pads heat up from about 90 ºF to 140 ºF. The rechargeable battery which would supply about 12V would power the Arduino and to the H- Bridge. UI Design The software design comprises android and arduino code. They run on a Samsung Galaxy S7 and Arduino Uno. Functionality The android app is used to control the heating pads’ power delivery and read the battery and temperature sensors continuously. It is also contains and instruction fragment which explains how to use the app itself. Details Android v23 with API from Google is used to obtain weather data. Arduino and bluetooth libraries in android studio are used to allow connectivity Arduino IDE with HC05 libraries are used to allow handshaking and configuration of the PWM Temitope Shurjo Chinelo Ogunnoiki Maitra Ezenwelu (ECE) (ECE) (ECE) Results Solution Overall our project was a success, we have functioning: Controllable heating pads powered by a Li-ion battery App and smart features to accommodate personal needs Safety, durability and comfort making it a practical clothing item Expandability to add other smart features and the ability to duplicate the system in any jacket An affordable solution with trustworthy design elements Heating Jacket with bone conduction headphones for everyone from all social and financial backgrounds to combat the long cold days with delight. Design Norms Acknowledgements Trust Care Justice Prof. Mark Michmerhuizen - Senior Design Advisor Mr. Eric Walstra - Industrial Consultant CEAC Board Profs. De Rooy, VanAntwerp, Tubergen and Nielsen Friends and Family 2018: Team 5