GROAN DETECTOR SYSTEM

Size: px
Start display at page:

Download "GROAN DETECTOR SYSTEM"

Transcription

1 GROAN DETECTOR SYSTEM This project is what I call a groan detector. A friend referred a woman (Marie) to me whose husband (John) had been stricken with a stroke and became paralyzed. His mind is good, but he cannot move anything below his neck and can only make a sound that Marie calls an aaaahhhh sound when he needs assistance. For reference, I call this sound a groan. The couple has a live-in caregiver, who sits with the man all day, but sometimes needs to sleep. When sleeping or otherwise away from the man s bed, the caregiver uses a baby monitor to listen to the patient. The baby monitor does not work well for transmitting John s low-pitched sounds. The caregiver has to sleep with one ear open and cannot get a good night s rest. Marie asked for a device that would sound a remote alarm that can wake up the sleeping caregiver if John groans for assistance. The device must not annoy the caregiver with false triggers from nearby speech, John s favorite radio program, or other background noise. After unsuccessfully trying to detect the unique characteristics of John s voice, I remembered an answering machine I had 30 years ago that detected gaps or brief interruptions in the audio in order to record speech instead of a dial tone. I designed a circuit to do that and realized it was just what I needed. Also, the circuit doesn t have to be tuned to a particular patient s voice, so it can be passed on to someone else when John no longer needs it. The circuit consists of a variable gain microphone amplifier (Q1 and U1) and a threshold detector (U2). I used a PIC microcontroller for the gap detector, because it is simple and very precise. I set the detectable gap length at 15mS. This would make any audio, passing through the threshold detector with frequency content above 66.7Hz appear as a continuous signal, while immediately detecting any signal loss. The microphone gain is adjusted by R6 so that signals of varying amplitude, like music, will intermittently pass through the threshold detector. An LED (D2) tells the user when a signal has passed through the threshold detector in order to assist in setting the gain control. A continuous sound, like a groan, close to the microphone and of relatively constant amplitude will pass uninterrupted through the threshold detector. If the sound is uninterrupted for 1.5 seconds, the device is triggered and the remote alarm is sounded. The receiver has a MUTE button to mute the alarm for 10 minutes or unmute it. If not muted, the alarm will sound for one minute. I have sinus trouble and sometimes mucus builds up on my vocal cords, causing my voice to break up. This produces gaps in my speech that make it difficult for me trigger the device. Believing that a patient could have the same problem, I added a switch labeled HOARSE which changes the minimum detectable gap length to 50mS, making it easier for someone with a hoarse throat to trigger the device. Note that this may reduce the circuit s resistance to music and background noise. Before getting a noise-cancelling (i.e. cardioid) microphone, I observed that the device would sometimes trigger on low frequencies, like a large vehicle driving by my house, motorcycles, or a low flying small airplane. To reduce this problem, I added a FILTER switch that changes the low-pass filter s 3db response from 500Hz to 1000Hz. This allows the gain control to be turned down a bit, decreasing the sensitivity to low frequencies. Also, the device might one day be used on a female patient who may not have a lot of frequency content in her voice below 500Hz, requiring the FILTER switch to be set to the upper (1KHz) position. The FILTER

2 switch may not be needed at all to stop low frequency interference while using a noisecancelling microphone. Due to the physics of sound, a noise-cancelling microphone will be much more effective at the lower frequencies. Since installing the noise-cancelling microphone, the device has only responded to a loud commercial lawn mower right outside my door and to my vacuum cleaner. Also, the system s resistance to false triggering by music has greatly increased. The noise-cancelling mike, the low-pass filter and the gap detector, all together, make an effective system for blocking interference. Figure 1. Signal processing circuit. I tested several electret microphones and they all kept a voltage of around 2.5 volts when fed with a 10K resistor to 5 volts. I took advantage of that when I designed the microphone preamp circuit (Q1) to minimize noise pickup. When the gain control (R6) is turned up too high, 60Hz electrical noise and sub-audible noise from the microphone can trigger the device. Transistor and power supply switching noise is mostly removed by the low-pass filter.

3 Figure 2. The rest of the Groan Detector transmitter. Note that the RF transmitter is on a separate circuit board from the rest of the electronics. Be sure to include the bypass capacitor C10. The RF link has a range of at least 70 ft. (the length of my house) with the telescopic antenna in the receiver all the way down. Who knows what the range would be with the antenna fully extended. The antenna is 20 cm long fully extended and was salvaged from some piece of thrown-away wireless electronics. The beeper signals the user when the device has been triggered. Figure 3. Front panel of the transmitter. Some labels have been left off to avoid cluttering the panel. The TEST button repeatedly sends a coded signal to the receiver so that the user can test the RF link. The TRANSMIT switch turns the transmitter on and off so that the user can find the optimum sensitivity setting without triggering the receiver. The functions of the other two switches and the LED are described elsewhere in this article. The mike jack is mounted in a way to accommodate the locking nut on the noise-cancelling microphone. Most cardioid microphones with a 3.5mm stereo or mono plug will work fine. The tip is positive, the sleeve is negative and the ring is not connected. The enclosure is Radio Shack SKU#

4 Figure 4. Interior of the transmitter. Note the 433 MHz RF transmitter with its coiled antenna on a separate circuit board. The hot glue might not look professional, but I don t want switches and screws to come loose over time. No one s going to see inside the box. A small blue LED is mounted above the power jack on the back of the enclosure as a power indicator. Figure 5. Transmitter circuit board. Some resistors have one of their leads coiled in a loop for a test point.

5 Figure 6. Transmitter circuit board layout. Figure 7. The receiver circuit.

6 Figure 8. The receiver unit. Note the amplified speaker box attached with Scotch Velcro-like Command Strips to the top of the box. The end user needs enough audio volume to wake up a sleeping caregiver. This speaker s 2 watt output does the job. The speaker is Auvio, model number , available at Radio Shack. The receiver produces a pulsating 1 KHz tone when triggered. The green LED in the middle (normally on as a power indicator) flashes on and off once per second when the receiver is muted. It times out after 10 minutes to prevent leaving it muted indefinitely. Both the transmitter and the receiver are powered by discarded 5 volt cellphone chargers which have been fitted with 5.5/2.1 mm (size M) power plugs. The speaker requires 5 volts at 1 amp. The transmitter uses less than 100mA at 5 volts. Both chargers must be regulated. The enclosure is Radio Shack SKU# The microphone came from Amazon.com. Pro Lavalier Lapel Microphone MIC-J 016 Figure 9. Receiver interior

7 Figure 10. Receiver board layout. Figure 11. The RF transmitter and receiver set used in the project. Here is the link to the website. Delivery from China took about 2 weeks. They also sell a 315 MHz version of the set. They sell coiled antennas for the T/R sets, as well. ; Groan transmitter.asm source code ; Created ; Last modified ; Written by: ; Andrew R. Morris ; morr3763@bellsouth.net ; The purpose if this program is to beep and activate a remote ; alarm monitor when a paralyzed patient groans to call for ; help. The program minimizes false triggering from ambient ; noise or speech. The hardware contains a 500Hz low-pass-filter. ; This device responds to a low-frequency sound with no gaps ; longer than 15mS and sustained for one and a half seconds. A

