EMERGENCY VEHICLE DETECTOR

Size: px
Start display at page:

Download "EMERGENCY VEHICLE DETECTOR"

Transcription

1 Proposal EMERGENCY VEHICLE DETECTOR ECE4007 Senior Design Project Section L03, EMV Detection Team Ehren Bendler Tyler Evans Jose Crespo Richard Yee Submitted September 15, 2008

2 TABLE OF CONTENTS EXECUTIVE SUMMARY...iii 1. INTRODUCTION Objective Motivation Background PROJECT DESCRIPTION AND GOALS TECHNICAL SPECIFICATIONS DESIGN APPROACH AND DETAILS Design Approach Codes and Standards Constraints, Alternatives, and Tradeoffs SCHEDULE, TASKS, AND MILESTONES PROJECT DEMONSTRATION MARKETING AND COST ANALYSIS Marketing Analysis Cost Analysis SUMMARY REFERENCES EMV Detection (ECE4007L03) ii

3 EXECUTIVE SUMMARY The Emergency Vehicle (EMV) Detector is an automated device that alerts car drivers when an emergency vehicle is approaching. The system consists of a microphone attached to the outside of a car, an A/D converter, different color LEDs, speakers, and a low-power computer. The detector receives audio input through the microphone, digitizes the signal using the A/D converter, and detects patterns that indicate an EMV siren using the computer s softwareimplemented filters and DSP algorithms. Upon detection, the device turns off the car s stereo, flashes an LED, and plays a message warning the driver that an EMV is approaching. A car s audio and sound isolation may prevent a driver from hearing an EMV siren and pulling over in time. By quickly notifying drivers of approaching EMVs, the EMV Detector will save lives and money by reducing EMV collisions and improving EMV response times. The device will be sold to car owners to install in current cars and car manufacturers to install in new cars. Unlike other designs, which require transmitters to be placed in EMVs, this design is a client-side product, which reduces cost and increases usability. The outcome of this project will be a prototype of the EMV Detector. It will be able to detect different types of EMV sirens under different environmental conditions, and it will do so fast enough to allow a potential driver to clear the road before an EMV arrives at his or her current location. The total estimated cost of the project, including labor and equipment, is $51, EMV Detection (ECE4007L03) iii

4 EMERGENCY VEHICLE DETECTOR 1. INTRODUCTION Emergency medical vehicle collisions are estimated to occur approximately 12,000 times and cost millions in liability claims in a given year [1]. The EMV Detector proposed will consist of a microphone attached to a car that will be monitoring sound at all times. Once the audio is received, the signal is converted into a digital signal using an analog-to-digital converter (ADC). The device then detects patterns that indicate that the audio signal contains an EMV siren using software-implemented filters and DSP algorithms. Upon detection, the device turns off the vehicle s radio, flashes an LED, and plays a message alerting the driver that an EMV is approaching. 1.1 Objective The EMV Detector is designed to be placed in any vehicle, alert the driver of an incoming EMV, and will work as a standalone product. A microphone will be placed outside of the car and will be connected to the system through a wire. The system will be placed on the dashboard and will be powered by the car in the final design. Once the microphone picks up audio of an EMV siren, a visual signal using LEDs will be displayed along with an audio message to warn the driver that an EMV is approaching. 1.2 Motivation The EMV detector will greatly reduce the chance of accidents caused by motorists who are unaware that an EMV is approaching. For auditory signals to be detected by the human ear, that sound must be 8-12dB above background noise. When traveling in a car with the radio EMV Detection (ECE4007L03) 1

5 turned off and the windows up, the noise inside the car is measured to be an average of 70dB. Sirens are regulated to be approximately 120dB at 10 meters to avoid permanent damage to the human ear. With the motorist at a speed of 56 mph and the EMV at 75 mph, the motorist needs 50 meters to have a 6 second response time. At these speeds the siren sound level is 74dB which is not loud enough to warn the driver when taking into account noise inside of a car [2]. The detector proposed will also be able to enhance the response time to EMVs, which can save lives. This product is designed to be placed in any motorist s vehicle without causing excessive clutter. Currently, there are patents such as 6,788,101 that propose a receiver-and-transmitter system in which the EMV will contain a transmitter that sends a signal to a receiver in the consumer s vehicle. The proposed EMV Detector will be a client-end product and will not require a transmitter for the EMV, which reduces cost and increases possibility of its use. 1.3 Background At the current time, there are no commercially available products that match the full description of the proposed design to detect EMVs. There is a patent that fits the description of the proposed design, but it is implemented in a different way. United States patent 6,778,101 proposes the use of a transmitter in an EMV and a receiver in the consumer s vehicle [3]. The design has not been released in the market, and the proposed design differs in the implementation of the detection of the EMV for the consumer. There are both audio detection and vehicle detection systems, but no comprehensive system is used to detect EMVs. Audio Detection Digital signal processing is one of the main commercially available applications in audio detection. A recent development in audio detection is the use of the audio identification system EMV Detection (ECE4007L03) 2

6 Waveprint [4]. Waveprint can detect an audio signal that has been degraded by using a temporal-ordering-based processing system, and is more accurate than the previous state-of-theart system while being more efficient and flexible in memory usage and computation. MATLAB is another program that is widely used in the field of audio processing. The design of FIR, IIR, and fast Fourier transform processes is possible with the use of MATLAB. These filters can be used to detect and manipulate the desired signal. Vehicle Detection Magnetic sensor technology is the most widely used technology for vehicle detection. By detecting a vehicle s disturbance of the earth s magnetic field, these sensors can detect vehicles and perform multiple functions such as traffic monitoring, gate opening, and vehicle location. Another method for vehicle detection is the use of laser detection systems. These systems use lasers to scan the roadway and create a 3D image of the vehicle [5]. This image is then analyzed to find which vehicle it is. Both magnetic sensor and laser detection systems for vehicle detection would require a transmitter to send confirmation of detection to a receiver in the consumer s vehicle for application in an EMV detection system. 2. PROJECT DESCRIPTION AND GOALS The main goal of the EMV Detector is to increase the amount of time that a driver has to react to a nearby EMV by warning the driver with audio and visual stimuli. When the system detects a siren, it cuts power to the radio, lights an appropriately colored LED (blue for police, red for fire, and yellow for ambulance), and plays an audio message warning the driver of the approaching EMV. After the EMV passes, power is restored to the radio and the LED is turned EMV Detection (ECE4007L03) 3

