Firefighter Life Monitor

Size: px
Start display at page:

Download "Firefighter Life Monitor"

Transcription

1 Firefighter Life Monitor By Mary Bucki Seth Groharing Nick Lau Final Report for ECE 445, Senior Design, Spring 2017 TA: Kexin Hui May 3, 2017 Project No. 27

2 Abstract This report chronicles the idealization, design, and refinement of a firefighter life monitor. The firefighter life monitor is a wearable device which tracks the heart rate and internal temperature of a fighter, while checking for motion. All of this data that is collected is transmitted to a display unit through radio frequency (RF). The project involves the design of multiple modular units which include the power supply, the control unit, the sensors, the RF communication circuit, and a display unit. Although there were some design hurdles, the final device is able to track the heart rate, the body temperature, and motion of a person. Future iterations could increase the data transmission range as well increase the transmitters to receiver ratio. ii

3 Table of Contents 1. Introduction Background 1 2. Design Block Diagram Physical Design Power Supply Circuit Design Final Demonstration Sensor Unit Vibration sensor Heart Rate Sensor Temperature Sensor Final Demonstration Control Unit Microcontroller Final Demonstration RF Network RF Transmitter RF Receiver Final Demonstration Display Unit Display Arduino Uno Final Demonstration 11 3 Cost Labor Parts Total 14 4 Conclusion Accomplishments Uncertainties Ethical Considerations Future Work 16 5 References 17 Appendix A 18 iii

4 1 Introduction According to the National Fire Protection Association, approximately 59% of injuries for firefighters are a result of overexertion, stress, and medical difficulties compared to other injuries such as crashes, getting hit by objects, or falling [1]. In 2015, when the National Fire Protection took that data, 90 total firefighters died in the US, meaning 54 lives were lost to overexertion and stress [2]. The goal is to create a device that can monitor heart rate, temperature inside the bunker gear, and motion of the firefighters in the field and send the information to a display unit in another location. The device would be attached to the arm under the firefighter s uniform. This would allow a response team to take appropriate actions if a firefighter was in danger. 1.1 Background Previous projects for firefighters have involved hazard detection and wireless heart rate transmission [3]. Our project would be different in that we are focusing on more than monitoring stress through heart rate. We are also monitoring the temperature inside the firefighter s bunker gear and movement of the firefighter. This device could also be adapted for more than just firefighters in the future, but for our particular problem, the life monitor must work in at least 140 F environments and humid conditions inside a firefighter s bunker gear. 1

5 2 Design: The firefighter life monitor has four main functions: movement detection, temperature reading, heart rate monitoring, and RF transmitting. This is accomplished with a five part modular design consisting of a power supply, control unit, sensor unit, RF network, and display unit. Sensors will obtain the necessary data, the control unit will process this data, and the RF network will wirelessly transmit the data to the display unit. 2.1 Block Diagram: Figure 1. Block Diagram 2

6 2.2 Physical Design: The circuitry must be contained in a light-weight, easy to put on and remove armband. Velcro will be used in order to attach the device to the user s arm. The circuitry excluding the display unit will be housed in nomex, a flame resistant fabric as seen in Figure 3. Figure 2. Physical Design Figure 3. Nomex Armband 3

7 2.3 Power Supply The power supply unit consists of two main components - an alkaline battery source and a voltage regulator. The battery source can be assumed to produce 6±0.5 V. Furthermore, the output voltage required by our system is 3.3±2% V. Figure 4 shows the power supply schematic. Figure 4. Linear Voltage Regulator - LM317[4] Circuit Design The voltage regulator underwent some major changes initially. The original plan was to utilize a buck converter to step down the input voltage to reach the desired output voltage of 3.3V. Due to faulty components, the buck converter was replaced with a linear voltage regulator. The buck converter allows for an adjustable output voltage depending on the output resistor ratio. Benefits for using a buck converter include high efficiency and the ability to a lower input voltage. Assuming all circuit components are selected correctly, the output voltage is given by Equation (2.1) below [5]. The feedback voltage, V FB, is expected to be 0.5V. Equations (2.2) and (2.3) are used to determine capacitors C 1 and C 2 [5]. (2.1) (2.2) (2.3) 4

8 A linear voltage regulator produces an output voltage that is dependent on the output resistor ratio, similar to that of a buck converter. The advantages for using linear voltage regulator in place of the buck converter for this project is the low complexity and the good efficiency. Given that there is a small change from input to output voltage, the wasted power in heat is minimal. Equation (2.4) shows the relationship between the output resistors and output voltage for the linear voltage regulator, LM317 [4]. (2.4) Final Demonstration A multimeter is used to test the power supply unit. The voltage regulator produces 3.28 output voltage, which is well within the output fluctuation range, as seen from Appendix A, Table A1. Utilizing different resistor values, an output of 1.83V can be produced. This output value is also within the output voltage ranges. The 1.8 V output is not utilized after there were design changes to the project. 2.4 Sensor Unit The sensor unit collects data from multiple sensors that are used to monitor the firefighter. Three sensors are used along with appropriate circuitry to process collected temperature, heart rate, and motion detection. Figure 5 shows the original sensor unit design. Our sensor unit PCB did not work, so we had to use off the shelf sensors that provided the same functions as the sensors below. Figure 5. Original Sensor Unit Schematic [6] [7] 5

