Pulse Sensor Individual Progress Report

Size: px
Start display at page:

Download "Pulse Sensor Individual Progress Report"

Transcription

1 Pulse Sensor Individual Progress Report TA: Kevin Chen ECE 445 March 31, 2015 Name: Ying Wang NETID: ywang360

2 I. Overview 1. Objective This project intends to realize a device that can read the human pulse rate from a fingertip. The pulse rate in the unit of beats per minute (BPM) and a calculated Target Heart Rate will be displayed by a 16 by 2 LCD display. According to the National Institute of Health, the average resting heart rate for children 10 years and older, and adults (including seniors) is beats per minute. Well-trained athletes is beats per minute. A real-time plot of pulse signal versus time will be displayed on a laptop screen. 2. Modules and Module Input/Output Requirements There are four modules in this design: Power Module, Sensor Module, Microcontroller, and Display Module. Figure I-1 shows a block diagram of their relations Power Module Figure I-1 Modules and module relation The required power supply for this device is DC 5V. In order to obtain a constant and stable 5V output, a regulator circuit is designed. The regulator circuit will take an input voltage of 9V battery and output a constant 5V voltage. For details and simulation results please see the module design part below Sensor Module The sensor is in direct contact with a human finger (input). It first contains a sensor that can sense the blood circulation and convert it to electrical signals. This will be followed by a circuit for amplification and noise reduction. The output of the sensor in this design will be a real-time

3 analog voltage signal that swings within a reasonable range between 0 V and Vcc = 5 V. The Sensor Module will be placed on a PCB board for the final device Microcontroller The Microcontroller (will be Arduino Uno in this design) takes the output of the Sensor Module. The output of Sensor Module will first subject to A/D conversion. Through Microcontroller programming, the digital signal is processed, the pulse rate (BPM) should be calculated then sent to the output ports of the Microcontroller and a calculated result of Target Heart Rate in beats per minute will also be sent to the output port of the microcontroller. The output signal needs to be compatible with the input requirement of a 16 by 2 LCD display unit. The Microcontroller also needs to handle the communication with a PC via a serial port in order to send the real-time pulse signal to PC for display. A free software called Processing 1 can be used to handle the display for data coming from a serial port. 2.4 Display Module Display Module takes the output of Microcontroller. It will contains two components. The first is an on-board display unit which shows the Pulse Rate and Target Heart Rate. The second is a window opened on a PC screen that can do real-time display of pulse signal transported from the serial port. This is also to confirm the device has received reasonable signal. II. Module Design 1. Power Module The regulator circuit will take an input voltage of 9V battery and output a constant 5V voltage. Schematics: using a zener diode D1, resistor R1 and transistor Q1 to form a voltage regulator, R2 is the load resistor. V1 Q1 V3 V Qbreakn V 9Vdc VOFF = 0 VAMPL = 0.2 FREQ = 100 AC = V1 V2 R1 100 V2 D1 Zener Voltage = 5.6 R

4 Figure II-0 voltage regulator circuit (5V) Simulation Result: Q1 is using 2N3055 mode, other parameters are shown in the figure above. The vibration of the input voltage is modeled by a sine signal. The green line is the total input voltage and the red is the output voltage of the regulator, which is fixed at ~ 4.9 V. Tolerance Analysis: We can calculate the output voltage to be: V3 = ((V1-0.6)/R1 + 5/ZZT)*(beta + 1)/(1/R2 + (beta+1)/r1 + (beta+1)/zzt), where ZZT = 11 ohm from the Zener model and beta = 130. The load resistance is estimated to be 10 ohm, leading to a current of 0.5 A. Assuming V3 = 5 ± 0.4 V, this lead to R1 should be larger than ~80 ohm. The minimum current passing R1 should be 0.5 ma/(beta+1) + Is = A. This lead to the maximum R1 allowed to be about 700 ohm. 2. Sensor Module The sensor I will use to convert blood pulse into electrical signal is a pair of infrared (IR) emitter and detector. The emitter and detector will be put side by side facing upwards. When a fingertip is place on top of both, IR light will be reflected by the finger and the blood circulation inside the

5 finger can cause a periodic change of IR intensity reflected, therefore, a period current response in the detector. The response is rather weak and could be noisy. Shown below by Figure II-1 is the original design from makezine.com 2. This design has some problems and cannot satisfy the requirement stated above. I will do two modifications. Figure II-1 Original sensor module design 2-1. Load Resistors of Emitter and Detector The first modification is rather trivial. I need to adjust the value of load resistors (shown in Figure II-2) for the emitter and detector to ensure they work fine and more importantly to make sure a reasonable DC component of the detector output (not too close to ground and not too close to Vcc). The recommended forward voltage of the emitter from the datasheet is 1.2 V with a forward current of 20 ma. This leads to a load resistance R1 = (5 V 1.2 V) / 20 ma = 190 Ω This happens to be not very different from 220 Ω in the original design so I will just keep R1 = 220 Ω. 2 Makezine.com/projects/ir-pulse-sensor

