Using the HT95R6x for CID Phones

Size: px
Start display at page:

Download "Using the HT95R6x for CID Phones"

Transcription

1 Using the HT95R6x for CID Phones D/N : AN0319E Introduction Holtek s new HT95R64 and HT95R65 devices are 8-bit CID Phone MCUs with a CPT function. The HT95R64/HT95R65 devices, with their internal DTMF Generator/Receiver, FSK Decoder and CPT Detector, are used in the CID phone and answering machine application area. In addition to supporting Bell 202 and ETSI V2.3 specifications, the internal FSK decoder also supports Ring and Line Reverse detection. The features of these two MCUs internal sources are shown in the following table. For these two devices, the internal PLL can shift the frequency up to 3.58MHz, 7.16MHz, 10.74MHz and 14.32MHz using a 32768Hz external crystal oscillator which is connected between the X1 and X2 pins as a system clock source. Note that with higher operating frequencies, higher operating voltages are required. When the system clock is 3.58MHz, the operating voltage range is 2.2V to 5.5V. If the CPT function is used, an external 32768Hz crystal oscillator must be connected between the CPTX1 and CPTX2 pins. This application describes how to use the HT95R65 internal funcions and external circuits to implement CID phone functions. 1

2 Operating Principle The phone circuits are not identical, but the basic structure generally includes a hook switch, a ringing circuit, a polarity conversion circuit, a dialing circuit and a speech circuit, etc. Off Hook Switch: used as a switching function. When the phone is off hook, the dialing and speech circuits are turned on for dialing and speech operations. When the phone is on hook, the dialing and speech circuits are turned off. Ringing Circuit: used to rectify and step-down 75V/25Hz ring signal voltage delivered from the exchange to supply power for the integrated circuits, and generate two alternating signals with different frequencies, which are ampified to drive the buzzer or speaker forming a ringtone. Polarity Conversion Circuit: used to convert the uncertain polarity voltage from the exchange into a fixed polarity voltage. No matter how the exchange is connected in, this circuit is able to convert the delivered power into one with required positive and negative polarity. Start-up Circuit: mainly composed of a transistor controlled by the hook switch. This circuit is used to maintain normal MCU operation during an off hook or on hook condition. When in an on hook condition, the MCU enters the sleep mode, when in an off hook condition, the MCU is woken up and enters the operating mode. Dialing Circuit: composed of an electronic switch, dialing keys and peripheral circuits. The main functions of this circuit are to deliver phone number signals, connect to the signal transmission circuit via the electronic switch, turn off the speech circuit during a dialing operation to avoid noise, and use each key to perform a corresponding function. Speech Circuit: composed of a transmitter circuit, a receiver circuit and an anti-sidetone circuit. The receiver circuit is used to amplify and process the calling signals from the other side, convert the voice message into sound using electronic components. The transmitter circuit is used to convert the speaker s voice into electrical signals, amplify and deliver them to the outside lines to the exchange. During speech, a phenomenon exists whereby the speaker can hear their own voice, which is called side tone. The anti-sidetone circuit eliminates the answering noise by controlling the receiver circuit. 2

3 Telephone Dialing Introduction There are two telephone dialing methods known as DTMF and Pulse. DTMF, is an abbreviation for Dual Tone Multi Frequency, which is widely used in telephone dialing applications. A DTMF signal consists of two frequencies, one from a low frequency group and one from a high frequency group. The low group includes 697Hz, 770Hz, 852Hz and 941Hz; the high group includes 1209Hz, 1336Hz, 1477Hz and 1633Hz. As each DTMF signal is composed of a low frequency and a high frequency source, their combination can generate a total of 16 signal types. Pulse dialing is a rotary dialing method where the number of pulses indicates the dialed digit. The HT95R65 includes a fully integrated DTMF generator, which can output the necessary 16 dual tones and 8 single tones on the DTMF pin. The DTMF generator clock source is fixed at 3.58MHz. Before using this module, the HT95R65 is required to operate in the normal mode, independent of whether the MCU system clock runs at 3.58MHz, 7.16MHz, 10.74MHz or 14.32MHz. The internal DTMFC register controls the DTMF Generator on/off status and the DTMF signal output. When the DTMF generator is on and the tone output is enabled, then when a value is written to the internal DTMFD register, the DTMF Pin will generate a corresponding DTMF signal. 3

4 CID Introduction CID is short for Calling Identity Delivery, meaning the calling identity is delivered and displayed. It is often known as Caller ID. A CID phone also includes FSK and DTMF decoder circuits based on ordinary phones, but gets its decoder information from the microcontroller, and then displays the calling information on an LCD. The American Bell Communication Institute has defined the protocol regarding the caller user name, the calling date, time and so on using FSK (Frequency-shift Keying) with Voice Band Data Communication modulation and demodulation technologies. Later on some European countries delivered this information using DTMF (Dual Tone Multi-frequency). Presently the CID FSK and DTMF technologies well defined at present. HT95R6x DTMF Recevier The HT95R6x devices contain a fully integrated DTMF receiver which will decode the DTMF frequency content of incoming analog DTMF signals. An internal operational amplifier is also supplied to adjust the input signal level. There is also a pre-filter function which is a band rejection filter to reject frequencies between 350Hz and 400Hz. The low group filter filters the low group frequency signal output, whereas the high group filter filters the high group frequency signal output. Each filter output is followed by a zero-crossing detector which includes hysteresis. The DTMF receiver is controlled by the internal DTRXC register, and the DTMF code is placed in the DTRXD register. DTRXC Register R_DV: DTMF data valid output flag. If R_DV=0, there is no valid DTMF tone received; if R_DV=1, then a valid DTMF tone has been received. R_INH: enable/disable the detection of tones representing the characters A, B, C and D. If R_INH=0, then this detection is enabled; if R_INH=1, the detection is disabled. R_PWDN: DTMF Receiver Power Down enable bit. If R_PWDN=0, the DTMF receiver is in the normal mode; if R_PWDN=1, the DTMF receiver is in the power down mode. 4