8 ; wider gap can be selected in case the patient has a hoarse throat. ; The code is written to detect 1.5 seconds of uninterrupted audio. ; This will block out brief bursts like slamming doors, barking dogs ; and most conversation. Music or other continuous sounds may ; trigger it. The hardware has a manually operated sensitivity ; adjustment. The software controls an LED to facilitate making ; the sensitivity adjustment. ; The radio receiver used in this project cannot tolerate a ; DC component in the data stream. Manchester encoding is too ; complex for this project, since only one code will ever be ; transmitted. A bipolar sync pulse, followed by a series ; of alternating ones and zeros, forms the data stream. ; This code was written for a PIC10F508 LIST P=12F508 #include P12F508.INC errorlevel -302 ;suppress message 302 from list file CONFIG _CP_OFF & _MCLRE_OFF & _WDT_OFF & _IntRC_OSC ;Register equates LCVR1 EQU 10 ;Loop count variable register 1 LCVR2 EQU 11 ;Loop count variable register 2 LCVR3 EQU 12 ;Loop count variable register 3 LCVR4 EQU 13 ;Loop count variable register 4 ;Initialization equates INIT_GP EQU B' ' ;Initialize GPIO CFG_GP EQU B' ' ;Configure GPIO OPTINI EQU B' ' ;Initialize option register ;Parameter equates BEEP_PITCH EQU D'69' ;2400Hz BEEP_DURATION EQU D'19' ;Approx. 200mS with 2400Hz pitch NARROW_GAP EQU D'15' ;Audio gap time in 1mS increments WIDE_GAP EQU D'50' ;Wider gap time for hoarse throat. GROAN_TIME EQU D'46' ;Time required to trigger device. ;31 is one second. ;I/O pin equates ;GPIO TST_IN EQU 0 ;Test button, pin 7 GAP_SEL EQU 1 ;Selects minimum detectable audio gap, pin 6

9 LED EQU 2 ;Output to LED, pin 5 SIGNAL_IN EQU 3 ;Input from signal conditioner, pin 4 XMTR_OUT EQU 4 ;Output to transmitter, pin 3 BEEPER_OUT EQU 5 ;Output to beeper, pin 2 ; ORG 0 ;Reset vector rolls over to here GOTO Boot ;Go to beginning of program ;Subroutines BEEP MOVLW BEEP_DURATION MOVWF LCVR1 BLP1 MOVLW D'25' MOVWF LCVR2 BLP2 BSF GPIO,BEEPER_OUT ;This counts the time that the beeper MOVLW BEEP_PITCH ;output is high for the tone. MOVWF LCVR3 LCVR3,F GOTO $-1 NOP ;NOPs to compensate for looping delay NOP ;to maintain a square wave. BCF GPIO,BEEPER_OUT ;This counts the time that the beeper MOVLW BEEP_PITCH ;output is low for the tone. MOVWF LCVR3 LCVR3,F GOTO $-1 LCVR2,F ;This block counts off the duration of GOTO BLP2 ;the beep LCVR1,F GOTO BLP1 RETLW 0 SDLY ;Short delay routine. MOVWF LCVR1 ;0.1 ms increments. MOVLW D'32' MOVWF LCVR2 LCVR2,F GOTO $-1 LCVR1,F GOTO $-5 RETLW 0 BIT0

10 BSF GPIO,XMTR_OUT MOVLW D'3' ;High for 0.3mS CALL SDLY BCF GPIO,XMTR_OUT MOVLW D'9' ;Low for 0.9mS CALL SDLY RETLW 0 BIT1 Boot value BSF GPIO,XMTR_OUT MOVLW D'9' ;High for 0.9mS CALL SDLY BCF GPIO,XMTR_OUT MOVLW D'3' ;Low for 0.3mS CALL SDLY RETLW 0 MOVWF OSCCAL ;Load the factory Internal oscillator calibration ; Initialize I/O ports MOVLW CFG_GP ;Select direction of GPIO bits TRIS GPIO ;Write selection to GPIO data ;direction register MOVLW INIT_GP ;Initialize GPIO MOVWF GPIO CLRF STATUS MOVLW OPTINI ;Initialize option register OPTION START ;The actual program starts here. BCF GPIO,LED ;Turn off LED. BTFSC GPIO,SIGNAL_IN ;Wait for signal input to go high. GOTO $+4 BTFSS GPIO,TST_IN ;Transmit if test button is pushed to GOTO TST ;test RF link. GOTO $-4 MOVLW GROAN_TIME ;1 second (31 counts) MOVWF LCVR3 MOVLW -D'126' ;128 max count if testing bit 7 for zero. -D'128'= mS CLRF TMR0 ;-126 was chosen to get exactly 1 second with 31 counts.

11 MOVWF TMR0 ;Actual TMR0 preset is 256-x (x is 126 in this case). GAP_DET BSF GPIO,LED ;Turn on LED MOVLW NARROW_GAP ;Minimum detectable audio-gap length in ms. BTFSS GPIO,GAP_SEL ;Test gap select switch. MOVLW WIDE_GAP ;Wider gap for patient with hoarse throat. MOVWF LCVR1 ;TMR0 is not part of this gap timer, but is constantly MOVLW D'141' ;being polled as the timer runs. TMR0 is being used MOVWF LCVR2 ;to count off the groan time in the background. BTFSS TMR0,7 ;TMR0 bit 7 went low, service timer. GOTO TMR_SRV BTS BTFSC GPIO,SIGNAL_IN ;Test input signal GOTO GAP_DET ;Input high, re-initialize gap detector. LCVR2,F GOTO $-5 LCVR1,F GOTO $-9 ;Audio gap too long, start over. TMR_SRV ;Timer service routine. MOVLW -D'126' CLRF TMR0 ;Clear TMR0 and prescaler MOVWF TMR0 ;Re-initialize TMR0. LCVR3,F ;Decrement GROAN_TIME counter. GOTO BTS ;Continue testing input signal. TST CALL BEEP XMIT MOVLW D'10' ;Number of times data word is MOVWF LCVR3 ;to be transmitted. SYNC BSF GPIO,XMTR_OUT ;High portion of sync pulse (2.4mS) MOVLW D'24' CALL SDLY BCF GPIO,XMTR_OUT ;Low portion of sync pulse (2.4mS). MOVLW D'24' ;Call short delay subroutine. CALL SDLY ;0.1mS increments. CALL BIT1 ;Send bits CALL BIT0 CALL BIT1 ;Alternating ones and zeros to CALL BIT0 ;avoid a DC component in the CALL BIT1 ;received data stream. CALL BIT0 CALL BIT1 CALL BIT0 CALL BIT1 CALL BIT0