9 2.4.1 Vibration Sensor A vibration sensor was implemented in order to detect movement of the wearer s arm. We use a vibration sensor rather an accelerometer because a vibration sensor provides a simple alternative to accomplish movement detection. The sensor acts like an open switch when no movement occurs and a closed switch when movement occurs. The switch-like function of the sensor allows for high and low values to be read by the microcontroller. The sensor itself connects from one of the microcontroller pins to ground, and when the sensor is moved the microcontroller pin will read a low value. When no movement occurs the microcontroller reads a high value. Our microcontroller is programmed to look for these high and low values to determine motion. If a low signal is not read after 20 seconds, the microcontroller then transmits that the wearer is inactive Heart Rate Sensor A small heart rate sensor is placed on the user s finger or earlobe to monitor heart rate on the forearm. The sensor sends its data to the microcontroller using an analog signal. The ranges of the heart rate sensor was calculated using Equation (2.5). (2.5) The maximum of the healthy range where heart is being exercised but not overworked during vigorous exercises is given by Equation (2.6). [8] The normal resting heart rate is beats per minute, but during a heart attack, the heart rate is altered due to the disrupted heart flow. The lowest heart rate of our range will be 60 bpm, assuming the firefighter does not have a lower resting heart rate[9]. Firefighter statistics categorized by age group: (3%), (21%), (28%), (26%), (16%), 60 and over (6%) [10]. Based on these statistics, we choose the age range to be years old for the max heart rate, giving us a max heart rate of 180 bpm and the healthy exercising range of 153 bpm for a 40 year old. Thus, our design should test for when the heart rate is outside of bpm, indicative of stress on the heart. The particular sensor used in this project emits infrared light and measures the infrared light reflected back into an infrared sensor. When a pulse is occurring a current spike occurs and the sensor amplifies this signal and sends it to the microcontroller. Figure 6 shows an example of the data that the heart rate sensor is sending to the microcontroller. The red plot represents the analog data being sent and the blue plot represents the BPM, or beats per minute, which is calculated with (2.7) [11]. The value t avg is the average time between pulse peaks. In order to get a more uniform average time in (2.6) 6

10 between the peaks, we took the average of the ten time periods between the peaks. Dividing 60 seconds by that average time gives the BPM. Figure 6. Heart Pulse Graph and BPM (2.7) Temperature Sensor In order to measure temperature we use a thermocouple. A thermocouple is used rather than another method of measuring temperature because thermocouples can withstand higher temperatures. The thermocouple measures the temperature inside the firefighter s bunker gear and sends this data to the microcontroller. As the temperature changes on the thermocouple the data is recorded by a MAX31850K integrated circuit and a 1-Wire protocol is used to send this data to the microcontroller. 7

11 2.4.4 Final Demonstration The vibration sensor responds to movement successfully for movements that changed acceleration directions quickly. This was tested by waving the vibration sensor and confirming that the display showed a binary 1 for motion detection. Slow movements however did not trigger the vibration sensor, but this is allowed by our project because a firefighter would not be using slow movements in the field. The temperature sensor successfully reads temperature, however the IC had trouble with higher temperature over 112 degrees fahrenheit. We tested this by inserting the thermocouple in a warming oven, and it was able to send back good data for temperatures up to 112 degrees fahrenheit. Above that range, the sensor sent a NULL value indicating that the sensor could not send back valid data. The heart rate sensor was tested by placing the sensor on a finger and comparing the heart rate calculated by a simple test of counting the heart beat felt in the user s throat for one minute. The sensor gave back fairly accurate values if the person was not moving, but when movement of the signal wires occurred inaccurate heart rates were given. This could be eliminated if the sensor was placed on the PCB of the microcontroller rather than a separate PCB. In the future we would like to use a different location to measure heart rate as well. We found that the finger gave the most accurate data for our particular sensor, but we would like to be able to measure directly off the arm in the future. 2.5 Control Unit The control unit manages the signals in the circuit and data transmission to the display unit. The control unit only comprises of a microcontroller unit. It also establishes communication between the sensors and the RF transmitter. Figure 7. Control Unit Schematic [12] [13] 8

12 2.5.1 Microcontroller The ATmega328p was selected to control the transmitter side of our circuit. This particular microcontroller is used because it can easily be programmed in C/C++ with the Arduino integrated development environment (IDE) and a USB programmer. The ATmega328p meets the original requirements of supporting serial peripheral interface (SPI) and inter-integrated circuit (I 2 C). The microcontroller also supports the 1-wire library, which is utilized after design changes were made. The microcontroller communicates with the temperature sensor using a 1-wire bus, the vibration sensor with a digital signal, and the pulse sensor with an analog signal. Communication with all the sensors, data processing, and transmission from the RF transmitter are accomplished through the ATmega328p. Figure 8 shows the algorithm of the code programmed to the ATmega328p. The program starts by initializing variables and setting up the sensors. Next one second is allowed to check for motion from the vibration sensor. Without this second the code runs too quickly for a read from this sensor to be done. At this time the code also checks that 20 seconds have not passed since the last movement as to indicate inactivity from the wearer. Finally the data from each sensor is collected into one character array and sent out through the transmitter. Figure 8. Microcontroller and RF Transmitter Flowchart 9

13 2.5.2 Final Demonstration The microcontroller successfully communicates with three sensors through various signals including 1-wire, analog signal, and a binary check for high and low values. 2.6 RF Network The RF Network unit utilizes both an RF transmitter and an RF receiver to transmit collected and organized data from the ATmega328p from the control unit. This enables the transferred data to be read from the Arduino Uno on the display unit and shown on the liquid crystal display (LCD) screen. Wireless communication between the two RF units is accomplished using the VirtualWire library which allows for serial communication on the respective microcontrollers digital pins RF Transmitter The RF transmitter sends data from the microcontroller of the control unit to the RF Receiver. Allows for a display outside the fire to monitor the Firefighter s vitals. A frequency of 434 MHz with a data rate of 2000 bits per second is utilized. Figure 11 shows data that is transmitted to the RF receiver upon collection and organization RF Receiver The Rf receiver receives data from the RF transmitter so that the Arduino Uno can prepare and display the collected data. We used a frequency of 434 MHz at a max data rate of 2000 bits per second. The digital data from the microcontroller is sent using amplitude-shift keying. Figure 10 shows algorithm for the Arduino Uno which also encompasses the functionality of the RF receiver Final Demonstration There was an expected range of approximately 200 feet. However, the design only supported up to about 15 feet before data could no longer be transmitted. This distance was established by testing incremental distances between the RF transmitter and RF receiver. Each time data was collected and sent, the distance between the two unit would increase until the maximum distance was determined. While the maximum transmission distance was small, the communication between the two RF units were functional. A consideration for the minimal distance is the amount of power inputted the transmitter. The project only utilizes the 3.3 volts when the transmitter supports up to 12 volts. If a higher voltage was utilized, then the transmission distance could potentially be amplified. Potential improvements could utilize a boost converter to step up the voltage from the battery supply in order to reach a voltage around 12 to meet the maximum capabilities of the transmitter. 10