7 off. In order to increase the likelihood of the widespread adoption of the system, it will be small, require minimal user effort to install, and cost less than $200. Features of the EMV Detector: Increased response time for vehicle operator Small in size Easy to install Less than $200 Audible and visible warnings 3. TECHNICAL SPECIFICATIONS To achieve the goals of the project, the team has outlined a set of specifications, which are shown in Table 1. Table 1. Specifications for the EMV Detector Detection level Refresh time Size (L x W x H) 5dB over ambient noise 2 seconds 6 in x 6 in x 1 in Normal human hearing requires a sound to be 8dB above the ambient noise in order to be detected, and the sound insulation of a normal vehicle causes a 20dB insertion loss [2]. By mounting the microphone outside the vehicle and designing a sensitive detection algorithm, the EMV Detector can provide a significant improvement in safety. The refresh time needs to be low in order to make the device useful. Ideally, all processing would be done in real time, but it EMV Detection (ECE4007L03) 4

8 is extremely difficult to get that level of performance from a computer that can fit within the desired size. The size constraint was chosen so that the EMV Detector could be placed in the vehicle in such a way as to be easy to install and unobtrusive to the operator once it is in place. 4. DESIGN APPROACH AND DETAILS 4.1 Design Approach The chief problem in the project is distinguishing sirens from the background noise that is prevalent when a vehicle is in motion. At this point, the team is aware of two characteristics of typical sirens that may aid in detection. The first is that most sirens move between high and low frequencies at a steady pace (currently, the rate of change and precise frequencies are unknown). The second helpful aspect is that sirens exhibit a clear Doppler shift, which will aid the team in being able to distinguish between sirens that are approaching the vehicle and those that are moving away. In the early stages of the project, the team will be devoted to researching exactly how these aspects can be used to detect a siren. The EMV Detector will be a three-part system consisting of a microphone, a low-power computer, and warning indicators. The operational flow of the EMV Detector is shown in Figure 1. The computer will likely be based on a low-power x86 instruction set processor such as Intel s Atom, which will allow the team to run common software packages such as MATLAB while also having a realistic chance of fitting into the size specified for the final product. If the Atom cannot provide enough performance for the task, switching the computer to an Intel Celeron based system would be a practical alternative that would provide increased performance in exchange for higher power usage and a higher per-unit cost. Algorithms for detection will be developed and tested on a typical desktop computer until the team achieves nearly full EMV Detection (ECE4007L03) 5

9 functionality. After this baseline is reached, development will be moved to the low-power system in order to begin optimizing for performance. Figure 1. EMV Detector program flow. 4.2 Codes and Standards USB 2.0 specifications entail data rates between Mb/s through the use of a shielded, twisted wire pair through a serial connection. USB 2.0 uses Non-Return to Zero Inverted (NRZI) system to encode data. RS232 standard is an asynchronous serial communication method. The standard set for data rates was set as 20 Kbps, but current devices have maximum speeds as high as 1.5 Mbps with a maximum cable length of 50 feet or cable length equal to a capacitance of 2500 pf [6]. EMV Detection (ECE4007L03) 6

10 The TSR connector, also known as an audio jack, is used for audio applications. The TSR connector consists of two to five conductors depending on which application the connector is used. There are several standard sizes, but the most commonly used standard for microphones is the 3.5mm standard [7]. 4.3 Constraints, Alternatives, and Tradeoffs Microphone There are many different types of microphones that could be used for audio detection. Due to budgetary concerns, some of them cannot be used in this design. For example, microphones specifically designed for the outdoors were one of the options considered but not used due to economic restrictions. These outdoor microphones are designed for long periods of unattended use and come with protection against corrosion and wind. This shield against corrosion and wind would be practical for use outside of a car, where the microphone is subject to the open air at high speeds. The use of microphone arrays to capture EMV sirens is another possible alternative. The multiplexing of the inputs of multiple microphones placed strategically in an area can be used in audio detection and location. However, due to budgetary constraints and time constraints regarding the placement of these microphones to maximize efficiency, the use of microphone arrays is not likely. Audio Detection and Processing Active noise control is an alternative option in the detection of acoustic signals. Ambient noise data received by a microphone is converted into a digital signal through the use of an ADC. This signal is then input to a DSP processor and converted into an inverse signal that is outputted EMV Detection (ECE4007L03) 7

11 to a speaker to negate ambient noise. This technique is useful for operations where an audio signal must be obtained from a noisy environment [8]. An alternative in processing of the audio signal is the use of a dedicated digital signal processor which is specifically designed to handle DSP tasks. These processors are most frequently used in processes that are continuous such as input audio signals. These processors are expensive and also require the soldering of the processor to a printed circuit board which contains the other electronics that are necessary in the design of our project [9]. The addition of directional detection of the EMV siren is an alternative that can be implemented to add functionality and complexity to the project. Microphone arrays would be used to determine the approaching direction of the EMV in relation to the vehicle. Extra algorithms would be implemented to account for this addition. Budgetary and time concerns will be taken into account to decide if this is a viable option to be implemented in the design. 5. SCHEDULE, TASKS, AND MILESTONES As seen in Figure 2, the team s first major task will be to gather all of the materials needed to implement the design, including inputs, outputs, and parts. Then the team will divide into two groups: one group will handle the software component of the device, and the other will handle the hardware component. If one group falls significantly behind in the timeline, the other group will assist them to maximize time efficiency. After the hardware and software components have been integrated, the remaining time will be devoted to testing and debugging the device. The most difficult and most important task of this project will be the siren detection, which involves complex algorithms that must account for factors such as background noise and Doppler effect. All other tasks will be relatively straightforward. EMV Detection (ECE4007L03) 8

