220 likes | 369 Views
Emergency Exit Detector Team Kelly MDR Presentation Team Members Leonardo Mascarenhas Ernald Nicolas Krystina Pysz David Vega. Motivation. September 11, 2001 South Tower four civilians escaped on Stairwell A from 80 th floor or above
E N D
Emergency Exit Detector Team Kelly MDR Presentation Team Members Leonardo Mascarenhas Ernald Nicolas Krystina Pysz David Vega
Motivation September 11, 2001 South Tower • four civilians escaped on Stairwell A from 80th floor or above • one specific evacuee switched from one impassable staircase to a clear one North Tower • one group below the fire repeatedly called 911 asking for the fire’s location • this group is presumed dead because 911 advised them to remain on the 83rd floor
Existing Sensor Networks • Wireless fire sensor networks commercially available and commonly found in high-rise buildings. • In a fire emergency, these sensors relay their data to a fire panel display accessible to authorized personnel. • Sensors update the fire panel periodically to indicate their ongoing operation. • This SDP project will take the fire panel information, process it, and relay suggestions to the building occupants.
Block Diagram Exit Warning Devices Device 1 Routing Algorithm PC FM Receiver FSM (A/D) Light Displays Digital Logic Fire Control Panel Device 2 FM Receiver Digital Logic FSM (A/D) Light Displays FM Transmitter Device 3 FM Receiver Digital Logic Light Displays Wireless Wire
MDR Specifications • Detailed block diagram of routing algorithm design. • One wireless transmitter capable of sweeping through four different frequencies. • Transmitter sweep will consist of sine waves without modulation. • Transmitter will reach receiver at a distance of at least 10 meters. • One wireless receiver unit attuned only to one particular broadcast frequency. • Receiver will be able to switch its light display off, green, and red. • Receiver will not respond to frequencies outside of its pass-band.
Algorithm Flowchart of Algorithm Example Scenario Algorithm and Transmission
Algorithm • Light Display Code: • Red (R) = Heat detected • Green (G) = Clear • Yellow (Y) = Smoke detected • Main Idea of Algorithm: • Priority/level of danger from Highest to Lowest: • Heat/Fire, Smoke, Clear • Red, Yellow, Green • Current floor’s status will be analyzed before, and compared with, the previous floor’s status. The color of light displayed will depend on priority.
Set floor 1 lights to conditions sensed Determine floor 2 (or current floor) lights based on its own conditions and floor 1 (or previous floor) conditions If 2nd flr is clear: If 2nd flr has smoke: If 2nd flr is on fire: Is 1st flr on fire? Is 1st flr on fire? Red N Y Y N 1st flr have smoke? Yellow Red Y N Red Yellow Green Algorithm Flowchart
Example Scenario • 4 Story Building • 3 Stairwells/Exits: A, B, C • Light Display Code: • Red (R) = Heat detected • Green (G) = Clear • Yellow (Y) = Smoke detected • Main Idea of Algorithm: • Priority/level of danger from Highest to Lowest: • Heat/Fire, Smoke, Clear • Red, Yellow, Green • Current floor’s status will be analyzed before, and compared with, the previous floor’s status. The color of light displayed will depend on priority
Algorithm and Transmission • Transmission to change light color will occur only if status of sensor has changed from previous check. • Plan: Save matrix of previous sensor data and compare with new matrix to see which have changed.
FM Transmitter • What is new from PDR design? • Changed from FSK chip to FM chip. • FM fits our needs better. • We are transmitting simple data. • Input will be a sum of sinusoidal waves. • It will transmit different messages at the same fc. • Addition of microcontroller to generate desired message. • What is the Chip we are using? • The Motorola MC2833 (Low Power FM Transmitter). • Has an output power in the range of 5dBm to 10dBm. • What the design look like?
FM Transmitter cont’d • What frequency are we planning to use? • We want fc equal to 49.7MHz (US Army range). • Why? • Breadboard has problems to handle VHF. • RLC components are easier to buy. • FM radio stations range is full and has very strong signals. • It is legal to transmit in any FM range as long as we output less than 10dBm (10mW) in power. • What is the problem with the transmitter? • Have the design ready, and all components. However, the Motorola MC2833 Chip has not arrived. • What have we done instead? • Concentrated on other parts of project. • Worked on alternative FM transmitter. However, we are currently debugging the tank component of the design.
Receiver Unit • What is missing? • Same problem as transmitter, the Motorola MC3362 Chip has not arrived. We have the receiver design ready, and all components. • Why is it mostly complete then? • The change from FSK to FM also changed the receiver unit. • What is new? • Now the receiver unit is composed of: • FM receiver • Digital logic: • BPF, Analog to Digital conversion, CPLD. • Light display. • What is done? • The Digital logic (BPF, Analog to Digital conversion, CPLD), and the Light display are completed and working.
Narrow BandPass Filter Radian Frequency Hertz
Frequency SweepBandwith of 20 Hz 90Hz – 110Hz 100.9 Hz The “filtered” 100 Hz signal is next inputted into an amplifier stage…
CPLD • Signal Timing Analysis for State Transition: • Set the specs for when a signal is definitely pulsing • Set the spec for when an old signal has ended and • a new signal has begun (signifying a change in state)
Timing Analysis • one period of HI’s of shortest period (1/250Hz – 4ms) • three cycles worth of LO’s of longest period (1/50 Hz – 20ms) for delay of consectuive transmissions
Summary • Routing algorithm logic completed, actual code needs to be written. • Preliminary transmitter and receiver designs completed, awaiting component ICs. • Receiver logic completed, and component LED for light display chosen. • Less than $100 has been spent, and thus the project is well under budget.