ECE 445 Senior Design. IoT Device Monitoring System for Hotels Group 13. Design Review

Size: px
Start display at page:

Download "ECE 445 Senior Design. IoT Device Monitoring System for Hotels Group 13. Design Review"

Transcription

1 ECE 445 Senior Design IoT Device Monitoring System for Hotels Group 13 Design Review Milan Dasgupta: mdasgup2 Muratza Haider: mhaider2 Willie Wang: wwang53 TA: Cara Yang 10/9/2015

2 1. Introduction Table of Contents 1.1 Statement of Purpose Project Objectives Goals and Benefits Functions Design 2.1 Block Diagrams Overall Block Diagram Temperature Sensor Dust Sensor Current Sensor Descriptions of Blocks P1 WiFi Enabled Microcontroller Lithium Ion Battery LD2951ACN 3.3G Voltage Regulator Temperature Sensor Dust Sensor a NPN BJT Transistor Current Sensor a Capacitor and Resistors b A1301 Hall effect Sensor c TPS76350 Q1 Voltage Regulator Microcontroller and Server Flowcharts Microcontroller Flowchart Server Flowchart Simulations and Calculations Simulation Calculation a Dust Sensor b Current Sensor c Memory Storage d Battery e 3.3 V Voltage Regulator f 5 V Voltage Regulator Schematics

3 2.5.1 P1 Microcontroller with Power Supply Current Sensor Dust Sensor Temperature Sensor Block Level Requirements and Verification 3.1 Requirements and Verification Tolerance Analysis Safety and Ethical Considerations Ethical Considerations Safety Considerations Cost and Schedule 4.1 Cost Analysis Labor Costs Part Costs Total Tasks Schedule References

4 1 Introduction 1.1 Statement of Purpose IoT is an emerging field with potential of various applications with regards to remote sensing. Companies have been working on installing sensors in areas such as airplanes, heavy oil drilling machines, and large equipment but the hotel space has not been breached by the IoT space yet. The purpose of this project is to affix sensors in a hotel room to monitor a few parameters that are essential in ensuring quality of the room. We propose installing a current sensor to monitor the run time quality of the television, a temperature sensor to ensure the temperature in the room matches with the temperature set on the central air conditioning unit of the room and a dust sensor which will monitor the density of dust particles in the room. These sensors will transmit their readings to a web based server through WiFi which can be accessed by the customer through a secure a web portal from anywhere in the world, or through a LAN connection, depending on the customer s requirements. To allow ease of installation and flexibility in placement of these sensors in a room, all sensors will be wireless, with only a battery and the sensor itself being the wired components in the system. This technology will allow hotels to monitor the status of their hotel rooms remotely without sending maintenance staff to all rooms to check for any issues, which will save the hotel labor costs and time, that would have otherwise been spent in checking every room through manual inspection. 1.2 Project Objectives Goals and Benefits Periodically monitor operation status of rooms with minimum manual supervision Easily detect and repair broken equipment in a room through smarter data reporting tools Increase overall customer satisfaction through a smoother experience Functions Flexible placement of sensors through wireless capabilities Access to sensor data through web portal using any internet access point alerts generated whenever sensor reading thresholds are breached 3

5 2. Design 2.1 Block Diagrams High Level System Architecture Block Diagram As can be seen in Figure 1 below, all sensors consist of at least three main parts. A power circuit to ensure all components receive the correct voltage and current to power on, a sensor to monitor each variable being monitored, the P1 WiFi enabled microcontroller which periodically collects data from the installed sensors and transmits data collected at set intervals using WiFi connectivity to a web server, where data storage and analysis will occur. Block diagrams for all sensors below have been broken into their individual, lower level block diagrams from Figures 2 to 4. Figure 1: High Level Block Diagram showcasing system architecture 4

6 2.1.2 Temperature Sensor The block diagram in Figure 2 showcases the connection of our digital temperature sensor (DS18B20) to the P1 microcontroller. The microcontroller will be powered using a 6Ah Lithium Ion rechargeable battery, which will output 3.7V. However, as the microcontroller requires an average voltage of 3.3V to power it on, a voltage regulator (LP2951ACN 3.3G) that can take in input voltages of up to 30V and output a clean voltage of 3.3V at maximum of 100mA current is being used to regulate the battery voltage to the requirements of the microcontroller. Figure 2: Temperature Sensor Block Diagram 5

7 2.1.3 Dust Sensor The block diagram in figure 3 showcases the connection of the optical dust sensor (Sharp s GP2Y1010AU0F) which will be used to detect the density of dust in the air in a room. A NPN transistor, which drives its internal LED to detect dust particles which is driven through a PWM signal provided by the microcontroller, is also connected to the optical dust sensor. The dust sensor is also connected to the P1 microcontroller which can collect and transmit its readings to the web server. Figure 3: Dust Sensor Block Diagram 6

8 2.1.4 Current Sensor Figure 4 below shows how a current sensor is connected to our microcontroller. As the current sensor will be built from scratch for this project, the block diagram outlines in detail what internal components the current sensor consists of and the internal connection between them and the microcontroller. Figure 4: Current Sensor Block Diagram 7

9 2.2 Descriptions of Blocks P1 WiFi Enabled Microcontroller Summary We plan on using the P1 WiFi Enabled Microcontroller developed by Particle, which is the microcontroller chip for their Photon prototyping board. This block will collect data from the sensors and because of it s inbuilt WiFi chip, will allow data to be transmitted to a web server. This block will also help save power by switching from active mode where the WiFi module is turned on, to sleep mode where the microcontroller will continue to run and collect and store all data on its inbuilt 1MB flash memory. Chip operation details were found on the datasheet [5] provided by Particle. Inputs There will be four input software serial communication ports that will be used for this project. Since each sensor will have its own microcontroller for collection and communication, not all four of these input communication ports will be utilized by all sensors. The current sensor s instrumentation amplifier and the air sensor will be connecting to two separate analog pins of the microcontroller. The temperature sensor will be connecting to one of the microcontroller s digital pins. Outputs The microcontroller will have two outputs. One will be from an analog pin which can output a PWM signal to the NPN transistor, which is driving the internal LED of the optical dust sensor. The other output of the microcontroller will be through it s WiFi module through which it will transmit sensor data to the web server. Figure 5. P1 microcontroller from Particle [5] 8

10 2.2.2 Lithium Ion Battery Summary We chose to use the 3.7V, 6Ah Polymer Lithium Ion Battery for its voltage range and high battery capacitance because with our goal for wireless sensors, we needed a battery that could last more than 30 days and also be rechargable, giving the user the ability to recharge the battery. Inputs There are no inputs to this battery. Outputs The battery outputs 3.7V. Figure 6. LIthium Ion Battery 9