12 Figure 2. Project schedule. 6. PROJECT DEMONSTRATION The EMV Detector will be demonstrated in the laboratory in Van Leer. The device will be connected to a radio s power supply and to the LED output system. A siren recording will be played near the microphone of the EMV Detector. The device is functional if it cuts power to the radio, activates the LED output system, and plays a prerecorded message alerting the driver of an approaching emergency vehicle. The next feature to be tested will be the device s ability to filter out ambient driving noise while still detecting the siren noise. This will be done by playing a recording of ambient driving noise, and also playing a recording of ambient driving noise along with a siren. The ambient driving noise only should get no response from the device, while the ambient driving noise with the siren should turn off the radio and activate the output system. Another feature to be tested is the device s ability to correctly detect Doppler shifted siren signals. Repeated tests will be conducted by playing recordings of sirens with varying Doppler EMV Detection (ECE4007L03) 9

13 effects and a varying volume on inputs. The sensitivity requirement will be satisfied if the device correctly detects the siren at a received volume of 5dB above the ambient noise level. The refresh rate requirement will be satisfied if it can give an appropriate output within 2 seconds of detecting a siren after repeated tests. 7. MARKETING AND COST ANALYSIS 7.1 Marketing Analysis The EMV Detector is a major safety improvement for vehicles. Ambulances are 13 times more likely to have accidents than consumer vehicles and are five times more likely to cause an injury [10]. The device requires only installation in consumer vehicles and not the EMVs. The device is low-power and can easily be powered by the vehicle s battery. There are similar products on the market, but they require a radio transmitter to be installed in the EMVs and a receiver in consumer vehicles [11]. The EMV Detector will give drivers more time to recognize and respond to approaching EMVs, greatly reducing the chances of a collision. 7.2 Cost Analysis The EMV Detector can be developed and prototyped for a total cost of $51, Equipment costs are $159.37, and labor costs are $32,900. The project costs are located in Table 2. The labor costs were calculated using an average wage of $50/hour. The fringe benefits were calculated as 25% of the total labor cost, and the total overhead was calculated as 25% of the labor, equipment, and fringe benefits costs. The selling price of the EMV detector would be $175 per unit. Estimated sales totals over five years are 100,000 units for a profit of $1,563,000. After development costs, the profit is $1,511, EMV Detection (ECE4007L03) 10

14 Table 2. Project Costs PROJECT ELEMENT LABOR HOURS LABOR COST EQUIPMENT COST TOTAL ELEMENT COST Device Construction DSP processor 100 $5, $ Microphone connection 20 $1, $19.80 A/V output 50 $2, $35.45 DSP software development 300 $15, $0.00 $15, Class lecture and meetings 188 $9, $0.00 $9, TOTAL LABOR 658 $32, TOTAL EQUIPMENT $ FRINGE BENEFITS $8, TOTAL OVERHEAD $10, PROJECT TOTAL $51, SUMMARY At this point, the team has completed the following tasks: Research state-of-the-art technology related to the project. Decide on features and technical specifications of the device. Perform marketing and cost analyses. Devise a schedule, and divide the tasks. The team is now ready to gather materials and begin implementing the design. 9. REFERENCES [1] J. Clawson, R. Martin, G. Cady, R. Maio, The Wake Effect: Emergency Vehicle- Related Collisions, [Online],[cited 2008 Sep 9], Available: EMV Detection (ECE4007L03) 11

15 [2] M. Miller, R. Beaton, The Alarming Sounds of Science, [Online],[cited 2008 Sep 14], Available: [3] T. Turbeville, J. Majka, Emergency Vehicle Detection System, U.S. Patent 6,778,101, November 27, [4] M. Covell, S. Baluja, Known-audio detection using WAVEPRINT: Spectrogram fingerprinting by wavelet hashing, [Online],[cited 2008 Sep 9], Available: [5] OSI LaserScan, OSI LaserScan - Laser Detection Sensors and Vehicle Detection Systems for Toll and Traffic Management, [Online],[cited 2008 Sep 8], Available: [6] Lammert Bias, RS232 Specifications and standard, [Online],[cited 2008 Sep 9], Available: [7] International Textbook Company, International Library of Technology: A Series of Textbooks for Persons Engaged in the Engineering Professions and Trades, Or for Those who Desire Information Concerning Them, London, England: International Textbook Company, pp , [8] M. Onishi, Y. Nakamura, T. Inoue, and A. Takahashi, Active Noise Control System, U.S. Patent 7,340,064, 27 May, EMV Detection (ECE4007L03) 12

16 [9] S. Smith, The Digital Signal Processor Market, [Online],[cited 2008 Sep 9], Available: [10] D. Long, Facts on Emergency Vehicle Driving, para. 6, [Online]. Available: [Accessed Sept. 12, 2008]. [11] T. A. Turbeville and J. R. Majka, Emergency vehicle notification system, U. S. Patent 7,397,356, 8 July, EMV Detection (ECE4007L03) 13

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Sung-won ark and Jose Trevino Texas A&M University-Kingsville, EE/CS Department, MSC 92, Kingsville, TX 78363 TEL (36) 593-2638, FAX

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices Title: Acoustic Magic Voice Tracker II array microphone improves operation with VoIP based Adobe Connect Meeting URL: www.acousticmagic.com By: Bob Feingold, President, Acoustic Magic Inc. Search keywords:

More information

Consumer Emergency Vehicle Alert System

Consumer Emergency Vehicle Alert System Consumer Emergency Vehicle Alert System Robert Anderson, Austen Gray, Clayton Moore, Nicholas Saunders Department of ECCS and Department of Mechanical Engineering Ohio Northern University Ada, Ohio 45810