12 CALL BIT1 CALL BIT0 CALL BIT1 CALL BIT0 CALL BIT1 CALL BIT0 LCVR3,F GOTO SYNC ;Repeat END ; Groan receiver.asm source code ; Created ; Last modified ; Remote alarm receiver for groan detector. Receiver will emit ; a loud pulsating beep when it receives a valid signal from ; the transmitter. The alarm will sound for one minute if not ; muted. The mute mode will time out in 10 minutes. Pressing ; the MUTE button again will unmute the device. ; The radio receiver used in this project cannot tolerate a ; DC component in the data stream. Manchester encoding is too ; complex for this project, since only one code will ever be ; transmitted. A bipolar sync pulse, followed by a series ; of alternating ones and zeros, forms the data stream. ; Written by: ; Andrew R. Morris ; morr3763@bellsouth.net ; This code was written for a PIC10F200 or PIC10F202 LIST P=10F202 #include P10F202.INC errorlevel -302 ;suppress message 302 from list file CONFIG _CP_OFF & _MCLRE_OFF & _WDT_OFF & _IntRC_OSC ;Register equates LCVR1 EQU 10 ;Loop count variable register 1 LCVR2 EQU 11 ;Loop count variable register 2 LCVR3 EQU 12 ;Loop count variable register 3 LCVR4 EQU 13 ;Loop count variable register 4 LCVR5 EQU 14 ;Loop count variable register 5

13 LCVR6 EQU 15 ;Loop count variable register 6 LCVR7 EQU 16 ;Loop count variable register 7 STAT EQU 17 ;STAT register ;Initialization equates INIT_GP EQU B' ' ;Initialize GPIO CFG_GP EQU B' ' ;Configure GPIO OPTINI EQU B' ' ;Initialize option register ;STAT register equates BIT EQU 0 ;1 if incoming bit is high VERIFY EQU 1 ;Valid data detected once. ;Parameter equates ALARM_PITCH EQU D'165' ;1 KHz tone ALARM_DURATION EQU D'10' ;Tone duration, 100mS at 1KHz ALARM_PERIOD EQU D'2' ;Time between tones, 0.1 second increments. ALARM_TIME EQU D'200' ;Time alarm sounds (0.3 x 200 = 60 sec.) MUTE_TIME EQU D'10' ;Mute time in minutes. ;I/O pin equates ;GPIO MUTE_IN EQU 0 ;Mute button (active low), pin 5 DATA_IN EQU 3 ;Data input from RF module, pin 8 AUDIO_OUT EQU 1 ;Audio output to speaker, pin 4 LED EQU 2 ;"Power" and "muted" LED, pin 3 ; ORG 0 ;Reset vector rolls over to here GOTO Boot ;Go to beginning of program ;Subroutines BITST ;Tests incoming bits for 1 or 0 BTFSS GPIO,DATA_IN ;Wait for data input to go high GOTO $-1 BCF STAT,BIT MOVLW D'9' ;Wait for data input to stay HIGH for 0.6mS. MOVWF LCVR1 MOVLW D'13' MOVWF LCVR2 BTFSS GPIO,DATA_IN RETLW 0 LCVR2,F GOTO $-3 LCVR1,F GOTO $-7

14 BSF STAT,BIT BTFSC GPIO,DATA_IN ;Wait for data input to go low GOTO $-1 RETLW 0 DLY ;Delay subroutine MOVWF LCVR1 ;D'10' in the W register when this routine LP1 MOVLW D'78' ;is called sets the delay to 1 sec. MOVWF LCVR2 ;i.e. delay is in 0.1 sec increments. LP2 MOVLW D'255' MOVWF LCVR3 LP3 BTFSS GPIO,MUTE_IN GOTO MUTE LCVR3,F GOTO LP3 LCVR2,F GOTO LP2 LCVR1,F GOTO LP1 GOTO LP6 REL_DLY ;100mS Release delay (mute button debounce) MOVLW D'78' ;Button must have been released for 100mS MOVWF LCVR1 ;in order to leave routine. MOVLW D'255' MOVWF LCVR2 BTFSS GPIO,MUTE_IN GOTO $-5 LCVR2,F GOTO $-3 LCVR1,F GOTO $-7 RETLW 0 FREQ_GEN MOVLW ALARM_DURATION MOVWF LCVR1 ALP1 MOVLW D'10' MOVWF LCVR2 ;Frequency generator for alarm tone. ALP2 BSF GPIO,AUDIO_OUT ;This counts the time that the AUDIO MOVLW ALARM_PITCH ;output is high for the tone. MOVWF LCVR3 LCVR3,F GOTO $-1 NOP ;NOPs to compensate for looping delay NOP ;to maintain a square wave.

15 BCF GPIO,AUDIO_OUT ;This counts the time that the AUDIO MOVLW ALARM_PITCH ;output is low for the tone. MOVWF LCVR3 LCVR3,F GOTO $-1 LCVR2,F ;This block counts off the duration of GOTO ALP2 ;the alarm tone. LCVR1,F GOTO ALP1 RETLW 0 Boot value MOVWF OSCCAL ;Load the factory Internal oscillator calibration ; Initialize I/O ports MOVLW CFG_GP ;Select direction of GPIO bits TRIS GPIO ;Write selection to GPIO data ;direction register MOVLW INIT_GP ;Initialize GPIO MOVWF GPIO CLRF STATUS CLRF TMR0 ;Reset TMR0 and prescaler CLRWDT ;Reset watchdog timer MOVLW OPTINI ;Initialize option register OPTION START ;The actual program starts here. BSF GPIO,LED ;Turn LED back on. CALL REL_DLY ;Wait for MUTE button to be released. BCF STAT,VERIFY ;Reset verify status bit SYNC BTFSS GPIO,MUTE_IN GOTO MUTE MOVLW D'14' ;Wait for data from RF module to stay low for 1.8mS. MOVWF LCVR1 ;This is the point where the decoder is LP4 MOVLW D'25' ;synchronized to the transmitter. MOVWF LCVR2 LP5 BTFSC GPIO,DATA_IN GOTO SYNC ;Start over if high detected, but LCVR2,F ;don't clear verify status. GOTO LP5 LCVR1,F GOTO LP4 ;Start testing incoming bits. BTFSS STAT,BIT ;Bit must be "1"

16 BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSS STAT,BIT ;Bit must be "1" BTFSC STAT,BIT ;Bit must be "0" BTFSC STAT,VERIFY ;Valid data word, test verify bit