5 DTRXD Register HT95R6x FSK Decorder The HT95R6x devides contain a fully integrated FSK decoder which will decode the FSK frequency content of incoming analog FSK signals. The FSK decoder supports two CID specifications, Bell 202 and ETSI V2.3, as well as ring and line reversal detection. It also supports four interrupt sources to the peripheral interrupt vector, which are FSK raw data falling edge, ring detect or line reversal detect, FSK carrier detect and FSK packet data. The HT95R6x devices each have four registers related to the FSK decoder, FSKC, FSKS, FSKD and PERIC. FSKC Register FSKSEL: Select FSK packet data source. FSKSEL=1, DOUTC; FSKSEL=0, DOUT. CMSK: FSK carrier detect interrupt mask. CMSK=1, disable; CMSK=0, enable. RMSK: Ring or line reversal detect interrupt mask. RMSK=1, disable; RMSK=0, enable. FMSK: FSK packet data interrupt mask. FMSK=1, disable; FMSK=0, enable. F_PWDN: FSK decoder power down control. F_PWDN=1, power down mode; F_PWDN=0, normal mode. FSKS Register RINGF: Ring signal interrupt flag. This bit is read only and can not be modified by S/W. FSKF: FSK packet data interrupt flag. FSK=1, FSK packet data is received. DOUTC: FSK decoder cooked data output. This bit is read only and can not be modified by S/W. DOUT: FSK decoder raw data output. This bit is read only and can not be modified by S/W. CDETF: FSK carrier detect interrupt flag. CDETF=1, valid FSK 0, 1 signals; CDETF=0, no valid FSK 0, 1 signals. RDETF: Ring or line reversal detect interrupt flag. RDETF=1, ring or line reversal; RDETF=0, no ring or line reversal. 5

6 FSKD Register The FSKD register is used to store the decoded FSK packet data. PERIC Register FSKDF: FSK raw data falling edge interrupt flag. DTMFF: DTMF receiving interrupt flag. EFSKDI: FSK raw data falling edge interrupt control bit. EFSKDI=1, enable; EFSKDI=0, disable. EDTMFI: DTMF receiving interrupt control bit. EDTMFI=1, enable; EDTMFI=0, disable. CPT Function Introduction CPT, which is the Call Progress Tone, is a group of audio tones delivered from the exchange to the caller which is used to indicate the status of the call which includes Dial Tone, Busy Tone, Ring-back Tone and Recorder Tone, etc. The HT95R6x devices contain a fully integrated CPT detector, which can be used for Auto-dialing systems in telecom applications. After dialing, the system will determine the status of the called side according to the received CPT signal and execute an appropriate operation. For example, if a Busy Tone is received, it means that the called side is executing an active call so the caller should dial again later. When the CPT detector detects a CPT signal, its CPTENV pin will generate an envelope signal. The MCU will use a common I/O pin to detect the time of the high and low levels which stand for the tone on and off time, and then determine the CPT signal type according to the CPT specifications. For more details, refer to the application note HT95R6x CPT (Call Progress Tone) Decoder Function on the Holtek website. Phone Power Supply Touch-tone phone power is supplied by the exchange. When the phone is on hook, the voltage is usually 48V for the stored program controlled exchanges, 60V for the crossbar exchanges or 24V for other exchanges. When the phone is ringing, the exchange will deliver a 75V/25Hz ring signal. After the phone is off hook, the voltage is between the range of 6V to 12V depending on the line length and the phone quality. According to the specifications of the automatic telephone set, GBT Standard, the leakage current in the on hook status should be less than 25uA. When the phone is off hook, the exchange usually provides a 20~30mA current for the phone which will not affect normal speech. To follow the specifications, when the phone is on hook, an external power such as a battery is required to ensure the current obtained from the exchange is less than 25uA. After the phone is off hook, it will switch to have its power-supplied by the exchange. 6

7 HT95R6x Phones Power supply This application uses the HT95R65 internal DTMF receiver and FSK decoder to decode the analog signal frequency content. The system clock for these two modules is 3.58MHz, and the MCU should work in normal mode. A complete FSK or DTMF CID display lasts for several seconds during which time the whole power consumption is usually 3~4mA. According to the specifications, with the above features, the HT95R6x CID phones require an external battery to supply power for the MCU. Application Circuit HT95R65 CID Phones Block Diagram The HT95R65 CID phone block diagram is shown as follows: This phone is composed of the phone MCU HT95R65, an over voltage protection circuit, a ring circuit, a polarity conversion circuit, a start-up circuit, a dialing circuit, a CID decoder circuit, a hand speech circuit, a hands-free speech circuit, an LCD display circuit and a power circuit. Over Voltage Protection Circuit: used to avoid phone damage caused by high voltage transients on the external lines to maintain normal phone operation. Polarity Conversion Circuit: used to convert the reverse polarity DC voltage into a fixed polarity DC voltage. Ring Circuit: used to process the 75V/25Hz signal to generate a ring to inform user to answer the phone. 7

8 Start-up Circuit: used to control the MCU operating mode. When there is no call, the MCU enters the Halt mode; if the phone is off hook or the hands-free key is pressed, the MCU will be woken up. Dialing Circuit: the MCU uses the DTMF generator to process the dialed phone number, then generates a DTMF signal on the DTMF pin and outputs it to the outside line for the exchange to idendity. CID Decoder Circuit: it uses the internal DTMF receiver and the FSK decoder to decode the FSK and DTMF signals. Hands Speech Circuit: used to complete the transmitter/receiver conversion to achieve communication between two sides. This circuit is mainly composed of a communication IC, a peripheral anti-sidetone circuit and a noise reduction circuit. When the phone is communicating with the outside, the frequency of the voice signal is usually between 300Hz and 3400Hz, which is implemented using a specific IC, the TEA1062, and peripheral components. Hands-free Speech Circuit: used to complete the transmitter/receiver conversion to achieve communication between two sides using a specific IC, the MC34018, and peripheral components. CPT Decoder Circuit: uses the internal CPT detector to detect the call progress tone. LCD Display Circuit: the MCU uses an I 2 C interface to communicate with the LCD driver IC, the HT16C24, which is used to display the CID and dialed data. Flash Memory IC: it is used to store the voice data and phone number. 8