More information

Sending A/V Signals Over Twisted Pair Cables: An Introduction. What is A/V over twisted pair?... 2

Sending A/V Signals Over Twisted Pair Cables: An Introduction. What is A/V over twisted pair?... 2 Sending A/V Signals Over Twisted Pair s: An Introduction Table of Contents What is A/V over twisted pair?... 2 What can be accommodated with A/V over twisted pair?... 3 What applications can effectively

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

More information

SMART SENSOR COLLECTION

SMART SENSOR COLLECTION TEMPERATURE SENSOR This sensor measures temperature in degrees Celsius or Fahrenheit. It works with all SensorHawk base units (SensorHawk-2, SensorHawk-8 and SensorHawk8/20) as well as the SecurityHawk-8

More information

USER MANUAL. M9B Stereo Wireless Earphones. Please read this manual in its entirety to ensure best fit and sound.

USER MANUAL. M9B Stereo Wireless Earphones. Please read this manual in its entirety to ensure best fit and sound. USER MANUAL M9B Stereo Wireless Earphones Please read this manual in its entirety to ensure best fit and sound. R PACKAGE CONTENTS EN M9B Stereo Wireless Earphones M9B Stereo Wireless Earphones Micro-USB

More information

Fire detection equipment

Fire detection equipment PRODUCT CATALOG Fire detection equipment www.apollo-fire.com Apollo Fire Detectors is one of the world s largest manufacturers of fire detectors, modules and notification devices. Established in 1980,

More information

FN2001-A1 Network module (SAFEDLINK) Mounting Installation

FN2001-A1 Network module (SAFEDLINK) Mounting Installation FN00-A Network module (SAFEDLINK) Mounting Installation A6V050_f_en_-- 05-0-6 Building Technologies Division Legal notice Legal notice Technical specifications and availability subject to change without

More information

Keys to understanding your alarm system

Keys to understanding your alarm system Keys to understanding your alarm system This section is designed to allow you to familiarize yourself with most of the security system devices that may be installed or proposed to be installed in your

More information

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It

More information

Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification

Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification (Revision 1.0, May 2012) General VCP information Voice Communication

More information

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D

************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D ************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D INTRODUCTION Power Acoustik amplifiers provide high-performance

More information

Application Note 83 Fundamentals of RS 232 Serial Communications

Application Note 83 Fundamentals of RS 232 Serial Communications Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within

More information

Understanding the Electrical Performance of Category Cables

Understanding the Electrical Performance of Category Cables Understanding the Electrical Performance of Category Cables By: Mike Levesque, Mike Karg & Himmeler Themistocle Obsessed with cable solutions. Understanding the Electrical Performance of Category Cables

More information

Parking Guidance System

Parking Guidance System Parking Guidance System The Need: With the development of modern life, the amount of cars is growing rapidly and the difference between cars and parking spaces becomes a problem in the crowded urban areas.

More information

Understanding Alarm Systems

Understanding Alarm Systems Understanding Alarm Systems A false alarm occurs when an alarm signal designed to elicit an immediate emergency Law Enforcement, Fire, or Medical response is activated, when in fact no emergency exists.

More information

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick

More information

Emergency Management

Emergency Management LESSON PLAN 5 Be Disaster Safe K-2 Emergency Management Learning that there is a system in place to take care of the community s needs during emergencies and disasters comforts and empowers children. In

More information

AGRI-ALERT 128 TOUCH AGRI-ALERT 800EZE ALARM SYSTEMS

AGRI-ALERT 128 TOUCH AGRI-ALERT 800EZE ALARM SYSTEMS AGRI-ALERT 128 TOUCH AGRI-ALERT 800EZE ALARM SYSTEMS AGRI-ALERT ALARM SYSTEMS Peace of Mind Agri-Alert is a complete alarm system for monitoring temperature, power, feed and watering systems, burglary,

More information

Surveillance System Using Wireless Sensor Networks

Surveillance System Using Wireless Sensor Networks Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA dantnguyen84@gmail.com chihshun@gmail.com Abstract The

More information

LDG DTS-4/4R Desktop Coaxial Switch / Remote

LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG Electronics 1445 Parran Road, PO Box 48 St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 ldg@ldgelectronics.com www.ldgelectronics.com

More information

User s Manual. Copyright 2014 Trick Technologies Oy

User s Manual. Copyright 2014 Trick Technologies Oy User s Manual Copyright 2014 Trick Technologies Oy Catchbox Pro Module Catchbox Cover Contents 1 Safety Instructions...4-5 2 Quick Start... 6-15 3 Product Description... 16-18 Overview...16 Compatibility...17

More information

HP Bluetooth Pendant Headphones User Guide

HP Bluetooth Pendant Headphones User Guide HP Bluetooth Pendant Headphones User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. Windows and Windows Vista are either trademarks or registered trademarks of Microsoft Corporation in

More information

Tiny Audio C3. English TINY AUDIO C3. Please read carefully before using this product

Tiny Audio C3. English TINY AUDIO C3. Please read carefully before using this product English TINY AUDIO C3 Please read carefully before using this product 1 Safety Instructions: 1. Do not use this radio near water. 2. Clean with dry cloth. 3. Do not block any ventilation openings. 4. Do

More information

This paper will explain some of the more important factors on how UTP wires work; specifically it will cover the following:

This paper will explain some of the more important factors on how UTP wires work; specifically it will cover the following: UTP Technology In the late 1970s, unshielded twisted pair (UTP) cabling originated in the computer industry as a means of transmitting digital data over computer networks. This cable was designed to be

More information

STEREO BLUETOOTH WIRELESS HEADPHONES

STEREO BLUETOOTH WIRELESS HEADPHONES STEREO BLUETOOTH WIRELESS HEADPHONES model: AF32 USER MANUAL part of the series PACKAGE CONTENTS Runaway AF32 Stereo Bluetooth Wireless Headphones Charging cable (USB 3.5mm) Stereo audio cable (3.5mm 3.5mm)