6 Figure II-2 Sensor composed by an IR emitter and detector. In order to get a reasonable R2, I use a voltmeter (from the toolbox) to measure Vo in Figure II-2. It was found that when I use R2 = 8.2 kω, Vo has a reasonable range between ~2 V to ~3 V when a finger is placed on the sensor Re-design the circuit after detector The circuit in Figure II-1 will not work properly mainly because of two reasons. 1. The first OPAMP, in my opinion, is for noise reduction. But a quick analysis of its transfer function reveals that it is band reject filter that reject the frequency from ~1.6 Hz to ~194 Hz. This doesn t make sense to me because there are still useful signal above 1.6 Hz(for example, pulse above 96). 2. The second OPAMP is to amplify the signal however, it can be calculated that the gain at f = 1 Hz is about 100, which is possibly too large that could result in cut-off (clipping) of the real signal. This is indeed observed as will be shown in the Test and Verification Section. Before design my own circuit, I first look at the real-time output Vo of the detector (with a fingertip on the sensor), which will serve as the input of the following circuit. Figure II-3 shows the Vo versus time recorded by Arduino Uno and displayed on my laptop by Processing. Although the signal shown here is pretty clean, sometimes noisy signal was seen. Details of how the test was done will be provided in the Test and Verification Section. Basically, by using Arduino and Processing, the laptop can be used as an oscilloscope. As we can see the output voltage has a DC level of ~ 2 V a peak-to-peak voltage is ~ 0.13 V. This tells me that I need to design the amplifier gain to be ~10 to 20. A gain of 100 is definitely too high!

7 Figure II-3 Pulse signal measured from the output V o of the detector with a finger on. No load was added to V o. Directly after the IR detector output, I plan to first add a low-pass filter to filter out the highfrequency noise. I choose to use the Sallen-Key structure 3. C2 0.13Vac 2Vdc Load of IR detector V1 R2 8.2k R3 Open Circtui output of IR detector R4 C1 U1 + - OUT OPAMP output to amplif ier Figure II-4 Butterworth low-pass filter using Sallen-Key architecture Figure II-4 shows a low-pass filter using Sallen-Key architecture. The output resistance of the IR detector is just R2 = 8.2 kω. It is decided for now that any signal with f > ~20 Hz should be suppressed. Guided by the design rule in the footnote document, we assume R4 = R, R2+R3 = mr, C1 = C, and C2 = nc. The cut-off frequency fc = 1/(2πRC(mn) 0.5 ) and for Butterworth filter Q = (mn) 0.5 /(m+1) = So in order to meet fc = 20 Hz, the following design can be calculated: n m C1 C2 R3 R uf 0.66 uf 11.4 kω 50 kω 3

8 The next stage will be an amplifier that has a gain of ~ 10 at f = 1 Hz. In addition, the DC component should not be amplified, only the AC component needs to be. So the amplifier needs to have a high-pass feature which is reject the very low frequency signal. It is decided here the low-frequency roll-off frequency to be 0.1 Hz. The circuit can be realized as in Figure II-5. output of f ilter C3 U2 + OUT go to Arduino A0 R5 - R6 OPAMP R7 Figure II-5 amplifier circuit with a high-pass design to only amplify AC component The transfer function of Figure II-5 is H = R7 + R6 s R5 C3 R7 1 + s R5 C3 To realize a gain of 10, R6 can be 9 kω and R7 can be 1 kω. The low-frequency roll-off fc = 1/(2πR5C3) = 0.1 Hz. So it can be designed that R5 = 160 kω and C3 = 100 uf. The total Sensor Module design should connect Figure II-3, II-4 and II-5 together Re-design the circuit after filter After further testing of the pulse sensor circuit, I find that the current gain 10 is too big. So I modified the gain to 4 and redesigned the amplifier part of the circuit as following: output of f ilter C3 U2 + 5V R51 - R6 OUT OPAMP go to Arduino A0 R52 R53 R71 R72