9 HT95R65 CID Phone Application Circuit 9

10 Functions and S/W Flowcharts HT95R65 CID Phone Functions The HT95R65 CID phone application circuit works together with the source code placed in the attachment section to implement the following functions. FSK/DTMF dual formats automatically compatible The system can automatically identify the CID data type, FSK or DTMF, and display it on the LCD. 8 groups of CID data display and storage Supports 8 groups of CID data storage. 8 groups of dialed data display and storage Supports 8 groups of dialed data storage. Dialed data check/redial Pressing the Dialed key can check the dialed phone number. Then pressing the Redial key will dial this checked number. CID data check/redial Pressing the Up key can up-check the caller number, pressing the Down key can down-check the caller number, and pressing the Redial key will dial the checked number. CID/Dialed data delete When checking the CID or dialed number, press the Delete key to delete the current CID or dialed number. Automatically dialing simulation Press the Set key, the LCD will then display SET. Input a phone number and press the Set key, then the phone number will be stored in the Flash memory, and the LCD will display SUCCESS. After pressing the Calculator key, the phone number stored in the Flash will be automatically dialed and the CPT function will be enabled. If three busy tones are detected, the system will automatically be on hook. If a ring-back tone is detected, it means that the call is connected. After 4s, the MCU will use an SPI interface to read voice data from the Flash IC and play it out using its internal 12-bit DAC. 10

11 HT95R65 CID Phone S/W Flowchart and Description Main S/W Flowchart and Description 11

12 Main flowchart description: After power-on, the program will clear the RAM, initialize the I/O ports and SFRs, and initialize the HT16C24 via an I 2 C interface. After initialization, the program will enter the main flowchart. Firstly, enter the key scanning module, then call the off hook detecting module and the dialing module. And then check whether phonetask&keytask=1 or not, if yes, enter the key processing module. Check whether phonetask&callidtask=1 or not, if yes, enter the CID processing module. Check whether phonetask&timetask=1 or not, if yes, enter the time display and LCD update module. Check whether phonetask&cpttask=1 or not, if yes, enter the CPT detecting module. Check whether phonetask&halttask=1 or not, if yes, enter the Halt mode; if no then turn back to the key scanning module to continue the cycle. The interrupt processing module is mainly to implement the ringing detecting, FSK and DTMF decoding. In the entire flowchart, the system implements functions like time and date display in the standby mode; executing the related system settings and functions according to the key input. When a call is received an interrupt is generated. The interrupt processing module will determine the received data type to be FSK or DTMF, then decode the data and deliver it to the LCD. 12

13 FSK CID Message Receiving Flowchart and Description FSK Receiving Subroutine FSK_Interrupt=0 FSK_count==0 &&Fskd==04? Y Valid_FSK=1 N Valid_FSK==1? Y Clear LCD Store FSK data FSK_count++ N N FSK_count equals to FSK data length? Y Valid_FSK=0 Display FSK data RET When FSK_Interrupt=1, the FSK data receiving subroutine is called. Firstly, clear the FSK_Interrupt flag, then check whether the FSK data is valid or not. The single data message format, SDMF, is 04H + message length + year, month, date, hour, minute, second + caller number. If the first data received is 04H, it means that this FSK data is valid and data receiving starts. Clear the LCD, store the FSK data in FSK_Data. Check whether FSK_count equals to the FSK data length, if yes, data receiving ends. Clear the valid_fsk flag and display the FSK data. This application program does not support the MDMF, Multiple Data Message Format. 13

14 DTMF CID Message Receiving Flowchart and Description DTMF Receiving Subroutine DTMF_Interrupt=0 Y Valid_DTMF==0? N Dtrxd>10 dtrxd==0? Dtrxd>10 dtrxd==0? N Store DTMF data Y Y Valid_DTMF=1 Clear LCD Valid_DTMF=0 Display DTMF data N RET When DTMF_Interrupt=1, the DTMF data receiving subroutine is called. Firstly, clear the DTMF_Interrupt flag, and then check the Valid_DTMF flag. If Valid_DTMF=0, then check the first received data, if it is one of six head identifiers, A, B, C, D, * or #, set valid_dtmf=1, clear the LCD and exit the subroutine. When the next DTMF data arrives, Valid_DTMF=1, check the received DTMF data, if it is not one of six tail identifiers, A, B, C, D, * or #, store this DTMF data. If the received DTMF data is a tail idenditier, then the DTMF data receiving ends. Clear the Valid_DTMF flag and display the DTMF data. Note: The DTMF data head identifiers supported by this application program are A, B, C, D, * and #; The DTMF data tail identifiers supported by this application program are A, B, C, D, * and #. 14

15 DTMF Dialing Flowchart and Description The DTMF dialing subroutine is used to dial phone numbers. When dialing a phone number, the btoneon flag is set high, the DTMF generator and Timer1 are enabled, the _tone flag is set high, and the DTMF pin starts to deliver a DTMF signal which lasts 80ms. If the DTMF pin delivers continuous signals, the interval time between two adjacent DTMF signals is 80ms. After each DTMF signal is delivered, DialNumIndex will increase by one. If DiaNumIndex>=length, it means that the DTMF signal has been delivered. Then store the dialed phone number and the calling time. 15