14 2.7 Display Unit The display unit will receive data sent from the RF network and output the data on a small screen. It consists of an Arduino Uno and an LCD display. Figure 9. Display Unit Schematic [12][14] Display The display is small LCD display that will simply show the data being sent from the wearable device. It displays the heart rate in BPM, temperature in Fahrenheit, and the motion as a binary 1 (motion detected) or 0 (no motion detected in the last 20 seconds). The LCD will connect directly to the Arduino and uses I2C to receive the data Arduino Uno The Arduino Uno receives the data from the RF network. Figure 10 shows the algorithm for the code programmed to the Arduino Uno. First, variables are initialized and the receiver is set up. Next, when data is received, this data is unpacked and separated into its corresponding values for temperature, heart-rate, and motion. This data is then displayed on the LCD display. It prints the labels of Temp, Heart Rate, and Motion and the respective units. 11

15 Figure 10. Arduino Uno and RF Receiver Flowchart Final Demonstration The display unit was able to display the values corresponding to the values measured by the sensors as seen in Figure 11 with the Appendix table A5 required input of 5V. 3 Cost Figure 11. Display Showing Temperature, Heart Rate, and Motion 12

16 3.1 Labor Table 1. Labor for all the group members Name Hourly Rate Hours Total Cost (Hours x Hourly Rate x 2.5) Nick Lau $ $7,500 Seth Groharing $ $7,500 Mary Bucki $ $7,500 Total 300 $22, Parts Table 2. Total cost of parts Item Manufacturer Part # Quantity Cost $USD Heart Rate Sensor Maxim Integrated MAX30100EFD+- ND Temperature IC Microchip Technology MAX31850KATB+- ND Vibration Sensor Adafruit Thermocouple Wire Digilent, Inc ND Pocket AVR programmer AVR Programming cable SparkFun Electronics ND SparkFun Electronics ND MCU DIP Socket On Shore Technology Inc ED ND MCU DIP Version Microchip Technology ATMEGA328P-PU- ND Arduino Uno Arduino RF Transmitter Wenshing TWS-BS RF Receiver Wenshing RWS pin header Wurth Electronics Inc ND

17 4 pin right angle header Sullins Connector Solutions S5440-ND pin male header Amphenol FCI ND Alkaline Battery Duracell MN1500B4Z Standard LCD 16x2 + extras - white on blue Ada fruit Voltage Regulator Texas Instruments LM3671MF- 3.3/NOPBCT-ND Connector Phoenix Contact ND k Resistor Yageo KGRCT-ND k Resistor Vishay Thin Film ND Resistor Yageo GRCT-ND k Resistor Yageo KGRCT-ND k resistor Yageo KHRCT-ND k Resistor Yageo KGRCT-ND k Resistor Yageo HRCT-ND k Resistor Yageo KHRTR-ND k Resistor Yageo KGRCT-ND k Resistor Yageo KGRCT-ND uF Capacitor Murata ND uF Capacitor Murata ND pF Capacitor Murata ND pF Capacitor TDK Corporation ND pF Capacitor Murata ND pF Capacitor Samsung Electro-Mechanics America, Inc ND nF Capacitor Murata ND uF Capacitor AVX Corporation ND uF Capacitor Kemet ND

18 10k Potentiometer Bourns 3310Y L-ND uH Inductor TDK Corporation ND Ferrite Bead Laird Signal Integrity Products ND Nomex Fabric(60 x60 ) Total parts cost Total Cost Table 3. Total cost Labor $22, Parts $ Total cost $22,

19 4 Conclusion 4.1 Accomplishments High level objectives are achieved but improvements could be made before there are mass productions. The sensor unit was able to track the heart rate in beats per minute, temperature in Fahrenheit, and a binary value for the motion of a person. Through the RF network and display unit, the data was able to be sent, received, and displayed on the display unit at ranges less than 15 feet. The power supply unit was able to output 3.3V with acceptable tolerances. 4.2 Uncertainties There was a time constraint before the final demonstration, preventing the order of a new PCB. Difficulties arose when dealing with buck converters for the power supply unit. Consulting the power electronics TA did not prove to particularly beneficial. There were small design flaws concerning the lack of a heat sink on the sensor unit PCB. Without the heat sink, overheating and frying the sensors was a good possibility, which was heavily avoided. Upon consulting with a TA, there were recommendations to drill holes in the PCB to allow for heat dissipation. Unfortunately, this also did not work. Due to time constraints and a desire to present a finished product at the final demonstration, readily available through hole components and perfboards were used to prepare for the final demonstration. The transmission range through RF could not exceed 20 feet during the best performance and the vibration sensor generally only responded to heavy, excited movements. 4.3 Ethical Considerations It is crucial to take in ethical considerations as mentioned in the IEEE code of ethics because this project deals with the health monitoring of the user. The follow statement correlates with concerns To accept responsibility in making decisions consistent with the safety, health, and welfare of the public, and to disclose promptly factors that might endanger the public or the environment [15]. Our team worked on different blocks to make sure the entire design would work at the end. It is very important for us to communicate efficiently any problems that would endanger the health of the user. 16