9 C3 = 100 uf, R51=160 kω, R52 = R53 = 9 kω, R6 = 9 kω, R71=1.8 kω, R72=1 kω, now the gain is (R6+R71+R72)/(R71+R72) = 11.8/2.8 = 4.2 The testing result could be seen in the following testing part. 3. Microcontroller Module I am going to use Arduino Uno in this design. The Microcontroller takes the output of the Sensor Module, which is periodic analog voltage signal Arduino Uno Inputs and Outputs The inputs and outputs of an Arduino Uno is shown below as Figure II-6. Figure II-6 Input and Output ports of Arduino Uno Arduino Uno has 6 analog inputs A0 to A5 (inputs between 0 V - 5 V), the analog signal is sampled and digitalized and then output to the serial port on the top right of Figure II-6. The digitalization has 1024 levels thus one sample is a number between 0 and Each output data consists of 5 characters in total: a 4-digit decimal number, represented by four characters, and a new line character. Each character uses 10 bits, 8 of which are for the actual character and the other 2 are for other use. The bit rate of the serial port is 9600 Hz by default. The sampling rate therefore can be calculated by 9600/5/10 = 192 samples/sec. As have been mentioned before the serial port can be read by a PC using Processing. Processing can also draw a dynamically updated graph each time a sample arrives. About the output for the 7-segment displays, three displays will be used because a pulse rate could not exceed 999 BPM. I am planning to use the 12 of the 14 digital I/O ports, denoted here as O0, O1,, O11 to output the binary coded decimal (BCD) signal. O0, O1, O2 and O3 will be used for the lowest decimal digit. O4, O5, O6, O7 for the second decimal digital. O8, O9, O10, and O11 for the third.

10 The inputs and output connections have also been shown in Figure II Obtaining Pulse Rate by Programming Here is the basic algorithm I am going to use to get the pulse rate (BPM). Imaging a pulse signal that looks like what is show in Figure II-3, First, the digital signal might be subject to an averaging to make it very smooth Second, I am planning to record all the local maxima including their time stamps T[i] and values V[i] with certain time interval, say, 2 seconds. See Figure II-7 below for the flow chart. Figure II-7 Flow chart for recording all local maxima with a time interval of 2 seconds. Next, we can scan V[i] and discard those maxima that are apparently smaller than others. Only keep the V[i] that are the largest and within certain variation range. Then the pulse rate can be calculated by the two arrays T[i], i = 1 to m: m BPM = 60 i=1 (T[i] T[i 1])/(m 1) Finally, the BPM number, which should be a 3-digit integer here, needs to have each of the three digits into a BCD number and then output to O0 to O11, which can be read by Display Module.

11 This is rather simple and can be illustrated by Figure II-8 below. After this the program should go to calculate the averaged pulse rate of the next 2 seconds. Figure II-8 convert BPM to output that can be read by Display module Target Heart Rate Range Calculation Formula: (220-age)*50% (220-age)*80%. This formula is concluded from the data information on American Heart Association website : Rates_UCM_434341_Article.jsp 4. Display Module For the display module I will use a 16 by 2 LCD display (LCM by-2) for displaying the pulse rate and Target Heart Rate. III. Test and Verification 1. Test/verification plan Requirement Verification Points Power Supply Output a stable 5V(+/-0.4V) voltage to the rest of circuit and within +/-0.2A of needed current Put a voltmeter across the output of regulator circuit, the voltage should be within 5V+-0.4V. The components of the circuit should all work properly without any short or 15 Pulse Sensor The pulse sensor should output an accurate periodic analog signal to microcontroller. The periodic overload. The output of the pulse sensor circuit could be verified by using a free software called Processing It could sketch the output of the pulse sensor 40

12 wave should correspond to the pulse of the testing people within 5 beats per minute. Microcontroller The Microcontroller takes the output of the Sensor Module and calculate the beats per minute and output to the display module. The beats per minute should be accurate within 5 beats/min Display Module Takes the output of the microcontroller and convert it to seven segment display circuit synchronously to a PC screen. Then we can count the pulse per minute based on the waveform and compare it with the result of iphone App Heart Rate The calculated beats per minute (binary value) can be displayed by processing then we can compare the output of the microcontroller with the waveform generated by pulse module. To be compared with the binary value number displayed by processing Schedule March 1 st week March 2 nd week March 3 rd week March 4 th week April 1 st week April 2 nd week April 3 rd week April 4 th week Test the Sensor Module output, modify circuit design if necessary. Should be a periodic signal that swings within a reasonable range. This can be verified by using Arduino and Processing to do realtime monitoring. Simulate Power supply module, Microcontroller programming and test the LED display. Both can be verified by the real-time signal recorded by Arduino and Processing. Finalize circuit design and start to design PCB board Prepare for mock Demo, finalize PCB board Test PCB board Demonstration Write final report 3. Initial Test Results 3-1. Test setup using Arduino and Processing.

13 Figure III-1 Circuit test setup, using Arduino and Processing as an Oscilloscope. Figure III-1 shows the test setup used for the Sensor Module. How to connect Arduino has been explained previously. The code for creating such dynamic figure using Processing can be found on the Arduino website 4. Basically, whenever the serial port receives a number, the code will update the figure with a new date point. The voltage output of the IR detector has been shown by Figure II-3. Here I show in Figure III- 2 the results of Sensor Module output using the original and problematic design. Figure III-2 Output of the original design 4