11 2.2.3 LD2951ACN 3.3G Voltage Regulator Summary We plan on using a 6Ah Lithium Ion battery with an output of 3.7V. As the P1 microcontroller has a normal operating current of 80mA with the WiFi module turned on and it needs an average voltage of 3.3V to run optimally, the LD2951ACN 3.3G voltage regulator provided the perfect voltage regulation for our needs. Inputs The input to the voltage regulator will be 3.7V from the Lithium Ion battery. Outputs The voltage regulator will have an output of 3.3V, with a max output current of 100mA. Even though the P1 microcontroller may not operate at currents above 80mA, the voltage regulator provides the correct output voltage for this project. Figure 7. LD2951ACN 3.3G Voltage Regulator 10

12 2.2.4 DS18B20 Temperature Sensor Summary For the purposes of this project to accurately measure temperature readings of the room, the DS18B20 temperature sensor will be used. With its high accuracy, wide temperature measurement range ( 67 F to 257 F) and physical protection from environmental sensors, it is the perfect sensor for our use case. The sensor will connect with the microcontroller and its sensor circuit through an audio jack, thus allowing for swapability of sensors. Inputs The VDD pin (red wire) is the input voltage pin through which voltage is supplied to the sensor. The VDD pin has a voltage operating range of 3 to 5.5V. Outputs The DQ or Data In/Data Out pin (white wire) is the pin that connects to the digital pin of the P1 microcontroller to provide the temperature reading using logic values. A pull up resistor of 4.7kOhms between the VDD pin and DQ pin will be installed to ensure the DQ signal provides a valid logic level. Figure 8. DS18B20 Temperature Sensor 11

13 2.2.5 Dust Sensor Summary The dust sensor we will be using is the Sharp GP2Y1010AU0F. This sensor operates by utilizing the optical sensing system. An infrared emitting diode (IRED) and a photodiode are diagonally arranged into this device. It detects the reflected light of dust in air. This sensor is fairly accurate and can detect very fine particle like the cigarette smoke. We will configure our circuit around the sensor using the datasheet [1] from Sharp. The optical sensing system works according to application datasheet [2]:light from the IRED is spotted with a lens and a slit as shown on chart A in Figure 11. Also for the photodiode, a lens and a slit is positioned in front of it to detect light reflection efficiently. Area where those two optical axis cross is detection area of the device. Chart B shows what is happening inside of the device when no dust exists. The device still outputs voltage even when dust is not being detected. In this situation, sensor outputs a voltage of 0.9V which the datasheet[1] defines as V OC. This is because light emitted from the IRED reflects back while some part of it still gets to the detector. Chart C shows when dust and/or cigarette smoke is detected. In this situation, the photodiode detects the light reflected from the particle. Current in proportion to amount of the detected light from the detector will be outputted to an amplifier circuit. The sensor will then output an analog voltage to the microcontroller for data processing. Figure 9. Principles of Dust Detection[2] 12

14 The sensor will connect with the microcontroller through a 6 pin female to female JST connector. Inputs The dust sensor requires a voltage supply V CC of 0.3V to +7V. We will use the Voltage Regulator outputting 3.3V to power the Dust sensor. The IRED flashing will also be controlled with a PWM signal which will be outputted from the microcontroller. Outputs The sensor will output an analog voltage to the microcontroller starting with 0.9V when there is no dust and increases by 1V per 0.1mg/M 3 of dust particles. Figure 10 GP2Y1010AU Dust Sensor[1] 2.2.5a NPN BJT Transistor BJT s are current controlled devices, we will be using one here for the IRED input from the microcontroller in order to manipulate the Pulse cycle and the width of the pulse. The application datasheet [2] has provided with the recommended inputs in Table 1. Table 1. Recommended operating condition for IRED from datasheet [2] 13

15 2.2.6 Current Sensor Summary We will be constructing a free space current sensors which utilizes four Hall effect sensors and arrange them in the following orientation: Figure 11:Free space current sensor using four Hall effect devices[3] If we can assume our conductor (the cable that we want to measure current) is circular, infinitely long and straight, we can derive an expression for the total flux sensed by four Hall effect sensors as a function of the position of the conductor: Where x,y are the position of the conductor, and r is the radius distance from the center of the conductor to the hall sensors. When the conductor is located near the center of the four sensors, we can achieve a uniform flux response within ± 2% out to a radius of 0.4r [3]. If we move the conductor closer to on the sensors or out of the circle entirely, the response would dramatically increase and drop to zero respectively. 14

16 Figure 12:Response of four probe current sensor as function of conductor position We will be using A1301 linear Hall effect sensors that are placed on a 2.5cm diameter ring, mounted into a PCB. A hole with a diameter of 1cm will be cut out in the middle for our conductor to pass through. Figure 13: Position of the sensors on the PCB If the television wire being used has three phase current flowing through it, wrapping the current sensor above around the entire wire with all three phases will not be able to obtain accurate readings of current flowing through the three wires at once. Therefore, the main wire of the tv connecting tv to the wall plug will need to have part of its insulation removed at a small area so as to expose the 4 wires inside (three phase wires and one ground wire). The current sensor can be wrapped around any one of the three phase wires to allow our system to accurately obtain current readings. Inputs All the Hall effect sensor needs is 5V V CC. The The sensor circuit does not need another source of input. Outputs The sensor will output an analog voltage of around 50% of supply voltage. It ill have the sensitivity of 2.5 mv/g. 15

17 2.2.6a Capacitor and Resistors Figure 14: Schematics for Hall effect sensor[3] Summary We will be connecting all four Hall effect sensors through 10k Ohms resistors so that they are averaged together. The addition of the 0.1uF capacitor is included for power supply decoupling b A1301 Hall effect Sensor Summary This is a hall effect sensor with three pins: V CC, GND, and V OUT. The sensor will be used to detect the change in magnetic fields of the conducting wire through which current is flowing. The change in magnetic field will allow us to calculate the RMS current flowing through the wire. Inputs The sensor requires a supply voltage of at least 4.5V up to 6V Outputs The sensor outputs an analog signal of around 50% of the supply voltage. Figure 15: A1301 Hall effect sensor[3] 16

18 2.2.6C TPS76350 Q1 5V Voltage Regulator Summary For the hall effect sensor to operate at its optimum condition, an average input of 5V is required for the sensor. As the battery powering the circuit operates at 3.7V, a voltage regulator/boost converter will be need to step up the voltage from the battery input of 3.7V to 5V. Inputs The regulator requires an input supply voltage within a range of 2.7V to 10V. The enable pin of the voltage regulator will also be connected to a digital pin on the microcontroller to efficiently manage battery life. Outputs The regulator will output a voltage in the range of 4.875V to 5.125V, with a typical voltage output of 5V. Figure 16: TPS76350 Q1 Voltage Regulator[6] 17

19 2.3 Microcontroller and Server Flowcharts Microcontroller Flowchart Figure 17. Microcontroller Flowchart 18

