Aether Engineering Design Team

Size: px
Start display at page:

Download "Aether Engineering Design Team"

Transcription

1 AETHER 1 Bluetooth Stethoscope Submitted to: John Kennedy and Lal Tummala Design Co. Ltd, San Diego, CA Aether Engineering Design Team Dalal AlQufaili John Bakker Patrick Baun Aaron Bryant Zakary Dillon Luis Fang Diego Farromeque Lionel Fox Andrew Handrop Eric Swearingen Juan Rodriguez Jerahmee Purcell Sponsored By:

2 AETHER 2 Table of Contents Page 1 Abstract 3 2 Project Description Ease of use Functionality Market Expandability 4 3 System Design Functional Block Description: Hardware Functional Block Description: Software Packaging Performance Requirements 8 4 Testing and Verification Software Testing Procedures Hardware Testing Procedures 10 5 Project Management Project Plan Hardware Team (Southbound) Software Team (Northbound) Gantt Charts Milestones 20 6 Budget 22

3 AETHER 3 1 Abstract The rapid development of the Internet of Things (IOT) and devices that can connect to the internet continues to produce markets that previously never existed. One such thriving market is wireless health monitoring systems. To take full advantage of a wirelessly connected health care environment we are focused on leveraging Wind River Systems established cloud to provide the basis for an interactive diagnostic tool. Although current systems exist in which the client can interact with a physician, their platforms are not portable for the consumer. Utilizing Wind River Systems cloud, we will develop a lightweight personal stethoscope while providing the user an intuitive and highly interactive phone application with connectivity to not only their patient record, but also their physician for instant feedback of their current vitals. 2 Project Description Our Sponsor, Wind River systems, was very specific about the capabilities needed for their Bluetooth stethoscope. The design parameters provided can be broken down into three critical areas; ease of use, functionality, and the future market expandability of the device into daily hospital use. 2.1 Ease of Use: Hardware: The stethoscope will be ergonomically designed for easy handling by the consumer with no physical interaction at the device beyond holding it over your heart, due to the design inclusion of an accelerometer, l.e.d. indicators, inductive charging system and seamless application control. The accelerometer will automatically energize the system once the device exceeds a 45 degree angle from the x axis relative to the inductive charging cradle through communication via the peripheral microcontroller and the accelerometer which will provide a path for voltage delivery to the backend Bluetooth microcontroller. A bank of l.e.d.s will provide illuminated feedback at the stethoscope alerting the consumer of battery charging status, device pairing mode and while active recording is in progress. The final hardware consideration pertaining to ease of use is the design of a wireless inductive charging system, allowing for the stethoscope to simply be placed into the cradle and begin recharging after use. Software: The software will be based upon common interfaces found within industry to promote operational recognition with other platforms. Clearly organized and delineated button layout will allow for simplistic operation and data capture.

4 AETHER Functionality: Hardware: The front- end circuit hardware will provide a filtered and amplified signal to the Bluetooth at a level necessary to digitize the signal and transmit to the android application. The provided signal will be of an easily recognizable audio signature representing the heart rate. Software: The application will provide the user an option to save the recorded audio file into memory or delete. The user interface will allow the operator to access and playback the desired recorded heart sounds. In addition to the playback feature, an upload option will provide the necessary interface to transfer the data to the Axeda cloud at which point the generated waveform is displayed on the webpage. The webpage will have the ability to remind the user via the application to upload a new recording when the next assessment is scheduled. 2.3 Market Expandability: Hardware: In order to be used in a hospital environment, the stethoscope needs to be devoid of button interfaces, seems, cracks, and crevices to allow for thorough cleaning in daily hospital use. The inductive charging, lack of physical buttons and the overall case design will achieve a robust package that can be cleaned and used in the medical field. Software: As improvements to the software and new features become available, Android application software updates will be made available through the app store. Users will receive automatic notifications when new software is available.

5 AETHER 5 3 System Design: Stethoscope Block Diagram 3.1 Functional Block Description: Hardware Inductive Interface: Inductive charging system consisting of a charge receiving coil found in the stethoscope and a base station plugged into wall outlet to provide the transmitted charging signal. Battery Charger: Provides interface for conversion and charging to the battery. Buck Boost Converter: Allows for voltage level change depending on needs of system. Voltage Regulator: Regulates voltage to 3.3 V. Coulomb Counter: Interfacing with the battery charger and peripheral microcontroller, provides feedback for charging status to indicate full charge or low charge to device. Accelerometer: Sensing device to provide voltage to Bluetooth device via feedback with peripheral microcontroller. STM32 MCU: Peripheral microcontroller for communication with l.e.d.s, power on control to Bluetooth microcontroller via accelerometer feedback, and coulomb counter. L.E.D.s: Provide visual feedback at stethoscope indicating state of unit. (Charging, charged, pairing, recording). MIC/PIEZO sensor: Sensor for signal collection.