More information

CELL PHONE AUDIO CONTROLLED POINT OF SALE TECHNOLOGY REVIEW REPORT. Alana Sweat Group 9 October 18, 2008

CELL PHONE AUDIO CONTROLLED POINT OF SALE TECHNOLOGY REVIEW REPORT. Alana Sweat Group 9 October 18, 2008 CELL PHONE AUDIO CONTROLLED POINT OF SALE TECHNOLOGY REVIEW REPORT Alana Sweat Group 9 October 18, 2008 1. REVISION HISTORY 1 2. INTRODUCTION 2 2.1 CUSTOMER REQUIREMENTS & PROJECT BACKGROUND 2 2.2 PROJECT

More information

igadgitz Bluetooth Audio Transmitter & Receiver (BTT009 / U3442) User Guide

igadgitz Bluetooth Audio Transmitter & Receiver (BTT009 / U3442) User Guide igadgitz Bluetooth Audio Transmitter & Receiver (BTT009 / U3442) User Guide For more instructions in English please visit: Eine Anleitung in Deutsch nden Sie unter: Para obtener instrucciones en Español

More information

SONAPHONE. The New Device Class for Preventive Maintenance

SONAPHONE. The New Device Class for Preventive Maintenance SONAPHONE The New Device Class for Preventive Maintenance Advantages at a glance: New applications through new processes User-friendly interface speeds up your inspection process Record ultrasonic

More information

HP Advanced Wireless Docking Station. User Guide

HP Advanced Wireless Docking Station. User Guide HP Advanced Wireless Docking Station User Guide Copyright 2014, 2015 Hewlett-Packard Development Company, L.P. Intel is a trademark of Intel Corporation in the U.S. and other countries. Windows and Windows

More information

Perimeter Security System

Perimeter Security System TM Perimeter Security System The Next Generation Perimeter Security System ICRONET combines patented Southwest Microwave technology with microprocessor power and laptop computer convenience. It is a sophisticated

More information

Jabra CRUISER2. User manual. www.jabra.com MUTE VOL - VOL + jabra

Jabra CRUISER2. User manual. www.jabra.com MUTE VOL - VOL + jabra Jabra CRUISER2 VOL - VOL + MUTE jabra User manual www.jabra.com Contents THANK YOU...2 ABOUT YOUR JABRA CRUISER2...2 WHAT YOUR SPEAKERPHONE CAN DO...3 GETTING STARTED...4 CHARGE YOUR SPEAKERPHONE...4 TURNING

More information

USER MANUAL CHARGING STATIONS FOR ELECTRIC VEHICLES

USER MANUAL CHARGING STATIONS FOR ELECTRIC VEHICLES USER MANUAL CHARGING STATIONS FOR ELECTRIC VEHICLES 204.CAxxx 204.CBxxx 204.UBxxx 204.WBxxx MP36289 1 ZP90856-GB-6 INDICE 1 SYSTEM DESCRIPTION... 4 1.1 MODES OF OPERATION... 4 2 USER INTERFACE... 6 2.1

More information

Desktop Headphone amplifier with Advanced DAC

Desktop Headphone amplifier with Advanced DAC HugoTT Instruction Manual Desktop Headphone amplifier with Advanced DAC Thank you for purchasing the Chord HugoTT. In order to get the most from your product, please take a few moments to read the instructions.

More information

Stop Alert Flasher with G-Force sensor

Stop Alert Flasher with G-Force sensor Stop Alert Flasher with G-Force sensor Stop Alert module creates brake light flashing effect to catch attention of the drivers behind to avoid dangerous rear end collision. The flasher module is a state

More information

The Sonometer The Resonant String and Timbre Change after plucking

The Sonometer The Resonant String and Timbre Change after plucking The Sonometer The Resonant String and Timbre Change after plucking EQUIPMENT Pasco sonometers (pick up 5 from teaching lab) and 5 kits to go with them BK Precision function generators and Tenma oscilloscopes

More information

Nucleus CP810 Sound Processor and Nucleus CR110 Remote Assistant Troubleshooting Guide

Nucleus CP810 Sound Processor and Nucleus CR110 Remote Assistant Troubleshooting Guide Nucleus CP810 Sound Processor and Nucleus CR110 Remote Assistant Troubleshooting Guide Symbols Contents Note Important information or advice. Can save inconvenience. Tip Time saving hint or saves inconvenience.

More information

Z-Wave Gas Reader. Product Manual NQ-9121-EU. From your Z-wave network directly to the cloud! DESCRIPTION

Z-Wave Gas Reader. Product Manual NQ-9121-EU. From your Z-wave network directly to the cloud! DESCRIPTION Product Manual NQ-9121-EU Z-Wave Gas Reader From your Z-wave network directly to the cloud! DESCRIPTION The NorthQ Gas Reader is a small device based on the Z-Wave wireless standard-ideal for home automation.

More information

Brio-Rmanual:Cursamanual.qxd 08/04/2011 09:25 Page1

Brio-Rmanual:Cursamanual.qxd 08/04/2011 09:25 Page1 - Brio-Rmanual:Cursamanual.qxd 08/04/2011 09:25 Page1 Brio-Rmanual:Cursamanual.qxd 08/04/2011 09:25 Page2 CONTENTS INTRODUCTION, FEATURES AND TECHNOLOGY 1-3 INSTALLATION 3 CONNECTIVITY 4-6 LOUDSPEAKER

More information

Jabra FREEWAY. User manual. www.jabra.com

Jabra FREEWAY. User manual. www.jabra.com Jabra FREEWAY User manual www.jabra.com CONTENTS THANK YOU...2 ABOUT YOUR...2 WHAT YOUR SPEAKERPHONE CAN DO...3 GETTING STARTED...4 CHARGE YOUR SPEAKERPHONE...4 TURNING YOUR SPEAKERPHONE ON AND OFF...5

More information

The Premier Fence Mounted Perimeter Intruder Detection System