17 GOTO ALARM ;Verified, activate alarm BSF STAT,VERIFY ;Set verify bit GOTO SYNC ;Test data word a second time. ALARM MOVLW ALARM_TIME ;Alarm routine. MOVWF LCVR4 CALL FREQ_GEN MOVLW ALARM_PERIOD GOTO DLY ;Can't call DLY, because program can leave LP6 LCVR4,F ;the subroutine without returning, causing GOTO $-4 ;a stack error. DLY is not used elsewhere. MUTE CALL REL_DLY ;Wait for MUTE button to be released. MOVLW MUTE_TIME ;Mute time in minutes MOVWF LCVR5 LP7 MOVLW D'60' ;Sixty seconds per minute MOVWF LCVR6 LP8 MOVLW D'31' ;31 TMR0 overflows per second MOVWF LCVR7 LP9 MOVLW -D'126' CLRF TMR0 ;Clear TMR0 and prescaler MOVWF TMR0 ;Re-initialize TMR0. LP10 BTFSS GPIO,MUTE_IN ;Go out of mute mode if MUTE button is pressed. BTFSC TMR0,7 ;Check for TMR0 bit 7 going low (overflow). GOTO LP10 BCF GPIO,LED ;Flash LED at 1 Hz rate by looking at bit 4 BTFSC LCVR7,4 ;of LCVR7 while mute timer is running. BSF GPIO,LED LCVR7,F GOTO LP9 LCVR6,F GOTO LP8 LCVR5,F GOTO LP7 END

Sensor Interface Using PIC12CXXX as a Sensor Interface for Metal Detection

Sensor Interface Using PIC12CXXX as a Sensor Interface for Metal Detection Using PIC12CXXX as a Sensor Interface for Metal Detection Author: Vladimir Velchev AVEX - Vladimir Velchev Sofia, Bulgaria email:avex@iname.com APPLICATION OPERATION PIC12CXXX microcontroller can be used

More information

Measuring Distance Using Sound

Measuring Distance Using Sound Measuring Distance Using Sound Distance can be measured in various ways: directly, using a ruler or measuring tape, or indirectly, using radio or sound waves. The indirect method measures another variable

More information

K7QO Marker Generator

K7QO Marker Generator K7QO Marker Generator The history of marker generators begins with the commercial receivers of the early beginnings of electronics. Typical short wave receivers came with two dials, one labeled tuning

More information

Physics 335 Lab 7 - Microcontroller PWM Waveform Generation

Physics 335 Lab 7 - Microcontroller PWM Waveform Generation Physics 335 Lab 7 - Microcontroller PWM Waveform Generation In the previous lab you learned how to setup the PWM module and create a pulse-width modulated digital signal with a specific period and duty

More information

Microphone audio, from the MFJ-1278B to your transmitter. Ground, audio and PTT common. Push-to-talk, to allow the MFJ-1278B to key your transmitter.

Microphone audio, from the MFJ-1278B to your transmitter. Ground, audio and PTT common. Push-to-talk, to allow the MFJ-1278B to key your transmitter. Computer interfacing, covered in the previous chapter, is only half the interfacing task. The other half is connecting your MFJ-1278B to your radios. MFJ-1278B Radio Ports Interfacing the MFJ-1278B to

More information

GCE A level 1145/01 ELECTRONICS ET5

GCE A level 1145/01 ELECTRONICS ET5 Surname Other Names Centre Number 2 Candidate Number GCE A level 1145/01 ELECTRONICS ET5 A.M. WEDNESDAY, 12 June 2013 1½ hours ADDITIONAL MATERIALS In addition to this examination paper, you will need

More information

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care.

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care. Product Description 1: The use of advanced digital audio signal processing (DSP) technology and FM modulation phase-locked loop (PLL) to make sound more realistic, more stable performance, long working

More information

How Radio Works by Marshall Brain

How Radio Works by Marshall Brain How Radio Works by Marshall Brain "Radio waves" transmit music, conversations, pictures and data invisibly through the air, often over millions of miles -- it happens every day in thousands of different

More information

GCE A level 1145/01 ELECTRONICS ET5. P.M. THURSDAY, 31 May hours. Centre Number. Candidate Number. Surname. Other Names

GCE A level 1145/01 ELECTRONICS ET5. P.M. THURSDAY, 31 May hours. Centre Number. Candidate Number. Surname. Other Names Surname Other Names Centre Number 0 Candidate Number GCE A level 1145/01 ELECTRONICS ET5 P.M. THURSDAY, 31 May 2012 1 1 2 hours For s use Question Maximum Mark Mark Awarded 1. 6 2. 9 3. 8 4. 6 1145 010001

More information

How Radio Works By Marshall Brain

How Radio Works By Marshall Brain How Radio Works By Marshall Brain Excerpted from the excellent resource http://electronics.howstuffworks.com/radio.htm Radio waves transmit music, conversations, pictures and data invisibly through the

More information

EDACS WALL MOUNT STATION. Maintenance Manual. Mobile Communications LBI-31838A TABLE OF CONTENTS

EDACS WALL MOUNT STATION. Maintenance Manual. Mobile Communications LBI-31838A TABLE OF CONTENTS A Mobile Communications EDACS WALL MOUNT STATION TABLE OF CONTENTS SYSTEM BOARD & REGULATOR BOARD.......... LBI-31892 KEY/DISPLAY BOARD MAINTENANCE MANUAL.... LBI-31940 Maintenance Manual Printed in U.S.A.

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

Massachusetts Institute of Technology MIT

Massachusetts Institute of Technology MIT Massachusetts Institute of Technology MIT Real Time Wireless Electrocardiogram (ECG) Monitoring System Introductory Analog Electronics Laboratory Guilherme K. Kolotelo, Rogers G. Reichert Cambridge, MA

More information

Technical Equipment Specification

Technical Equipment Specification STATE OF CALIFORNIA Office of the State Chief Information Officer Public Safety Communications Division Technical Equipment Specification Equipment Type: Transmitter/Receiver Mobile Relay/Base/Control

More information

GCE A level 1145/01 ELECTRONICS ET5

GCE A level 1145/01 ELECTRONICS ET5 Surname Centre Number Candidate Number Other Names 2 GCE A level 1145/01 ELECTRONICS ET5 S16-1145-01 A.M. FRIDAY, 17 June 2016 1 hour 30 minutes For s use ADDITIONAL MATERIALS In addition to this examination

More information

BeeLine TX User s Guide V1.1c 4/25/2005

BeeLine TX User s Guide V1.1c 4/25/2005 BeeLine TX User s Guide V1.1c 4/25/2005 1 Important Battery Information The BeeLine Transmitter is designed to operate off of a single cell lithium polymer battery. Other battery sources may be used, but

More information

MicroToys Guide: Motors N. Pinckney April 2005

MicroToys Guide: Motors N. Pinckney April 2005 Introduction Three types of motors are applicable to small projects: DC brushed motors, stepper motors, and servo motors. DC brushed motors simply rotate in a direction dependent on the flow of current.

More information

Sound Skulptor MC624 User manual

Sound Skulptor MC624 User manual Sound Skulptor MC624 User manual 1. Overview The MC624 lets you select one out of six stereo line level audio sources, adjust the level and route it to one out of four stereo amplified monitor pairs. The