14 As can be seen here, the signal is very noisy. In addition, when compare Figure III-2 to Figure II-3, we can see the output of the original design is significantly distorted, which I believe is due to that the gain is too high. The new design has been described in the text above. 4. Further Testing Results After modifying the pulse sensor circuit and change the gain to 5, I did the testing and the result is as following: The above figure is clean but some peaks got clipped off because the gain is still a little bit too high. So I modified the circuit again so the gain is reduced to 4. I did the testing again as following:

15 The above figure is showing the pulse rate with a light press of finger on the IR emitter and detector. The following figure is showing the pulse rate with a harder press of finger on the IR emitter and detector. As could be seen from the two figures, the IR emitter and detector are sensitive to the pressure of the finger, the harder press of the finger gives a better and cleaner waveform.

16 IV. Cost Analysis Labor Name Hourly Rate Total hours invested Total = Hourly Rate x 2.5 x Total Hours Invested Ying Wang $ $41250 Parts List Part name Numbers Total cost ($) IR emitter 1 2 IR detector 1 2 Arduino Uno OPAMP LM LCM by-2 1 Free 5.6 V Zener diode N3005 NPN transistor V battery V battery clip pin solder tail strip socket Resistors, Capacitors and Free LEDs Total Total cost: $41298 V. Safety The safety of this pulse sensor is one of the most important aspect when designing this device. This pulse sensor will be powered by 9V battery so it is safe for people to use. The IR emitter and detector may contain Arsenide which could be hazardous if broken. They are safe under normal conditions. Children should not use this device without an adult s guidance. It is also important to note that there are many factors that could affect people s pulse, like emotions, temperature, body position, body size and medication use. This device is not a substitute for professional diagnostics. If your pulse is very high or if you have frequent episodes of unexplained fast heart rates, especially if they cause you to feel weak or dizzy or faint, tell your doctor, who can decide if it s an emergency. VI. Ethics

17 This pulse sensor is designed to improve the quality of people s life. The pulse rate is an important indicator of people s health condition. So measuring the pulse rate accurately and anytime they want at home or outside satisfies people s needs and benefit them in many ways. VII Work to be done So far I have performed the pulse sensor module testing, power module simulation and prepared the PCB board. Further work need to be done on power module testing, Arduino programming and display in the next few weeks.

Computer Controlled Curve Tracer

Computer Controlled Curve Tracer Computer Controlled Curve Tracer Christopher Curro The Cooper Union New York, NY Email: chris@curro.cc David Katz The Cooper Union New York, NY Email: katz3@cooper.edu Abstract A computer controlled curve

More information

Control System Circuits with Opamps

Control System Circuits with Opamps Control System Circuits with Opamps 27.04.2009 Purpose To introduce opamps, transistors and their usage To apply a control system with analog circuit elements. Difference Amplifier Figure 1 Basic Difference

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE : PAGE:

More information

Experiment #7: Designing and Measuring a Common-Emitter Amplifier

Experiment #7: Designing and Measuring a Common-Emitter Amplifier SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #7: Designing and Measuring a Common-Emitter Amplifier

More information

ENGR4300 Spring 2006 Test 4B. Name solution. Section 3 and 4. Question 1 (25 points) This is worth 20 not 25

ENGR4300 Spring 2006 Test 4B. Name solution. Section 3 and 4. Question 1 (25 points) This is worth 20 not 25 ENGR4300 Spring 2006 Test 4B Name solution Section 3 and 4 Question 1 (25 points) This is worth 20 not 25 Question 2 (15 points) This is worth 20 not 15 Question 3 (20 points) Question 4 (20 points) Question

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

VCE VET ELECTRONICS. Written examination. Friday 1 November 2002

VCE VET ELECTRONICS. Written examination. Friday 1 November 2002 Victorian Certificate of Education 2002 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Figures Words STUDENT NUMBER Letter VCE VET ELECTRONICS Written examination Friday 1 November 2002 Reading time: 3.00

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

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: voltage, current, and power. In the simplest

More information

Monitoring Temperature using LM35 and Arduino UNO

Monitoring Temperature using LM35 and Arduino UNO Sharif University of Technology Microprocessor Arduino UNO Project Monitoring Temperature using LM35 and Arduino UNO Authors: Sadegh Saberian 92106226 Armin Vakil 92110419 Ainaz Hajimoradlou 92106142 Supervisor:

More information

RF System: Baseband Application Note

RF System: Baseband Application Note Jimmy Hua 997227433 EEC 134A/B RF System: Baseband Application Note Baseband Design and Implementation: The purpose of this app note is to detail the design of the baseband circuit and its PCB implementation

More information

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW Laboratory Learning Objectives 1. Identify the data acquisition card

More information

EE 332 Design Project