20 2.3.2 Server Flowchart Figure 18. Server Flowchart 19

21 2.4 Simulations and Calculations Simulation As the 3.3V voltage regulator needs to be capable of taking an input voltage of 3.7V from our battery and give an output voltage in the range of 3.0 to 3.6V, a simulation was created in Pspice to verify this operation. Figure 19 below shows the circuit created on PSpice to simulate and Figure 20 shows the output transient wave obtained from the simulation. Figure 19. Circuit schematics of 3.3V Voltage Regulator Figure 20. Simulation plot of 3.3V Voltage Regulator As can be seen from the simulation plot above, our selected voltage regulator is successfully able to give an output in the range of 3.0 to 3.6V which will allow our microcontroller and sensors to operate correctly Calculation 2.4.2a Dust Sensor The GP2Y1010AU0F output voltage V O (monitor value) is the sum of output voltage at no dust, V OC, and output proportional to dust density Δ V. The equation and the plot were obtained from the datasheet[1] 20

22 Δ V = V O V OC Figure 21. Output voltage vs. dust density[2] The rate of increase of the output voltage is 0.5V per 0.1mg/M 3 of dust particle in the air[1]. However we need to keep in mind that way the sensor was designed, we will have a output voltage of 0.9V even in the case of no dust in the air. The following is an example plot of how the data from the sensor would be presented: Figure 22. Example of a dust density characteristics[2] 2.4.2b Current Sensor Following our design in section 2.2.6, we can derive the an expression in terms of field per unit current since all four sensors measures will be equal: 21

23 B I = μ o 2πr = 7 4π 10 (H/m) 2π m = H/m 2 (T/A) = 0.16G/A Tying the outputs together through the 10k resistors has the effect of averaging them, so the overall sensitivity of the entire sensor is the same as the average of the sensitivities of the individual Hall effect sensors, which according to the datasheets is 2.5mV/G [4]. We can then multiply the sensitivity by the I magnetic gain of the circuit to give the sensitivity V OUT V OUT I = 0.16G A 2.5mV G = 0.4mV /A I V OUT = 2.5A/mV Now, all we have to do is read the voltage output from the sensor and multiply the result to the sensitivity to obtain the current flowing through the conducting wire c Memory Storage The P1 microcontroller chip has an onboard 1 MB of system flash memory which allows it to store data being collected onboard for a limited amount of time. Our existing architecture is that the microcontroller collects sensor data every 1 hour and stores it in its onboard memory for 8 hours. After 8 hours, the WiFi module is powered on and all data stored in memory until that time is sent in one batch to the web server. This process of powering on the WiFi module, connecting it to a nearby WiFi and transferring all stored data will take approximately 2 minutes. To determine whether the microcontroller had the capacity to store sensor data for 8 hours, the bit size of each individual data string (collected every 1 hour) was calculated using an online string size calculator. In 8 hours, a total of 8 strings will be collected and stored by the microcontroller. The data representation of each string will look like the one below. XX:XX:XXXX, XX:XX, XXX.XX Month:Day:Year, Time, Sensor Data Using an online string size calculator, the above string has a length of 25 Bytes. In 8 hours, the microcontroller will collect 8 strings totaling 200 Bytes. As 1MB has

24 Bytes, we can see that the microcontroller will be able to easily store 8 strings on its onboard flash memory d Battery The battery being used for this project is a Polymer Lithium Ion Battery with a 6Ah battery life. As a battery will be connected to all sensors and the three sensors have different current draws, the battery life for each sensor will therefore vary. Table 2 below outlines the current draw of each component and the percentage of time that device will be operating in the condition. Part Operating Mode Current Percentage of Time P1 Microcontroller Sleep Mode 1mA P1 Microcontroller Active Transmission Mode 80mA V Voltage Regulator Quiescent Current 75uA 100 5V Voltage Regulator 5V Voltage Regulator Enabled Quiescent Current Shutdown Quiescent Current 140uA uA A1301 Hall Effect Sensor (Current Sensor) DS18B20 Temperature Sensor NPN Transistor (Dust Sensor) Active Mode 11mA 1.67 Active Mode 1mA 100 Active Mode 10mA 100 Table 2: Current Consumption and Time Active As all sensors have their own individual battery source, therefore, three independent equations to measure battery life of each sensor will be calculated. X: Number of hours of battery life for Current Sensor Y: Number of hours of battery life for Temperature Sensor Z: Number of hours of battery life for Dust Sensor 23

25 6000 = X * * 10 3 X * 10 3 X * * 10 3 * * 80X + 11X * 4 * X = 2796 hours = 116 days 6000 = * Y * * Y * 80 * Y + 75 * 10 3 * Y Y = 2492 hours = 103 days 6000 = * Z * * 10 3 * Z * 80 * Z + 10 * Z Z = 526 hours = 21 days A few assumptions were made when calculating the battery lives for the three sensors above. First, our current architecture requires data to be collected and stored by the microcontroller on its onboard flash memory for 8 hours, after which the WiFi module turns on for 2 mins to transmit all sensor data that it has collected in the past 8 hours to the web server. In the WiFi off stage, the P1 microcontroller is in sleep mode where the onboard code is still executing. However, in active mode, the code is executing and also transmitting data to the online web server through the WiFi module e 3.3V Voltage Regulator For the purposes of this project, the LD2951ACN 3.3G voltage regulator is used. A suggested circuit to connect the voltage regulator to Vin and its resistors and capacitor configuration to obtain an adjustable Vout can be seen in Figure 21 below. Figure 23: 3.3V Voltage Regulator Schematic 24

26 An equation to determine the value of resistors R1 and R2 for a set Vout can be seen in the equation below. V out = V ref * ( 1 + R 1/R2) Vref is given to be 1.235V and our desired Vout is 3.3V. If R2 is taken to be 10kOhms, then R1 can be calculated using the equation above to 17.35kohms. For purposes of this project, we will be using R1 to be 18 kohms. A by pass capacitor in parallel with R1 to reduce the output noise can be calculated using the equation below. C bypass = 1 /(2 * π * R 1 * 200Hz) The Cbypass value when calculated comes out to be 442uF. For the purpose of this project, we will be using a 470uF capacitor f 5V Voltage Regulator To ensure the Hall effect sensors receive a voltage of 5V, a TPS76350 Q1 Voltage regulator that outputs an average voltage of 5V will be connected to the 3.7V battery. A suggested circuit schematic to connect the voltage regulator to its input and output can be seen in Figure 24 below. Figure 24: 5V Voltage Regulator Schematic An equation to determine the value of resistors R1 and R2 for a set Vout can be seen in the equation below. V out = * V ref * ( 1 + R 1/R2) 25

27 Vref is given to be 1.192V and our desired Vout is 5V. If R2 is taken to be 169kOhms, then R1 can be calculated using the equation above to 549kohms. 2.5 Schematics On the next three pages, we have included eagle schematics for the P1 microcontroller with power supply, the current, temperature and dust sensors. 26