20 4.4 Future Work The RF network has room for improvement. RF Error checking should be implemented to make sure that the data sent is correct and not corrupted in transmission. Right now the data is sent in one packet. Perhaps breaking up the packet and sending data from each sensor will help to decrease the error rate of transmission as there are less bits to send per packet. The antenna design can be improved to increase the transmission range of the device. The current part used for the RF transmitter has a maximum input of 12V, so incorporating an output of 12V from the power supply should be able to increase the detection range. Also, the number of transmitters one receiver can communicate with could be increased with proper addressing. Another added feature is to record the data of what happened during the fieldwork. Data that has been collected from the microcontroller could be stored. This data could be used to analyze the amount of stress pressed upon the heart of the individual who was on call. In order to improve the sensor unit, the vibration sensor could be replaced with a more accurate accelerometer. The current vibration sensor only detects movement associated with close to non-zero accelerations. If there is movement with extremely small, or zero, acceleration, then that motion is not detected. The robustness of the heart rate tracking could be improved. Since the firefighter will be moving, a loosely attached heart rate sensor might get disrupted. The final design could be smaller and less obstructive to the firefighter, allowing for the firefighter to carry on with their job without having to worry about moving the health monitor device and disrupting heart rate tracking. Having the final design on PCB would make the final project less costly and more marketable. Another opportunity for this project is to push beyond the scope of only firefighters. With certain modifications, the project could be utilized for policemen or military personnel. Any form of data collection would be beneficial for these groups. Usages range from knowing when to get a person out of a dangerous situation to heavy analysis of what puts the most stress and strain on a person when on the field. 17

21 5 References [1] nfpa.org, Firefighter fatalities in the United States, [Online]. Available: [Accessed: 7- Feb- 2017] [2] usfa.fema.gov, Firefighter Fatalities in the United States in 2015, [Online]. Available: [Accessed: 3- May- 2017] [3] engineering.illinois.edu, Corvae making wireless heart monitoring possible, [Online]. Available: [Accessed: 7- Feb- 2017] [4] LM317 3-Terminal Adjustable Regulator. Texas Instruments. [Online]. Available: [Accessed: 1-Apr ] [5] LM3671/-Q1 2-MHz, 600-mA Step-Down DC-DC Converter. Texas Instruments. [Online]. Available: [Accessed: 20-Feb- 2017] [6] MAX30100 Pulse Oximeter and Heart-Rate Sensor IC for Wearable Health. Maxim Integrated. [Online]. Available: [Accessed: 23- Feb- 2017] [7] MCP9600 Thermocouple EMF to Temperature Converter, ±1.5 C Maximum Accuracy. Microchip Technology Inc [Online]. Available: [Accessed: 24-Feb.-2017] [8] mayoclinic.com, Exercise-intensity, [Online]. Available: [Accessed: Feb. 24, 2017] [9] Fass, Brian. A Heart Rate During a Heart Attack 2011 [Online]. Available: [Accessed: 24- Feb ] [10] firerecruit.com, Top 10 firefighter statistics [Online]. Available: [Accessed: 24- Feb- 2017] [11]pulsesensor.com, Getting Advanced [Online]. Available: [Accessed: 7- Mar- 2017] [12] winavr.scienceprog.com Running TX433 and RX433 RF modules with AVR microcontrollers, [Online]. Available: projects/running-tx433-andrx433-rf-modules-with-avr-microcontrollers.html [Accessed: 23- Feb- 2017] [13] 8-bit AVR Microcontroller. Atmel. [Online]. Available: bit-avr-microcontroller-atmega328pb_datasheet.pdf [Accessed: 23-Feb-2017] [14] learn.adafruit.com Overview [Online]. Available: [Accessed: 22-Feb- 2017] [15] Ieee.org, "IEEE Code of Ethics", [Online]. Available: [Accessed: 7- Feb- 2017] 18

22 Appendix A Requirements and verification Power Supply Component Requirement(s) Verification Voltage Regulators Accepts minimum input of 6 volts Step down to 3.3 ±2% V Step down to 1.8 ±2% V Send 6 volts into each individual voltage regulator Use a multimeter to determine output voltages: 3.3±2% and 1.8 ±2% V Control Unit Table A1. Power Supply Requirements and Verification Component Requirement(s) Verification Microcontroller Communicates with sensors and process the data Run a program through the microcontroller to calculate BPM, Temperature, and detect motion of user. Motion: Cause LED to blink when circuit is moved Heart Rate: Display Serial Data at baud rate and confirm pulse detection and bpm Temperature: Display Serial at 9600 baud rate and confirm correct temperature reading. Table A2. Control Unit Requirements and Verification 19

23 20

24 RF Unit Component Requirement(s) Verification RF Transmitter / Receiver Able to receive data from the RF transmitter at least 200 feet Send data from the transmitter 100 feet away. Verify that the transmitter can receive data 100 feet away Repeat for 150 feet and 200 feet Sensor Unit Table A3. RF Unit Requirements and Verification Component Requirement(s) Verification Vibration Sensor Able to detect when the user moves and sends a notification or signal Move the sensor, verify that it can detect movement with a test led. Leave the sensor motionless. Verify that it can detect no motion with a test led. Temperature Sensor Heart Rate Sensor Can measure temperatures with a maximum 140 F Able to detect heart rate of firefighter with permissible zone of ages during vigorous exercise with a range of beats per minute. Use high heat zone (oven that supports at least 140 F) Verify sensor measures accurate temperature values with serial data or LCD output Place the sensor on finger, induce a heartbeat higher than 153 bpm by exercise, verify that the sensor can detect a range higher than 153 bpm with display serial data Table A4. Sensor Diagram Requirements and Verification 21

25 Display Unit Component Requirement(s) Verification Display Supports 5 volts for operation with a fluctuation of 2% Able to display the English alphabet characters (capital and lowercased) as well as numerical values - character monitor vs graphical monitor Connect a 5v input from a DC supply into the power pins for display unit Connect display unit to a programmable MCU and write small program that displays text written Send English alphabet sentences and numerical values Microcontroller Interface with LCD panel to display user information Can communicate with RF receiver units Load proper LCD drivers with microcontroller Send numerous messages to LCD to test for integrity Connect RF receiver with microcontroller Write program that checks if information is received from receiver Send information from transmitter to receiver and check for functionality Table A5. Display Unit Requirements and Verification 22

MUSIC RESPONSIVE LIGHT SYSTEM