6 AETHER 6 Audio Op- Amp: Amplification stage providing enough gain (.11 V V) to be usable by the Bluetooth microcontroller. L.P.F. : Low pass fourth order Butterworth filter with F c = 1.2 khz to provide filtered signal, eliminating high frequency noise. RN52 Bluetooth MCU: Bluetooth microcontroller performs digital signal processing and transmission to paired device. 3.2 Functional Block Description: Software Software data flow Block Diagram

7 3.3 Packaging AETHER 7

8 AETHER Performance Requirements: Audio Quality: Received audio signal will be 15 db above any introduced noise and recognizable as a heartbeat at playback. Transmitting Range: Bluetooth connectivity will be maintained within a 3- meter radius from the stethoscope to the paired device. Battery Performance: Battery will be of a 250 ma, 3.7 V type and provide continuous power to the stethoscope for no less than 30 minutes. Accelerometer: Power to be provided to device upon breaking 45 degree plane relative to horizontal and de- energize circuit upon breaking the 45 degree plane relative to vertical. Charging System: Recharges battery within 1 hour at a rate of 250 ma and hour. Sampling Speed: ADC will sample at a rate of 44.1 khz Audio Recording: Phone app will record a one- minute audio sample that will be stored in the phone s memory. Commands: Application will be able to communicate with the device via a set of commands Data transmission: Phone will transmit relevant data obtained from audio file to the Axeda cloud. Webpage: Webpage will display patient information pulled from the Axeda cloud.

9 AETHER 9 4. Testing and Verification: 4.1 Software Testing Procedures Bluetooth: Bluetooth testing and Verification will be conducted inside the android app. It includes being able to receive and transmit data to the medical stethoscope via the RN- 52 Bluetooth Microchip (V3.0) and onto the microprocessor. Testing will be on platform android 4.3 (which is the most current Jellybean). To correctly work and provide results, app should correctly identify, and properly pair to the medical device and make a clean connection. Commands should properly send commands via buttons, in order to record and manage heartbeat sounds. App should also be able to send serialized data through Bluetooth and onto the microprocessor in order to control the device. This will first be done through prebuilt working apps in order to the RN- 52 module, and commercial Bluetooth devices to test and verify the app. Axeda management: This is also known as the cloud and what enables the IOT (Internet of Things). Once the app is receiving premium samples from the device, these are then sent to the cloud service. In order to test this, a prebuilt app that is designed to only send data up to the cloud upon pressing a button will be used. Verification will be concluded when we can properly send data up to the Axeda management server and is properly stowed away. Testing will include proper management of memory within the Axeda servers and app. More complicated testing will be done by having the server send commands coming from user in a pc environment to the app and to the device via Bluetooth. GUI website display: The GUI website is on the other end of the cloud. Axeda cloud will only hold and manage data for us. The website should be able to pull and push data onto the server in a very user friendly environment. In order to test this, the server should already have been populated with appropriate data. Simulation using dummy data can be pulled and managed in the website. This also includes communication both ways by sending commands like record new heartbeats to website, then to the app, and finally to the device. Verification will include ease of use, as this is an important feature in the medical community. AE APP: Application testing and verification will be done with data from website and with data from the Bluetooth device. AE app should be able to handle incoming data from Bluetooth, manage and display data within app GUI, and send and receive data to the Axeda cloud. Since extensive testing will be included within the other parts, a main test within the application is managing data and user experience. Tests will be done with preloaded sounds that have to be decoded and analyzed in a visual graph that will represent the heartbeat.

10 AETHER Hardware Testing Procedures Amplifier: For the amplifier design we will test this by constructing the amplifier circuit and passing a signal through which we can then measure using an oscilloscope. Comparing an input signal from a function generator/sensor to the output signal from the amplifier will provide the overall gain for the circuit. The exact amount of gain that will be used in the final circuit design will determine the sensor that is chosen and the amount of gain that is needed to best compliment that sensor. Low Pass Filter: To test the low pass filter we will assemble it and then use a function generator to pass a signal into the circuit. An oscilloscope will be used to measure the resultant signal from the filter and as the function generator frequency increases we should notice attenuation around our designed cut- off frequency. We confirm our desired cut- off frequency and the resulting - 3db point and record these results. The final filter design will have a cutoff frequency of 1200Hz (+/- 120 Hz) Front End Analog Signal: Once the amplifier and filter have both been evaluated the combined circuit will be tested by injecting a signal via the signal generator. The signal generator will be set to 200 mv p- p and sweeping from 10 Hz to 2 khz. The circuit will be considered validated when a V signal is displayed with a cut- off frequency of 1200Hz (+/- 120 Hz). Sensors and Mechanical Interface: Sensor testing will involve assembling circuits based on sensor requirements for operation. With sensor circuits assembled, we will test by utilizing numerous mechanical apparatuses that best fit the sensor type and an oscilloscope to measure the resulting output. We will be basing our pass/fail criteria on whether we can attain a noticeable heart beat signature on the oscilloscope. Assuming that we have several sensors that meet this requirement, we will then evaluate which sensor to use based on the best quality signal that can be generated from the sensors and the mechanical housing in which we place them. With that said, the mechanical housings will be tested simultaneously and the housing and sensor pair that generates the best quality signal will be chosen.