28 2.5.1 P1 Microcontroller with Power Supply Figure 25: Schematic for P1 Microcontroller connected to Power Supply 27

29 2.5.2 Current Sensor Figure 26. Schematic for Current Sensor connected to microcontroller 28

30 2.5.2 Dust Sensor Figure 27. Schematic for Dust Sensor connected to microcontroller 29

31 2.5.4 Temperature Sensor Figure 28. Schematic for Temperature Sensor connected to microcontroller 30

32 3 Block Level Requirements and Verification 3.1 Requirements and Verification Requirement Verification Points Temperature Sensor 1. As the temperature sensor encodes the temperature reading in binary, the sensor should be outputting a digital logic signal (High of 1 and Low of 0) Dust Sensor 1. Needs to have a sensitivity within 0.35~0.65 V/(0.1mg/m 3 ). 2. V OC needs to be 0~1.5V 3. LED terminal current I LED has to be 20mA. 4. Consumption current I CC has to be 20mA. Current Sensor 1. Needs a supply voltage of 4.5V 2. Maximum supply current of 11mA 1. Connect the VDD line of the temperature sensor to a 3.3 5V DC source being outputted from a microcontroller and connect the GND pin to ground. Place a 4.7Kohms resistor between the VDD and DQ pin (pull up resistor) and connect the DQ data pin to an oscilloscope. Adjust the scale level on the oscilloscope using its scale knobs until a logic signal with High (1) and Low (0) can be seen on the screen, with a maximum voltage of 3.3V during its high state and a voltage of 0V during its low state 1. Measure V OC by having a multimeter across Pin5 (V O ) and Pin4 (GND) in a clean room(no dust).. 2. Measure I LED by placing a multimeter in series between the BJT and Pin3. 3. Measure I CC by placing a multimeter in series right outside Pin6. 1. Measure supply voltage by placing a multimeter across Vin and GND to determine if the supply is indeed 4.5V to 6V 2. Carefully strip the insulation of the wires around only a small area to expose the three phase wires and wrap the current sensor

33 P1 Microcontroller 1. The P1 microcontroller, when supplied with DC voltage of 3.3V and an average current of 80mA powers on the status indication LED with a Cyan color indicating cloud connection 2. The P1 microcontroller is able to output a controlled pulse cycle of 10ms ± 0.1ms with a pulse width of 0.32ms ± 0.02ms, with a peak output voltage of 3.3V during its high state from the A4 analog pin to drive the LED of the Air Quality Sensor using the NPN Transistor 3. To drive the enable pin of the 5V Voltage regulator, the D3 digital pin is able to output a DC voltage of 3.3V ± 0.3V when the pin is set to high and voltage less than 0.5V when it is set to low TPS76350 Q1 Voltage Regulator 1. The voltage regulator takes in an input voltage of 3.7V to 3.9V through its VIN pin and outputs a voltage of 5V ± 2.5% with a maximum output current of 11mA around one of the three phases 3. Place a multimeter in series at Vin to determine if the current flowing through the hall effect sensors is less than 11mA. 1. Using a usb power brick, connect the usb cable to the power jack and measure the voltage being supplied to the LED. An LED with a breathing Cyan color will show a stable WiFi connection 2. Connect pin A4 to an oscilloscope and monitor the output PWM wave ensuring signal consistency with the signal requirements 3. Using a voltmeter, probe the D3 pin of the microcontroller the voltage across the pin with reference to ground during its high and low state 1. Connect a DC Power source which is outputting a voltage of V to Vin. 2. Using the schematic and resistor values of Figure 24, connect the appropriate components to the voltage regulator 3. Using a multimeter, measure the output voltage from Vout, which

34 LD 2951ACN 3.3G Voltage Regulator 2. The voltage regulator takes in an input voltage of V through its VIN pin and outputs a voltage of 3.3V ± 9 % with a maximum current of 100mA Lithium Ion Battery (6Ah) 1. The Lithium Ion Battery is outputting a minimum DC voltage of 3.7V, with a maximum of 3.9V so as to allow the circuit to operate and its maximum condition 2. The battery life of the three sensors should be as follows according to the battery calculations in a previous section a. Current Sensor PCB s battery is able to last for a maximum of 2796 hours b. Air Quality Sensor PCB s should be in the range of , at an average of 5V 4. Measure the output current from the Vout pin of the voltage regulator using a multimeter. Output current should not exceed 11mA 5. Connect a DC Power source which is outputting a voltage of V to Vin. 6. Using the schematic and resistor values of Figure 23, connect the appropriate components to the voltage regulator 7. Using a multimeter, measure the output voltage from Vout, which should be in the range of V, at an average of 3.3V 8. Measure the output current from the Vout pin of the voltage regulator using a multimeter. Output current should be in the range of 1mA to maximum 100mA 1. Use a voltmeter to measure battery voltage during data collection, data transmission and sleep modes across the positive and negative terminals of the battery. A minimum voltage of 3.7V and maximum of 3.9V should be obtained 2. Use a multi meter to measure current during data collection, data transmission and sleep mode of the microcontroller

35 battery is able to last for a maximum of 526 hours c. Temperature Sensor PCB s battery is able to last for a maximum of 2492 hours 3.2 Tolerance Analysis Table 3. Requirements and Verification Quiescent Output Voltage In the quiescent state (when magnetic field B equals 0), the output, V OUTQ, equals one half of the supply voltage, V CC, throughout the entire operating ranges of V CC and ambient temperature, TA. Due to internal component tolerances and thermal considerations, there is a tolerance on the quiescent output voltage, V OUTQ, which is a function of both V CC and T A. For purposes of specification, the quiescent output voltage as a function of temperature, V OUTQ ( TA), is defined as: where sensitivity (Sens) is in mv/g, and the result is the device equivalent accuracy, in gauss (G), applicable over the entire operating temperature range Sensitivity The presence of a south polarity (+B) magnetic field, perpendicular to the branded face of the device package, increases the output voltage, V OUT, in proportion to the magnetic field applied, from V OUTQ toward the V CC rail. Conversely, the application of a north polarity ( B) magnetic field, in the same orientation, proportionally decreases the output voltage from its quiescent value. This proportionality is specified as the magnetic sensitivity of the device and is defined as: 34

36 The stability of the device magnetic sensitivity as a function of ambient temperature, ΔSensΔ TA (%) is defined as: 3.3 Safety and Ethical Considerations Ethical Considerations Point nine of the IEEE code of ethics states that we commit ourselves to avoid injuring others, their property, reputation, or employment by false or malicious action. If we are not careful in our setup, a hacker could intercept sensor traffic to read and place false values into our database. The hotel management may then believe their rooms are in good condition, when in reality they are not and that will have an effect on their reputation. The quality of the rooms is information that should be private to the hotel and only released to others as they see fit Safety Considerations Concerns about our project are primarily within the realm of information security. The sensors we build should not cause harm to others so long as the appropriate levels of current and voltage are applied to them, because if they are overcharged it will likely lead to damage of the sensor. 35