MUSIC RESPONSIVE LIGHT SYSTEM MUSIC RESPONSIVE LIGHT SYSTEM By Andrew John Groesch Final Report for ECE 445, Senior Design, Spring 2013 TA: Lydia Majure 1 May 2013 Project 49 Abstract The system takes in a musical signal as an acoustic

More information

DANGER DETECTING HEADPHONES

DANGER DETECTING HEADPHONES DANGER DETECTING HEADPHONES By Tae Hun Ahn Daniel Bang Yoon Mo Yang Final Report for ECE 445, Senior Design, Fall 2016 TA: Zipeng Wang 07 December 2016 Project No. 47 Abstract This report describes the

More information

TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION

TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION By Xiaohao Wang Xiaosheng Wu Zhao Weng Final Report for ECE 445, Senior Design, Spring 2017 TA: Jose Sanchez Vicarte May 2017 Project No. 7

More information

Pulse Sensor Individual Progress Report

Pulse Sensor Individual Progress Report Pulse Sensor Individual Progress Report TA: Kevin Chen ECE 445 March 31, 2015 Name: Ying Wang NETID: ywang360 I. Overview 1. Objective This project intends to realize a device that can read the human pulse

More information

VOICE CONTROLLED HOME AUTOMATION SYSTEM

VOICE CONTROLLED HOME AUTOMATION SYSTEM VOICE CONTROLLED HOME AUTOMATION SYSTEM By Zhe Gong Hongchaun Li Final Report for ECE 445, Senior Design, Fall 2014 TA: Haoyu Wang 10 December 2014 Project No. 13 Abstract This project builds a system

More information

All parts needed to build sensor board obtained. RTD sensor is expected to arrive on October 26.

All parts needed to build sensor board obtained. RTD sensor is expected to arrive on October 26. Progress Report I DATE : October 25, 2012 FROM : ECE480 Capstone Project Team 5 TO : Prof. Strangas SUBJECT : Progress on Wireless Sensing System for Concrete Curing Purpose Statement This progress report

More information

Wireless Bluetooth Controller for DC Motor

Wireless Bluetooth Controller for DC Motor Wireless Bluetooth Controller for DC Motor ECE 445 Final Report May 1, 2007 Team Members: Abhay Jain Reid Vaccari TA: Brian Raczkowski Professor Gary Swenson TABLE OF CONTENTS 1. INTRODUCTION...3 1.1 Motivation...3

More information

SELF-SUSTAINABLE SOLAR STREET LIGHT CHARGING

SELF-SUSTAINABLE SOLAR STREET LIGHT CHARGING SELF-SUSTAINABLE SOLAR STREET LIGHT CHARGING By Anirban Banerjee Priya Mehta Surya Teja Tadigadapa Final Report for ECE 445, Senior Design, Fall 2017 TA: Zipeng Wang December 2017 Project No. 4 Abstract

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

Directional Driver Hazard Advisory System. Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He

Directional Driver Hazard Advisory System. Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He Directional Driver Hazard Advisory System Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He 1 Table of Contents 1 Introduction... 3 1.1 Objective... 3 1.2

More information

AUTOMATIC CLOTH FOLDING MACHINE

AUTOMATIC CLOTH FOLDING MACHINE AUTOMATIC CLOTH FOLDING MACHINE. By Xudong Li Anran Su Suicheng Zhan Final Report for ECE 445, Senior Design, Spring 2017 TA: Yuchen He 3 May 2017 Project No. 43 Abstract The purpose of this project is

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Microcontroller Based Controls 2 DC Motors 0-5V Analog, 1-2mS pulse or Serial Inputs for Motor Speed 10KHz, 1.25KHz or 156Hz selectable

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

PARKING SPACE MONITORING SYSTEM

PARKING SPACE MONITORING SYSTEM PARKING SPACE MONITORING SSTEM By Alex Kapustka Nauman Qureshi Elias Velez Final Report for ECE 445, Senior Design, Fall 2017 TA: Zhen Qin 13 December 2017 Project No. 39 Abstract This report presents

More information

Inductive Charging Case

Inductive Charging Case Inductive Charging Case Team 66: Anshil Bhansali, Brian Slavin and Jose Javier Rueda - TA: Jackson Lenz Senior Design Project Proposal - ECE 445 Spring 2017 Table of Contents 1. Introduction... 3 1.1 Objective...3

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao Embedded Test System Design and Implementation of Digital to Analog Converter TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao EE 300W Section 1 Spring 2015 Big Hero 3 DAC 2 INTRODUCTION (KS)

More information

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release Effective

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3

DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3 DOCUMENT NAME: DESIGN DESCRIPTION, WIFI SINGLE DIMMER BOARD DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3 Department Name Signature Date Author Reviewer Approver Revision

More information

ELR 4202C Project: Finger Pulse Display Module

ELR 4202C Project: Finger Pulse Display Module EEE 4202 Project: Finger Pulse Display Module Page 1 ELR 4202C Project: Finger Pulse Display Module Overview: The project will use an LED light source and a phototransistor light receiver to create an

More information

Performance Analysis of Ultrasonic Mapping Device and Radar

Performance Analysis of Ultrasonic Mapping Device and Radar Volume 118 No. 17 2018, 987-997 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Performance Analysis of Ultrasonic Mapping Device and Radar Abhishek

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

QUEEN BEE FINDER. James Dillenburg. Abhijeet Srivastava. Krishna Yarramasu. Final Report for ECE 445, Senior Design, Spring 2015.

QUEEN BEE FINDER. James Dillenburg. Abhijeet Srivastava. Krishna Yarramasu. Final Report for ECE 445, Senior Design, Spring 2015. QUEEN BEE FINDER By James Dillenburg Abhijeet Srivastava Krishna Yarramasu Final Report for ECE 445, Senior Design, Spring 2015 TA: Ben Cahill 06 May 2015 Project No. 19 Abstract For our project we decided

More information

S-Pixie QRP Kit. Student Manual. Revision V 1-0

S-Pixie QRP Kit. Student Manual. Revision V 1-0 S-Pixie QRP Kit Student Manual Revision V 1-0 Introduction The Pixie 2 is a small, versatile radio transceiver that is very popular with QRP (low power) amateur radio operators the world over. It reflects

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