11 AETHER 11 Battery and Charge Management: The battery charging circuit will be evaluated by building the required circuit and ensuring that the battery does indeed charge. Indicator LED s will be included in the design which will provide a visual feedback to the charging status. A voltmeter and an ammeter will be utilized to measure the current and voltage outputs to ensure the circuit is behaving within tolerances. Our tolerances will be such that the current flow into the battery will not exceed a 1C charge rate and our voltage level during peak charging will not exceed 4.2 volts. Our choice of battery will be determined by allowed space within the stethoscope chassis. Battery capacity will most likely not exceed 1000 mah. A Coulomb counting circuit will also be incorporated in the design and will be connected to the microcontroller. Testing this part of the design will involve the coulomb counter sending data to the microcontroller and then reading this data from the microcontroller via the android device. Micro- Controller: The microcontroller will be evaluated by ensuring proper response and operation of the following controls and indicators: LED indicator lights being properly displayed Enabling the Bluetooth module to power up upon receiving a signal from mechanical or accelerometer switch Disabling Bluetooth module upon a command via serial communication from the Bluetooth module Monitoring battery state via Coulomb counter and passing information to Bluetooth module via serial communication to be displayed on Android device. Some functionality maybe added as seen necessary as the project progresses, other functionality may be re- assigned to other peripherals or eliminated as seen necessary as the project progresses. Benchmark Evaluation: The stethoscope will be evaluated against the Eko Core stethoscope recently released to the market. Our stethoscope will perform equally to the overall functionality of the application provided and the sound performance.

12 AETHER Project Management: 5.1 Project Plan The resource requirements needed to complete the project consist of a hardware and software team. 5.2 Hardware Team (Southbound): The Southbound team will be comprised of six engineers responsible for the development and evaluation of the following circuits: 5.3 Software Team (Northbound): 1. Sensor 2. Pulse shaper (Amplifier and Low Pass Filter) 3. Battery Charging and power supply 4. Peripheral microcontroller 5. Accelerometer 6. Associated PWB design and circuit manufacturing The Northbound team is comprised of five engineers responsible for the development and evaluation of the following functions: 1. Bluetooth microcontroller integration and programming 2. Application side Bluetooth communication 2. Application Graphical User Interface 3. Communication and data transmission to Axeda cloud 4. Website connectivity to Axeda Cloud

13 5.4 Gantt Charts AETHER 13

14 AETHER 14

15 AETHER 15

16 AETHER 16

17 AETHER 17

18 AETHER 18

19 AETHER 19

20 AETHER Milestones Southbound Task # Date Milestone Requirements Oct Mechanical Prototype Ready For Presentation Oct Front End sensor, inductive charging, no touch power on, microcontroller operation, properly filtered and amplified signal 3D Printed Mechanical Package ready for display at presentation. Complete circuit off of breadboard, built on proto boards, fully operating Verified signal amplification to meet.11 - Amplifier meets specs with supporting Sep 2.65V requirement data capture Oct Capture Heartbeat Signal Sensor provides adequate signal Sep Functional power supply output Sep Filtered signal output Assembled Power supply provides minimum of 3.3 V Filter has - 3 db edge over within +/- 120 Hz of 1.2 khz Fc Sep Capture Amplified and Filtered Signal Verify proper operation of filtered signal and amplifier. Signal to show attenuation at Fc and amplification between.11 and 2.65 V Dec Fully Operational Finalized Circuit Fully Operational Finalized Circuit Oct Inductive Charger Functional Nov Complete Operation and Communication with application Dec Final product Completed Oct Final Circuit and Layout Bench tested inductive charging to meet battery specification Final product operation and integration. Fully operational Final Product operation and integration. Final Product packaged and operational Finalized Circuit and Layout Completed. Ready to order production level boards.

21 AETHER 21 Northbound Task # Date Milestone Requirements Oct Bluetooth completion Oct Webpage Online Oct Signal displayed on Plotter Nov Working application Nov App GUI complete Nov Application is complete The app can successfully pair and connect to device and transfer data. Webpage is online, data transmitted from app can be appropriately displayed A signal can be displayed accurately on the plotter in the application GUI. A functional phone app is up and running. App can connect to device, input audio, interpret data, and send relevant data to cloud to be displayed on webpage. Final App GUI is simplified to be user friendly. Application is user friendly and operates with minimal errors. Ready for presentation.

22 AETHER Budget: The following charts and figures provide the initial financial need and the breakdown per design metric for project completion.

23 AETHER 23

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

Accelerometer-Based Musical Instrument

Accelerometer-Based Musical Instrument Accelerometer Music Instrument University of Texas at Austin TI Innovation Challenge 2015 Project Report Team Leader: Team Members: Advising Professor: Video Texas Instruments Mentor (if applicable): Date:12/13/2014

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

Ultra PLUS. Guide For A Great User Experience:

Ultra PLUS. Guide For A Great User Experience: Guide For A Great User Experience: Ultra PLUS 1 P age Simple, Modern, Portable, Fast Speed Charging For: iphones, Smartphones, Tablets, Cameras, Bluetooth Speakers and much much more. Please Visit Us At:

More information

Preliminary Design Report

Preliminary Design Report Preliminary Design Report EEL4924-Electrical Engineering Design 2 University of Florida 25 January 2012 Team Members: Ryan Griffin & Brie Colon Project Abstract: Our project consists of designing an electronic

More information

Digital Bat Ears. ECE 445 Project Proposal. Paul Logsdon Ian Bonthron. TA: Kevin Chen

Digital Bat Ears. ECE 445 Project Proposal. Paul Logsdon Ian Bonthron. TA: Kevin Chen Digital Bat Ears ECE 445 Project Proposal Paul Logsdon Ian Bonthron TA: Kevin Chen 1 Table of Contents 1.0 Introduction 3 1.1 Statement of Purpose 3 1.2 Objectives 3 1.2.1 Goals 3 1.2.2 Functions 3 1.2.3.

More information

A NEW ERA IN SLEEP DIAGNOSTICS

A NEW ERA IN SLEEP DIAGNOSTICS A NEW ERA IN SLEEP DIAGNOSTICS Revolution in patient comfort and ergonomics NOX MEDICAL INTRODUCTION Nox A1 Full PSG AASM compliant With decades of clinical and engineering excellence behind, Nox Medical

More information

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Team Code Name: _Magic Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang E-mail Address of

More information

AC System Monitoring Device

AC System Monitoring Device AC System Monitoring Device Andrew Jarrett Project Adviser: Professor Gutschlag Department of Electrical and Computer Engineering October 28, 2015 Executive Summary The alternating current (AC) system

More information

GROUP 23 Military Surveillance Robotic Vehicle. Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE

GROUP 23 Military Surveillance Robotic Vehicle. Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE GROUP 23 Military Surveillance Robotic Vehicle Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE INTRODUCTION Autonomous tracking vehicle Commands: Basic Movement Commands Wander

More information

Wireless High-Voltage Power Line Sensor

Wireless High-Voltage Power Line Sensor University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen

More information

to monitor and control manufacturing processes

to monitor and control manufacturing processes simply THE Best technology to monitor and control manufacturing processes Standardize Testing Across The Plant Flexible Monitoring Platform sigpod is an in-station process monitoring platform that uses

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

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

Human heart rate detector based on photoelectric volume

Human heart rate detector based on photoelectric volume Abstract Human heart rate detector based on photoelectric volume Jian Du, Jie Hu Southwest Petroleum University, Chengdu 610500, China. At present, the most effective and intuitionistic method for detecting

More information

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez The Heart Buddy Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez What is the Heart Buddy? The Heart Buddy is a low-profile, portable armband specialized in getting help to individuals before

More information

A Case for Custom Power Management ASIC

A Case for Custom Power Management ASIC A Case for Custom Power Management ASIC By Cirel Systems Introduction The mobile device explosion seems to continue without a pause. The convergence of functionalities on a palm top device is fuelling

More information

CareVital Telehealth Solutions

CareVital Telehealth Solutions CareVital Telehealth Solutions CareNet Web-based Patient Monitoring Telehealth Monitoring and Reporting CareNet is a powerful, yet simple to use, web-based monitoring platform that combines critical information

More information

High Efficiency, High Density AC/DC PFC Power Supply

High Efficiency, High Density AC/DC PFC Power Supply High Efficiency, High Density AC/DC PFC Power Supply Ricardo Rivero Charles Plank Omar Flores Armando Flores Ryan Rivera Arash Moradinejad Johnny Brinsko Elbert Guico SDSU Electrical Engineering Abstract

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

REDCAT ACCESS DETAILED SPECIFICATIONS

REDCAT ACCESS DETAILED SPECIFICATIONS 1.1 OVERALL SYSTEM DESCRIPTION REDCAT ACCESS DETAILED SPECIFICATIONS ALL-IN-ONE CLASSROOM AUDIO SYSTEM A. The system must have specifications and features that are equivalent to the Lightspeed Redcat Access

More information

Bluetooth 24-bits Headphone Adapter

Bluetooth 24-bits Headphone Adapter Bluetooth 24-bits Headphone Adapter Team 47 Sang Baek Han, Noctis Z., Wangming Yuan ECE 445 Design Document Fall 2017 TA: Zhen Qin 1 Introduction 1.1 Objective With the progress of the semiconductor industry,

More information

Project Number: P15452

Project Number: P15452 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P15452 DATA ACQUISITION DEVICE Kyle Smith Electrical

More information

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Andrea Onetti Vice President, General Manager MEMS Sensor Division STMicroelectronics Digital Technologies are Transforming nearly

More information

1

1 www.furmansound.com 1 MERIT X SERIES POWER CONDITIONERS Furman ower conditioners provide eleven total outlets standard, level surge suppression, standard level EMI/RFI filtration, and a robust steel chassis.

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

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

Add-on box for old stereo systems. Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte

Add-on box for old stereo systems. Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte Add-on box for old stereo systems Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte 1 Introduction 1.1 Objective While online music stores and

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 658 MULTI-OUTPUT DC/DC CONVERTER POWERED BY 2-CELL, USB OR WALL ADAPTER

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 658 MULTI-OUTPUT DC/DC CONVERTER POWERED BY 2-CELL, USB OR WALL ADAPTER LTC3456 DESCRIPTION Demonstration Circuit 658 is a complete power management system using the LTC3456 for portable applications powered by a wall adapter, a USB port or a 2-cell alkaline battery, in that

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

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT Tiny Node V3.0 Miniature euro coin size On-board antenna

More information

Low Cost 40Mhz RF Power Meter. Design Document. Group: DEC13-04

Low Cost 40Mhz RF Power Meter. Design Document. Group: DEC13-04 Low Cost 40Mhz RF Power Meter Design Document Group: DEC13-04 TEAM COMPOSITION SENIOR DESIGN, TEAM: DEC13-04 Jason Danielson Jiwei Xia Tyler Christensen Yilun Ji CLIENT PowerFilm,Inc Dan Stieler ADVISER

More information

AKG K912 Cordless Stereo 900MHz Headphone System

AKG K912 Cordless Stereo 900MHz Headphone System AKG K912 Cordless Stereo 900MHz Headphone System INTRODUCTION This 900Mhz compact stereo headphone takes advantage of the very latest wireless transmission technology so that you can listen to music or

More information

Smart Monitor User Manual

Smart Monitor User Manual 2012 Smart Monitor User Manual Portable device with protective function for measuring the parameters of electric and acoustic circuits SPL-Laboratory 01.01.2012 Table of Contents Table of Contents... 2

More information

BLUETOOTH AMPLIFIER KIT

BLUETOOTH AMPLIFIER KIT PRODUCT INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN WIRELESS SPEAKER WITH THIS BLUETOOTH AMPLIFIER KIT Version 1.2 Index of Sheets

More information

ACCESS LINK DETAILED SPECIFICATIONS

ACCESS LINK DETAILED SPECIFICATIONS 2-WAY WIRELESS AUDIO HUB PART 1. GENERAL 1.1 OVERALL SYSTEM DESCRIPTION A. The system must have specifications and features that are equivalent to the Lightspeed Access Link wireless audio hub, including

More information

Diagnostics of Genie / Sauer Danfoss Joystick Controllers Deutsch type connection

Diagnostics of Genie / Sauer Danfoss Joystick Controllers Deutsch type connection Diagnostics of Genie / Sauer Danfoss Joystick Controllers Deutsch type connection Tools needed: Multi-meter Small Screwdriver Harness Adaptor 119613 Jumper Wires w/clips Three 1.5 volt AA or AAA Batteries

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

A Raspberry Pi Based System for ECG Monitoring and Visualization A Raspberry Pi Based System for ECG Monitoring and Visualization S. Pisa, E. Pittella, E. Piuzzi, L. Cecchini, M. Tomassi Dept. of Information Engineering, Electronics and Telecommunications Sapienza University

More information

EMTRON AUSTRALIA EMTRON ECU OVERVIEW

EMTRON AUSTRALIA EMTRON ECU OVERVIEW EMTRON AUSTRALIA EMTRON ECU OVERVIEW Table of Contents 1.0 General... 3 2.0 Injection... 4 3.0 Ignition... 5 4.0 Digital Inputs... 6 5.0 Auxiliary Outputs... 7 6.0 Analog Inputs... 9 7.0 Crank and Cam

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

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

A Monitoring System for EPW Safe Use

A Monitoring System for EPW Safe Use A Monitoring System for EPW Safe Use M. H. ALSIBA 1*, N. N. N. Hamran 1, Abdul Nasir 1 and A. A. Abdullah 2 1 Faculty of Engineering Technology, University Malaysia Pahang, Gambang - Kuantan, Malaysia.

More information

APPLIANCE POWER CONSUMPTION PROJECT PLAN

APPLIANCE POWER CONSUMPTION PROJECT PLAN APPLIANCE POWER CONSUMPTION PROJECT PLAN May 02-04 October 9, 2001 Client: Herb Harmison Advisors: John Lamont Ralph Patterson Team: Stephen Woerdehoff Paul Jonak Yohan Blount Jason Muehlmeier Table of

More information

FG-7000 Digital Force Gauge Operation Manual

FG-7000 Digital Force Gauge Operation Manual FG-7000 Digital Force Gauge Operation Manual Operators should wear protection such as a mask and gloves in case pieces or components break away from the unit under test. Whether the unit is ON or OFF,

More information

ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013

ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013 ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013 Electrical and Computer Engineering Department Volgenau School of Engineering George Mason University Fairfax, VA Team

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 AC System Monitoring Device Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 Outline Background Problem Background Problem Statement

More information

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments ECE 480 Design Team 3 Proposal Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments David DeLuca Kang Hu Lee Sasang Balachandran Hassan Abdullahi Raghava Karthik Hemmanur Dr.

More information

PS 630 SIX CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0