16 CPT Detecting Flowchart and Description The CPT detecting subroutine is used to detect phone signals such as Busy Tone, Ring-back Tone, etc. The subroutine uses the timer to calculate the time of the CPT envelop signal high and low level. P_CPTENV stands for the current status of the CPTENV pin; benv_value stands for the last status of the CPTENV pin. Both High_count and Low_count will increase by one every 20ms. If benv_value==0&& P_CPTENV==1, which indicates a signal rising edge, the value of CPT_count is given to Low_count. Check the values of High_count and Low_count, which respectively stands for the high level time and low level time. If both High_count and Low_count values are between 15 and 19, namely 0.35s high and 0.35s low, it indicates a Busy Tone, bbusytone will be set high. If benv_value==1&& P_CPTENV==0, which indicates a signal falling edge, then go on to check High_count value, if it is between 47 and 53, namely 1s high, it indicates a Ring-back Tone, bringbacktone will be set high. Busy Tone: when the caller hears a beep, beep, beep sound with 0.35s ring and 0.35s off, it is a Busy Tone which means that the line is busy or the called side is on an active call. Ring-back Tone: after dial the called number, if the caller hears an intermittent sound like beep_beep_ with a 1s ring and 4s off. This is a Ring-back Tone which indicates that the called phone is ringing and waiting for an answer. 16

17 Conclusion This application shows how the HT95R65 is used to implement CID phone functions and provides the user a deeper understanding of the HT95R6x Phone MCUs. Attachments Source Code HT95R65_CID_Phone_Code(AN).zip Schematic HT95R65_CID_Phone_SCH(AN).zip 17

The HT95R5x/6x FSK Decoder Functions

The HT95R5x/6x FSK Decoder Functions The HT95R5x/6x FSK Decoder Functions D/N:AN0228E Introduction A CID phone is used for Caller Identification, also known as caller ID, and is a telephone service provided by telecommunication companies

More information

ZLS38503 Firmware for Voice Prompting and Messaging Firmware Manual

ZLS38503 Firmware for Voice Prompting and Messaging Firmware Manual ZLS38503 Firmware for Voice Prompting and Messaging Firmware Manual Features Voice recording (messaging) and playback (voice prompting) DTMF receiver Tone Generator (preprogrammed DTMF + user defined tones)

More information

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" A624 Feature / Programming Overview The A624 has many new and changed features compared with the 30810 / 61610 This Guide is intended to assist installers

More information

TSA 6000 System Features Summary

TSA 6000 System Features Summary 2006-03-01 1. TSA 6000 Introduction... 2 1.1 TSA 6000 Overview... 2 1.2 TSA 6000 Base System... 2 1.3 TSA 6000 Software Options... 2 1.4 TSA 6000 Hardware Options... 2 2. TSA 6000 Hardware... 3 2.1 Signal

More information

Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding

Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding D/N:AN0327E Introduction This application note describes how to implement a 4 3 Key NEC remote encoding Demo Board using the

More information

BC68F2130 FSK Application Example

BC68F2130 FSK Application Example BC68F2130 FSK Application Example D/N: AN0484E Introduction With a focus on the Sub-1GHz RF application area, Holtek has released a range of RF transmitter SoC Flash MCUs, the BC68F2130/BC68F2140 device

More information

DTMF Controlled Robot

DTMF Controlled Robot DTMF Controlled Robot Devesh Waingankar 1, Aaditya Agarwal 2, Yash Murudkar 3, Himanshu Jain 4, Sonali Pakhmode 5 ¹Information Technology-University of Mumbai, India Abstract- Wireless-controlled robots

More information

Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p MHz CDMA p MHz CDMA (PCS) p. 6 CDMA Parts p.

Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p MHz CDMA p MHz CDMA (PCS) p. 6 CDMA Parts p. Introduction to IS-95 CDMA p. 1 What is CDMA p. 1 History of CDMA p. 2 Forms of CDMA p. 3 800 MHz CDMA p. 6 1900 MHz CDMA (PCS) p. 6 CDMA Parts p. 7 Mobile Station p. 8 Base Station Subsystem (BSS) p.

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

The HT6P20x2 Encoder IC

The HT6P20x2 Encoder IC The HT6P20x2 Encoder IC D/N:AN0261E Introduction Holtek s HT6P20x2, wireless remote control encoding IC, is capable of supporting up to a 22 bit address code and a five bit data input code. The device

More information

HT9032. Calling Line Identification Receiver. Block Diagram. Features. Applications. General Description

HT9032. Calling Line Identification Receiver. Block Diagram. Features. Applications. General Description Calling Line Identification Receiver Features Operating voltage 3.5V~5.5V Bell 202 FSK and V.23 demodulation Ring detection input and output Carrier detection output Power down mode High input sensitivity

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad

Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad EXPERIMENT #2 UNDERSTANDING TELEPHONE BASICS Telephone components: 1. Handset containing

More information

THEORY OF OPERATION. TM308EUL for Cobra Nov 06,2006

THEORY OF OPERATION. TM308EUL for Cobra Nov 06,2006 THEORY OF OPERATION TM308EUL for Cobra Nov 06,2006 This PLL controlled VHF marine mobile transceiver provides an accurate and stable multi-channel operation. The transceiver consists of 15 main sections

More information

HT9020. Call Progress Tone Decoder & ABR Controller. Features. General Description. Selection Table

HT9020. Call Progress Tone Decoder & ABR Controller. Features. General Description. Selection Table Call Progress Tone Decoder & ABR Controller Features Low cost 32768Hz crystal Low power consumption Operating voltage: 2.5V to 5.5V (CPT mode) 2.0V to 5.5V (ABR mode) Call progress tone decoder Fully decoded

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

DEUTSCH NEDERLANDS ENGLISH ESPAÑOL FRANÇAIS PORTUGUÊS DAB2035

DEUTSCH NEDERLANDS ENGLISH ESPAÑOL FRANÇAIS PORTUGUÊS DAB2035 DEUTSCH ENGLISH FRANÇAIS NEDERLANDS ESPAÑOL PORTUGUÊS DAB2035 DAB2035 PLL FM Kitchen Radio 1 General Description DAB+ / FM band provide radio station name & automatic clock up-date An electronic module

More information

Application Note Security Industry Protocols with the CMX865A