ESE141 Circuit Board Instructions

ESE141 Circuit Board Instructions ESE141 Circuit Board Instructions Board Version 2.1 Fall 2006 Washington University Electrical Engineering Basics Because this class assumes no prior knowledge or skills in electrical engineering, electronics

More information

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis 1 Executive Summary Problem Statement & Solution System Requirements System Analysis Testing & Validation Problems Lessons Learned Conclusion System Design 2 1 Constructing a wireless system makes this

More information

DC Injector (Bias Tee) kit. Technical Manual

DC Injector (Bias Tee) kit. Technical Manual DC Injector (Bias Tee) kit Technical Manual Document Author Dave Powis, G4HUP Date 7 Jan 2017 Version Issue 2_0 Document Ref HUP-05-020 http://huprf.com Tel +44 (0)1473 737717 g4hup@outlook.com Contents

More information

Cypress Robot Kit Final Report

Cypress Robot Kit Final Report Cypress Robot Kit Final Report Team Members: Alvin Wu Byung Joo Park Todd Nguyen Teaching Assistant: Katherine O Kane ECE 445 Group #5 December 7, 2016 Abstract The Programmable System-on-Chip (PSoC) made

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 297-304 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

High Voltage Waveform Sensor

High Voltage Waveform Sensor High Voltage Waveform Sensor Computer Engineering Senior Project Nathan Stump Spring 2013 Statement of Purpose The purpose of this project was to build a system to measure the voltage waveform of a discharging

More information

Preliminary Design Report with Diagram(s)

Preliminary Design Report with Diagram(s) EEL 4914C Electrical Engineering Design (Senior Design) Preliminary Design Report with Diagram(s) 28 January 2008 Team Members: Name: Mark Oden Name: Carlos Manuel Torres Jr. Email: cerberus.rock@gmail.com

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Lost Object Search Technology

Lost Object Search Technology Lost Object Search Technology Brittany Joy Cecil Macgregor Adithya Sairam ECE 445 Design Review - Spring 2017 TA: Daniel Gardner March 1, 2017 Table of Contents 1 INTRODUCTION...3 1.1 BACKGROUND AND OBJECTIVE...3

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

GSM based Patient monitoring system

GSM based Patient monitoring system For more Project details visit: http://www.projectsof8051.com/patient-monitoring-through-gsm-modem/ Code Project Title 1615 GSM based Patient monitoring system Synopsis for GSM based Patient monitoring

More information

WIRELESS ELEVATOR REMOTE CONTROL. Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT. Spring TA: Dwayne Hagerman. Project No.

WIRELESS ELEVATOR REMOTE CONTROL. Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT. Spring TA: Dwayne Hagerman. Project No. WIRELESS ELEVATOR REMOTE CONTROL By Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT Spring 2007 TA: Dwayne Hagerman May 1, 2007 Project No. 16 ABSTRACT The Wireless Elevator Remote Control (WERC)

More information

A Closed-Loop System to Monitor and Reduce Parkinson s Tremors

A Closed-Loop System to Monitor and Reduce Parkinson s Tremors A Closed-Loop System to Monitor and Reduce Parkinson s Tremors Tremors Group: Anthony Calvo, Linda Gong, Jake Miller, and Mike Sander Faculty Advisor: Dr. Gary H. Bernstein 8 March 2018 Design Review I

More information

ALX-SSB 5 Band Filter Assembly Manual 19 November 2018

ALX-SSB 5 Band Filter Assembly Manual 19 November 2018 ALX-SSB 5 Band Filter Assembly Manual 19 November 2018 Contents Theory of Operation:... 1 Figure 1... 2 Parts Included:... 4 Board Overview:... 5 Figure 2... 5 Figure 3... 5 Board Assembly:... 6 Cable

More information

Radar Shield System Design

Radar Shield System Design University of California, Davis EEC 193 Final Project Report Radar Shield System Design Lit Po Kwong: lkwong853@gmail.com Yuyang Xie: szyuyxie@gmail.com Ivan Lee: yukchunglee@hotmail.com Ri Liang: joeliang914@gmail.com

More information

RN-21. Class 1 Bluetooth Module. Applications. Features. Description. Block Diagram. DS-RN21-V2 3/25/2010

RN-21. Class 1 Bluetooth Module. Applications. Features. Description. Block Diagram.   DS-RN21-V2 3/25/2010 RN-21 www.rovingnetworks.com DS-RN21-V2 3/25/2010 Class 1 Bluetooth Module Features Supports Bluetooth 2.1/2.0/1.2/1.1 standards Class1, up to 15dBm(RN21) (100meters) Bluetooth v2.0+edr support Postage

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

Warm Tube Clock. Before we start, please make sure that you have all required parts that come for the main board :

Warm Tube Clock. Before we start, please make sure that you have all required parts that come for the main board : Warm Tube Clock Assembly Instructions for the main board Introduction Congratulations on your purchase of OSH Nixie Tube Clock. In this document you will see all steps you need to follow in order to successfully

More information

Persistence of Vision LED Sphere

Persistence of Vision LED Sphere Persistence of Vision LED Sphere Project Proposal ECE 445 February 10, 2016 TA: Vivian Hou Michael Ling Li Quan 1 Table of Contents 1.0 Introduction... 3 1.1 Purpose and Motivation:... 3 1.2 Objectives:...

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING

DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING Proceedings of the 6th European Embedded Design in Education and Research, 2014 DESIGN OF AN EMBEDDED BATTERY MANAGEMENT SYSTEM WITH PASSIVE BALANCING Kristaps Vitols Institute of Industrial Electronics

More information

FABO ACADEMY X ELECTRONIC DESIGN

FABO ACADEMY X ELECTRONIC DESIGN ELECTRONIC DESIGN MAKE A DEVICE WITH INPUT & OUTPUT The Shanghaino can be programmed to use many input and output devices (a motor, a light sensor, etc) uploading an instruction code (a program) to it