EE 332 Design Project EE 332 Design Project Variable Gain Audio Amplifier TA: Pohan Yang Students in the team: George Jenkins Mohamed Logman Dale Jackson Ben Alsin Instructor s Comments: Lab Grade: Introduction The goal of

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

Laboratory Activities Handbook

Laboratory Activities Handbook Laboratory Activities Handbook Answer Key 0 P a g e Contents Introduction... 2 Optical Heart Rate Monitor Overview... 2 Bare Board Preparation... 3 Light Indicator... 5 Low Pass Filter... 7 Amplifier...

More information

INA169 Breakout Board Hookup Guide

INA169 Breakout Board Hookup Guide Page 1 of 10 INA169 Breakout Board Hookup Guide CONTRIBUTORS: SHAWNHYMEL Introduction Have a project where you want to measure the current draw? Need to carefully monitor low current through an LED? The

More information

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab Prelab Part I: RC Circuit 1. Design a high pass filter (Fig. 1) which has a break point f b = 1 khz at 3dB below the midband level (the -3dB

More information

UC Berkeley, EECS Department EECS 40/42/100 Lab LAB3: Operational Amplifier UID:

UC Berkeley, EECS Department EECS 40/42/100 Lab LAB3: Operational Amplifier UID: UC Berkeley, EECS Department EECS 40/42/100 Lab LAB3: Operational Amplifier UID: B. E. Boser 1 Enter the names and SIDs for you and your lab partner into the boxes below. Name 1 SID 1 Name 2 SID 2 Sensor

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

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

Design Document. Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018

Design Document. Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018 Design Document Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018 1. Introduction 1.1 Objective Code is everywhere in the world and coding has become an essential skill for not only

More information

Revised: Summer 2010

Revised: Summer 2010 EE 2274 PRE-LAB EXPERIMENT 5 DIODE OR GATE & CLIPPING CIRCUIT COMPLETE PRIOR TO COMING TO LAB Part I: 1. Design a diode, Figure 1 OR gate in which the maximum input current,, Iin is less than 5mA. Show

More information

Experiment #8: Designing and Measuring a Common-Collector Amplifier

Experiment #8: Designing and Measuring a Common-Collector Amplifier SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #8: Designing and Measuring a Common-Collector Amplifier

More information

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan SECOND SEMESTER ELECTRONICS - I

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan SECOND SEMESTER ELECTRONICS - I SECOND SEMESTER ELECTRONICS - I BASIC ELECTRICAL & ELECTRONICS LAB DEPARTMENT OF ELECTRICAL ENGINEERING Prepared By: Checked By: Approved By: Engr. Yousaf Hameed Engr. M.Nasim Khan Dr.Noman Jafri Lecturer

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

ARDUINO / GENUINO. start as professional

ARDUINO / GENUINO. start as professional ARDUINO / GENUINO start as professional . ARDUINO / GENUINO start as professional short course in a book MOHAMMED HAYYAN ALSIBAI SULASTRI ABDUL MANAP Publisher Universiti Malaysia Pahang Kuantan 2017 Copyright

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: Voltage, current, and power. In the simplest

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

Basic Microprocessor Interfacing Trainer Lab Manual

Basic Microprocessor Interfacing Trainer Lab Manual Basic Microprocessor Interfacing Trainer Lab Manual Control Inputs Microprocessor Data Inputs ff Control Unit '0' Datapath MUX Nextstate Logic State Memory Register Output Logic Control Signals ALU ff

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

Introduction PNP C NPN C

Introduction PNP C NPN C Introduction JT Transistors: A JT (or any transistor) can be used either as a switch with positions of on or off, or an amplifier that controls its output at all levels in between the extreme on or off

More information

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab Part I I-V Characteristic Curve ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab 1. Construct the circuit shown in figure 4-1. Using a DC Sweep, simulate

More information

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT Complete PWM Power Control Circuitry Uncommitted Outputs for 00-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

Lab 6: Instrumentation Amplifier

Lab 6: Instrumentation Amplifier Lab 6: Instrumentation Amplifier INTRODUCTION: A fundamental building block for electrical measurements of biological signals is an instrumentation amplifier. In this lab, you will explore the operation

More information

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor)

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Semiconductors P56 Emitter

More information

High Efficiency AC Input 8A 19V Laser Driver

High Efficiency AC Input 8A 19V Laser Driver Figure 1. Front View of the Figure 2. Top View of the FEATURES High efficiency: 70% Maximum output current: 8A Wide output voltage: 0V ~ 19V Wide input voltage: 100VAC ~ 240VAC High speed digital modulation:

More information

High Efficiency AC Input 12A 12V Laser Driver

High Efficiency AC Input 12A 12V Laser Driver Figure. Front View of the Figure 2. Top View of the FEATURES High efficiency: 70 % Maximum output current: 2A Wide output voltage: 0V ~ 2V Wide input voltage: 00VAC ~ 240VAC High speed digital modulation:

More information

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

Experiment 6: Biasing Circuitry

Experiment 6: Biasing Circuitry 1 Objective UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Experiment 6: Biasing Circuitry Setting up a biasing

More information

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE LABORATORY 7: IR SENSORS AND DISTANCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL: This section will introduce

More information

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts)

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) ECE 363 FINAL (F16) NAME: 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) You are asked to design a high-side switch for a remotely operated fuel pump. You decide to use the IRF9520 power

More information

Discrete Op-Amp Kit MitchElectronics 2019

Discrete Op-Amp Kit MitchElectronics 2019 Discrete Op-Amp Kit MitchElectronics 2019 www.mitchelectronics.co.uk CONTENTS Introduction 3 Schematic 4 How It Works 5 Materials 9 Construction 10 Important Information 11 Page 2 INTRODUCTION Even if

More information

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT 1. OBJECTIVES 1.1 To practice how to test NPN and PNP transistors using multimeter. 1.2 To demonstrate the relationship between collector current

More information

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab Design the Darlington push-pull amplifier specified in Lab 1: You will build this amplifier for Lab 1 so use parts that are available in the lab.

More information

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) 0976 INTERNATIONAL 6464(Print), ISSN 0976 6472(Online) JOURNAL Volume OF 4, Issue ELECTRONICS 1, January- February (2013), AND IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS 1. Objective: The objective of this experiment is to explore the basic applications of the bipolar junction transistor

More information

Week 8 AM Modulation and the AM Receiver

Week 8 AM Modulation and the AM Receiver Week 8 AM Modulation and the AM Receiver The concept of modulation and radio transmission is introduced. An AM receiver is studied and the constructed on the prototyping board. The operation of the AM

More information

Threshold Noise-Cancelling Headphones

Threshold Noise-Cancelling Headphones 1 Threshold Noise-Cancelling Headphones By: Nicholas Dennis CD Holder David Toft Final Report for ECE 445, Senior Design, Fall 2016 TA: Cara Yang May 4th, 2016 Project No. 57 2 Abstract Our project is

More information

EXPERIMENT 2.2 NON-LINEAR OP-AMP CIRCUITS

EXPERIMENT 2.2 NON-LINEAR OP-AMP CIRCUITS 2.16 EXPERIMENT 2.2 NONLINEAR OPAMP CIRCUITS 2.2.1 OBJECTIVE a. To study the operation of 741 opamp as comparator. b. To study the operation of active diode circuits (precisions circuits) using opamps,

More information

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT ELECTROMYOGRAM (EMG) DETECTOR WITH AUDIOVISUAL OUTPUT

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT ELECTROMYOGRAM (EMG) DETECTOR WITH AUDIOVISUAL OUTPUT UNIVESITY OF UTAH ELECTICAL AND COMPUTE ENGINEEING DEPATMENT ECE 3110 LABOATOY EXPEIMENT NO. 5 ELECTOMYOGAM (EMG) DETECTO WITH AUDIOVISUAL OUTPUT Pre-Lab Assignment: ead and review Sections 2.4, 2.8.2,

More information

T6+ Analog I/O Section. Installation booklet for part numbers: 5/4-80A-115 5/4-90A-115 5/4-80A /4-90A-1224

T6+ Analog I/O Section. Installation booklet for part numbers: 5/4-80A-115 5/4-90A-115 5/4-80A /4-90A-1224 T and T+ are trade names of Trol Systems Inc. TSI reserves the right to make changes to the information contained in this manual without notice. publication /4A115MAN- rev:1 2001 TSI All rights reserved

More information

Mapping device with wireless communication

Mapping device with wireless communication University of Arkansas, Fayetteville ScholarWorks@UARK Electrical Engineering Undergraduate Honors Theses Electrical Engineering 12-2011 Mapping device with wireless communication Xiangyu Liu University

More information

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points)

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) ENGR4300 Fall 2005 Test 4A Name Section Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) Total (100 points): Please do not write on the crib sheets. On all questions:

More information

A Simple Notch Type Harmonic Distortion Analyzer

A Simple Notch Type Harmonic Distortion Analyzer by Kenneth A. Kuhn Nov. 28, 2009, rev. Nov. 29, 2009 Introduction This note describes a simple notch type harmonic distortion analyzer that can be constructed with basic parts. It is intended for use in

More information

LABORATORY MODULE. Analog Electronics. Semester 2 (2005/2006)

LABORATORY MODULE. Analog Electronics. Semester 2 (2005/2006) LABORATORY MODULE ENT 162 Analog Electronics Semester 2 (2005/2006) EXPERIMENT 5 : The Class A Common-Emitter Power Amplifier Name Matrix No. : : PUSAT PENGAJIAN KEJURUTERAAN MEKATRONIK KOLEJ UNIVERSITI