Application Note Security Industry Protocols with the CMX865A CML Microcircuits COMMUNICATION SEMICONDUCTORS Application te Security Industry Protocols with the CMX865A AN/Telecom/CMX865A/1 March 2007 1 Introduction Security alarm panels are used around the world

More information

UHF Wireless Conference System Master Controller (With Recording) UHF-300MC

UHF Wireless Conference System Master Controller (With Recording) UHF-300MC UHF Wireless Conference System Master Controller (With Recording) : The CMX Audio range UHF Wireless Conference System with high flexibility and reliability, which is an ideal choice for mobile conference

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER A Thesis Submitted in partial Fulfillment Of the Requirements of the Degree of Bachelor of Technology In Electronics

More information

DJ-MD5 PC Software Guidance

DJ-MD5 PC Software Guidance DJ-MD5 PC Software Guidance Ver, 1.00 2018/08/16 1 Appendix I Public... 4 1. Channel... 4 1 Frequency, call type, power... 4 2 Digital Channel Setting... 5 3 Analog Channel Setting... 6 2. Zone... 7 3.

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

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY

CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY Department of Electrical Engineering DeKalb, IL 60115 Principal Investigators: Mansour Tahernezhadi (815)-753-8568 Xuan Kong (815)-753-9942 127 128 NSF 1999 Engineering

More information

Design and Construction of Microcontroller- Based Telephone Exchange System

Design and Construction of Microcontroller- Based Telephone Exchange System Design and Construction of Microcontroller- Based Telephone Exchange System Aye Sandar Win International Science Index, Electrical and Information Engineering waset.org/publication/3916 Abstract This paper

More information

CONNECT SYSTEMS INCORPORATED 1802 Eastman Ave., Suite 116 Ventura, Ca FLEX III UNIVERSAL CONTROLLER

CONNECT SYSTEMS INCORPORATED 1802 Eastman Ave., Suite 116 Ventura, Ca FLEX III UNIVERSAL CONTROLLER CONNECT SYSTEMS INCORPORATED 1802 Eastman Ave., Suite 116 Ventura, Ca. 93003 Phone (805) 642-7184 Fax (805) 642-7271 FLEX III UNIVERSAL CONTROLLER INTERCONNECT DISPACH SYSTEM AA User s Instruction Manual

More information

The Communiqué Digital Telephone Station

The Communiqué Digital Telephone Station The Communiqué Digital Telephone Station Press the Security* and 1 Automation* keys to access your security system and any home automation features, respectively (optional: see below). Press and hold the

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function LCD DRIVER The IZ602 is universal LCD controller designed to drive LCD with image element up to 128 (32x4). Instruction set makes IZ602 universal and suitable for applications with different types of displays.

More information

ADVANCED USER S GUIDE

ADVANCED USER S GUIDE ADVANCED USER S GUIDE MFC-J6510DW MFC-J6710DW Version 0 ARL/ASA/NZ User's Guides and where do I find it? Which manual? What's in it? Where is it? Safety and Legal Quick Setup Guide Basic User's Guide Advanced

More information

GSM BASED ENERGY THEFT MONITORING SYSTEM

GSM BASED ENERGY THEFT MONITORING SYSTEM GSM BASED ENERGY THEFT MONITORING SYSTEM Vishal Patra 1, Yashwant Ahire 2, Mitesh Kolhalkar 3, Anket Jadhav 4, Saurabh Bhor 5 1,2,3,4,5 Department of Electrical Engineering, Guru Gobind Singh Polytechnic

More information

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some application examples. 1 The two comparators inside STM32 microcontroller

More information

How to Use the MC33596 Stephane Lestringuez Freescale RF Application Engineer Microcontroller Solutions Group Toulouse, France

How to Use the MC33596 Stephane Lestringuez Freescale RF Application Engineer Microcontroller Solutions Group Toulouse, France Freescale Semiconductor Application Note Document Number: AN3603 Rev. 0, 03/2008 How to Use the MC33596 by: Stephane Lestringuez Freescale RF Application Engineer Microcontroller Solutions Group Toulouse,

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

SECTION III OPERATION

SECTION III OPERATION SECTION III OPERATION 3.1 INTRODUCTION This section contains information concerning the operation procedures for the BK Radio GPH Flex Mode Series handheld VHF radios. Information on installation and programming

More information

2W UHF MHz Radio Transceiver

2W UHF MHz Radio Transceiver 2W UHF410-470 MHz Radio Transceiver Specification Copyright Javad Navigation Systems, Inc. February, 2006 All contents in this document are copyrighted by JNS. All rights reserved. The information contained

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

This document is designed to be used in conjunction with the CMX869A data sheet.

This document is designed to be used in conjunction with the CMX869A data sheet. CML Microcircuits COMMUICATIO SEMICODUCTORS Publication: A/Telecom/869A/1 May 2006 Application ote Bell 212A Implementation with CMX869A 1 Introduction The Bell 212A data communications protocol, originally

More information

DTMF receiver for telephones

DTMF receiver for telephones DTMF receiver for telephones The is a DTMF receiver ICs developed for use in telephone answering machines, and converts 16 different types of DTMF signals into 4-bit binary serial data. It features a wide

More information

1.LCD display. 2.Basic operation

1.LCD display. 2.Basic operation 1.LCD display Icon implication Signal strength during reception Keyboard lock Receiver power saving FM radio Turn on the ring or voice Indicating battery power and percentage power W/N CTCSS/DCS Offset

More information

International Journal of Enterprise Computing and Business Systems ISSN (Online) :

International Journal of Enterprise Computing and Business Systems ISSN (Online) : International Journal of Enterprise Computing and Business AN INSIGHT INTO MOTIONS CONTROLLED BY DTMF TECHNIQUE Nidhi Sharma Shri Balwant Institute of Technology Sonepat-Meerut Road, Pallari, Sonepat Abstract

More information

SPECIFICATION EP 1000/1500/2000 Series