More information

Airport Lighting Controller AFS1000 User Manual. January 10, 2017

Airport Lighting Controller AFS1000 User Manual. January 10, 2017 Airport Lighting Controller AFS1000 User Manual January 10, 2017 Contents Table of Figures... iv Table of Tables... v Introduction... 1 System Description... 1 Operation... 2 Basic Controller Operation...

More information

Hi Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan

Hi Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan Timers and CCP Modules Hi Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan chanhl@mail.cgu.edu.twcgu PIC18 Timers Timer2, Timer4 8-bit timers use instruction cycle clock as the

More information

OWNER S MANUAL 311DRH 311DR 221R 211R 200R 31LT 31IT 32BT 32IT 31HT 31XT

OWNER S MANUAL 311DRH 311DR 221R 211R 200R 31LT 31IT 32BT 32IT 31HT 31XT VHF PERFORMANCE SERIES WIRELESS MICROPHONE SYSTEMS OWNER S MANUAL 311DRH 311DR 221R 211R 200R 31LT 31IT 32BT 32IT 31HT 31XT AZDEN CORPORATION P.O. Box 10-147 New Hyde Park Road Franklin Square, NY 11010

More information

LBI-31807D. Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1. Maintenance Manual. Printed in U.S.A.

LBI-31807D. Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1. Maintenance Manual. Printed in U.S.A. D Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1 Maintenance Manual Printed in U.S.A. This page intentionally left blank 13 PARTS LIST 12 PARTS LIST LBI-31807 11 PARTS LIST 10 SCHEMATIC

More information

Week 8 AM Modulation and the AM Receiver

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

More information

330 DUAL-CHANNEL CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM

330 DUAL-CHANNEL CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM 330 DUAL-CHANNEL CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM 330UPR - 35BT - 35HT - 35XT INSTRUCTION MANUAL Thank you for purchasing the Azden 330 Dual-Channel Wireless Microphone system. The components

More information

;;;;;;; Variables ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; cblock Bank0RAM ;Temporary storage for STATUS during interrupts

;;;;;;; Variables ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; cblock Bank0RAM ;Temporary storage for STATUS during interrupts TotPrgm2 Senior Design Program for Total Project (LED and Motor Control) Hayden Callender list P=PIC16F877, F=INHX8M, C=160, N=77, ST=OFF, MM=OFF, R=DEC, X=OFF #include P16F877.inc config(_cp_off & _PWRTE_ON

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

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

More information

SETUP and OPERATING MANUAL ADVANCED MULTI-CHANNEL VEHICLE INTERCOM SYSTEM (AMCVIS)

SETUP and OPERATING MANUAL ADVANCED MULTI-CHANNEL VEHICLE INTERCOM SYSTEM (AMCVIS) SETUP and OPERATING MANUAL Sept 23, 2010 Rev D ADVANCED MULTI-CHANNEL VEHICLE INTERCOM SYSTEM (AMCVIS) with DIGITAL CREW CONTROL and RADIO BRIDGING The AMCVIS was designed, manufactured and is supported

More information

Discrete Logic Replacement Garage Door Indicator

Discrete Logic Replacement Garage Door Indicator Garage Door Indicator Author: Brian Iehl Hoffman Estates, Illinois email: brian@dls.net / 4 MHz = 0.1 ma. The estimated battery life is then: 2550 ma Hr / 0.1 ma = 25500 hours. This is almost 3 years!

More information

FM Tuner Controller for Portable and Car Radios

FM Tuner Controller for Portable and Car Radios WIRELESS AND REMOTE CONTROLLED PERSONAL APPLIANCE FM Tuner Controller for Portable and Car Radios Author: T. K. Mani Model Engineering College Cochin, India email: ihrdmec@md2.vsnl.net.in APPLICATION OPERATION

More information

MFJ-752C SIGNAL ENHANCER II

MFJ-752C SIGNAL ENHANCER II MFJ-752C SIGNAL ENHANCER II INTRODUCTION The improved MFJ-752C SIGNAL ENHANCER II is comprised of two tunable audio filtering systems designed to clarity and remove interfering signals from both voice

More information

DX AM FM SSB CW PA Amateur Base Station Transceiver OWNER S MANUAL RX / TX 2 4 POWER NF CHANNEL MODE RF POWER OFF CAL OFF OFF CALIBRATE

DX AM FM SSB CW PA Amateur Base Station Transceiver OWNER S MANUAL RX / TX 2 4 POWER NF CHANNEL MODE RF POWER OFF CAL OFF OFF CALIBRATE 1 2 3 6 4050 ULA 6070 TI 80 90 100 9 DX 2517 2517 RX / TX 0 2 4 SWR WATTS SET 81012 22 1 010 3 2030 5 MOD 7 ON dbover 9 SIGNAL +20 +40+60 PA FM AM USB LSB CW POWER ON SWR NB / ANL R.BEEP +10KHz NF CHANNEL

More information

Telephone / Background Music Interface Model VA-TBM. Installation and Use Manual

Telephone / Background Music Interface Model VA-TBM. Installation and Use Manual Telephone / Background Music Interface Model VA-TBM Installation and Use Manual Notice Every effort was made to ensure that the information in this manual was complete and accurate at the time of printing.

More information

ICS REPEATER CONTROLLERS

ICS REPEATER CONTROLLERS ICS REPEATER CONTROLLERS BASIC CONTROLLER USER MANUAL INTEGRATED CONTROL SYSTEMS 1076 North Juniper St. Coquille, OR 97423 Email support@ics-ctrl.com Website www.ics-ctrl.com Last updated 5/07/15 Basic

More information

Final Project Report E3390 Electronic Circuits Design Lab. RFID Access Control System. Jeffrey Mok Joseph Kim

Final Project Report E3390 Electronic Circuits Design Lab. RFID Access Control System. Jeffrey Mok Joseph Kim Final Project Report E3390 Electronic Circuits Design Lab RFID Access Control System Jeffrey Mok Joseph Kim Submitted in partial fulfillment of the requirements for the Bachelor of Science Degree May 11,

More information

ENCORE 200 VHF Bass Wireless Microphone System

ENCORE 200 VHF Bass Wireless Microphone System ENCORE 200 VHF Bass Wireless Microphone System Nady Wireless Systems are type accepted under FCC rules parts 90, 74 and 15. The device complies with RSS-210 of Industry & Science Canada. Operation is subject

More information

Hidden Active Cellphone Detector.

Hidden Active Cellphone Detector. Hidden Active Cellphone Detector Introduction: It is a handy, pocket-size mobile transmission detector or sniffer. It is a circuit for a mobile transmission detector which can detect use of a mobile phone

More information

Interfacing to the SoundStation VTX 1000 TM with Vortex Devices

Interfacing to the SoundStation VTX 1000 TM with Vortex Devices Interfacing to the SoundStation VTX 1000 TM with Vortex Devices Application Note Polycom Installed Voice Business Group September 2004 Rev. F TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 6