37 4 Cost and Schedule 4.1 Cost Analysis Labor Costs Name Hourly Rate Total Hours Invested Total=Hourly Rate x 2.5 x Total Hours Invested Milan $ $ Murtaza $ $ Willie $ $ Total $ $ Part Costs Item w/ Part Number Quantity Cost P1 WiFi Enabled Microcontroller 3 $36 Temperature Sensor (DS18B20) 1 $9.95 Dust Sensor (GP2Y1010AU0F) 1 $ Ah Lithium Ion battery(prt 08484) Voltage Regulator (LP2951ACN 3.3G) NPN BJT Transistor (511 TIP41C) Voltage Regulator (TPS76350 Q1) 3 $ $ $ $0.97 Wires N/A $1.62 Resistors N/A $7.95 A1301 Hall Effect Sensors 4 $7.32 Diodes(1N4148) N/A $ uf Capacitor 13 $

38 0.1 uf Capacitor 15 $ uf Capacitor 1 $ uf Capacitor 3 $ uf Capacitor 1 $0.98 Total $ Total Section Total Labor $ Parts $ Grand Total $

39 4.2 Tasks Schedule Week of Task Person 10/5 Build web server and database Milan Catalogue and order required parts Setup microcontroller programming environment Murtaza Willie 10/12 Program microcontroller for current sensor Milan Create circuit for P1 microcontroller and voltage regulator with battery on breadboard Create and test circuit for current sensor on breadboard with P1 microcontroller Murtaza Willie 10/19 Program microcontroller for dust sensor Milan Create Eagle Schematic of PCB for all sensors Create and test circuit for dust sensor on breadboard by integrating with P1 microcontroller Murtaza Willie 10/26 Program microcontroller for temperature sensor Milan Create and test circuit for temperature sensor on breadboard with P1 microcontroller Revise PCB design and place order for PCB 11/2 Debug and revise server and microcontroller programming bugs Solder components onto PCB and test device operation Solder components onto PCB and test device operation 11/9 Program basic user interface to view live sensor readings on a web link Conduct endurance tests of PCB and active debugging Start creation of presentation material and final document Murtaza Willie Milan Murtaza Willie Milan Murtaza Willie 38

40 11/16 Finalize Demo Milan Refine Presentation Populate Final Paper Murtaza Willie 11/23 Thanksgiving Break All 11/30 Finalize Presentation Milan Finalize Presentation and populate Final Paper Finalize Final Paper Murtaza Willie 12/7 Submit Final paper and conduct Lab checkout All 39

41 5. References 1. GP2Y1010AUoF Datasheet, Sheet No: E4 A01501EN Date Dec Application note of Sharp dust sensor GP2Y1010AU0F, Sheet No.: OP13024EN world.com/products/device/lineup/data/pdf/datasheet/gp2y1010 au_appl_e.pdf 3. Hall Effect Sensors: Theory and Application, Second Edition by Edward Ramsden. 2006, Elsevier. 4. A1301 Hall effect sensor datasheet. Allegro A1301 DS, Rev 17 pdf/view/120794/allegro/a1301.html 5. P1 Datasheet, Particle, accessed 9/25/ datasheet/ 6. TPS Q1 Datasheet, accessed 10/9/ q1.pdf 40

GP2Y1010AU0F. Compact Optical Dust Sensor. Description. Compliance. Applications. Features GP2Y1010AU0F. 1. Compliant with RoHS directive (2002/95/EC)

GP2Y1010AU0F. Compact Optical Dust Sensor. Description. Compliance. Applications. Features GP2Y1010AU0F. 1. Compliant with RoHS directive (2002/95/EC) GPY00AU0F Compact Optical Dust Sensor Description GPY00AU0F is a dust sensor by optical sensing system. An infrared emitting diode (IRED) and an phototransistor are diagonally arranged into this device.

More information

Application note of Sharp dust sensor GP2Y1010AU0F

Application note of Sharp dust sensor GP2Y1010AU0F Application note of Sharp dust sensor GP2Y1010AU0F Contents Page 1. Outline of this document 1 2. Features of GP2Y1010AU0F 1 3. Objects to detect 1 4. Application 1 5. Principle of dust detection 2 6.

More information

1.5A Very L.D.O Voltage Regulator LM29150/29151/29152

1.5A Very L.D.O Voltage Regulator LM29150/29151/29152 FEATURES High Current Capability 1.5A Low Dropout Voltage 350mV Low Ground Current Accurate 1% Guaranteed Initial Tolerance Extremely Fast Transient Response Reverse-Battery and "Load Dump" Protection

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors. LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

Physical Specifications (Custom design available.)

Physical Specifications (Custom design available.) Helmholtz Coils A useful laboratory technique for getting a fairly uniform magnetic field, is to use a pair of circular coils on a common axis with equal currents flowing in the same sense. For a given

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1 CS99S Laboratory 1 Objectives: 1. Become familiar with the breadboard 2. Build a logic power supply 3. Use switches to make 1s and 0s 4. Use LEDs to observe 1s and 0s 5. Make a simple oscillator 6. Use

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

Lab 1: DC Circuits. Student 1, student1@ufl.edu Partner : Student 2, student2@ufl.edu

Lab 1: DC Circuits. Student 1, student1@ufl.edu Partner : Student 2, student2@ufl.edu Lab Date Lab 1: DC Circuits Student 1, student1@ufl.edu Partner : Student 2, student2@ufl.edu I. Introduction The purpose of this lab is to allow the students to become comfortable with the use of lab

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015 Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) The standard tuning values used in ADVANCED Motion Controls drives are conservative and work well in over 90%

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

TIMING SIGNALS, IRIG-B AND PULSES

TIMING SIGNALS, IRIG-B AND PULSES TIMING SIGNALS, IRIG-B AND PULSES Document No. PD0043200B July 2013 Arbiter Systems, Inc. 1324 Vendels Circle, Suite 121 Paso Robles, CA 93446 U.S.A. (805) 237-3831, (800) 321-3831 http://www.arbiter.com

More information

K8025 VIDEO PATTERN GENERATOR. Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting.

K8025 VIDEO PATTERN GENERATOR. Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting. K8025 ILLUSTRATED ASSEMBLY MANUAL H8025IP 1 VIDEO PATTERN GENERATOR Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting. Forum Participate our Velleman Projects Forum

More information

Lab 3 - DC Circuits and Ohm s Law

Lab 3 - DC Circuits and Ohm s Law Lab 3 DC Circuits and Ohm s Law L3-1 Name Date Partners Lab 3 - DC Circuits and Ohm s Law OBJECTIES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in