SPECIFICATION EP 1000/1500/2000 Series UNINTERRUPTIBLE POWER SYSTEM SPECIFICATION EP 1000/1500/2000 Series Page 1 of 28 1.0 Revision Summary REVISION SECTION DESCRIPTION Formal Release Page 2 of 28 Table of Contents 1. Introduction. 4 2. Block

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

R/W address auto increment External Crystal kHz oscillator

R/W address auto increment External Crystal kHz oscillator RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V R/W address auto increment External Crystal 32.768kHz oscillator Two selectable buzzer frequencies

More information

Part IV: Glossary of Terms

Part IV: Glossary of Terms Issue 9 November 2004 Spectrum Management and Telecommunications Policy Compliance Specification for Terminal Equipment, Terminal Systems, Network Protection Devices, Connection Arrangements and Hearing

More information

AC LAB ECE-D ecestudy.wordpress.com

AC LAB ECE-D ecestudy.wordpress.com PART B EXPERIMENT NO: 1 AIM: PULSE AMPLITUDE MODULATION (PAM) & DEMODULATION DATE: To study Pulse Amplitude modulation and demodulation process with relevant waveforms. APPARATUS: 1. Pulse amplitude modulation

More information

INTRODUCTION OPERATING INSTRUCTIONS

INTRODUCTION OPERATING INSTRUCTIONS INTRODUCTION Welcome to the world of effortless CW, with the MFJ-403 you ll have a professional sounding fist in no time! Whether you re a Novice or seasoned Extra, the MFJ-403 has the features you ve

More information

TK-D740 TK-D740H TK-D740HV TK-D840 TK-D840H TK-D840HU

TK-D740 TK-D740H TK-D740HV TK-D840 TK-D840H TK-D840HU TK-D740 TK-D740H TK-D740HV TK-D840 TK-D840H TK-D840HU VHF DIGITAL TRANSCEIVER UHF DIGITAL TRANSCEIVER USER MANUAL B5A 0925-00/01 Contents PREPARATION... 4 Connecting the power cable... 4 Installing the

More information

Engineering Order Wire Implementation

Engineering Order Wire Implementation International Journal of Engineering and Technology Volume 3 No. 2, February, 2013 Engineering Order Wire Implementation Chittajit Sarkar Swami Vivekananda Institute of Science and Technology West Bengal

More information

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 _ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 RE729 Programming Manual to PSWx29 VoX.docx - 1 - 1 Content 1 Content... 2 2 Introduction... 2 2.1 Quick Start Instructions...

More information

Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages

Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages which can interface with the external world. 1 The STM32G0

More information

TECHNICAL. Time and Temperature Announcer DVA-TNT. Time and Temp Announcer

TECHNICAL. Time and Temperature Announcer DVA-TNT. Time and Temp Announcer TECHNICAL Practice TELECOM SOLUTIONS FOR THE 21ST CENTURY DVA-TNT Time and Temp Announcer August 31, 2001 Features Phone...715.386.8861 Time and Temperature Announcer The DVA-TNT Time and Temperature Announcer

More information

W588AXXX Data Sheet. 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents-

W588AXXX Data Sheet. 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents- Data Sheet 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 2 3. PIN DESCRIPTION... 3 4. BLOCK DIAGRAM... 4 5. ELECTRICAL CHARACTERISTICS...

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

Transmission and Reception Using Power Line Communication

Transmission and Reception Using Power Line Communication International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Transmission and Reception Using Power Line Communication Preeti Pannu, Sahil Kamboj, Saransh

More information

Loop Current Holding Circuit

Loop Current Holding Circuit XE1030 September 2004 SIP DAA Provides 3750 Volt Isolation Barrier Description Xecom s XE1030 is a complete DAA in a compact Singlein-Line package. It provides an ideal telephone interface for modem, audio

More information

MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS

MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS DESCRIPTION... 2 CIRCUIT ANALYSIS... 2 TRANSMITTER... 2 9-Voft Regulator... 2 Exciter...

More information

RF4463F30 High Power wireless transceiver module

RF4463F30 High Power wireless transceiver module RF4463F30 High Power wireless transceiver module 1. Description RF4463F30 adopts Silicon Lab Si4463 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity

More information

G1E+ Programming Manual

G1E+ Programming Manual G1E+ Programming Manual Hybrid IP Telephone System Rev 2.2d Notification Notification is hereby given that TransTel Communications, Inc. reserves the right to modify, change, update or revise this document

More information

MODES AND PROTOCOL HANDLING

MODES AND PROTOCOL HANDLING A R T A D V A N C E D R A D I O T E C H N O L O G I E S R A D I O M O D E M S E R I E S The State of the Art ART Series was designed as a result of extensive market research. The product will therefore

More information

Reference for UV-5R Menus by Jim Unroe - KC9HI 2-April-2014

Reference for UV-5R Menus by Jim Unroe - KC9HI 2-April-2014 Long Name / Description / / Notes / 0 SQL Carrier Squelch Mutes the speaker of the transceiver in the absence of a strong signal. VHF squelch is either OFF or ON. UHF squelch is either OFF or one of 9

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

SPP-901 SERVICE MANUAL CORDLESS TELEPHONE. Canadian Model SPECIFICATIONS MICROFILM

SPP-901 SERVICE MANUAL CORDLESS TELEPHONE. Canadian Model SPECIFICATIONS MICROFILM SERVICE MANUAL Canadian Model SPECIFICATIONS CORDLESS TELEPHONE MICROFILM SECTION DIAGRAMS -. BLOCK DIAGRAM BASE UNIT Section ANT (ANTENNA) 2MHz B.P.F. F2 RF Q2 2.2MHz SAW F MIX, OSC, LIMITER, DET U MIX

More information

VC-4/4A, VC-8/8A, VC-16