More information

The Electronic Whoopie Cushion

The Electronic Whoopie Cushion The Electronic Whoopie Cushion Author: Michael Kirkhart Farmington Hills, Michigan email: kirkhart@rust.net APPLICATION OPERATION: Overview Most of us who have read the advertisements in comic books or

More information

Handy dandy little circuit #17 #17

Handy dandy little circuit #17 #17 Handy dandy little circuit #17 #17 Download # 17 in PDF There are a lot of alarm systems on the market but you might be inclined to build your own. This little project can be put together using inexpensive

More information

SE4 DSP + High Performance Professional Digital Stereo Encoder With DSP Filters

SE4 DSP + High Performance Professional Digital Stereo Encoder With DSP Filters PCS Electronics www.pcs-electronics.com info@pcs-electronics.com SE4 DSP + High Performance Professional Digital Stereo Encoder With DSP Filters SE4 DSP + without the LCD control module (connects to black

More information

2.4GHZ WIRELESS SYSTEM FOR POLICE VIDEO RECORDING

2.4GHZ WIRELESS SYSTEM FOR POLICE VIDEO RECORDING PW24-2 2.4GHZ WIRELESS SYSTEM FOR POLICE VIDEO RECORDING USER GUIDE Revision B Page 1 of 8 10/11/06 TABLE OF CONTENTS 1. Quick Set Up and Operation... 3 2. Installation... 4 3. Guidelines For Best Performance...

More information

ME 15 and ME 30 OPERATING AND SERVICE MANUAL

ME 15 and ME 30 OPERATING AND SERVICE MANUAL ME 15 and ME 30 OPERATING AND SERVICE MANUAL II. PANEL DESCRIPTIONS FRONT PANEL DESCRIPTION 1. POWER SWlTCH: As you have astutely surmised by now, this switch powers up the ME 15 or ME 30. Note: power

More information

User Manual. ilive 2 Wireless microphone system

User Manual. ilive 2 Wireless microphone system User Manual ilive 2 Wireless microphone system Safety instructions When using this electronic device, basic precautions should always be taken, including the following: 1 Read all instructions before using

More information

LBI-31564A. Mobile Communications. DELTA - SX MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual

LBI-31564A. Mobile Communications. DELTA - SX MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual A Mobile Communications DELTA - SX 136-174 MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual TABLE OF CONTENTS MILITARY AND SYSTEM SPECIFICATIONS................................. 2-3 COMBINATION

More information

Technical Application Note #3

Technical Application Note #3 CRC CACTUS Radio Club, Inc. This Technical Application Note describes alignment procedure for a Palomar Telecom RBC- 700 series controller. The following instructions are individually described: Initial

More information

Inductive Loop Detector

Inductive Loop Detector Naztec Operations Manual For Inductive Loop Detector Model 722TXC TS1/TS2 April 2003 Published by: Naztec, Inc. 820 Park Two Drive Sugar Land, Texas 77478 Phone: (281) 240-7233 Fax: (281) 240-7238 Copyright

More information

VHF Transceiver AR6201

VHF Transceiver AR6201 VHF Transceiver AR6201 Operating Instructions Issue 2 / October 2010 Article No. 0618.764-071 Becker Flugfunkwerk GmbH Baden-Airpark B 108 77836 Rheinmünster Germany Telefon / Telephone +49 (0) 7229 /

More information

FREQUENCY AGILE FM MODULATOR INSTRUCTION BOOK IB

FREQUENCY AGILE FM MODULATOR INSTRUCTION BOOK IB FMT615C FREQUENCY AGILE FM MODULATOR INSTRUCTION BOOK IB1215-02 TABLE OF CONTENTS SECTION SUBJECT 1.0 Introduction 2.0 Installation & Operating Instructions 3.0 Specification 4.0 Functional Description

More information

WSPR VCXO Controller

WSPR VCXO Controller WSPR VCXO Controller A WSPR controller using pulse width modulation (PWM) to derive narrow-band 4-FSK modulation from a voltage controlled crystal oscillator (VCXO). Features: - Internal timing or NMEA

More information

Set Up Guide. Tuning Guide

Set Up Guide. Tuning Guide Set Up Guide First, before anything else you need to ensure the audio connections are correct and that you have tested and documented the maximum useable output voltage and volume position of the source

More information

INSTRUCTION MANUAL PLUG AND SEND WIRELESS MONITOR SYSTEM TABLE OF CONTENTS

INSTRUCTION MANUAL PLUG AND SEND WIRELESS MONITOR SYSTEM TABLE OF CONTENTS DEVAR Inc. 706 Bostwick Ave., Bridgeport CT 06605 Tel 203 368 6751 Fax 203 368 3747 http://www.devarinc.com e-mail: info@devarinc.com INSTRUCTION MANUAL PLUG AND SEND WIRELESS MONITOR SYSTEM TABLE OF CONTENTS

More information

Maintenance Manual ERICSSONZ LBI-31552E

Maintenance Manual ERICSSONZ LBI-31552E E Maintenance Manual TONE REMOTE CONTROL BOARD 19A704686P4 (1-Frequency Transmit Receive with Channel Guard) 19A704686P6 (4-Frequency Transmit Receive with Channel Guard) ERICSSONZ Ericsson Inc. Private

More information

Micro Fox PicCon Manual

Micro Fox PicCon Manual Micro Fox PicCon Manual Version 0.61 The Micro Fox PicCon (MF PC) is a 700mW fox hunting/hidden transmitter hunt transceiver. It can be configured and remotely controlled via DTMF tones, and also be configured

More information

PLL MHZ FM Stereo Transmitter Module

PLL MHZ FM Stereo Transmitter Module PLL 76.0-108.0MHZ FM Stereo Transmitter Module 1. Product Introduction: 1>. Output Power:100mW 2>. Audio Frequency Response Range:50Hz-18KHz 3>. Transmission Frequency:87.0MHz-108.0MHz (campus broadcast

More information

USER MANUAL. Model No.: DB-230

USER MANUAL. Model No.: DB-230 USER MANUAL Model No.: DB-230 1 Location of controls 1. UP Press the button to select the different DAB station under DAB mode or press and hold to quick scan the FM station in upward frequency under FM

More information

IST TSic Temperature Sensor IC Application Notes ZACwire Digital Output

IST TSic Temperature Sensor IC Application Notes ZACwire Digital Output IST TSic Temperature Sensor IC ZACwire Digital Output CONTENTS 1 TSIC TM ZACWIRE TM COMMUNICATION PROTOCOL...2 1.1 TEMPERATURE TRANSMISSION PACKET FROM A TSIC TM...2 1.2 BIT ENCODING...3 1.3 HOW TO READ

More information

Experiment 1: Instrument Familiarization (8/28/06)

Experiment 1: Instrument Familiarization (8/28/06) Electrical Measurement Issues Experiment 1: Instrument Familiarization (8/28/06) Electrical measurements are only as meaningful as the quality of the measurement techniques and the instrumentation applied

More information

Wireless hands-free using nrf24e1

Wireless hands-free using nrf24e1 Wireless hands-free using nrf24e1,1752'8&7,21 This document presents a wireless hands-free concept based on Nordic VLSI device nrf24e1, 2.4 GHz transceiver with embedded 8051 u-controller and A/D converter.

More information

ReSound Micro and Multi Mic

ReSound Micro and Multi Mic Tip for use of FAQ: Click on questions to go to answer. Setup & Configuration How do I pair the hearing aids to the Micro and Multi Mic?... 3 How many hearing aids can the Micro/Multi Mic be paired with?...

More information

1 TRANSISTOR CIRCUITS

1 TRANSISTOR CIRCUITS FM TRANSMITTERS The first group of circuits we will discuss are FM TRANSMITTERS. They can be called SPY TRANSMITTERS, FM BUGS, or a number of other interesting names. They all do the same thing. They transmit

More information

Amateur Wireless Station Operators License Exam

Amateur Wireless Station Operators License Exam Amateur Wireless Station Operators License Exam Study material 2017 South India Amateur Radio Society, Chennai CHAPTER 5 1 Chapter 5 Amateur Wireless Station Operators License Exam Study Material Chapter

More information

LBI-4938C. Mobile Communications MASTR II POWER AMPLIFIER MODELS 4EF4A1,2,3. Printed in U.S.A. Maintenance Manual

LBI-4938C. Mobile Communications MASTR II POWER AMPLIFIER MODELS 4EF4A1,2,3. Printed in U.S.A. Maintenance Manual C Mobile Communications MASTR II POWER AMPLIFIER MODELS 4EF4A1,2,3 Printed in U.S.A. Maintenance Manual TABLE OF CONTENTS DESCRIPTION.................................................... 1 CIRCUIT ANALYSIS.................................................

More information

Triple Stage Incubator

Triple Stage Incubator Triple Stage Incubator Author: OVERVIEW Brian Iehl Hoffman Estates IL brian@dls.net This project is a triple stage incubator. Three separate incubators are simultaneously controlled by one microcontroller.

More information

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Architecture I: standalone µc Microphone Microcontroller User Output Microcontroller used to implement

More information

FoxRex RigExpert. Made in Ukraine. User s manual. ARDF Receiver 3.5MHz

FoxRex RigExpert. Made in Ukraine. User s manual. ARDF Receiver 3.5MHz FoxRex 3500 ARDF Receiver 3.5MHz RigExpert Made in Ukraine User s manual . Table of contents Introduction Specifications Getting started Charging the battery Installing the whip antenna Switching the receiver

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

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

More information

Semi-modular audio controlled analog synthesizer

Semi-modular audio controlled analog synthesizer Semi-modular audio controlled analog synthesizer Owner s manual 21.7.2017 - Sonicsmith Hello and thank you for purchasing a Squaver P1 synthesizer! The Squaver P1 is a semi-modular, audio controlled, analog

More information

ENVIRONMENTAL PROTECTION

ENVIRONMENTAL PROTECTION ENVIRONMENTAL PROTECTION Do not dispose of this product with the normal household waste at the end of its life cycle. Return it to a collection point for the recycling of electrical and electronic devices.

More information

Laboratory Exercise 1 Microcontroller Board with Driver Board

Laboratory Exercise 1 Microcontroller Board with Driver Board Laboratory Exercise 1 Microcontroller Board with Driver Board The purpose of this lab exercises is to demonstrate how the Microcontroller Board can be used to control motors connected to the Driver Board

More information

RU210. Dual Multi-UHF Wireless System. Item ref: UK, UK User Manual. Version 1.0

RU210. Dual Multi-UHF Wireless System. Item ref: UK, UK User Manual. Version 1.0 RU210 Dual Multi-UHF Wireless System Item ref: 171.970UK, 171.971UK User Manual Version 1.0 Caution: Please read this manual carefully before operating Damage caused by misuse is not covered by the warranty

More information

loving U. DESIGNED & ENGINEERED IN GERMANY

loving U. DESIGNED & ENGINEERED IN GERMANY loving U. DESIGNED & ENGINEERED IN GERMANY Listen to the The Wireless U Sessions on YouTube http://bit.ly/wireless-u-sessions Listening to your suggestions, we have designed the U500 Series to make advanced

More information

OWNER S MANUAL FRS RADIO

OWNER S MANUAL FRS RADIO OWNER S MANUAL FRS RADIO 21-1860 INTRODUCTION Your RadioShack FRS radio is a portable, easy-to-use, two-way radio that you can carry almost anywhere. Use it at shopping malls, amusement parks, sports events,

More information

Electronic Buzzer for Blind

Electronic Buzzer for Blind EE318 Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2009 Electronic Buzzer for Blind Group no. B08 Vaibhav Chaudhary (06007018) Anuj Jain (06007019)

More information

TX4400 UHF CB RADIO INSTRUCTION MANUAL TX4400 INSTRUCTION MANUAL PAGE 1

TX4400 UHF CB RADIO INSTRUCTION MANUAL TX4400 INSTRUCTION MANUAL PAGE 1 TX4400 UHF CB RADIO INSTRUCTION MANUAL TX4400 INSTRUCTION MANUAL PAGE 1 TABLE OF CONTENTS GENERAL................................... 3 FEATURES.................................. 3 BASIC OPERATION...4 Front

More information

SUBELEMENT T4. Amateur radio practices and station set up. 2 Exam Questions - 2 Groups

SUBELEMENT T4. Amateur radio practices and station set up. 2 Exam Questions - 2 Groups SUBELEMENT T4 Amateur radio practices and station set up 2 Exam Questions - 2 Groups 1 T4A Station setup: connecting microphones; reducing unwanted emissions; power source; connecting a computer; RF grounding;

More information

The rangefinder can be configured using an I2C machine interface. Settings control the

The rangefinder can be configured using an I2C machine interface. Settings control the Detailed Register Definitions The rangefinder can be configured using an I2C machine interface. Settings control the acquisition and processing of ranging data. The I2C interface supports a transfer rate

More information

GETTING STARTED. Radio layout. LCD display with icons

GETTING STARTED. Radio layout. LCD display with icons GETTING STARTED Radio layout LCD display with icons 1. Key lock button 2. Battery meter 3. Main channel indicator 4. Scan icon 5. Roger beep indicator 6. CTCSS sub-channel indicator 7. VOX indicator 1

More information

More about the ICs in Snap Circuits

More about the ICs in Snap Circuits More about the ICs in Snap Circuits Although Snap Circuits includes several parts that are called integrated circuits, they are actually modules containing a number of parts. The modules contain specialized

More information

T25-35SA Subaudible Tone Decoder

T25-35SA Subaudible Tone Decoder T25-35SA Subaudible Tone Decoder The Mueller Broadcast Design T25-35SA subaudible tone decoder provides a simple and reliable way to detect the 25 and 35 Hz control tones sent by many satellite-delivered

More information

PC Tune PC Tune Test Procedures for 5100 Series Portable Radios

PC Tune PC Tune Test Procedures for 5100 Series Portable Radios PC Tune PC Tune Test Procedures for 5100 Series Portable Radios Part Number 002-9998-6513014 August 2008 Copyright 2006, 2007, 2008 by EFJohnson Technologies The EFJohnson Technologies logo, PC Configure,

More information

Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press

Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press Ed Nisley, KE4ZNU, wrote an article published in the August, September and October of 1996 issues of

More information

Manuel Campus S FM Transmitter (TX2S)

Manuel Campus S FM Transmitter (TX2S) 1 of 5 Distribution: Montena EMC SA, CH-1728 Rossens, Mr Manfred Portman Path: Marquis:> D:/data/phonak/T_memos/Englisch/ Name Date Visum Produced by F. Marquis FMa Approved F. Marquis FMa Released F.

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

1160 Stereo Power Amplifier

1160 Stereo Power Amplifier 1160 Stereo Power Amplifier 03/01/2018 Rev. 1.0 P/N: 91055 Boulder Amplifiers, Inc. 255 S. Taylor Ave. Louisville, CO 80027 (303) 449-8220 www.boulderamp.com About About Boulder Amplifiers, Inc. Boulder

More information

Single Channel Radio Mic System USER MANUAL. WMU-116-H (Hand Held) WMU-116-B (Belt Pack) Single Channel Radio Mic System

Single Channel Radio Mic System USER MANUAL. WMU-116-H (Hand Held) WMU-116-B (Belt Pack) Single Channel Radio Mic System Single Channel Radio Mic System USER MANUAL WMU-116-H (Hand Held) WMU-116-B (Belt Pack) Single Channel Radio Mic System Welcome Thank you for choosing Hill Audio for your sound system. To make sure that

More information

M200/M250 User Manual

M200/M250 User Manual icentral System One Music/Video/Intercom system. M200/M250 User Manual Products covered System One M200 Compact Master M250 Master System One D200 Door Stations Video & Non-Video System One Alloy Video

More information

Comfort Digisystem User Manual. SecureStream Technology. Microphone DM05. English

Comfort Digisystem User Manual. SecureStream Technology. Microphone DM05. English Comfort Digisystem User Manual SecureStream Technology Microphone DM05 English User Manual Table of Contents Page Introduction to the Comfort Digisystem 3 Presenting the Microphone DM05 3 Functions of

More information

R-400A Telemetry Receiver For Law Enforcement Tracking

R-400A Telemetry Receiver For Law Enforcement Tracking R-400A Telemetry Receiver For Law Enforcement Tracking COVERS THE ENTIRE 216.000-219.999MHz BAND IN 1kHz STEPS FOR QUICK AND ACCURATE FREQUENCY SELECTION SUPER SELECTIVE 8 POLE SSB CRYSTAL FILTER FOR GREATER

More information

PLUG N PLAY WATT DIGITAL FM TRANSMITTER. April, 2002 IM No

PLUG N PLAY WATT DIGITAL FM TRANSMITTER. April, 2002 IM No PLUG N PLAY 1000 1000 WATT DIGITAL FM TRANSMITTER April, 2002 IM No. 597 9972 OPERATION/FEATURE PROGRAMMING. The PNP 1000 allows the user to select many types of different operating parameters and features.

More information

Microcontroller Based Inductance Capacitance Meter

Microcontroller Based Inductance Capacitance Meter Microcontroller Based Inductance Capacitance Meter MUDIT AGARWAL This is the Inductance / Capacitance Meters circuit. One can easily build this LC Meter measure inductances starting from mh to 00mH, µh

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding Advanced Laser Trimmed Ceramic Module AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary

More information

Installation Manual Console Integration System

Installation Manual Console Integration System Installation Manual Console Integration System Table of Contents Kit Contents... 2 Overview... 3 Installation Instructions... 3 Typical Installation Wiring Diagram... 4 Configuring the Network Bridge...

More information

MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3

MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3 B MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3 TABLE OF CONTENTS Page Front Cover DESCRIPTION............................................... CIRCUIT ANALYSIS............................................

More information

Page 1 of 6 Page 1 of 12 Yaesu FT-5100/FT-5200 MODS Rev B (14 Apr 1993) This is a collection of hardware and software mods for the Yaesu 5100/5200 pair. I have the 5100, so I can't verify these for the

More information

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Rev1.0 Author: Tung Shen Chew Contents 1 Introduction... 4 1.1 Always-on voice-control is (almost) everywhere... 4 1.2 Introducing

More information

CON NEX HP. OWNER'S MANUAL Full Channel AM/FM Amateur Mobile Transceiver TABLE OF CONTENTS TUNING THE ANTENNA FOR OPTIMUM S.W.R..

CON NEX HP. OWNER'S MANUAL Full Channel AM/FM Amateur Mobile Transceiver TABLE OF CONTENTS TUNING THE ANTENNA FOR OPTIMUM S.W.R.. TABLE OF CONTENTS PAGE SPECIFICATIONS... 2 INSTALLATION... 3 LOCATION... 3 CON NEX - 4300HP MOUNTING THE RADIO... 3 IGNITION NOISE INTERFERENCE... 4 ANTENNA... 4 TUNING THE ANTENNA FOR OPTIMUM S.W.R..

More information

Smart RF Receiver Module with Intelligent Code Learning and Decoding Feature

Smart RF Receiver Module with Intelligent Code Learning and Decoding Feature Smart RF Receiver Module with Intelligent Code Learning and Decoding Feature 1. INTRODUCTION is an ASK/OOK compaitable super heterodyne receiver module with intelligent code learning and decoding feature.

More information

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1 .A Basic Wireless Control ECEN 2270 Electronics Design Laboratory 1 Procedures 5.A.0 5.A.1 5.A.2 5.A.3 5.A.4 5.A.5 5.A.6 Turn in your pre lab before doing anything else. Receiver design band pass filter

More information

Improved performance and mobility for more applications. Delivering a new standard for high performance in complete wireless microphone systems, TOA

Improved performance and mobility for more applications. Delivering a new standard for high performance in complete wireless microphone systems, TOA Improved perfmance and mobility f me applications. Delivering a new standard f high perfmance in complete wireless microphone systems, TOA provides a full range of wireless microphones optimized f general

More information

310 DIVERSITY CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM

310 DIVERSITY CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM 310 DIVERSITY CAMERA-MOUNT UHF WIRELESS MICROPHONE SYSTEM 310UDR - 35BT - 35HT - 35XT INSTRUCTION MANUAL Thank you for purchasing the Azden 310 Diversity Wireless Microphone system. The components included

More information