The Premier Fence Mounted Perimeter Intruder Detection System Microphonic Audio Verification System as Standard Dual Channel Processing which contributes to Low Nuisance Alarms Patented Alpha Sensor Technology Unique Performance Pledge Guarantee The Premier Fence

More information

The SA601: The First System-On-Chip for Guitar Effects By Thomas Irrgang, Analog Devices, Inc. & Roger K. Smith, Source Audio LLC

The SA601: The First System-On-Chip for Guitar Effects By Thomas Irrgang, Analog Devices, Inc. & Roger K. Smith, Source Audio LLC The SA601: The First System-On-Chip for Guitar Effects By Thomas Irrgang, Analog Devices, Inc. & Roger K. Smith, Source Audio LLC Introduction The SA601 is a mixed signal device fabricated in 0.18u CMOS.

More information

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS This tutorial provides an overview of signal processing and conditioning for use in instrumentation and automatic control systems.

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Digital Video Recorder

Digital Video Recorder EN Digital Video Recorder Hardware Quick Start Guide Welcome! Lets get started. QH16_42000914E Swann 2014 1 1 Getting to know your DVR Congratulations on your purchase of Swann s latest DVR security system!

More information

Current Monitoring Kit QUICK START GUIDE

Current Monitoring Kit QUICK START GUIDE Current Monitoring Kit QUICK START GUIDE Pico Technology EL040 Current Monitoring Kit Quick Start Guide CONTENTS 1 Introduction... 1 2 Kit contents... 3 3 Installation... 3 3.1 Connecting the system together...

More information

The audio input connection on your computer

The audio input connection on your computer This page helps you to connect your audio equipment to your PC so you can start using the xxxxxxx Sound Recorder and Editor and get your recordings to CD or MP3. You can use our software to digitize music

More information

VE02AL / VE05AL / VE02ALR VGA & Stereo Audio CAT5 Extender with Chainable Output

VE02AL / VE05AL / VE02ALR VGA & Stereo Audio CAT5 Extender with Chainable Output VE02AL / VE05AL / VE02ALR VGA & Stereo Audio CAT5 Extender with Chainable Output Introduction: VE02AL, VE05AL is designed for VGA +Stereo Audio signal over cost effective CAT5 cable to instead of VGA and

More information

Current Monitoring Kit

Current Monitoring Kit Current Monitoring Kit QUICK START GUIDE DO090-6 CONTENTS Issues: 1) 2.10.02 WP A4 format 2) 2.10.02 Added safety warning 3) 17.3.06 Word A5 format. S1: Removed relay modules. S2: Added MI010. S4.1: added

More information

Design and Implementation of an Accidental Fall Detection System for Elderly

Design and Implementation of an Accidental Fall Detection System for Elderly Design and Implementation of an Accidental Fall Detection System for Elderly Enku Yosef Kefyalew 1, Abubakr Rahmtalla Abdalla Mohamed 2 Department of Electronic Engineering, Tianjin University of Technology

More information

«Filter-MB» Technical Manual

«Filter-MB» Technical Manual Technical Manual www.tec-electronics.ru/en/ Unit Description... 2 Unit connection... 2 Table 1. Unit port outputs assignment... 3 Conenction recomendations... 3 Table 2. Technical data and operation conditions...

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

PL-1, Pocket Logger 11-0135B

PL-1, Pocket Logger 11-0135B PL-1, Pocket Logger 1 PL-1... 2 2 Wiring... 3 2.1.1 Single Innovate Device Relay Wiring Instructions... 3 3 Mounting... 4 4 Connecting the PL-1 to the MTS serial chain... 4 5 Recording... 5 6 LogWorks...

More information

SP1790JK 900MHz Wireless Indoor/Outdoor Speakers. User Manual INTRODUCTION FEATURES IMPORTANT SAFETY INFORMATION

SP1790JK 900MHz Wireless Indoor/Outdoor Speakers. User Manual INTRODUCTION FEATURES IMPORTANT SAFETY INFORMATION SP1790JK 900MHz Wireless Indoor/Outdoor Speakers INTRODUCTION This 900 MHz digital hybrid wireless speaker system uses the latest wireless technology that enables you to enjoy music and TV sound anywhere

More information

ReSound Unite TV FREQUENTLY ASKED QUESTIONS. Setup & Configuration. Use & Operation. Troubleshooting

ReSound Unite TV FREQUENTLY ASKED QUESTIONS. Setup & Configuration. Use & Operation. Troubleshooting Tip for use of FAQ: Click on questions to go to answer. Setup & Configuration How do I pair the hearing aids to the Unite TV?... 2 What is the latency of the streamed signal?... 2 Does the Unite TV use

More information

Ultrasonic Gas Leak Detection

Ultrasonic Gas Leak Detection Ultrasonic Gas Leak Detection What is it and How Does it Work? Because every life has a purpose... Ultrasonic Gas Leak Detection Introduction Ultrasonic gas leak detection (UGLD) is a comparatively recent

More information

BCS1 Bluetooth Aux Car Adapter Kit

BCS1 Bluetooth Aux Car Adapter Kit BCS1 Bluetooth Aux Car Adapter Kit Table of Contents Introduction 3 What s In the Box? 4 Controls and Indicators 5 Installation 6 Pairing Your Phone 14 Operation 15 Troubleshooting 24 Safety Warnings 25

More information

DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL

DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 revision 2.1 November, 1998 PRODUCT DESCRIPTION The DMX512 to Analog

More information

Voyager Legend. User Guide

Voyager Legend. User Guide Voyager Legend User Guide Contents What's in the Box 3 Accessories 4 Headset Overview 5 Pairing 6 Get Paired 6 Pair another phone 6 Charge 7 Fit 8 Change the eartip 8 Wear on the left or right 8 The Basics

More information

SYSTEM DESIGN AND THE IMPORTANCE OF ACOUSTICS