More information

UniPi technical documentation REV 1.1

UniPi technical documentation REV 1.1 technical documentation REV 1.1 Contents Overview... 2 Description... 3 GPIO port map... 4 Power Requirements... 5 Connecting Raspberry Pi to UniPi... 5 Building blocks... 5 Relays... 5 Digital Inputs...

More information

High Accuracy, Ultralow IQ, 1.5 A, anycap Low Dropout Regulator ADP3339

High Accuracy, Ultralow IQ, 1.5 A, anycap Low Dropout Regulator ADP3339 Data Sheet High Accuracy, Ultralow IQ,.5 A, anycap Low Dropout Regulator FEATURES FUNCTIONAL BLOCK DIAGRAM High accuracy over line and load: ±.9% at 5 C, ±.5% over temperature Ultralow dropout voltage:

More information

BrightSign Expander Hardware Guide

BrightSign Expander Hardware Guide Hardware Guide PCBA: Rev C Version: 0.1 Saratoga, CA, USA 1 Table of Contents OVERVIEW... 3 EXPANDER BLOCK DIAGRAM... 4 PORTS... 6 POWER CONNECTOR... 6 OPTICAL SPDIF CONNECTOR... 6 DB25 SWITCH/LED CONNECTOR...

More information

Supply voltage Supervisor TL77xx Series. Author: Eilhard Haseloff

Supply voltage Supervisor TL77xx Series. Author: Eilhard Haseloff Supply voltage Supervisor TL77xx Series Author: Eilhard Haseloff Literature Number: SLVAE04 March 1997 i IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to

More information

A1301 and A1302. Continuous-Time Ratiometric Linear Hall Effect Sensor ICs DESCRIPTION FEATURES AND BENEFITS. Packages:

A1301 and A1302. Continuous-Time Ratiometric Linear Hall Effect Sensor ICs DESCRIPTION FEATURES AND BENEFITS. Packages: FEATURES AN BENEFITS Low-noise output Fast power-on time Ratiometric rail-to-rail output 4.5 to 6.0 V operation Solid-state reliability Factory-programmed at end-of-line for optimum performance Robust

More information

Content Map For Career & Technology

Content Map For Career & Technology Content Strand: Applied Academics CT-ET1-1 analysis of electronic A. Fractions and decimals B. Powers of 10 and engineering notation C. Formula based problem solutions D. Powers and roots E. Linear equations

More information

APPLICATION NOTES: Dimming InGaN LED

APPLICATION NOTES: Dimming InGaN LED APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium

More information

ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL

ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL X1: DE-9 serial connector Used to connect computer (or other devices) using RS-232 standard. Needs a serial cable, with at least

More information

BJT Characteristics and Amplifiers

BJT Characteristics and Amplifiers BJT Characteristics and Amplifiers Matthew Beckler beck0778@umn.edu EE2002 Lab Section 003 April 2, 2006 Abstract As a basic component in amplifier design, the properties of the Bipolar Junction Transistor

More information

Wireless Home Security System

Wireless Home Security System Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless

More information

MSFET 3332. MICROSENS Miniature ph Sensor Module

MSFET 3332. MICROSENS Miniature ph Sensor Module Product Data Sheet MSFET 3332 MICROSENS Miniature ph Sensor Module Ta2O5 gate Ion Sensitive Field Effect transistor (ISFET) The MSFET3332 ph sensor module comprises a ph-isfet sensing element, an integrated

More information

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD PRELIMINARY DATA SHEET Wednesday, 16 May 2012 Version 0.5 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes

More information

Programmable Single-/Dual-/Triple- Tone Gong SAE 800

Programmable Single-/Dual-/Triple- Tone Gong SAE 800 Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0 1 Ampere's Law Purpose: To investigate Ampere's Law by measuring how magnetic field varies over a closed path; to examine how magnetic field depends upon current. Apparatus: Solenoid and path integral

More information

LDS8720. 184 WLED Matrix Driver with Boost Converter FEATURES APPLICATION DESCRIPTION TYPICAL APPLICATION CIRCUIT

LDS8720. 184 WLED Matrix Driver with Boost Converter FEATURES APPLICATION DESCRIPTION TYPICAL APPLICATION CIRCUIT 184 WLED Matrix Driver with Boost Converter FEATURES High efficiency boost converter with the input voltage range from 2.7 to 5.5 V No external Schottky Required (Internal synchronous rectifier) 250 mv

More information

Tube Liquid Sensor OPB350 / OCB350 Series

Tube Liquid Sensor OPB350 / OCB350 Series Features: Can identify if liquid is present in clear tubes that have an outside diameter of 1/16 [1.6mm], 1/8" [3.2mm], 3/16" [4.8 mm] or 1/4" [6.3 mm] Opaque plastic housing enhances ambient light rejection

More information

Computer Aided Design of Home Medical Alert System

Computer Aided Design of Home Medical Alert System Computer Aided Design of Home Medical Alert System Submitted to The Engineering Honors Committee 119 Hitchcock Hall College of Engineering The Ohio State University Columbus, Ohio 43210 By Pei Chen Kan

More information

Digital to Analog Converter. Raghu Tumati

Digital to Analog Converter. Raghu Tumati Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................

More information

2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide

2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide 2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide 2004-2013 Sure Electronics Inc. AA-AB32291_Ver1.0 2 X 250Watt Class D Audio Amplifier Board IR2092 Note: Please read this manual carefully

More information

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1 Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment

More information

Series AMLDL-Z Up to 1000mA LED Driver

Series AMLDL-Z Up to 1000mA LED Driver FEATURES: Click on Series name for product info on aimtec.com Series Up to ma LED Driver Models Single output Model Input Voltage (V) Step Down DC/DC LED driver Operating Temperature range 4ºC to 85ºC

More information

AS2815. 1.5A Low Dropout Voltage Regulator Adjustable & Fixed Output, Fast Response

AS2815. 1.5A Low Dropout Voltage Regulator Adjustable & Fixed Output, Fast Response 1.5A Low Dropout oltage Regulator Adjustable & Fixed Output, Fast Response FEATURES Adjustable Output Down To 1.2 Fixed Output oltages 1.5, 2.5, 3.3, 5.0 Output Current of 1.5A Low Dropout oltage 1.1 Typ.

More information

Kit 106. 50 Watt Audio Amplifier

Kit 106. 50 Watt Audio Amplifier Kit 106 50 Watt Audio Amplifier T his kit is based on an amazing IC amplifier module from ST Electronics, the TDA7294 It is intended for use as a high quality audio class AB amplifier in hi-fi applications

More information

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan

More information

Photolink- Fiber Optic Receiver PLR135/T1

Photolink- Fiber Optic Receiver PLR135/T1 Features High PD sensitivity optimized for red light Data : NRZ signal Low power consumption for extended battery life Built-in threshold control for improved noise Margin The product itself will remain

