Conductive Fabric Gesture-Controlled Sleeve

Size: px
Start display at page:

Download "Conductive Fabric Gesture-Controlled Sleeve"

Transcription

1 ECE 445 Spring 2018 Design Review Conductive Fabric Gesture-Controlled Sleeve Team 56 Mrunmayi Deshmukh, Guneev Lamba, Stephanie Wang TA: Yamuna Phal

2 ECE 445, Design Document Team # Introduction 1.1 Objective Bicyclists encounter many distractions as they travel. Between using their arms to indicate turns and navigating, cyclists must also focus their attention on the road to ensure their safety. As the number of riders in big cities has exploded over the years, so have concerns regarding rider safety. In Boston, where ridership has grown by more than 100% since 2007, nearly a third of riders demonstrate distracted bicycling (Wolfe). As a consequence, these safety concerns have created a need for a wearable solution that enables connectivity on the go and optimizes the rider experience, while preventing against the possibility of an accident. Our goal is to integrate gesture control into a fabric sleeve that can be worn by athletes. This sleeve will be equipped with a capacitive touch sensor system designed on fabric using conductive thread. It will be responsible for detecting simple gestures, which in turn will be routed through an RF module to a receiver capable of performing certain actions depending on the gesture pattern. For the purposes of this project, the external interface will be an LED array setup that will represent the potential use cases of this conductive sleeve technology. As an added (optional) level of complexity, we will also enable this sleeve to control simple functions (i.e. volume control) on a smartphone. 1.2 Background Efforts to develop applications for smart clothing have thus far been limited. Project Jacquard, a commuter jacket designed by Google and Levi s, is perhaps the closest comparable consumer product to our design. While advertised as keeping bicyclists connected on the move, its rather large ($350) price tag has kept it from finding mainstream adoption. Our sleeve is expected to be a significantly cheaper alternative that maintains a strong degree of functionality and targets a broader set of end users. 1.2 High-Level Requirements List The sleeve, located on the arm, will be able to wirelessly communicate with the LED array display. Range of communication will be TBD This product will be able to detect four different hand gestures on the sleeve: swipe up, swipe down, single tap, and double tap. The sleeve module must weigh less than 100 grams

3 ECE 445, Design Document Team # System Design 2.1 Block Diagram Figure 1. Block diagram overview of system. 2.2 Description of Block Conductive Thread Capacitive Touch Grid Figure 2. Potential Capacitive Grid Designs This capacitive touch will be used to detect the gestures made by the biker on the sleeve. It will consist of a conductive thread pattern and will be powered by the microcontroller. It will be capable of detecting four gestures - swipe up, swipe down, single tap and double tap. The capacitive grid will be made of conductive thread weaved into straight lines oblique to sleeve and will be connected directly to the microcontroller.

4 ECE 445, Design Document Team # Microcontrollers For this project, we have chosen to use the low-cost Atmel MEGA328P microcontroller (MCU) for its simplicity yet ability to support our desired project goals. It supports the generic driver for capacitive touch and has 23 general I/O pins that will be sufficient to communicate all input and output information from the sensors to the Bluetooth module. There will be two MCUs located on the sleeve and LED demo submodules respectively. The MCU on the sleeve submodule will handle collecting and processing the input from the capacitive touch sensor. It will determine which gesture the user performed and what action should be performed next. Then, it will provide the output signals to the RF transmitter. A second MCU will be used to support the LED display demo. This one will collect the signal from the RF receiver. It will process it to these inputs to determine which LEDs and what color should be displayed, corresponding to the gesture made. Requirements: Must be able to transmit/receive data using programmable UART. Must be able to operate in normal mode on 3.0 V input with +/- 15% tolerance Bluetooth Module The Bluetooth module will establish communication between the sleeve module and the LED array display module. Wireless connectivity is important for wearable technology, like this gesture-controlled sleeve, in order to communicate with other devices preserve ease of accessibility for users. For this project, the HC-05 Bluetooth module has been chosen for its ability to Sleeve Bluetooth Transmitter The purpose of the Bluetooth transmitter module is to receive signals sent by the MCU, with both devices mounted on the sleeve module to capture appropriate sensor data. LED Demo Bluetooth Receiver The purpose of the Bluetooth receiver module is to pick up on signals sent by the corresponding transmitter module. The receiver will be connected to the demo display. For demo purposes, commands sent through to the Bluetooth receiver will be decoded by the MCU to appropriately control the LED array display. Requirements: Effective range: 0-5m