PS 630 SIX CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0 PS 630 SIX CHANNEL REMOTE SPEAKER STATION User Manual January 2017 V1.0 Table of contents 1.0 GENERAL DESCRIPTION... 3 2.0 INSTALLATION... 4 3.0 FRONTPANEL CONTROLS & CONNECTORS... 4 4.0 REAR PANEL CONNECTORS...

More information

LOW ENERGY ANDROID GAMEPAD

LOW ENERGY ANDROID GAMEPAD LOW ENERGY ANDROID GAMEPAD Marty Lewis Andrzej Forys FUNCTIONAL DESCRIPTION Project Idea: Low power, wireless, silicone game pad for Android Devices Ergonomic fit with standard controller layout Six buttons

More information

Smartphone Docking Station with Speaker and Bed Shaker

Smartphone Docking Station with Speaker and Bed Shaker TM WARRANTY The Silent Call AlarmDock is warranted for (see individual items for length of warranty) from the day of purchase to be free of defects in material and workmanship. This warranty is limited

More information

POWER BANK EFFICIENTLY SOLVE LOW POWER EMERGENCY IBR-PB880.

POWER BANK EFFICIENTLY SOLVE LOW POWER EMERGENCY IBR-PB880. www.ibrandworld.com 02 EFFICIENTLY SOLVE LOW POWER EMERGENCY POWER BANK IBR-PB880 Input 8800mAh Power Bank Smooth varnish allows you to power up in style, while 10 status LEDs keep you informed of remaining

More information

Re: ENSC 305/440 Functional Specification for Heart Rate and Motion Monitoring System

Re: ENSC 305/440 Functional Specification for Heart Rate and Motion Monitoring System Functional Specification for Heart Rate Motion Monitoring System February 17 th, 2008 Mr. Patrick Leung School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: ENSC

More information

Embedded Systems. Cristian Rotariu

Embedded Systems. Cristian Rotariu Embedded Systems Cristian Rotariu Dept. of of Biomedical Sciences Grigore T Popa University of Medicine and Pharmacy of Iasi, Romania cristian.rotariu@bioinginerie.ro May 2016 Introduction An embedded

More information

PBMSPG200V2. Street Blaster. X Portable BoomBox Speaker Radio with Bluetooth & NFC Wireless Streaming

PBMSPG200V2. Street Blaster. X Portable BoomBox Speaker Radio with Bluetooth & NFC Wireless Streaming PBMSPG200V2 Street Blaster X Portable BoomBox Speaker Radio with Bluetooth & NFC Wireless Streaming Location of Controls 9 10 11 12 13 14 15 16 17 LIGHT 1 2 3 4 5 6 7 8 18 19 1. POWER SWITCH 2. DC IN JACK

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

Bearing (Shock Pulse) Condition Analyzer -110

Bearing (Shock Pulse) Condition Analyzer -110 Bearing (Shock Pulse) Condition Analyzer -110 *Direct indication of machine condition in terms of good - reduced - bad. *Mechanical Condition of bearings *Lubrication condition of bearings *Damage severity

More information

Manual LEICKE Sharon Mobile Bluetooth Keyboard with integrated Touchpad For Samsung Tablets (with limited functions universal for Android too)

Manual LEICKE Sharon Mobile Bluetooth Keyboard with integrated Touchpad For Samsung Tablets (with limited functions universal for Android too) Manual LEICKE Sharon Mobile Bluetooth Keyboard with integrated Touchpad For Samsung Tablets (with limited functions universal for Android too) Product number: SI54196 Thank you for purchasing the Bluetooth

More information

Appendix F: Design Documentation for multisensory therapy system

Appendix F: Design Documentation for multisensory therapy system Appendix F: Design Documentation for multisensory therapy system This appendix contains in details all the system design. It summarizes at the structure design, electrical design, and software design.

More information

IR Wireless Interpretation System

IR Wireless Interpretation System IR Wireless Interpretation System GONSIN TC-904/906/908/912 infrared interpretation system is designed to offer audio distribution for 4, 6, 8 or 12 channels using the advanced infrared transmission technology.

More information

PARAMETER MIN TYP MAX UNITS COMMENTS

PARAMETER MIN TYP MAX UNITS COMMENTS Phase Noise Measurements to -175dBc/Hz Power supply measurements to 1nV FFT Analysis from DC to 100kHz 0dB / 32dB / 64dB Gain Steps 100dB Dynamic Range Opto-Isolated RoHS PRODUCT SUMMARY The Holzworth

More information

LCD BASS METER Users Manual

LCD BASS METER Users Manual 2011 LCD BASS METER Users Manual Portable device for sound pressure measurement SPL-Laboratory 01.03.2011 Contents Contents... 2 Functions and technical features of the device... 3 Ergonomics... 3 Functional...

More information

2440 Wireless SmartCart

2440 Wireless SmartCart 2440 Wireless SmartCart Ross Technologies Group, LLC At a Glance Cost Effective, Printing On Demand Sturdy, Dependable, Functional Design Safe & Easy to Operate Quick assembly without special tools Universal

More information

PS 150 SINGLE CHANNEL TELEPHONE INTERFACE. USER MANUAL August 2016