More information

ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP

ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP PROJECT REFERENCE NO. : 37S1390 COLLEGE : SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY, TUMKUR. BRANCH : TELECOMMUNICATION ENGINEERING

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

Hydra: A Three Stage Power Converter

Hydra: A Three Stage Power Converter 6.101 Project Proposal Paul Hemberger, Joe Driscoll, David Yamnitsky Hydra: A Three Stage Power Converter Introduction Hydra is a three stage power converter system where each stage not only supports a

More information

Ocean Controls KT-5221 Modbus IO Module

Ocean Controls KT-5221 Modbus IO Module Ocean Controls Modbus IO Module 8 Relay Outputs 4 Opto-Isolated Inputs 2 Analog Inputs (10 bit) 1 PWM Output (10 bit) 4 Input Counters Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs,

More information

Application Note. Communication between arduino and IMU Software capturing the data

Application Note. Communication between arduino and IMU Software capturing the data Application Note Communication between arduino and IMU Software capturing the data ECE 480 Team 8 Chenli Yuan Presentation Prep Date: April 8, 2013 Executive Summary In summary, this application note is

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

Multi-Stage Power Conversion Proposal

Multi-Stage Power Conversion Proposal Multi-Stage Power Conversion Proposal Joe Driscoll, Paul Hemberger, David Yamnitsky Introduction MSPC is a three stage power converter system where each stage not only supports a useful application, but

More information

PS2-SMC-06 Servo Motor Controller Interface

PS2-SMC-06 Servo Motor Controller Interface PS2-SMC-06 Servo Motor Controller Interface PS2-SMC-06 Full Board Version PS2 (Playstation 2 Controller/ Dual Shock 2) Servo Motor Controller handles 6 servos. Connect 1 to 6 Servos to Servo Ports and

More information

Design Document. Autonomous Tiny Robots. ECE Spring TA: Luke Wendt. Team 64 Timothy Claussen Haoyu Wu Ruiyang Ding

Design Document. Autonomous Tiny Robots. ECE Spring TA: Luke Wendt. Team 64 Timothy Claussen Haoyu Wu Ruiyang Ding 1 Design Document Autonomous Tiny Robots ECE 445 - Spring 2017 TA: Luke Wendt Team 64 Timothy Claussen Haoyu Wu Ruiyang Ding 2 1. Introduction 1.1 Objective Swarm robotics is an emerging field of robotics

More information

SAE Formula Car Data Acquisition & Display System. Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag

SAE Formula Car Data Acquisition & Display System. Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag SAE Formula Car Data Acquisition & Display System Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag Agenda Problem Background Problem Statement System Diagram Project Functional

More information

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz EMG Sensor Shirt Senior Project Written Hardware Description April 28, 2015 ETEC 474 By: Dylan Kleist Joshua Goertz Table of Contents Introduction... 3 User Interface Board... 3 Bluetooth... 3 Keypad...

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore)

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Laboratory 14 Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Required Components: 1x PIC 16F88 18P-DIP microcontroller 3x 0.1 F capacitors 1x 12-button numeric

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Directional Driver Hazard Advisory System ECE 445 Design Document. Benjamin Moore and Vasil Pendavinji. Spring 2017 Team: 24 TA: Yuchen He

Directional Driver Hazard Advisory System ECE 445 Design Document. Benjamin Moore and Vasil Pendavinji. Spring 2017 Team: 24 TA: Yuchen He Directional Driver Hazard Advisory System ECE 445 Design Document Benjamin Moore and Vasil Pendavinji Spring 2017 Team: 24 TA: Yuchen He Table of Contents 1 Introduction...2 1.1 Objective...2 1.2 Background...2

More information

The Candle Extinguisher ECE 445 Spring 2017 Group #46 TA: Dan Frei

The Candle Extinguisher ECE 445 Spring 2017 Group #46 TA: Dan Frei The Candle Extinguisher ECE 445 Spring 2017 Group #46 TA: Dan Frei Casey Labuda Aaron VanDeCasteele Matthew Nee Introduction Safely extinguish any candle Helps prevent fires Allows lifetime of candle to

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

Implementation of Mind Control Robot

Implementation of Mind Control Robot Implementation of Mind Control Robot Adeel Butt and Milutin Stanaćević Department of Electrical and Computer Engineering Stony Brook University Stony Brook, New York, USA adeel.butt@stonybrook.edu, milutin.stanacevic@stonybrook.edu

More information

Multipurpose Iron Man Glove & Moveable Platform

Multipurpose Iron Man Glove & Moveable Platform Trinity University Digital Commons @ Trinity Mechatronics Final Projects Engineering Science Department 5-2018 Multipurpose Iron Man Glove & Moveable Platform Destinee Davis Trinity University, ddavis2@trinity.edu

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

EEC 134 Final Report

EEC 134 Final Report EEC 134 Final Report Team Falcon 9 Alejandro Venegas Marco Venegas Alexis Torres Gerardo Abrego Abstract: EEC 134 By Falcon 9 In the EEC 134 course the focus is on RF/microwave systems design. The main

More information

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction:

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Low power wireless networks provide a new monitoring and control capability for civil and military applications in transportation,

More information

Multi-Channel RS-232 Serial RF Transceiver

Multi-Channel RS-232 Serial RF Transceiver RF-232 Multi-Channel RS-232 Serial RF Transceiver The RF-232 subassembly is a multi-channel serial radio transceiver. This device accepts and outputs standard serial data at one of three selectable data

More information

Internet of Things (Winter Training Program) 6 Weeks/45 Days

Internet of Things (Winter Training Program) 6 Weeks/45 Days (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53g, Sec- 11, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com Office: +91-120-4245860

More information

ear Design Specifications

ear Design Specifications . ear Inc. Simon Fraser University Burnaby, BC V5A 1S6 ear s Submitted by Contact Submitted to ear Inc: George Tsai, MinHong Zhou, Rick Liu, Daniel Tang, Aaron Lee George Tsai School of Engineering Science

More information

Building a Bitx20 Version 3

Building a Bitx20 Version 3 Building a Bitx20 Version 3 The board can be broken into sections and then built and tested one section at a time. This will make troubleshooting easier as any problems will be confined to one small section.

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage)

Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage) Explore More! Points awarded: Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage) Name: Net ID: Laboratory Outline A voltage comparator considers two voltage waveforms,