More information

GP2Y0A02YK0F. Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type GP2Y0A02YK0F

GP2Y0A02YK0F. Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type GP2Y0A02YK0F GP2Y0A02YK0F Distance Measuring Sensor Unit Measuring distance: 20 to 150 cm Analog output type Description GP2Y0A02YK0F is a distance measuring sensor unit, composed of an integrated combination of PSD

More information

STUDY OF CELLPHONE CHARGERS

STUDY OF CELLPHONE CHARGERS STUDY OF CELLPHONE CHARGERS Author : Suraj Hebbar Systems Lab, CeNSE,IISc Banglore ABSTRACT This report shows charging nature of different cellphone chargers with different cellphones. Here we took into

More information

The 2N3393 Bipolar Junction Transistor

The 2N3393 Bipolar Junction Transistor The 2N3393 Bipolar Junction Transistor Common-Emitter Amplifier Aaron Prust Abstract The bipolar junction transistor (BJT) is a non-linear electronic device which can be used for amplification and switching.

More information

Bipolar Transistor Amplifiers

Bipolar Transistor Amplifiers Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must

More information

Step Response of RC Circuits

Step Response of RC Circuits Step Response of RC Circuits 1. OBJECTIVES...2 2. REFERENCE...2 3. CIRCUITS...2 4. COMPONENTS AND SPECIFICATIONS...3 QUANTITY...3 DESCRIPTION...3 COMMENTS...3 5. DISCUSSION...3 5.1 SOURCE RESISTANCE...3

More information

AMPLIFIED HIGH SPEED FIBER PHOTODETECTOR USER S GUIDE

AMPLIFIED HIGH SPEED FIBER PHOTODETECTOR USER S GUIDE AMPLIFIED HIGH SPEED FIBER PHOTODETECTOR USER S GUIDE Thank you for purchasing your Amplified High Speed Fiber Photodetector. This user s guide will help answer any questions you may have regarding the

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

FM TRANSMITTER & RECEIVER HYBRID MODULES. FM-RTFQ SERIES FM-RRFQ SERIES. Transmitter. Receiver. Applications

FM TRANSMITTER & RECEIVER HYBRID MODULES. FM-RTFQ SERIES FM-RRFQ SERIES. Transmitter. Receiver. Applications FM Radio Transmitter & Receivers Available as or or 868MHz Transmit Range up to 20m Miniature Packages Data Rate up to 9.6Kbps No Adjustable Components Very Stable Operating Frequency Operates from 20

More information

Physics 221 Experiment 5: Magnetic Fields

Physics 221 Experiment 5: Magnetic Fields Physics 221 Experiment 5: Magnetic Fields August 25, 2007 ntroduction This experiment will examine the properties of magnetic fields. Magnetic fields can be created in a variety of ways, and are also found

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

Lab 5 Operational Amplifiers

Lab 5 Operational Amplifiers Lab 5 Operational Amplifiers By: Gary A. Ybarra Christopher E. Cramer Duke University Department of Electrical and Computer Engineering Durham, NC. Purpose The purpose of this lab is to examine the properties

More information

PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section

PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256

More information

Product Datasheet P1110 915 MHz RF Powerharvester Receiver

Product Datasheet P1110 915 MHz RF Powerharvester Receiver DESCRIPTION The Powercast P1110 Powerharvester receiver is an RF energy harvesting device that converts RF to DC. Housed in a compact SMD package, the P1110 receiver provides RF energy harvesting and power

More information

Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 2003 warnergt@ptd.net

Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 2003 warnergt@ptd.net Optical Sensor Interface for AFX Digital LED Timer/Counter by George Warner, Jan. 200 warnergt@ptd.net Abstract This paper presents a design for an optical sensor interface to an AFX Digital LED Timer/Counter.

More information

HDMM01 V1.0. Dual-axis Magnetic Sensor Module With I 2 C Interface FEATURES. Signal Path X

HDMM01 V1.0. Dual-axis Magnetic Sensor Module With I 2 C Interface FEATURES. Signal Path X Dual-axis Magnetic Sensor Module With I 2 C Interface FEATURES Low power consumption: typically 0.4mA@3V with 50 measurements per second Power up/down function available through I 2 C interface SET/RESET

More information

Massachusetts Institute of Technology

Massachusetts Institute of Technology Objectives Massachusetts Institute of Technology Robotics: Science and Systems I Lab 1: System Overview and Introduction to the µorcboard Distributed: February 4, 2015, 3:30pm Checkoffs due: February 9,

More information

Thru-Beam 80 to 320 mm 0.05 to 0.08 mm

Thru-Beam 80 to 320 mm 0.05 to 0.08 mm Series 7069A Fiber Optics The 7069A coupled with the appropriate cable forms a fiber optic sensor controller system capable of detecting objects as small as 0.01mm dia. and color marks on backgrounds of

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common

More information

Final Design Report 19 April 2011. Project Name: utouch

Final Design Report 19 April 2011. Project Name: utouch EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 19 April 2011 Project Name: utouch Team Members: Name: Issam Bouter Name: Constantine Metropulos Email: sambouter@gmail.com Email:

More information

A Digital Timer Implementation using 7 Segment Displays

A Digital Timer Implementation using 7 Segment Displays A Digital Timer Implementation using 7 Segment Displays Group Members: Tiffany Sham u2548168 Michael Couchman u4111670 Simon Oseineks u2566139 Caitlyn Young u4233209 Subject: ENGN3227 - Analogue Electronics

More information

Model 201 Wiegand Touchpad Reader Installation Guide

Model 201 Wiegand Touchpad Reader Installation Guide Model 201 Wiegand Touchpad Reader Installation Guide P/N 460353001C 15AUG11 2011 UTC Fire & Security. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced without

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006

Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain

More information

NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator

NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator Description: The NTE923 and NTE923D are voltage regulators designed primarily for series regulator applications. By themselves, these devices

More information

Renewable Energy Test Station (RETS) TEST PROCEDURES FOR SOLAR TUKI

Renewable Energy Test Station (RETS) TEST PROCEDURES FOR SOLAR TUKI Renewable Energy Test Station (RETS) TEST PROCEDURES FOR SOLAR TUKI March 2007 A. Test Procedures for Solar Tuki Lamp S. No. Test Parameters Technical Requirements Instruments Required Test Methods A.

More information

DCDC-USB. 6-34V 10A, Intelligent DC-DC converter with USB interface. Quick Installation Guide Version 1.0c P/N DCDC-USB

DCDC-USB. 6-34V 10A, Intelligent DC-DC converter with USB interface. Quick Installation Guide Version 1.0c P/N DCDC-USB DCDC-USB 6-34V 10A, Intelligent DC-DC converter with USB interface Quick Installation Guide Version 1.0c P/N DCDC-USB Introduction The DCDC-USB is a small yet powerful DC-DC power supply designed to power