PS 150 SINGLE CHANNEL TELEPHONE INTERFACE. USER MANUAL August 2016 PS 150 SINGLE CHANNEL TELEPHONE INTERFACE USER MANUAL August 2016 This product is designed and manufactured by: ASL Intercom B.V. Zonnebaan 42 3542 EG Utrecht The Netherlands Phone: +31 (0)30 2411901 Fax:

More information

FG-3000R Digital Force Gauge Operation Manual

FG-3000R Digital Force Gauge Operation Manual FG-3000R Digital Force Gauge Operation Manual Operators should wear protection such as a mask and gloves in case pieces or components break away from the unit under test. Whether the unit is ON or OFF,

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System Application of Android Mobile Platform in Remote Medical Monitoring System Prof D Somashekara Reddy 1, Lokesh G 2 1,2 Master of Computer Applications, NHCE Bengaluru Abstract : Due to the actual demand

More information

FG-3000 Digital Force Gauge Operation Manual

FG-3000 Digital Force Gauge Operation Manual FG-3000 Digital Force Gauge Operation Manual Operators should wear protection such as a mask and gloves in case pieces or components break away from the unit under test. Whether the unit is ON or OFF,

More information

Plug and Play Home Automation with Alternative Control

Plug and Play Home Automation with Alternative Control Senior Design I Initial Project and Group Identification Document September 2014 Plug and Play Home Automation with Alternative Control Group 23 Joshua Illes Andres Mujica Grant Schleich Sarah Strauss

More information

Bluetooth 24-bits Headphone Adapter

Bluetooth 24-bits Headphone Adapter Bluetooth 24-bits Headphone Adapter Team 47 Sang Baek Han, Noctis Z., Wangming Yuan ECE 445 Project Proposal Fall 2017 TA: Zhen Qin 1 Introduction 1.1 Objective With the progress of the semiconductor industry,

More information

PS 230 DUAL CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0

PS 230 DUAL CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0 PS 230 DUAL CHANNEL REMOTE SPEAKER STATION User Manual January 2017 V1.0 Table of contents 1.0 GENERAL DESCRIPTION... 3 2.0 INSTALLATION... 4 3.0 FRONTPANEL CONTROLS & CONNECTORS... 4 4.0 SIDE PANEL CONNECTORS...

More information

Lab 2.2 Ohm s Law and Introduction to Arduinos

Lab 2.2 Ohm s Law and Introduction to Arduinos Lab 2.2 Ohm s Law and Introduction to Arduinos Objectives: Get experience using an Arduino Learn to use a multimeter to measure Potential units of volts (V) Current units of amps (A) Resistance units of

More information

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics Wearable Technologies and the IoT David Lamb Market Development Manager, North Europe STMicroelectronics Who We Are 2 A global semiconductor leader The largest European semiconductor company 2013 revenues

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

R E V O L U T I O N U S E R G U I D E

R E V O L U T I O N U S E R G U I D E R E V O L U T I O N USER GUIDE SAFETY & GENERAL INFORMATION Please read the following information before using this product: To avoid hearing damage, make sure that the volume on your transmitting device

More information

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Odyssey. Build and Test Plan

Odyssey. Build and Test Plan Build and Test Plan The construction and programming of this autonomous ground vehicle requires careful planning and project management to ensure that all tasks are completed appropriately in due time.

More information

HIGH POWER STREET DANCE BOOMBOX

HIGH POWER STREET DANCE BOOMBOX HIGH POWER STREET DANCE BOOMBOX PBMSPG260L USER MANUAL Location of Controls 1. POWER SWITCH 2. DC IN JACK 3. USB PORT 4. AUX IN JACK 5. BATTERY INDICATOR 6. BLUETOOTH INDICATOR 7. GUITAR INPUT JACK 8.

More information

DIGITMR S2 PC. digital circuit breaker analyzer. Vanguard Instruments Company, Inc.

DIGITMR S2 PC. digital circuit breaker analyzer. Vanguard Instruments Company, Inc. DIGITMR S2 PC digital circuit breaker analyzer Vanguard Instruments Company, Inc. www.vanguard-instruments.com DIGITMR S2 PC digital circuit breaker analyzer The Vanguard DIGITMR S2 PC is an inexpensive,

More information

Measurement Systems Datascan Installation and User Guide

Measurement Systems Datascan Installation and User Guide Measurement Systems Datascan Installation and User Guide Supplied By Contents Contents 1. INTRODUCTION... 1 1.1 GENERAL... 1 1.2 DATASCAN MODULE RANGE... 1 1.2.1 Measurement Processors... 1 1.2.2 Analog

More information

Design And Simulation Of Power Factor Measurement Circuit By Using Pic

Design And Simulation Of Power Factor Measurement Circuit By Using Pic Design And Simulation Of Power Factor Measurement Circuit By Using Pic The most common power factor measurement circuits involve zero crossing In (6) a power factor measurement circuit for AC motors was

More information

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment Prof. Dr. Norsheila Fisal, Department of Telecommunication and Optics, Faculty of Electrical Engineering, University

More information

