Reference Design Solution for Power Amplifier Monitoring Based on ADuC7026

Publisher:暗里著迷Latest update time:2014-11-14 Source: 21ic Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
Introduction

  Considering the impending global energy crisis and people's growing expectations for environmental protection, energy conservation is essential for the operation of efficient wireless networks. The power amplifier (PA) is the heart of base stations and repeaters, and its power consumption may account for half of the total power consumption of base stations. Monitoring the power amplifier can not only improve power efficiency, reduce operating costs, improve output power and linearity, but also enable system operators to detect and solve problems in a timely manner, thereby improving reliability and maintainability.

  Analog Devices provides three PA monitor1 implementation solutions: a discrete device solution, a solution based on the 12-bit integrated monitoring and control system of the AD729422, and an integrated solution based on the ADuC7026 high-precision analog microcontroller3. Discrete solutions require more components, and the PCB layout is complex and the PCB area is large, all of which lead to higher costs. The advantages of the AD7294 are high integration, low cost and high reliability, but the disadvantage is that an external microcontroller (MCU) is required to implement the PA monitoring function. The ADuC7026 has many of the same advantages as the AD7294, with the main difference being that the ADuC7026 includes an MCU. In addition, ADuC7026 supports external synchronous sampling, which is very useful in TD-SCDMA applications.

  This article introduces a reference design for power amplifier monitoring based on ADuC7026. The functions include setting output power, monitoring voltage standing wave ratio (VSWR), monitoring drain current and temperature of lateral diffused metal oxide semiconductor (LDMOS) field effect transistors, and issuing an alarm signal when a parameter exceeds a predetermined threshold.

  System Block Diagram

  Figure 1 shows the system block diagram of the PA monitor. The RF signal is transmitted by the antenna after being processed by the variable voltage attenuator (VVA), ADL5323 pre-driver, power amplifier and bidirectional coupler. The on-chip MCU of ADuC7026 samples the temperature and current of the two-stage LDMOS in the PA module and the forward and reverse power of the PA module. The MCU sends the sampled data to the PC for display on the user interface (UI). The operator can adjust the system parameters through the user interface.

System Block Diagramwww.elecfans.com
  Figure 1: System Block Diagram.

  PA Monitoring Module

  Temperature Monitoring: The power consumption of the power amplifier affects its performance. The PA sometimes works at a higher static operating point, but the output power is lower. A large amount of energy is converted into heat in the LDMOS device, which not only wastes energy but also reduces reliability. Monitoring the temperature of the PA and adjusting its static operating point can achieve the best performance of the system.

  Figure 2 shows the functional block diagram of the temperature monitor, which uses the ADT75 digital temperature sensor to monitor the temperature of the two LDMOS stages. The ADT75 (available in 8-lead MSOP and SOIC packages) converts the temperature into a digital signal with a resolution of 0.0625°C, and its shutdown mode can reduce the supply current to 3µA (typical).

Temperature monitor functional block diagram www.elecfans.com

  Figure 2: Functional block diagram of the temperature monitor.

Figure 3 shows the flow chart of the temperature monitoring program. After receiving the temperature detection command, the ADuC7026 MCU first sets the temperature detection flag, then reads the temperature data from the ADT75 through the I2C® bus and sends the data to the PC. Next, the program checks the overtemperature pin (OS/ALERT) status of the ADT75 and lights the LED if the temperature exceeds the threshold. When the ADuC7026 receives a command to configure the temperature threshold, it reads the configuration data from the PC and writes the threshold temperature to the ADT75 via the I2C bus. When the microcontroller receives a command to read the temperature threshold, it reads the threshold temperature from the ADT75 and transmits it to the PC.

  