More information

UNIVERSITY OF PENNSYLVANIA EE 206

UNIVERSITY OF PENNSYLVANIA EE 206 UNIVERSITY OF PENNSYLVANIA EE 206 TRANSISTOR BIASING CIRCUITS Introduction: One of the most critical considerations in the design of transistor amplifier stages is the ability of the circuit to maintain

More information

Summer 2015 Examination

Summer 2015 Examination Summer 2015 Examination Subject Code: 17445 Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme.

More information

Noninvasive PoC Anemia Detection Device

Noninvasive PoC Anemia Detection Device Noninvasive PoC Anemia Detection Device Team 11 - Project Proposal ECE 445 Spring 2018 Jeremy Dejournett Mythri Anumula TA: Yamuna Phal 1 Table of Contents Introduction 3 Objective 3 Background 3 High-level

More information

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516 Intruder Alarm Name MMU ID Supervisor Subject Unit code Course Mohamed Alsubaie 09562211 Pr. Nicholas Bowring Electronic Engineering 64ET3516 BEng (Hons) Computer and Communication Engineering 1. Introduction

More information

Design & Implementation of Pulseoxymeter to Measures the Oxygen Saturation in Blood

Design & Implementation of Pulseoxymeter to Measures the Oxygen Saturation in Blood International Journal on Recent Innovation in Instrumentation & Control Engineering Vol. 2, Issue 1-2016 Design & Implementation of Pulseoxymeter to Measures the Oxygen Saturation in Blood INTRODUCTION

More information

Design of Frequency Characteristic Test Instrument Based on USB

Design of Frequency Characteristic Test Instrument Based on USB Design of Frequency Characteristic Test Instrument Based on USB Zhengling Wu, Nannan Zhang College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin, P.R. China.

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES LAB #3: VOLTAGE AND CURRENT MEASUREMENTS This lab features a tutorial on the instrumentation that you will be using throughout the semester. More specifically, you will see

More information

EE 2274 DIODE OR GATE & CLIPPING CIRCUIT

EE 2274 DIODE OR GATE & CLIPPING CIRCUIT EE 2274 DIODE OR GATE & CLIPPING CIRCUIT Prelab Part I: Wired Diode OR Gate LTspice use 1N4002 1. Design a diode OR gate, Figure 1 in which the maximum current thru R1 I R1 = 9mA assume Vin = 5Vdc. Design

More information

Experiment P48: Transistor Lab 1 The NPN Transistor as a Digital Switch (Power Amplifier, Voltage Sensor)