5 ECE 445, Design Document Team #56 4 Data rate: ~250 kbps Receiver sensitivity: -92 dbm Voltage: 3.0V +/- 5% Successfully pair with receiver and transmitter devices Verification: Monitor Bluetooth serial transmit cycles in code portion of the microcontroller Vibration Motor The vibration motor will be used to provide tactile feedback to notify to the user that there is an incoming call. It will be mounted to the sleeve module and its intended location will be the underside of the user s forearm/wrist so as not to be in the way of the capacitive touch grid. Requirements: Vibrations must be felt through the sleeve fabric Vibration motors should operate at a voltage range V Verification: Test the motor at different voltage levels between the operating range as specified on its datasheet, and record the vibration amplitude LED Array Display The LED block will be used to demonstrate the sensitivity of the sleeve and the state associated with the gesture pattern. A 2D array of LEDs will model the gesture performed by the user on the capacitive touch grid. For instance, swiping down on the sleeve will prompt the LED matrix to simulate colors travelling downwards, while swiping up will result in colors travelling in the opposite direction. This block will receive its inputs from the second microcontroller that is connected to the RF receiver. The LED array we intend on using in this lab is a 1.2 Adafruit Bi-Color 8x8 Matrix, equipped with 64 Green and 64 Red LEDs. The 8x8 matrix will also be paired with 2 MAX7219 LED drivers.

6 ECE 445, Design Document Team #56 5 Figure: Circuit schematic for LED array with backpack The requirements for each device are as listed below: Requirements Verifications 1.2 Bi-Color 8x8 Matrix: Operating Voltage: V Current: 20 ma Will require 2 LED drivers to perform multiplexing operations Maxim MAX7219 LED Drivers (4 pin SPI Interface): Must have a minimum clock period of 100ns Will require the use of 2 additional capacitors and 1 resistor to suppress noise and regulate current through the LEDs Cycle through multiple colors by displaying each upon initialization. Be able to effectively interface the two LED drivers with the LED matrix and Arduino Connect pins on drivers to Arduino, perform data transfer and monitor for correct output

7 ECE 445, Design Document Team # Power source * Voltage levels for MCU determine processing speed: 0-10 MHz vs MHz for 3 and 5 V respectively Power Source components: 2x Li-poly batteries (3.7V each) 1x Linear voltage regulator for MCU Requirement: Battery must be able to provide power for xx hours. Verification: With battery at full charge, apply a load calculated to induce current flow and measure time until current or voltage output decreases by 10%. Requirement: Physical requirements: a) Battery size must not exceed standard wrist size b) Battery weight must not exceed 60% of standard wrist watch weight (~50-90g) Verification: a) Battery dimensions will be measured using calipers and compared with standard standard b) Battery weight will be measured using a digital scale and compared against Requirement: Voltage regulator: Must be able to provide 5V with +/- 10% tolerance. Verification: Measured using signal generator Requirement: Voltage regulator: Must be able to provide ma of current at all times Verification: Measured using signal general with a resistor on breadboard set up Android Interface Currently, the Android interface module is expected to be out of scope of the project timeline and will be a stretch goal, as the main demo will be the LED array display. The overall interface

8 ECE 445, Design Document Team #56 7 of the Android application would be simple and minimal for the purposes of the project. It would primarily consist of a home screen with various options. All functions would be programmed and implemented with the standard Android Studio and Android SDK and targeted for Android API Level 26 (Oreo 8.0.0). Requirements: Native connectivity to Bluetooth module through Android interface. Must have standard pairing protocols. Must run on Android API Level 26 (Oreo 8.0.0). Successfully display gesture patterns. Verification: Verify successful pairing to Bluetooth module by monitoring data transfer using serial monitor for microcontroller and app for smartphone. 3 Cost Analysis Part Part Number Unit Cost Quantity Total Conductive Thread Microcontroller Adafruit Conductive Thread 640 Atmel ATMEGA328P- PU $ $9.90 $ $4.40 Arduino Uno - $0 (acquired from previous personal project) 2 $0 Testing Breadboard - $0 (acquired from previous coursework) 2 $0 Various MST / Through-Hole Passive Componenets - $ $10.00 Bluetooth Antennas DSD TECH HC-05 $ $19.98

9 ECE 445, Design Document Team #56 8 Bluetooth Modules LED Array Adafruit Bicolor LED Square Pixel Matrix $ $21.40 Coin Cell Battery TBD TBD TBD TBD Vibration Motor TBD TBD TBD TBD Total Cost TBD TBD TBD TBD Table x. Expected component pricing information. Labor Costs: B.S. EE from Illinois Salary: $67,000 Hourly Wage = ($67,000 / 1 yr) * (1 yr / 52 weeks) * (1 week / 40 hours) = $32 / hr Implied labor costs for one group member, assuming 10 weeks left in semester ($32 / 1 hr) * (10 hr / 1 week) * (10 weeks / semester) * (2.5) = $8,000 Total Labor Costs: $24,000 Total Development Costs = Labor Costs + Components Cost (TBD) = $24,000 + TBD = TBD