Flowchart of the temperature monitoring procedure www.elecfans.com

  Figure 3: Flowchart of the temperature monitoring program.

  Current Monitoring: Controlling the drain current of the PA to keep it constant over temperature and time can greatly improve the overall performance of the PA while ensuring that the PA operates within the regulated output power range. The two main factors that affect the PA drain current are changes in the high-voltage supply line of the PA and changes in the on-chip temperature. The drain voltage of the PA transistor is easily affected by changes in the high-voltage supply line. The drain current of the LDMOS can be measured using a high-voltage current shunt monitor. If the drain current is continuously monitored, the operator can readjust the gate voltage to keep the LDMOS at the optimal operating point when voltage fluctuations occur on the power supply.

  Figure 4 shows the functional block diagram of the current monitor. The system uses the AD8211 high-voltage, high-precision current shunt amplifier to sample the drain current of the two LDMOS stages in the PA module. The gain of AD8211 is fixed at 20V/V, and the gain error is ±0.5% (typical) over the entire operating temperature range. The output voltage of the AD8211 buffer is directly output to the analog-to-digital converter and sampled by the on-chip ADC of ADuC7026. The drain current threshold is set by the AD5243 digital potentiometer, and ADuC7026 controls the AD5243 through the I22C bus. The system determines whether the drain current exceeds or falls below the threshold based on the output of the ADCMP600 comparator. If the drain current exceeds the threshold, the system lights up the corresponding LED to alert the operator.

  



  Figure 4: Current monitor functional block diagram.

Voltage standing wave ratio (VSWR) monitoring: VSWR is a key parameter of the antenna system. It reflects the matching degree between the components in the antenna system. Reverse power affects the output power of the PA. Excessive reverse power will cause distortion of the transmitted signal. Therefore, it is necessary to monitor the VSWR to ensure optimal performance of the base station.

  Figure 5 shows the functional block diagram of the VSWR monitor. The system uses a bidirectional coupler and the AD8364 dual-channel TruPwr™ detector to measure forward and reverse power. The AD8364 dual-channel effective value RF power measurement subsystem can accurately measure and control the power of the signal. The AD8364 is highly flexible and can easily monitor and control RF power amplifiers, radio transceiver AGC circuits and other communication systems. Its output can be used to calculate VSWR and monitor the matching degree of transmission lines. A large VSWR value indicates that the antenna is faulty, and the operator should protect the system by adjusting the PA gain or power supply voltage.



  Figure 5: VSWR monitor functional block diagram. Automatic power control: According to the requirements of the communication system, the transmitter must ensure that the power amplifier can meet the transmission needs, adjust the base station transmission power to maintain a precise value, and control the output power within the coverage allowable range. It is not too small to meet the coverage distance requirements during network planning, and it reduces the coverage range of the cell, and it will not generate an excessively strong output signal to interfere with adjacent base stations. Since overpower can cause power amplifier saturation and nonlinear distortion of the signal, the system should provide overpower protection to ensure that the power amplifier does not operate under overpower conditions. For these reasons, the output power must be measured and controlled to keep it stable.

  Figure 6 shows the functional block diagram of the automatic power control loop, which includes a bidirectional coupler, a TruPwr detector, a microcontroller, and a variable voltage attenuator. The bidirectional coupler transmits the forward power to the TruPwr detector, which tracks the changes in the signal amplitude. The ADuC7026's on-chip ADC samples the output of the detector. The microcontroller compares the actual value of the output power with the expected value and uses the PID algorithm to adjust the control voltage deviation to make the power amplifier operate at the best performance point.



  Figure 6: Functional block diagram of the automatic power control loop.

  Figure 7 shows the flow chart of the PID algorithm. First, the program sets the initial control parameters Kp, Ki, and Kd and sets the expected value of the output power. Then, the ADC samples the output of the AD8364, and the sampled data is converted into power after filtering. The program calculates the difference between the expected and actual values ​​of the output power, as well as the next expected sample value and the control voltage based on the system's transfer function, and configures the DAC register. This completes a cycle of the sampling and control process, which is repeated continuously. [page]



  Figure 7: Flow chart of the PID algorithm.

User interface

  The UI is mainly used to provide a human-computer interaction interface, display detection data in real time, and respond to the operator's input commands. Figure 8 shows the flowchart of the user interface program. After the program is running, the serial port must be opened and the communication link must be started. Then, each functional module can be selected for monitoring and control.



  Figure 8: Flowchart of UI control.

  Figure 9 shows a temperature test result. The user can change the high and low temperature thresholds at any time. In this example, the high temperature threshold is changed from 35°C to 31°C. When the ambient temperature rises above the new threshold, the overtemperature alarm light turns red and the PC emits a continuous alarm.

Interface for displaying temperature test results www.elecfans.com

Figure 9: Interface for displaying temperature test results.
Reference address:Reference Design Solution for Power Amplifier Monitoring Based on ADuC7026

Previous article:MCU-based non-invasive visual pulse oximeter circuit
Next article:Automobile wireless radio frequency identification system based on short-range wireless communication technology

Latest Microcontroller Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号