SYSTEM DESIGN AND THE IMPORTANCE OF ACOUSTICS SYSTEM DESIGN AND THE IMPORTANCE OF ACOUSTICS n Will your communication or emergency notification system broadcast intelligible speech messages in addition to alarm tones? n Will your system include multiple

More information

INTREPID Perimeter Intrusion Detection System

INTREPID Perimeter Intrusion Detection System TM INTREPID Perimeter Intrusion Detection System Next Generation Perimeter Protection icropoint Cable combines patented Southwest Microwave technology with microprocessor power and laptop computer convenience.

More information

RI-215A Operator s Manual. Part Number: 71-0045RK Revision 0 Released: 10/3/05

RI-215A Operator s Manual. Part Number: 71-0045RK Revision 0 Released: 10/3/05 RI-215A Operator s Manual Part Number: 71-0045RK Revision 0 Released: 10/3/05 Warranty RKI Instruments, Inc., warrants gas alarm equipment sold by us to be free from defects in materials and workmanship,

More information

Product Information S N O. Portable VIP protection CCTV & Alarm System 2

Product Information S N O. Portable VIP protection CCTV & Alarm System 2 Product Information S N O Portable VIP protection CCTV & Alarm System 2 G O V E R N M E N T A L S E C U R I T Y S O L U T I VIP KIT Rapid Deployment VIP Protection Kit The VIP KIT has been designed to

More information

MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system

MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system Remote Control Motorcycle Alarm System Installation & Operation Instructions Sistema de Alarma de

More information

Collided Vehicle Position Detection using GPS & Reporting System through GSM

Collided Vehicle Position Detection using GPS & Reporting System through GSM Collided Vehicle Position Detection using GPS & Reporting System through GSM M.M.Raghaveendra 1, N.Sahitya 2, N.Nikhila 3, S.Sravani 4 1 Asst.Professor ECE Department, 2 Student, 3 Student, 4 Student,

More information

Operating Instructions

Operating Instructions VMD202 Vehicle Motion Detector Operating Instructions CAUTIONS AND WARNINGS Never use the VMD202 as a safety reversing or presence detection system. The VMD202 requires that a vehicle be moving for detection.

More information

SUPER SNOOPER BIG EAR

SUPER SNOOPER BIG EAR AA-1D Super Snooper Big Ear SPECIFICATIONS Operates on 5 to 9v DC Will drive a small speaker Provides up to 1 watt of audio power Distortion > 0.2% Voltage Gain up to 46 db Size: 1 x 1.95 Rainbowkits.com

More information

PUSH BUTTON START INSTALLATION MANUAL

PUSH BUTTON START INSTALLATION MANUAL PUSH BUTTON START INSTALLATION MANUAL ALTHOUGH THIS PRODUCT HAS BEEN THOROUGHLY TESTED KPIERSON TECHNOLOGIES ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE THAT MAY RESULT BY THE INSTALLATION OF THIS PRODUCT.

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

ABB Drives. User s Manual HTL Encoder Interface FEN-31

ABB Drives. User s Manual HTL Encoder Interface FEN-31 ABB Drives User s Manual HTL Encoder Interface FEN-31 HTL Encoder Interface FEN-31 User s Manual 3AUA0000031044 Rev B EN EFFECTIVE: 2010-04-06 2010 ABB Oy. All Rights Reserved. 5 Safety instructions

More information

BlueGate. Your easy to use reference for getting the most out of your product USER GUIDE. Enjoy FREE REGISTRATION

BlueGate. Your easy to use reference for getting the most out of your product USER GUIDE. Enjoy FREE REGISTRATION TM BlueGate Your easy to use reference for getting the most out of your product USER GUIDE Enjoy FREE REGISTRATION Thank you for purchasing the Accessory Power GOgroove BlueGate Bluetooth audio receiver.

More information

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI Available online at www.apije.com ASIA PACIFIC INTERNATIONAL JOURNAL OF ENGINEERING SCIENCE Vol. 02 (01) (2016) 37 41 AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI A.Arun Raja

More information

Zigbee-Based Wireless Distance Measuring Sensor System

Zigbee-Based Wireless Distance Measuring Sensor System Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech

More information

Bluetooth Handsfree Kit. Car Speakerphone (For Bluetooth Mobile Phones)

Bluetooth Handsfree Kit. Car Speakerphone (For Bluetooth Mobile Phones) Bluetooth Handsfree Kit Car Speakerphone (For Bluetooth Mobile Phones) Table of Contents 1. Product Description 3 2. Product Overview 3 3. Charging 4 4. Power On/Off 4 Power On 4 Power Off 4 5. Selecting

More information

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F Wireless Asset Monitoring - Local Food Safety Software BA/WAM-L-F Software Installation and User Guide System Overview The BAPI Wireless Asset Monitoring Local (WAM Local) Software receives temperature

More information

Monitoring solar PV output

Monitoring solar PV output Monitoring solar PV output Introduction Monitoring of your solar PV output is useful to see the actual outputs. This can be measured from the inverter and/or mains using current clamps or pulse meters

More information

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the DVI Interface The outline: The reasons for digital interface of a monitor the transfer from VGA to DVI. DVI v. analog interface. The principles of LCD control through DVI interface. The link between DVI

More information

REC FIM LOCKPICK INSTALLATION OPTIONS

REC FIM LOCKPICK INSTALLATION OPTIONS REC FIM LOCKPICK INSTALLATION OPTIONS TM PLUG INTO RADIO PLUG WHITE CONNECTOR INTO RADIO PLUG AND PLAY RADIO CONNECTORS UNPLUG ORIGINAL RADIO GRAY CONNECTOR THEN PLUG IN HERE AFTERMARKET FRONT CAMERA VIDEO

More information

Universal Push2TV HD Adapter PTVU1000 Installation Guide

Universal Push2TV HD Adapter PTVU1000 Installation Guide Universal Push2TV HD Adapter PTVU1000 Installation Guide 2011 NETGEAR, Inc. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or