10 ECE 445, Design Document Team # Schedule Table x. Progress schedule split by team member. 5 Risk Analysis We believe the biggest risk of our project will be the sensors block. Our design depends on the sensitivity of the capacitive touch sensor to provide accurate information to the microcontroller. Information from the touch will be input signals to the microcontroller to determine the action that should be performed next. In particular, one design challenge for the touch sensor will be to determine the adequate levels of

11 ECE 445, Design Document Team #56 10 gesture sensitivity. Different users will make swiping or tapping gestures at varying rates, so to avoid false positives, thorough testing must be performed to achieve the optimal pattern design and gesture tolerances. As a result, our project will also be dependent on the microcontroller s clock speed. For both sensors, we will need to be mindful that they are not too sensitive, otherwise the system will perform actions when they are not needed. If they are not sensitive enough, the system will not receive enough data. Another challenge will be implementing low-level code for bluetooth module driver. 6 Ethics & Safety As we continue to work towards finalizing the design of our sleeve, we hope to eliminate the possibility of any electric shock to a potential rider. Given that the bicyclist is interfacing directly with conductive fabric and is also wearing the sleeve, we want to ensure that we incorporate some type of electrical insulating fabric to avoid direct skin to sleeve contact and afford the rider greater protection. One of the ways we hope to minimize this risk and also protect the sleeve from the environment is by applying a water resistant epoxy. While this is a later-stage design consideration, if pursued, we would need to consider the impact of the epoxy on the sensitivity of the conductive thread and ensure that the overall performance of the sleeve is not compromised.

12 ECE 445, Design Document Team # References ATmega328/P Datasheet Complete. Atmel, Nov Capacitive Touch Sensors. Fujitsu Microelectronics Europe GmbH, 2010, Capacitive Touch Sensors, nsors.pdf. Commuter X Jacquard. Levi's, Keim, Robert. Circuits and Techniques for Implementing Capacitive Touch Sensing. All About Circuits, 30 May 2016, pacitive-touch-sensing/. Ramasamy, V. et al. The Basics of Designing Wearable Electronics with Microcontroller. ning-wearable-electronics-with-microcontrollers.

13

14

Conductive Fabric Gesture-Controlled Sleeve

Conductive Fabric Gesture-Controlled Sleeve ECE 445 Spring 2018 Design Review Conductive Fabric Gesture-Controlled Sleeve Team 56 Mrunmayi Deshmukh, Guneev Lamba, Stephanie Wang TA: Yamuna Phal ECE 445, Design Document Team #56 1 1 Introduction

More information

Conductive Fabric Gesture-Control Sleeve

Conductive Fabric Gesture-Control Sleeve Conductive Fabric Gesture-Control Sleeve ECE 445, Final Report, Spring 2018 Contributors: Mrunmayi Deshmukh Guneev Lamba Stephanie Wang TA: Yamuna Phal 2 May 2018 Project No. 56 Abstract This design project

More information

Wireless Accident Detection and Indicator System

Wireless Accident Detection and Indicator System Wireless Accident Detection and Indicator System March 15 2012 Nelson Magdaleno CmpE Adedamola Aluko EE Joseph Kennedy EE Austin Studebaker EE Ese Urhuogo EE Product Summary Accident Detection Additional

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Motivation Provide an affordable and reasonably sized device for Alzheimer s patients. There are many tracking devices

More information

Smart Harness. Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE

Smart Harness. Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE Smart Harness Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE Project Description Harness that is designed for dogs The harness will be mounted with an electronic device Device

More information

Portable Refreshable Braille Display

Portable Refreshable Braille Display Portable Refreshable Braille Display Wang, Rajarshi Roy Introduction Title: Portable Refreshable Braille Display Current commercially available electronic Braille readers (aka refreshable Braille displays

More information

ARK. SDP18 Team 21 MDR 12/07/2017

ARK. SDP18 Team 21 MDR 12/07/2017 ARK SDP18 Team 21 MDR 12/07/2017 Advisor: Professor Holcomb 1 1 Team Matteo Bolognese, EE Device Design, Assembly PCB Design, & Power Chad Klinefelter, CSE User Interface & Backend App Development Jackie

More information

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE)

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Truck Smart Blind Spot Detection System Group #32 David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Motivation 15% of large truck collisions are caused by poor observations*

More information

Virtual Grand Piano. 1. Introduction Objective Background

Virtual Grand Piano. 1. Introduction Objective Background Virtual Grand Piano Team 64 - Zhi Lu, Jeongsub Lee and Hammad Khan ECE 445 Project Proposal - Spring 2018 TA: Mickey Zhang 1. Introduction 1.1. Objective Digital pianos currently available in the market

More information

ECE Fall 2016

ECE Fall 2016 ECE 4901 - Fall 2016 Team 1714: Smartwatch-like Device and Apps for Continuous Glucose Monitoring Evan Brown - Electrical Engineering Magda Kaczynska - Electrical Engineering Brian Marquis - Electrical