VC-4/4A, VC-8/8A, VC-16 Data Sheet Megaplex-4, Megaplex-2100/2104 VC-4/4A, VC-8/8A, VC-16 E&M, FXS or FXO options Caller ID A-law or µ-law companding Optional inband signaling with A-law encoded channels PCM (64 kbps) and ADPCM

More information

CAT-300DXL Repeater Controller Computer Automation Technology, Inc

CAT-300DXL Repeater Controller Computer Automation Technology, Inc CAT-300DXL Repeater Controller Computer Automation Technology, Inc 4631 N.W. 31st Avenue, Suite 142 Fort Lauderdale, Florida 33309 Phone: (954) 978-6171 Fax: (561) 488-2894 Internet: http://www.catauto.com

More information

HT1621. HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU

HT1621. HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU Features Operating voltage: 2.4V ~ 5.2V Built-in 256kHz RC oscillator External 32.768kHz crystal or 256 khz frequency source input Selection of 1/2 or

More information

MCU Reset and Oscillator Circuits Application Note

MCU Reset and Oscillator Circuits Application Note MCU Reset and Oscillator Circuits Application Note D/N: HA0075E System Oscillator Crystal/Ceramic Oscillator Crystal/Ceramic Oscillator Equivalent Circuit The following circuit combination of resistors,

More information

White Paper A Knowledge Base document from CML Microcircuits. Adaptive Delta Modulation (ADM)

White Paper A Knowledge Base document from CML Microcircuits. Adaptive Delta Modulation (ADM) White Paper A Knowledge Base document from CML Microcircuits Adaptive Delta Modulation (ADM) Page 1 of 9 WP/ADM/ 1 December 2008 Page 2 of 9 WP/ADM/ 1 December 2008 ADM FOR SHORT-RANGE DIGITAL VOICE Short-range

More information

FSK Demod. Level Detector. Tone Alert Detector. Xtal Osc and Clock Dividers

FSK Demod. Level Detector. Tone Alert Detector. Xtal Osc and Clock Dividers DATA BULLETIN MX602 Calling Line Identifier / Calling Line Identifier on Call Waiting PRELIMINARY INFORMATION Features 'Zero-Power' Ring or Line Polarity Reversal Detector V23/Bell202 FSK Demodulator with

More information

SRX882

SRX882 Catalog 1. Overview... 2 2. Features... 2 3. Application... 2 4. Electronic Specifications... 3 5. Pin difinition... 3 6. Mechnical dimension... 4 7. Appendix... 4 7.1. Features... 4 7.2. Structure explanation...

More information

ADDENDUM 1. Bid# , Radio Interoperability System for the Sheriff's Office

ADDENDUM 1. Bid# , Radio Interoperability System for the Sheriff's Office County of El Paso Purchasing Department 500 East San Antonio, Room 500 El Paso, Texas 79901 (915) 546-2048 / Fax: (915) 546-8180 ADDENDUM 1 To: From: All Interested Proposers Claudia Sepulveda, Bid Clerk/Buyer

More information

VC-4/4A, VC-8/8A, VC-16 4/8/16-Channel PCM and ADPCM Voice Modules

VC-4/4A, VC-8/8A, VC-16 4/8/16-Channel PCM and ADPCM Voice Modules 4, 8 or 16 analog voice channels using 64 kbps toll-quality PCM encoding; 24/32 kbps ADPCM encoding option for 4- and 8-channel modules E&M, FXS or FXO interface options Caller ID A-law or μ-law companding

More information

Catalog