FG-7000L Digital Force Gauge Operation Manual

FG-7000L Digital Force Gauge Operation Manual FG-7000L Digital Force Gauge Operation Manual Operators should wear protection such as a mask and gloves in case pieces or components break away from the unit under test. Whether the unit is ON or OFF,

More information

Biomedical Embedded Systems Technology

Biomedical Embedded Systems Technology March 8, 2010 Dr. Andrew Rawicz V5A 1S6 Re: ENSC 440 Design Specifications for Biomedical Monitoring System Dear Dr. Rawicz: Please see attached for Design Specifications for Biomedical Monitoring System.

More information

Instruction Marual 856B

Instruction Marual 856B Instruction Marual 856B Important Please read these instructions fully before installing or using. IMPORTANT SAFETY INSTRUCTIONS Read all instructions before use and keep for future reference..turn the

More information

Microchip Technology Enhances Popular 16- and 32-bit Development Platform with Application-Specific Expansion Hardware

Microchip Technology Enhances Popular 16- and 32-bit Development Platform with Application-Specific Expansion Hardware Editorial Contact: Reader/Literature Inquiries: Eric Lawson 1-888-MCU-MCHP 480-792-7182 www.microchip.com/pictailplus eric.lawson@microchip.com Microchip Technology Enhances Popular 16- and 32-bit Development

More information

PORTABLE PREMIUM SOUND BLUETOOTH SPEAKER Owner s Manual

PORTABLE PREMIUM SOUND BLUETOOTH SPEAKER Owner s Manual PORTABLE PREMIUM SOUND BLUETOOTH SPEAKER Owner s Manual You can print more than one page of a PDF onto a single sheet of paper 1 Index Contents Preparation Connections Volume adjustment Troubleshooting

More information

VIRTUAL LAB KIT GUDASALAMANI

VIRTUAL LAB KIT GUDASALAMANI VIRTUAL LAB KIT 1 ROHINI HONGAL, 2 SANDEEP PATIL, 3 SURAJ PAWAR, 4 JYOTI PATIL, 5 RAJAT BAPURI, 6 SANTOSH KULKARNI, 7 SOURABH ALAGUNDAGI, 8 SANTOSH BAMMIGATTI, 9 SHREYA GUDASALAMANI Dept. of Electronics

More information

SHIMPO INSTRUMENTS. FG-7000T Digital Torque Gauge Operation Manual

SHIMPO INSTRUMENTS. FG-7000T Digital Torque Gauge Operation Manual FG-7000T Digital Torque Gauge Operation Manual SHIMPO INSTRUMENTS Operators should wear protection such as a mask and gloves in case pieces or components break away from the unit under test. Whether the

More information

Final Design Document

Final Design Document Final Design Document Project 07: International Darth Vader Design Sponsor Pierce Freelon Technical Mentor Bobby Compton Design Team Christopher Woedy Rachel Williams Logan Adams Anthony Gill ECE 485 Section

More information

Drexel University Electrical and Computer Engineering Department ECE 200 Intelligent Systems Spring Lab 1. Pencilbox Logic Designer

Drexel University Electrical and Computer Engineering Department ECE 200 Intelligent Systems Spring Lab 1. Pencilbox Logic Designer Lab 1. Pencilbox Logic Designer Introduction: In this lab, you will get acquainted with the Pencilbox Logic Designer. You will also use some of the basic hardware with which digital computers are constructed

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

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

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION. User Manual. January 2017 V1.0 PS 430 FOUR CHANNEL REMOTE SPEAKER STATION User Manual January 2017 V1.0 Table of contents 1.0 GENERAL DESCRIPTION... 3 2.0 INSTALLATION... 4 3.0 FRONTPANEL CONTROLS & CONNECTORS... 4 4.0 SIDE PANEL CONNECTORS...

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

C9 Trader. Installation Guide

C9 Trader. Installation Guide C9 Trader Installation Guide December 2016 Contents 1. Requirements for Using the C9 Trader Voice Solution... 2 2. Download and Login Process... 2 3. Initial Installation Steps... 3 3.1 Hardware Configuration...

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

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

Wander Watch. robustness and often have to be attached to the wearer s ankle.

Wander Watch. robustness and often have to be attached to the wearer s ankle. Wander Watch Jeffrey Rodriguez, Alexis Timms, Wendelyn Sanabria, and Sarah Rassel Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract

More information

Wireless Health Monitoring System Using ZigBee

Wireless Health Monitoring System Using ZigBee Wireless Health Monitoring System Using ZigBee Prof.T.Chandrasekhar G.E.C.,Rajahmundry assprof@gmail.com J.S.Chakravarthi Asst. Professor G.E.C.,,Rajahmundry. jsuneelchakravarthi@gmail.com Abstract Recent

More information

Affordable Smart Health Accessory

Affordable Smart Health Accessory Affordable Smart Health Accessory Keeping it Smart and Simple Table of Contents What is +... 1 + Features... 1 Using +... 2 Key Highlights... 2 Usage Scenarios... 3 Specifications... 3 + App... 4 Portfolio...

More information