More information

WITURA CORPORATION SDN BHD

WITURA CORPORATION SDN BHD WT 1010SA Stand Alone GSM Alarm System User Manual and Installation Instructions Version: 1.2 Updated: 4 JAN 2012 WITURA CORPORATION SDN BHD Stand Alone GSM Alarm System Instruction Manual 1 Introduction:

More information

GSM Alarm System User Manual

GSM Alarm System User Manual GSM Alarm System User Manual For a better understanding of this product, please read this user manual thoroughly before using it. Quick Guider After getting this alarm system, you need to do the following

More information

PART 1 - INTRODUCTION...

PART 1 - INTRODUCTION... Table of Contents PART 1 - INTRODUCTION... 3 1.1 General... 3 1.2 Sensor Features... 3 1.3 Sensor Specifications (CDE-45P)... 4 Figure 1-1 CDE-45P Sensor Dimensions (standard, convertible style)... 4 PART

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

RFID Based Solution for Asset Tracking, Location Awareness and Safety Management

RFID Based Solution for Asset Tracking, Location Awareness and Safety Management Presented at the WBF North American Conference Baltimore, MD, USA 30 April - 3 May 2007 67 Alexander Drive PO Box 12277 Research Triangle Park, NC 27709 +1.919.314.3970 Fax: +1.919.314.3971 E-mail: info@wbf.org

More information

Wireless Alarm System. Panic Button. User s Manual. Choice ALERT. Control all sensors, accessories and remote transmitters from one location

Wireless Alarm System. Panic Button. User s Manual. Choice ALERT. Control all sensors, accessories and remote transmitters from one location Wireless Alarm System Panic Button User s Manual Choice ALERT Control all sensors, accessories and remote transmitters from one location Table of Contents Important Safeguards 4 Introduction 5 Activating

More information

High Power Receiver CR-W400U Operating Instructions

High Power Receiver CR-W400U Operating Instructions High Power Receiver CR-W400U Operating Instructions Please read these instructions carefully before using this product and save this manual for future use. Panasonic welcomes you to our ever growing family

More information

Sensory alerts and multi-alerting systems for the home

Sensory alerts and multi-alerting systems for the home Sensory alerts and multi-alerting systems for the home Sensory alerts and multi-alerting systems for the home This factsheet is part of our Equipment range, for people with hearing loss and their families.

More information

Basics of Digital Recording

Basics of Digital Recording Basics of Digital Recording CONVERTING SOUND INTO NUMBERS In a digital recording system, sound is stored and manipulated as a stream of discrete numbers, each number representing the air pressure at a

More information

How To Sell A Talan

How To Sell A Talan The TALAN represents state-of-the-art capability to rapidly and reliably detect and locate illicit tampering and security vulnerabilities on both digital and analog telephone systems. Marketing Characteristics

More information

Laptop Recorder OPERATION GUIDE. Laptop Serial Number (System ID): Original Seneca Data Order Number: SoniClear Order Number:

Laptop Recorder OPERATION GUIDE. Laptop Serial Number (System ID): Original Seneca Data Order Number: SoniClear Order Number: Laptop Recorder OPERATION GUIDE Laptop Serial Number (System ID): Original Seneca Data Order Number: SoniClear Order Number: SoniClear Purchase Date: About This Manual This manual covers the installation

More information

www.fmtalkinghouse.com

www.fmtalkinghouse.com www.fmtalkinghouse.com 24x7 FM Announcement System (Talking Sign) 2009 FM TALKING HOUSE All rights reserved Talking Sign 24x7 FM Announcement System Description: The 24x7 FM Announcement System or Talking

More information

LOW COST WIRELESS EMERGENCY ALERT SOLUTIONS

LOW COST WIRELESS EMERGENCY ALERT SOLUTIONS LOW COST WIRELESS EMERGENCY ALERT SOLUTIONS WiLAS SYSTEM OVERVIEW A low cost, wireless Emergency Alert Solution for premises & workplace applications The WiLAS (Wireless Lockdown & Alert Siren) System

More information

BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEM EURO ALARM WIRELESS BURGLAR ALARM SYSTEM OASIS

BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEM EURO ALARM WIRELESS BURGLAR ALARM SYSTEM OASIS BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEMS BURGLAR ALARM SYSTEM EURO ALARM WIRELESS BURGLAR ALARM SYSTEM OASIS BURGLAR ALARM SYSTEM EURO ALARM Six zones with the following connection capabilities: One

More information

Yerkes Summer Institute 2002

Yerkes Summer Institute 2002 Before we begin our investigations into radio waves you should review the following material on your trip up to Yerkes. For some of you this will be a refresher, but others may want to spend more time

More information

S4 USER GUIDE. Read Me to Get the Most Out of Your Device...

S4 USER GUIDE. Read Me to Get the Most Out of Your Device... S4 USER GUIDE Read Me to Get the Most Out of Your Device... Contents Introduction 4 Remove the Protective Cover 5 Charge Your S4 5 Pair the S4 with your Phone 6 Install the S4 in your Car 8 Using the Handsfree

More information

Apple G5. Standards Subpart 1194.21 Software applications and operating systems. Subpart B -- Technical Standards

Apple G5. Standards Subpart 1194.21 Software applications and operating systems. Subpart B -- Technical Standards Apple G5 Standards Subpart 1194.21 Software applications and operating systems. 1194.22 Web-based intranet and internet information and applications. 1194.23 Telecommunications products. 1194.24 Video

More information

Business Audio System: Music & Messaging MP3 Player. by Grace Digital Audio. User Guide. Model No. GDI-USBM10

Business Audio System: Music & Messaging MP3 Player. by Grace Digital Audio. User Guide. Model No. GDI-USBM10 Business Audio System: Music & Messaging MP3 Player by Grace Digital Audio User Guide Model No. GDI-USBM10 User Guide Contents Introduction 2 Safety & General Use Information 2 Features 3 Set Up & Operation

More information