More information

LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective:

LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective: LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective: In this lab, you will become familiar with resistors and potentiometers and will learn how to measure resistance. You will also

More information

GP2Y0D810Z0F. Distance Measuring Sensor Unit Digital output (100 mm) type GP2Y0D810Z0F

GP2Y0D810Z0F. Distance Measuring Sensor Unit Digital output (100 mm) type GP2Y0D810Z0F GP2Y0D810Z0F Distance Measuring Sensor Unit Digital output (100 mm) type Description GP2Y0D810Z0F is distance measuring sensor unit, composed of an integrated combination of PD (photo diode), IRED (infrared

More information

POCKET SCOPE 2. The idea 2. Design criteria 3

POCKET SCOPE 2. The idea 2. Design criteria 3 POCKET SCOPE 2 The idea 2 Design criteria 3 Microcontroller requirements 3 The microcontroller must have speed. 3 The microcontroller must have RAM. 3 The microcontroller must have secure Flash. 3 The

More information

SELECTION GUIDE. Nominal Input

SELECTION GUIDE. Nominal Input www.murata-ps.com NKE Series FEATURES RoHS Compliant Sub-Miniature SIP & DIP Styles 3kVDC Isolation UL Recognised Wide Temperature performance at full 1 Watt load, 40 C to 85 C Increased Power Density

More information

Kit 27. 1W TDA7052 POWER AMPLIFIER

Kit 27. 1W TDA7052 POWER AMPLIFIER Kit 27. 1W TDA7052 POWER AMPLIFIER This is a 1 watt mono amplifier Kit module using the TDA7052 from Philips. (Note, no suffix.) It is designed to be used as a building block in other projects where a

More information

Features. Applications

Features. Applications LM555 Timer General Description The LM555 is a highly stable device for generating accurate time delays or oscillation. Additional terminals are provided for triggering or resetting if desired. In the

More information

Road Vehicles - Diagnostic Systems

Road Vehicles - Diagnostic Systems SSF 14230 Road Vehicles - Diagnostic Systems Keyword Protocol 2000 - Part 1 - Physical Layer Swedish Implementation Standard Document: SSF 14230-1 Status: Issue 3 Date: October 22, 1997 This document is

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

Tamura Closed Loop Hall Effect Current Sensors

Tamura Closed Loop Hall Effect Current Sensors Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors

More information

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 735 LITHIUM-ION LINEAR BATTERY CHARGER WITH LDO REGULATOR

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 735 LITHIUM-ION LINEAR BATTERY CHARGER WITH LDO REGULATOR DESCRIPTION QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 735 LTC4063EDD Demonstration circuit 735 is a complete constantcurrent, constant-voltage battery charger for one Lithium-Ion cell and includes a

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document

More information

Color Mark Sensor with Red or Green LED E3S-VS

Color Mark Sensor with Red or Green LED E3S-VS Color Mark Sensor with Red or Green LED Rugged IP67 Color Mark Sensor 1 ms response time Detects a wide variety of color marks PNP or NPN output ls Light-on/ Dark-on operation, wire selectable Vertical

More information

LM1084 5A Low Dropout Positive Regulators

LM1084 5A Low Dropout Positive Regulators 5A Low Dropout Positive Regulators General Description The LM1084 is a series of low dropout voltage positive regulators with a maximum dropout of 1.5 at 5A of load current. It has the same pin-out as

More information

Understanding Power Impedance Supply for Optimum Decoupling

Understanding Power Impedance Supply for Optimum Decoupling Introduction Noise in power supplies is not only caused by the power supply itself, but also the load s interaction with the power supply (i.e. dynamic loads, switching, etc.). To lower load induced noise,

More information

Transistor Amplifiers

Transistor Amplifiers Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input

More information

Electronics 5: Arduino, PWM, Mosfetts and Motors

Electronics 5: Arduino, PWM, Mosfetts and Motors BIOE 123 Module 6 Electronics 5: Arduino, PWM, Mosfetts and Motors Lecture (30 min) Date Learning Goals Learn about pulse width modulation (PWM) as a control technique Learn how to use a Mosfets to control

More information

Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications

Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications By Shaun Milano Vibration motors are used in a variety of applications including mobile phone

More information

Electronics Technology

Electronics Technology Teacher Assessment Blueprint Electronics Technology Test Code: 5907 / Version: 01 Copyright 2011 NOCTI. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information

More information

Electric Field Mapping Lab 3. Precautions

Electric Field Mapping Lab 3. Precautions HB 09-25-07 Electric Field Mapping Lab 3 1 Electric Field Mapping Lab 3 Equipment mapping board, U-probe, resistive boards, templates, dc voltmeter (431B), 4 long leads, 16 V dc for wall strip Reading

More information

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard University April 13, 2016 About Arduino: The Board Variety of models of Arduino Board (I am using Arduino Uno) Microcontroller constructd similarly

More information

7 OUT1 8 OUT2 9 OUT3 10 OUT4 11 OUT5 12 OUT6 13 OUT7 14 OUT8 15 OUT9 16 OUT10 17 OUT11 18 OUT12 19 OUT13 20 OUT14 21 OUT15 22 OUT16 OUT17 23 OUT18

7 OUT1 8 OUT2 9 OUT3 10 OUT4 11 OUT5 12 OUT6 13 OUT7 14 OUT8 15 OUT9 16 OUT10 17 OUT11 18 OUT12 19 OUT13 20 OUT14 21 OUT15 22 OUT16 OUT17 23 OUT18 18 CHANNELS LED DRIVER GENERAL DESCRIPTION IS31FL3218 is comprised of 18 constant current channels each with independent PWM control, designed for driving LEDs. The output current of each channel can be

More information

Bluetooth Stereo Network

Bluetooth Stereo Network ECE 445 Fall 2012 Senior Design Project Proposal Bluetooth Stereo Network Team 7 Jeff Wheeler Rishi Ratan Jerry Sun Prof. Andrew Carl Singer TA: Justine Fortier Table of Contents 1.0 Introduction... 3

More information

GT Sensors Precision Gear Tooth and Encoder Sensors

GT Sensors Precision Gear Tooth and Encoder Sensors GT Sensors Precision Gear Tooth and Encoder Sensors NVE s GT Sensor products are based on a Low Hysteresis GMR sensor material and are designed for use in industrial speed applications where magnetic detection

More information

FIBRE-OPTICS POWER METER INSTRUCTION MANUAL

FIBRE-OPTICS POWER METER INSTRUCTION MANUAL FIBRE-OPTICS POWER METER INSTRUCTION MANUAL FIBRE-OPTICS POWER METER ELLMAX ELECTRONICS LTD. Unit 29, Leyton Business Centre, Etloe Road, Leyton, London E10 7BT, England Tel: 020-8539 0136 Fax: 020-8539

More information