The advantage of this IC is that it can form a dialing and receiving circuit with a few components. The only disadvantage is its price, which is 30 yuan per piece.
This chip is rarely used in products with fierce price competition in the market.
The external telephone line and MT8880 are not directly connected, but indirectly connected through isolation. Generally, isolation can be solved by isolating coils or rectifier bridges.
Relatively speaking, I prefer a bridge to take on this role.
MT8880 is a dual-audio voice dial chip. It uses two audio signals to form a single-bit data signal to send out, one for low frequency and one for high frequency.
High-frequency signal. The receiving party receives the two audio signals separately and knows which data is received by looking up the table.
From the table, we can see that when sending 1, it is 0001, when sending 2, it is 0010, and so on. Haha, you have to read it carefully, the 0 in the phone number cannot be sent
0000. I made this mistake the first time. Why can I dial some numbers but not others? I compared multiple numbers and found the number
I didn't get any phone numbers with 0 in the digits, so I looked it up in the table and realized that 0 corresponds to 1010. I was stunned.
The standard of 1 second for dial-up ringback tone and 4 seconds for ringback tone makes detection difficult, so this function is not used.
MT8880 must be initialized before sending data. The following is a process of initializing it.
void MT8880_Rst()
{
// MT8880_RS();
MT8880_WC(0);
MT8880_WC(0);
MT8880_WC(8);
MT8880_WC(0);
MT8880_RS();
}
When sending and receiving data, you must first go off-hook. That is, the telephone line is voltage-reduced and current-divided. See the figure below:
Dual-tone multi-frequency (DTMF) codecs are widely used in remote control, telemetry, data transmission, etc., especially when used with some microprocessors, they are more flexible to use.
MT8880
is a complete DTMF transceiver. It integrates the receiver and transmitter into one, and has the data bus and control bus characteristics of the microprocessor interface. It can be easily connected to the single-chip microcomputers of MOTOROLA, INTEL, etc. to form a complete receiving and sending communication. .
The
bidirectional
I/O port of
the AT89C2051
single-chip microcomputer is directly connected to the MT8880, and its rich bit operation instructions are used to simulate the timing of the MT8880, so as to realize the read and write operation control of the MT8880. This method occupies up to 9 I/O lines (if working in interrupt mode), and at least 6 I/O lines can be selected, such as expanding serial EEPROM, keyboard, display, etc. Its biggest advantages are low cost, small size, simple circuit connection, and high program confidentiality. The hardware circuit of its communication part is shown in Figure 1. In the figure, the data lines D0-D3 of MT8880 correspond to P1.0-P1.3 of AT89C2051, the read and write lines (WR*), chip select line (CS*), register input select line (RSI) and clock line (CP) correspond to P1.7-P1.4 of AT89C2051 respectively, and the interrupt line (IRQ*) is connected to the external interrupt 0 (P3.2) of AT89C2051.
The interface circuit is as follows:
Previous article:Working principle of satellite TV down converter (high frequency head)
Next article:Working principle of satellite TV high frequency head
- Popular Resources
- Popular amplifiers
- High signal-to-noise ratio MEMS microphone drives artificial intelligence interaction
- Advantages of using a differential-to-single-ended RF amplifier in a transmit signal chain design
- ON Semiconductor CEO Appears at Munich Electronica Show and Launches Treo Platform
- ON Semiconductor Launches Industry-Leading Analog and Mixed-Signal Platform
- Analog Devices ADAQ7767-1 μModule DAQ Solution for Rapid Development of Precision Data Acquisition Systems Now Available at Mouser
- Domestic high-precision, high-speed ADC chips are on the rise
- Microcontrollers that combine Hi-Fi, intelligence and USB multi-channel features – ushering in a new era of digital audio
- Using capacitive PGA, Naxin Micro launches high-precision multi-channel 24/16-bit Δ-Σ ADC
- Fully Differential Amplifier Provides High Voltage, Low Noise Signals for Precision Data Acquisition Signal Chain
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- A collection of digital IC front-end design learning materials, one-click download without points
- RF Components Test Technology Seminar for 5G - You are invited to attend!
- What suitable domestic chips are recommended?
- Put down the textbook and look at the application circuit of the transistor
- EEWORLD University Hall----Application of Infineon Industrial Semiconductors in the Motor Drive Industry
- A legendary figure in the world of microwave and radio frequency
- Last day, make an appointment and get a gift: Design and test solution for vehicle-mounted radar
- Has anyone designed this power supply?
- Network Control of ROS Melodic
- Can someone please help me derive this formula?