More information

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE GROUP 14: ESSENCE OF MUSIC Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE Motivation Gain experience working with Audio Signals Implementing multiple systems to operate simultaneously (Audio

More information

Real-Time Parking Information Solution. Team 9. Them Le - EE Danny Russell - CpE Carlos Pereda -

Real-Time Parking Information Solution. Team 9. Them Le - EE Danny Russell - CpE Carlos Pereda - Real-Time Parking Information Solution Team 9 Them Le - EE Danny Russell - CpE Carlos Pereda - Division of Tasks Them Le (EE) Power System, Hardware, Eagle CAD drawings. Carlos Pereda (CpE) Database, Back-end

More information

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

More information

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Motivation Seamless integration of technology into people s daily lives Smart Home technology is a blooming new field Google

More information

Table of Contents. 2 Know your device. 6 Health management. 7 Connections. 10 Customize. 11 Home screen. 13 Apps. 15 Calls.

Table of Contents. 2 Know your device. 6 Health management. 7 Connections. 10 Customize. 11 Home screen. 13 Apps. 15 Calls. Quick Start Guide Table of Contents 2 Know your device 6 Health management 7 Connections 10 Customize 11 Home screen 13 Apps 15 Calls 16 Notifications Know your device Front view Press and hold the Power/Home

More information

Smart Garden Management System with Sensor Network

Smart Garden Management System with Sensor Network Smart Garden Management System with Sensor Network Project Proposal Team 74 Yen- Lin Liu, Chun- Lin Chao TA: Benjamin Eng February 7, 2016 ECE 445 1 Content 1. Introduction... 3 1.1. Statement of purpose...

More information

PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan

PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan TABLE OF CONTENTS 1. INTRODUCTION............................................................ 2 2. PRODUCT ELECTRICAL

More information

Computer Assisted Gomoku Board

Computer Assisted Gomoku Board Computer Assisted Gomoku Board ECE 445 Design Document Fall 2018 Team 41: Qianwei Li, Jiahe Shi, and Hanfei Wang TA: Anthony Caton Table of Content 1. Introduction 1.1. Objective....2 1.2. Background....2

More information

Homework 6: Printed Circuit Board Layout Design Narrative

Homework 6: Printed Circuit Board Layout Design Narrative Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Stephen Larew E-mail Address of Team Member: sglarew @ purdue.edu

More information

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel Smart Helmet Group 22 Julian Bonnells CpE Jorge De Gouveia CpE Jeremy Reimers Blake Scherschel EE CpE Introduction Motivation In 2014, 92,00 motorcyclists were injured and 4,586 died in motorcycle related

More information

Modular Headphones Add On For Noise Cancelling

Modular Headphones Add On For Noise Cancelling Modular Headphones Add On For Noise Cancelling Team 19 Tanishq Dubey, Harrison Qu, Yu Wang TA, 9/9/2017 ECE 445 Modular Headphones Add On For Noise Cancelling 1 1.1 Introduction 2 Objective: 2 Background

More information

Judo Sensor Vest. ECE 445 Spring 2017 Team 6: Alex Gaynor, Janak Mehta, Max Baumgartner TA: Sam Sagan

Judo Sensor Vest. ECE 445 Spring 2017 Team 6: Alex Gaynor, Janak Mehta, Max Baumgartner TA: Sam Sagan Judo Sensor Vest ECE 445 Spring 2017 Team 6: Alex Gaynor, Janak Mehta, Max Baumgartner TA: Sam Sagan What is Judo? Judo is a grappling based martial art To win the practitioner must either: Submit (Choke/Joint

More information

Product Description. HUAWEI TalkBand B2 V200R001 HUAWEI TECHNOLOGIES CO., LTD. Issue 03. Date

Product Description. HUAWEI TalkBand B2 V200R001 HUAWEI TECHNOLOGIES CO., LTD. Issue 03. Date HUAWEI TalkBand B2 V200R001 Issue 03 Date 2015-04-17 HUAWEI TECHNOLOGIES CO., LTD. Huawei Technologies Co., Ltd. provides customers with comprehensive technical support and service. Please feel free to

More information

OmniMouse Final Presentation

OmniMouse Final Presentation OmniMouse Final Presentation An ECE 445 Senior Design Project by Group 74 Jie Jia, Yifei Li, and Zhengfeng Wu The Inspiration As Computer and Electrical Engineering students, we use our computers on a

More information

Vladimir Tsarkov Electrical Engineering

Vladimir Tsarkov Electrical Engineering . Travis Ram William Brumby Electrical Engineering Gaston Mulisanga Computer Engineering Computer Engineering Vladimir Tsarkov Electrical Engineering Motivation Traditional meters offer little assistance

More information

LED Lighting for Photography

LED Lighting for Photography LED Lighting for Photography By Abizer Daud Michael Miwa Thomas Winter Final Report for ECE 445, Senior Design, Spring 2017 TA: Kexin Hui 3 May 2017 Project No. 41 ii Abstract The purpose of this project

More information

PBLN52832 DataSheet V Copyright c 2017 Prochild.

PBLN52832 DataSheet V Copyright c 2017 Prochild. PBLN52832 DataSheet V1.2.3 Copyright c 2017 Prochild. No part of this publication and modification may be reproduced without the prior written permission of the author. Revision History No Version Date

More information

TI SimpleLink dual-band CC1350 wireless MCU

TI SimpleLink dual-band CC1350 wireless MCU TI SimpleLink dual-band CC1350 wireless MCU Sub-1 GHz and Bluetooth low energy in a single-chip Presenter Low-Power Connectivity Solutions 1 SimpleLink ultra-low power platform CC2640: Bluetooth low energy

More information

HOW TO DESIGN A SMART CAR MODEL. From Requirements to Implementation Speaker: Fei Cheng

HOW TO DESIGN A SMART CAR MODEL. From Requirements to Implementation Speaker: Fei Cheng HOW TO DESIGN A SMART CAR MODEL From Requirements to Implementation Speaker: Fei Cheng Latex XJTLU Template http://www.treee.com.cn/doku.php?id=os:treee 2 Design Flow Requirements Analysis Functions &

More information

What s In The Box: Getting Started: Downloading the Orangetheory App:

What s In The Box: Getting Started: Downloading the Orangetheory App: Quick Start Guide Congratulations on purchasing the OTbeat Aspire All-Day Wearable device the only all-day wearable specially designed to capture and track all your Orangetheory workouts. What s In The

More information

acsequencer Audio Sequencer unit partially controlled via a mobile application. Group 10:

acsequencer Audio Sequencer unit partially controlled via a mobile application. Group 10: acsequencer Audio Sequencer unit partially controlled via a mobile application. Group 10: Brandon Marcoux (CpE) Giani Francis (Cpe) Miguel Chavez (Cpe) Alexis San Javier (Cpe) What is an Audio Sequencer?

More information

Portable Bluetooth Amp for Home Speakers. Team 53 - Anthony Pham, Nicholas Jew, Austin Palanca ECE 445 Project Proposal - Spring 2018 TA: Zhen Qin

Portable Bluetooth Amp for Home Speakers. Team 53 - Anthony Pham, Nicholas Jew, Austin Palanca ECE 445 Project Proposal - Spring 2018 TA: Zhen Qin Portable Bluetooth Amp for Home Speakers Team 53 - Anthony Pham, Nicholas Jew, Austin Palanca ECE 445 Project Proposal - Spring 2018 TA: Zhen Qin February 8th, 2018 Table of Contents 1 Introduction 2 1.1

More information

Wireless Smart Charging System for Mobile Devices

Wireless Smart Charging System for Mobile Devices Wireless Smart Charging System for Mobile Devices Project Description Jacie Unpingco Western Washington University EE Class of 2015-2016 1 Introduction The proposed project is a wireless smart charging

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

LIFE Jacket. Final Report. May 12, [Team 7] Elliott Tan Andy Choi Cindy Lam Minn Tun

LIFE Jacket. Final Report. May 12, [Team 7] Elliott Tan Andy Choi Cindy Lam Minn Tun 1 LIFE Jacket Final Report May 12, 2015 [Team 7] Elliott Tan Andy Choi Cindy Lam Minn Tun 2 Abstract Our project focuses on building a wearable embedded system that helps the users to track their sitting

More information

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA Anh Loan Nguyen John E. Van Sickle Jordan Acedera Christopher Spalding December

More information

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard The Diabetic Breathalyzer Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard EE EE EE EE Project Motivation 29.1 million Americans have diabetes Proper management of this disease requires

More information

Wireless Fire Fighting Robot

Wireless Fire Fighting Robot Wireless Fire Fighting Robot Sai Swapneel Gayala 1, Bhanu Murthy Soppari 2 1 Student Mechanical Engineering,VNR VJIET-Hyderabad 2 Assistant Professor,VNR VJIET, HYDERABAD Abstract: At present world of

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

More information

DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM. Mala U.M. Bakura, Aliyu Y. Hassan, Musa Abdulkadir and Ibrahim M.

DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM. Mala U.M. Bakura, Aliyu Y. Hassan, Musa Abdulkadir and Ibrahim M. Arid Zone Journal of Engineering, Technology and Environment. August, 2016; Vol. 12: 65-73 Copyright Faculty of Engineering, University of Maiduguri, Nigeria. Print ISSN: 1596-2490, Electronic ISSN: 2545-5818

More information

Blobo Clone Angry Birds Toy Upgrade. Schedule of the project and log of work done

Blobo Clone Angry Birds Toy Upgrade. Schedule of the project and log of work done Blobo Clone Angry Birds Toy Upgrade Schedule of the project and log of work done DOCUMENT INFORMATION Subject: Authors:, Keywords: Comments: Creation date: 10 December 2012 Revision date: 02/21/13 Print

More information

Wearable Directional Sound Amplifier. Patrick Zhou, Daehyun Han, Micheal Westfall ECE445 Design Document - Spring 2017 TA : Michael Fatina

Wearable Directional Sound Amplifier. Patrick Zhou, Daehyun Han, Micheal Westfall ECE445 Design Document - Spring 2017 TA : Michael Fatina Wearable Directional Sound Amplifier,, ECE445 Design Document - Spring 2017 TA : Michael Fatina Table of Contents 1. Introduction.....2 1.1 Objectives.....2 1.2 Background..2 1.3 High-level Requirements

More information

Alternative Designs and Decision Making for Top Design Selection

Alternative Designs and Decision Making for Top Design Selection Alternative Designs and Decision Making for Top Design Selection 1 Step 1. Generation of Alternatives (>2 Conceptual Designs) Multiple Alternative conceptual designs Optimal Solution (by balanced capability,

More information

Lighting Controls and Connectivity basicdim. basicdim Wireless Passive Module Wireless module for basicdim

Lighting Controls and Connectivity basicdim. basicdim Wireless Passive Module Wireless module for basicdim Wireless Passive Module Wireless module for Product description Wireless controllable with a Android / ios smart device No need for an external gateway device Forms automatically a wireless communication

More information

Bluetooth Based Home Automation Using Arduino and Android Application

Bluetooth Based Home Automation Using Arduino and Android Application Bluetooth Based Home Automation Using Arduino and Android Application J. Kavitha 1, O. Naveen 2, P. Manoj Kumar 3, K. Subba Rao 4 1, 2,3, 4 Department of Electronics and Communication Engineering, St.

More information

Preliminary Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage

Preliminary Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage EEL 4914 Electrical Engineering Design (Senior Design) Preliminary Project Design Report 28 January 2008 Project Title: LiveDrive Display Team Name: Team Road Rage Team Members: Name: Kenneth Hunter Email:

More information

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE AND INFRARED SENSOR CIRCUIT DESIGN AND IMPLEMENTATION, OPERATING PRINCIPLE AND USAGE OF PIRMOTION SENSOR Bashir Ahmad Faculty

More information

CSE 466 Exam 1 Winter, 2010

CSE 466 Exam 1 Winter, 2010 This take-home exam has 100 points and is due at the beginning of class on Friday, Feb. 13. (!!!) Please submit printed output if possible. Otherwise, write legibly. Both the Word document and the PDF

More information

User s Guide. Model: KREZ BALANCE

User s Guide. Model: KREZ BALANCE User s Guide Model: KREZ BALANCE 1. Product Overview Turn on device: Long press device touch screen area 4 seconds (1) Touch area to switch menu (2) Display (3) Smart bracelet case (4) Smart bracelet strap

More information

PCB Design for Capacitance Rain Sensor

PCB Design for Capacitance Rain Sensor PCB Design for Capacitance Rain Sensor Danny Kang April 14, 2010 EXECUTIVE SUMMARY The definition of sensor is a device that measures a physical quantity and converts it into a signal which can be read

More information

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

Bite of Science Austin Alfredo Pérez Applications Engineer, Silicon Labs. January 27, 2016

Bite of Science Austin Alfredo Pérez Applications Engineer, Silicon Labs. January 27, 2016 Bite of Science Austin Alfredo Pérez Applications Engineer, Silicon Labs January 27, 2016 1 Agenda About Me Silicon Labs Who are we? What do we do? Applications Engineering Functions Skills needed IoT

More information

Lost Item Pager. Project Description. Russ Kinley

Lost Item Pager. Project Description. Russ Kinley Lost Item Pager Project Description Russ Kinley Introduction The lost item pager will have a base unit that is stationary, consisting of a few page buttons and a digital display. Each of the buttons will

More information

Thursday, September 15, electronic components

Thursday, September 15, electronic components electronic components a desktop computer relatively complex inside: screen (CRT) disk drive backup battery power supply connectors for: keyboard printer n more! Thursday, September 15, 2011 integrated

More information

Caitlin Ramsey Application Note ECE 480 Design Team 4: Accessible Insulin Pump Design November 14 th. Executive Summary

Caitlin Ramsey Application Note ECE 480 Design Team 4: Accessible Insulin Pump Design November 14 th. Executive Summary Caitlin Ramsey Application Note ECE 480 Design Team 4: Accessible Insulin Pump Design November 14 th Executive Summary Capacitive touch can be found in many areas of design. Not only is it helpful, but

More information

Camera Positioning System

Camera Positioning System Camera Positioning System Team 79 Members: Junjiao Tian, Jialu Li, and Weicheng Jiang Spring 2017 TA: John Capozzo Table of Contents 1 Introduction 1.1 Objective 1.2 Background 1.3 High-level requirement

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI FEATURES Ready-to-use Bluetooth Low Energy HCI module Ultra Small form factor 12mm x 12mm Ultra Low Power consumption EM Microelectronic Bluetooth Low

More information

EK307 Lab: Microcontrollers

EK307 Lab: Microcontrollers EK307 Lab: Microcontrollers Laboratory Goal: Program a microcontroller to perform a variety of digital tasks. Learning Objectives: Learn how to program and use the Atmega 323 microcontroller Suggested

More information

IntelliSense HC1000. User Manual

IntelliSense HC1000. User Manual IntelliSense HC1000 User Manual Tablet of contents 1. What is TPMS... 3 2. Safety Instructions.... 4 3. IntelliSense HC1000... 5 4. Bluetooth configuration.... 6 4.1 Windows... 6 4.2 Android... 7 5. IntelliSense

More information

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Project Proposal 28 May 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name: Zachary

More information

Hackaday Fubarino Contest Entry. Project: Bluetooth PC Remote Power Switch (Prototype) Description:

Hackaday Fubarino Contest Entry. Project: Bluetooth PC Remote Power Switch (Prototype) Description: Hackaday Fubarino Contest Entry Project: Bluetooth PC Remote Power Switch (Prototype) Description: This projects goal is to create a remote power switch for a computer. Instead of using WoL or other remote

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan Blobo Clone Angry Birds Toy Upgrade Requirement and implementation specification and test plan DOCUMENT INFORMATION Subject: Authors:, Keywords: Comments: Creation date: 10 December 2012 Revision date:

More information

WHICH PHONES ARE COMPATIBLE WITH MY HYBRID SMARTWATCH?

WHICH PHONES ARE COMPATIBLE WITH MY HYBRID SMARTWATCH? GENERAL SET-UP & APP o WHICH PHONES ARE COMPATIBLE WITH MY HYBRID SMARTWATCH? o Your Hybrid smartwatch is compatible with Android(TM) phones and iphone(r), specifically with Android OS 4.4 or higher, ios

More information

Sharing Solar: A PV Sculpture Project

Sharing Solar: A PV Sculpture Project Sharing Solar: A PV Sculpture Project Group 10 Carolyn Cressman, Electrical Engineering Carla Majluf, Computer Engineering Jose Jerez, Electrical Engineering Ruben Vazquez, Computer Engineering *Sponsored

More information

Educational Smart Breadboard

Educational Smart Breadboard Educational Smart Breadboard Team 68 - Chinemelum Chibuko, Minseong Kim and Mostafa Elkabir ECE 445 Project Proposal - Spring 2018 TA: Kexin Hui 1. Introduction 1.1. Objective The first time any kid or

More information

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

Midway Design Review. Team RCA December 5, 2012

Midway Design Review. Team RCA December 5, 2012 Midway Design Review Team RCA December 5, 2012 Advisor: Professor Hollot 1 RCA (Real-Time Concussion Analyzer) Timothy Coyle, EE Impact Processing & Communication Kenneth Van Tassell, EE User Interface

More information

Helmet Tracking System (HTS)

Helmet Tracking System (HTS) Helmet Tracking System (HTS) Andres F. Suarez, Brian Maldonado, Rigel Jimenez Department of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract

More information

DOWNLOAD OR READ : ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES PDF EBOOK EPUB MOBI DOWNLOAD OR READ : ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES PDF EBOOK EPUB MOBI Page 1 Page 2 ultra low power capacitive sensor interfaces ultra low power capacitive pdf ultra low power capacitive

More information

Netaji Subhas Institute of Technology, New Delhi

Netaji Subhas Institute of Technology, New Delhi Netaji Subhas Institute of Technology, New Delhi Microprocessors Lab (EC-316) CRICKET SCORE DISPLAY (MPU 8085 Project Report) Under the supervision of Prof. Dhananjay V.Gadre DEPTT. OF ELECTRONICS AND

More information

Pocket Science Lab Powerful and Portable Mini Open Hardware Device for Open Science. Mario

Pocket Science Lab Powerful and Portable Mini Open Hardware Device for Open Science. Mario Pocket Science Lab Powerful and Portable Mini Open Hardware Device for Open Science Mario Behling @mariobehling Asia s Open Tech Organization Improving People's Lives Since 2009 Original SEELABLET First

More information

Frequently Asked Questions

Frequently Asked Questions Bluetooth low energy Module Frequently Asked Questions Table of contents 1. General Q1-1: How can I order the modules, evaluation boards (EVB) and evaluation kits (EVK)? Q1-2: What is Bluetooth low energy

More information

Frequently Asked Questions

Frequently Asked Questions Bluetooth low energy Module Frequently Asked Questions Rev. record 29-Sep.-2017> Ver.1.0 Release 1. General Q1-1: How to order the modules, evaluation boards (EVB) and evaluation kits (EVK)? A1-1: To order,

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 14 PAN1740 2 of 14 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

Xiaomi Band 3 User Manual

Xiaomi Band 3 User Manual Xiaomi Band 3 User Manual Read this manual carefully before use, and retain it for future reference 01 Product Overview Touchscreen Heart Rate Monitor Charging Port Button a Fitness Tracker b Wristband

More information

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson ECE 477 Design Review Team 8 Spring 2008 Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson Outline Project overview Project-specific success criteria Block diagram Component selection rationale

More information

Grow your business by providing an intuitive home safety and comfort experience

Grow your business by providing an intuitive home safety and comfort experience Grow your business by providing an intuitive Self-contained, wireless security and interactive home automation system Fire detection s Video cameras Locks S.O.S./panic buttons Key features and benefits

More information

ASV 2008 Son of a Boatname. Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia

ASV 2008 Son of a Boatname. Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia ASV 2008 Son of a Boatname Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia ASV 2009 SS Boatname ASV 2010 Boatname the Brave Autonomous Surface Vehicle Robotics Club at UCF AUVSI and

More information

Sensor Technology Interface Final Proposal

Sensor Technology Interface Final Proposal Sensor Technology Interface Final Proposal Sponsor FitnessMetrics, LLC Team 1 Nick Henry Kelton Ho Nick Huff Robert Pollum Brian Wirsing Facilitator Shantanu Chakrabartty February 21, 2014 Executive Summary

More information

AC / DC converter unit

AC / DC converter unit AC / DC converter unit The is an AC / DC converter which can be used to supply 5V, 100mA DC output from a commercial power supply (200 to 230V AC). Using this unit enables simple, easy drive of microcomputers,

More information

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

Motor Controller Cooling System (MCCS) Maintenance Manual

Motor Controller Cooling System (MCCS) Maintenance Manual 1 Lafayette College Electrical and Computer Engineering Motor Controller Cooling System (MCCS) Maintenance Manual ECE 492 Spring 2017 2 Table of Contents Overview 3 Safety 4 Electrical System Components

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

Embedded System Project (521423S) - Specifications

Embedded System Project (521423S) - Specifications Embedded System Project (521423S) - Specifications Design phases power consumption, environment etc. partitioning, basic solutions System requirements Sketch of hardware Sketch of software operation procedures

More information

NPN output. 200 mm. Type Cable length Model Remarks

NPN output. 200 mm. Type Cable length Model Remarks Retroreflective Photomicrosensor with Lens CSM DS_E_5_2 Photomicrosensor with light modulation for reduced external light interference. Easy adjustment and optical axis monitoring with a light indicator.

More information

Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing

Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing functionality to any application. 1 Over recent years, Touch Sensing

More information

Advance Robotics with Embedded System Design (ARESD)

Advance Robotics with Embedded System Design (ARESD) Advance Robotics with Embedded System Design (ARESD) LEARN HOW TO: Use Arduino hardware &Arduino programming for microcontroller based hobby project development Use WinAVRcross compiler formicrocontroller

More information

H.A.P.P.I. Systems. Group 10 University of Central Florida Senior Design Fall 2016

H.A.P.P.I. Systems. Group 10 University of Central Florida Senior Design Fall 2016 H.A.P.P.I. Systems Group 10 University of Central Florida Senior Design Fall 2016 Team Members Johnnie Greene Taylor Griffith Philip Bent Sidney Jean-Baptiste Physics & Photonic Science Engineer Computer

More information

Laboratory 1 Introduction to the Arduino boards

Laboratory 1 Introduction to the Arduino boards Laboratory 1 Introduction to the Arduino boards The set of Arduino development tools include µc (microcontroller) boards, accessories (peripheral modules, components etc.) and open source software tools

More information

NXP Smart Washing Machine Solution

NXP Smart Washing Machine Solution NXP Smart Washing Machine Solution 恩智浦智能洗衣机方案 Mike Mui Senior Sales Director, Global Appliance Segment NXP Semiconductors July, 2012 Content NXP & Major Home Appliances Home Automation Market Generic Smart

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

DIESEL ON: FAQS I PRESS THE BUTTON BUT THE HANDS JUST SPIN AROUND ONCE AND THEN STOP. WHAT'S WRONG?

DIESEL ON: FAQS I PRESS THE BUTTON BUT THE HANDS JUST SPIN AROUND ONCE AND THEN STOP. WHAT'S WRONG? DIESEL ON: FAQS GENERAL SET-UP & APP PAIRING-SYNCING BATTERY FEATURES ACTIVITY TRAINING 3RD PART INTEGRATION SLEEP SLEEP TRACKING GOAL TRACKING LINK NOTIFICATIONS ACCOUNT AND DEVICE SETTING PRIVACY GENERAL

More information

ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington

ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington Agenda Project Overview Parts Power Distribution Schematic and Bill of Materials

More information