More information

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ON DRIVER DROWSINESS AND ALCOHOL DETECTION SYSTEM Mr. Pandurang N. Kathar *, Prof. D.L.Bhuyar, Prof. A.M.Rawate * M.E.

More information

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March Installation Manual Ultra RF Analogue Transmitter QC0168 Manual Ref: QC0168 Version: March 17 1.0 System Concept RF Transmitters connect to sensors or meters and send data to the infrastructure internet

More information

Carnegie Mellon University. Embedded Systems Design TeleTouch. Cristian Vallejo, Chelsea Kwong, Elizabeth Yan, Rohan Jadvani

Carnegie Mellon University. Embedded Systems Design TeleTouch. Cristian Vallejo, Chelsea Kwong, Elizabeth Yan, Rohan Jadvani Carnegie Mellon University Embedded Systems Design 18-549 TeleTouch Cristian Vallejo, Chelsea Kwong, Elizabeth Yan, Rohan Jadvani May 15, 2017 1 Abstract Haptic technology recreates the sense of touch

More information

DEM TC DEM TRANSVERTER CONTROL

DEM TC DEM TRANSVERTER CONTROL DEM TC DEM TRANSVERTER CONTROL The DEM Transverter Control (DEM TC) is the circuit board that controls all transverter functions in the DEMI 2.3 GHz. -10 GHz. transverters. It was designed with many options

More information

GF of 9 THE GADGET FREAK FILES CASE #165. Analog Clock Measures Time in Meters

GF of 9 THE GADGET FREAK FILES CASE #165. Analog Clock Measures Time in Meters GF 165 04-05-2010 1 of 9 THE GADGET FREAK FILES CASE #165 Analog Clock Measures Time in Meters Alan Parekh took a different approach to time keeping with his electronic clock that registers hours, minutes,

More information

SECURITY BLANKET. Huiyuan Liu. Yingquan Yu. Final Report for ECE 445, Senior Design, Spring TA: Dongwei Shi. Project No. 66

SECURITY BLANKET. Huiyuan Liu. Yingquan Yu. Final Report for ECE 445, Senior Design, Spring TA: Dongwei Shi. Project No. 66 SECURITY BLANKET By Huiyuan Liu Yingquan Yu Final Report for ECE 445, Senior Design, Spring 2018 TA: Dongwei Shi 01/May/2018 Project No. 66 Abstract This project involves creating a circuit board and accompanying

More information

Knight Light. LED Chess. Nick DeSantis Alex Haas Bryan Salicco. Senior Design Group 16 Spring 2013

Knight Light. LED Chess. Nick DeSantis Alex Haas Bryan Salicco. Senior Design Group 16 Spring 2013 Knight Light LED Chess Nick DeSantis Alex Haas Bryan Salicco Senior Design Group 16 Spring 2013 Motivation Chess is a tricky game to learn. Video games have taken over and kids don't learn about classic

More information

DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL

DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL DIGITAL DIRECTION SENSING MOTION DETECTOR MANUAL DP-005 GLOLAB CORPORATION Thank you for buying our DP-005 Digital Direction Sensing Motion Detector The goal of Glolab is to produce top quality electronic

More information

Smart Hiking Bladder. ECE 445 Fall 2016 Final Report. Bobi Shi Shuchen Song Dufei Wu. TA: Kexin Hui

Smart Hiking Bladder. ECE 445 Fall 2016 Final Report. Bobi Shi Shuchen Song Dufei Wu. TA: Kexin Hui Smart Hiking Bladder ECE 445 Fall 2016 Final Report Bobi Shi Shuchen Song Dufei Wu TA: Kexin Hui December 4, 2016 Abstract The purpose of this project is to make a smart hiking bladder that allows users

More information

Introduction. Theory of Operation

Introduction. Theory of Operation Mohan Rokkam Page 1 12/15/2004 Introduction The goal of our project is to design and build an automated shopping cart that follows a shopper around. Ultrasonic waves are used due to the slower speed of

More information

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1 HAW-Arduino Sensors and Arduino 14.10.2010 F. Schubert HAW - Arduino 1 Content of the USB-Stick PDF-File of this script Arduino-software Source-codes Helpful links 14.10.2010 HAW - Arduino 2 Report for

More information

Wireless Laptop Charging System ECE 445 Design Document

Wireless Laptop Charging System ECE 445 Design Document Wireless Laptop Charging System ECE 445 Design Document Onur Cam, Jason Kao, Enrique Ramirez Group 37 TA: Zhen Qin 2/22/18 1 1. Introduction 1.1 Objective Laptops are everywhere in classrooms. Many laptops

More information

Cornhole/Bags Electronic Scoring System

Cornhole/Bags Electronic Scoring System Cornhole/Bags Electronic Scoring System Design Review Team #11 Travis and Kabir TA: Ryan May February 21, 2012 University of Illinois Department of Electrical and Computer Engineering ECE 445 0 Table of

More information

Wi-Fi Enabled Motorized Windows for Automatic Climate Control

Wi-Fi Enabled Motorized Windows for Automatic Climate Control ECE 445: Senior Design Spring 2017 Final Report Wi-Fi Enabled Motorized Windows for Automatic Climate Control Team 34 Trevor Bush (tsbush2) Alex Casino (casino2) Ryan Stark (rmstark3) TA: Kexin Hui Abstract

More information

MD04-24Volt 20Amp H Bridge Motor Drive

MD04-24Volt 20Amp H Bridge Motor Drive MD04-24Volt 20Amp H Bridge Motor Drive Overview The MD04 is a medium power motor driver, designed to supply power beyond that of any of the low power single chip H-Bridges that exist. Main features are

More information

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Exercise 5-1: Familiarization with Lab Box Contents Objective: To review the items required for working

More information