Catalog Catalog 1. Description... - 3-2. Features... - 3-3. Application... - 3-4. Electrical specifications...- 4-5. Schematic... - 4-6. Pin Configuration... - 5-7. Antenna... - 6-8. Mechanical Dimension(Unit:

More information

MODEL 800. GDI Communications, LLC. Dual 1200 BAUD Modem. Verdi, Nevada. rzidnanga-arnnt= Pnnc1 rsf 17

MODEL 800. GDI Communications, LLC. Dual 1200 BAUD Modem. Verdi, Nevada. rzidnanga-arnnt= Pnnc1 rsf 17 MODEL 800 Dual 1200 BAUD Modem GDI Communications, LLC Verdi, Nevada rzidnanga-arnnt= Pnnc1 rsf 17 Model 800 User's Manual 800 USER MANUAL Rev. B GDI Communications, LLC 280 I-80 Exit 1 West Verdi, Nevada

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

LBI-38795A. Mobile Communications AEGIS EDACS M-PA SYSTEM MODEL PORTABLE RADIO. Operator s Manual

LBI-38795A. Mobile Communications AEGIS EDACS M-PA SYSTEM MODEL PORTABLE RADIO. Operator s Manual LBI-38795A Mobile Communications AEGIS EDACS M-PA SYSTEM MODEL PORTABLE RADIO Operator s Manual Table of Contents INTRODUCTION............ 5 CONTROLS.............. 5 INDICATORS.............. 10 OPERATION..............

More information

Group 4. Michael Cooke David Griffen Whitney Keith

Group 4. Michael Cooke David Griffen Whitney Keith Group 4 Michael Cooke David Griffen Whitney Keith Edward Romero (EE) (CpE) (EE) (EE/CpE) One television s audio is broadcasted within a restaurant/gymnasium leaving all other televisions muted. Customers

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency

More information

M Precise Call Progress Tone Detector

M Precise Call Progress Tone Detector Precise Call Progress Tone Detector Precise detection of call progress tones Linear (analog) input Digital (CMOS compatible), tri-state outputs 22-pin DIP and 20-pin SOIC Single supply 3 to 5 volt (low

More information

HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note

HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note D/N: AN0482E Introduction The HT66F25x0/HT67F25xx/HT69F25xx series Flash MCUs, all include an ultra-low power consumption RTC oscillator.

More information

FEATURE FUNCTION BENEFIT. The IC-F1721D/F1821D series comes in 2 styles: the simple version and the 10-key version

FEATURE FUNCTION BENEFIT. The IC-F1721D/F1821D series comes in 2 styles: the simple version and the 10-key version P25 ICOM F1721D/F1821D SERIES YOUR ANALOG TO DIGITAL CONVERSION GENERAL Two Versions Rugged Construction The IC-F1721D/F1821D series comes in 2 styles: the simple version and the 10-key version Heavy "heat

More information

Power supply IA Ordinary current ID operation Input *1 I IL V I = 0 V leakage current I IH V I = V D

Power supply IA Ordinary current ID operation Input *1 I IL V I = 0 V leakage current I IH V I = V D Data Pack H Issued March 1997 232-2756 Data Sheet Modem IC 6929 CCITT V21 data format RS stock number 630-976 The 6926 is 300 bit per second chip modem designed to transmit and receive serial binary data

More information

LoRa1278 Wireless Transceiver Module

LoRa1278 Wireless Transceiver Module LoRa1278 Wireless Transceiver Module 1. Description LoRa1278 adopts Semtech RF transceiver chip SX1278, which adopts LoRa TM Spread Spectrum modulation frequency hopping technique. The features of long

More information

COMMUNICATION THROUGH POWER LINES

COMMUNICATION THROUGH POWER LINES International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN:2250-155X Vol.2, Issue 2 June 2012 39-46 TJPRC Pvt. Ltd., COMMUNICATION THROUGH POWER LINES ENGR.BILAL SAID & KHURRAM

More information

MT8843 CMOS. Calling Number Identification Circuit 2. Preliminary Information. Features. Description. Applications

MT8843 CMOS. Calling Number Identification Circuit 2. Preliminary Information. Features. Description. Applications Calling Number Identification Circuit 2 CMOS Preliminary Information Features Compatible with British Telecom (BT) SIN227 & SIN242, Cable Television Association (CTA) TW/P&E/312, and Bellcore TR-NWT-000030

More information

Icom IC-9100 HF/VHF/UHF transceiver

Icom IC-9100 HF/VHF/UHF transceiver 263 Walsall Road, Great Wyrley, Walsall, WS6 6DL Established 1997. Open Monday - Friday 9am - 5pm and Saturday 9.30am - 4pm Tel: 01922 414 796 Fax: 01922 417829 Skype: radioworld_uk Icom IC-9100 HF/VHF/UHF

More information

Advance Load Sharing System And Theft Detection System

Advance Load Sharing System And Theft Detection System Advance Load Sharing System And Theft Detection System Kuldeep Pande 1, Abhinav Parkhi 2, Atish Peshattiwar 3 1,2,3 Electronics Engineering, Yeswantrao Chavan College of Enginreering Nagpur, (India) ABSTRACT

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

MODEL 640 DAPT XTRA. Dial Access Paging Terminals for Display and Voice Pagers

MODEL 640 DAPT XTRA. Dial Access Paging Terminals for Display and Voice Pagers MODEL 640 DAPT XTRA Dial Access Paging Terminals for Display and Voice Pagers FEATURES Paging 1,500 subscriber capacity 280 seconds of pooled voice storage Supports all popular analog and digital paging

More information

BFoxCon Manual. Version 0.2 October 30, 2017

BFoxCon Manual. Version 0.2 October 30, 2017 Overview The Byonics BFoxCon is a radio controller board designed to pair with a Baofeng UV-5R to create a transceiver for hidden transmitter hunts, also called T-hunts, foxhunts, and ARDF. It mounts on

More information

Hytera DMR Conventional Series

Hytera DMR Conventional Series Hytera DMR Conventional Series SIP Phone Gateway to Simultaneous Calls Application Notes Document version: 3.0 Date: 02-2015 Copyright Information Hytera is the trademark or registered trademark of Hytera

More information

EUROPEAN ETS TELECOMMUNICATION January 1998 STANDARD

EUROPEAN ETS TELECOMMUNICATION January 1998 STANDARD EUROPEAN ETS 300 778-2 TELECOMMUNICATION January 1998 STANDARD Source: ATA Reference: DE/ATA-005062-2 ICS: 33.020 Key words: PSTN, CLIP, supplementary services Public Switched Telephone Network (PSTN);

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

HM9270C HM9270D HM 9270C/D DTMF RECEIVER. General Description. Features. Pin Configurations. * Connect to V SS. V DD St/GT ESt StD Q4 Q3 Q2 Q1 TOE

HM9270C HM9270D HM 9270C/D DTMF RECEIVER. General Description. Features. Pin Configurations. * Connect to V SS. V DD St/GT ESt StD Q4 Q3 Q2 Q1 TOE General Description The HM 9270C/D is a complete DTMF receiver integrating both the bandsplit filter and digital decoder functions. The filter section uses switched capacitor techniques for high- and low-group

More information

TELEPHONE TRANSMISSION SYSTEMS. ETI 2506 Telecommunication Systems

TELEPHONE TRANSMISSION SYSTEMS. ETI 2506 Telecommunication Systems TELEPHONE TRANSMISSION SYSTEMS ETI 2506 Telecommunication Systems 1 BASIC ANALOGUE TELEPHONE Earphone (earpiece) The moving diaphragm produces varying sound that corresponds to the sound waves that were

More information

1. INTRODUCTION: Remote control unit which makes use of the radio frequency signals to control various electrical appliances. This remote control unit has 4 channels which can be easily extended to 12.

More information

Block Diagram , E I F = O 4 ) + J H 6 E E C + E H? K E J +,, H E L A H * E = I + E H? K E J + + % 8,, % 8 +, * * 6 A. H A G K A? O

Block Diagram , E I F = O 4 ) + J H 6 E E C + E H? K E J +,, H E L A H * E = I + E H? K E J + + % 8,, % 8 +, * * 6 A. H A G K A? O PAT No. : 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment

More information

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad Robotics And Remotely Operated Vehicles P. A. Kulkarni S. G. Karad MAE, Alandi, Pune, India. 412105. pakulkarni@mitpune.com, shivajikarad@mitpune.com Abstract - In this paper, we present controlling of

More information