Experiment P48: Transistor Lab 1 The NPN Transistor as a Digital Switch (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P48-1 Experiment P48: Transistor Lab 1 The NPN Transistor as a Digital Switch (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh file Windows

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring 2017 V2 6.101 Introductory Analog Electronics Laboratory Laboratory

More information

CHARACTERIZATION OF OP-AMP

CHARACTERIZATION OF OP-AMP EXPERIMENT 4 CHARACTERIZATION OF OP-AMP OBJECTIVES 1. To sketch and briefly explain an operational amplifier circuit symbol and identify all terminals. 2. To list the amplifier stages in a typical op-amp

More information

BassAce - Midi Bass Synthesizer. BassAce Features

BassAce - Midi Bass Synthesizer. BassAce Features Untitled Document BassAce - Midi Bass Synthesizer The BassAce is a small midi-synth based loosely on the TB303. It can be built many different ways. Depending on how it's configured it can be anything

More information

Beta-test ED1 PCB installed in I0CG s K1

Beta-test ED1 PCB installed in I0CG s K1 K1 SSB Modification (Ed.2) This description provides the receiver (RX) modifications, assembly, alignment and operation as a first step. In a second step you can add the remaining transmitter (TX) modifications,

More information

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor)

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P49-1 Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh

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

Electrical, Electronic and Communications Engineering Technology/Technician CIP Task Grid

Electrical, Electronic and Communications Engineering Technology/Technician CIP Task Grid Secondary Task List 100 SAFETY 101 Describe OSHA safety regulations. 102 Identify, select, and demonstrate proper hand tool use for electronics work. 103 Recognize the types and usages of fire extinguishers.

More information

Experiment 15: Diode Lab Part 1

Experiment 15: Diode Lab Part 1 Experiment 15: Diode Lab Part 1 Purpose Theory Overview EQUIPMENT NEEDED: Computer and Science Workshop Interface Power Amplifier (CI-6552A) (2) Voltage Sensor (CI-6503) AC/DC Electronics Lab Board (EM-8656)

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

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS Issued 9/22/2008 Pre Lab Completed 9/29/2008 Lab Due in Lecture 10/6/2008 Introduction In this lab you will design a

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

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Angel Zhang Electrical Engineering The Cooper Union for the Advancement of Science and Art Manhattan, NY Jeffrey Shih Electrical Engineering

More information

Application Note Closed-Loop Motor Control

Application Note Closed-Loop Motor Control Application Note ClosedLoop Motor Control Contact: Brazen Tek, Inc. 011 Ventura Blvd. Suite 10 Woodland Hills, CA 916 Tel/Fax: (818) 1096 Email: info@brazentek.com January 009 Introduction Based on the

More information

ENGN Analogue Electronics Digital PC Oscilloscope

ENGN Analogue Electronics Digital PC Oscilloscope Faculty of Engineering and Information Technology Department of Engineering ENGN3227 - Analogue Electronics Digital PC Oscilloscope David Dries u2543318 Craig Gibbons u2543813 James Moran u4114563 Ranmadhu

More information

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers BME/ISE 3512 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and

More information

Operation and Maintenance Manual

Operation and Maintenance Manual WeiKedz 0-30V 2mA-3A Adjustable DC Regulated Power Supply DIY Kit Operation and Maintenance Manual The WeiKedz Adjustable DC Regulated Power Supply provides continuously variable output voltage between

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

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

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS FINGER MOVEMENT DETECTION USING INFRARED SIGNALS Dr. Jillella Venkateswara Rao. Professor, Department of ECE, Vignan Institute of Technology and Science, Hyderabad, (India) ABSTRACT It has been created

More information

Chapter 10 Adaptive Delta Demodulator

Chapter 10 Adaptive Delta Demodulator Chapter 10 Adaptive Delta Demodulator 10-1 Curriculum Objective 1. To understand the operation theory of adaptive delta demodulation. 2. To understand the signal waveforms of ADM demodulation. 3. Design

More information

Audio Amplifier. November 27, 2017

Audio Amplifier. November 27, 2017 Audio Amplifier November 27, 2017 1 Pre-lab No pre-lab calculations. 2 Introduction In this lab, you will build an audio power amplifier capable of driving a 8 Ω speaker the way it was meant to be driven...

More information

PreLab 7: LED Blinker (Due Oct 30)

PreLab 7: LED Blinker (Due Oct 30) GOAL PreLab 7: LED Blinker (Due Oct 30) The overall goal of Lab 7 is to demonstrate a two-led blinker with adjustable frequency. This is a two-week lab. The first week involves designing and testing a

More information

2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS

2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS 2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS I. Objectives and Contents The goal of this experiment is to become familiar with BJT as an amplifier and to evaluate the basic configurations

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

ENGR4300 Fall 2005 Test 4A. Name solutions. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points)

ENGR4300 Fall 2005 Test 4A. Name solutions. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) ENGR4300 Fall 2005 Test 4A Name solutions Section Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) Total (100 points): Please do not write on the crib sheets.

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers BME 351 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and real

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2017 Contents Objective:... 2 Discussion:... 2 Components Needed:... 2 Part 1 Voltage Controlled Amplifier... 2 Part 2 Common Source Amplifier...

More information

PDSM010 Particle Sensor Module

PDSM010 Particle Sensor Module PDSM010 Particle Sensor Module Features Customized sensitivity for efficient control in application Detects approx. 1μm particle MCU Control (Factory Calibration) Easy maintenance PWM Output (Low Logic

More information

IRAC1150-D2 Control Board User s Guide

IRAC1150-D2 Control Board User s Guide Computing & Communications SBU - AC-DC Applications Group 222 Kansas Street, El Segundo CA90245, California, USA IRAC1150-D2 Control Board User s Guide Rev. 2.0 7/6/2005 Rev. 2.0 7/6/2005 International

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

Driving 2W LEDs with ILD4120

Driving 2W LEDs with ILD4120 Application Note AN270 Revision: 0.4 Date: LED Driver & AF Discretes Edition 2011-09-13 Published by Infineon Technologies AG 81726 Munich, Germany 2011 Infineon Technologies AG All Rights Reserved. LEGAL

More information

DATASHEET SMT172. Features and Highlights. Application. Introduction

DATASHEET SMT172. Features and Highlights. Application. Introduction V12 1/9 Features and Highlights World s most energy efficient temperature sensor Wide temperature range: -45 C to 130 C Extreme low noise: less than 0.001 C High accuracy: 0.25 C (-10 C to 100 C) 0.1 C

More information

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION Dhiraj Sunehra 1, Thirupathi Samudrala 2, K. Satyanarayana 3, M. Malini 4 1 JNTUH College of Engineering,

More information

UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING. Electrical Engineering Science. Laboratory Manual

UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING. Electrical Engineering Science. Laboratory Manual UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING Electrical Engineering Science Laboratory Manual Table of Contents Experiment #1 OHM S LAW... 3 Experiment # 2 SERIES AND PARALLEL CIRCUITS... 8

More information