Design of 868 MHz Wireless Receiver Module Based on TDA5210

Publisher:Xingfu8888Latest update time:2012-11-29 Source: 21IC Keywords:TDA5210 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
With the development of wireless technology, wireless control applications have penetrated into all walks of life. Wireless remote control applications can be seen everywhere in security, automotive electronics, toys, etc. At present, most wireless remote control products on the market work in the 315 MHz and 433 MHz frequency bands, mainly using ASK modulation. At the same time, there are also many interference sources in these two frequency bands. Products in special industries are related to personal safety and have strict requirements on system stability. It is necessary to reduce co-frequency interference as much as possible, such as medical monitoring, wireless temperature acquisition systems, and automobile tire pressure monitoring. Therefore, the use of 868 MHz frequency band has fewer interference sources than the use of 315 MHz and 433 MHz frequency bands. At present, there are very few chip manufacturers on the market that can provide 868 MHz wireless receiving chips. Infineon is one of the few manufacturers that can provide 868 MHz single-chip receiving chips. This design uses Infineon TDA5210 receiving chip and adopts ASK (amplitude shift keying) modulation. It is simple in design, easy to debug, high in receiving sensitivity, and strong in anti-interference performance.

1 Introduction to TDA5210 Receiver Chip
TDA5210 is a low-power, single-chip FSK/ASK superheterodyne wireless receiver chip, with an operating frequency band of 810-870 MHz and 400-440 MHz. The chip is highly integrated and only requires a small number of peripheral devices to complete the application. Its pins are compatible with Infineon's ASK receiver TDA5200. The TDA5210 chip has built-in low-noise amplifier (LNA), double-balanced mixer, voltage-controlled oscillator (VCO), phase-locked loop (PLL), crystal oscillator, limiter, phase-locked loop FSK demodulator (PLLFSK dcmodulator), data filter, data limiter, peak detector and other circuits. At the same time, it also has an automatic sleep function to reduce battery consumption and is suitable for occasions with high power consumption requirements. Figure 1 is the internal block diagram of TDA521 O.

d.JPG

[page]

2 Schematic Design
The schematic diagram of the receiving module is shown in Figure 2. The filtering network composed of C1, C2, L1, and C3 matches the wireless signal at the antenna end and sends the weak signal within the bandwidth frequency range to the LIN pin; after the signal is amplified by the LNA (low noise amplifier) ​​inside the chip, it enters the MI pin and mixes with the signal generated by the VCO to separate the data signal from the high-frequency signal, and then passes through a 10.7 MHz ceramic intermediate frequency filter, and then passes through the internal limiter LIMITEB. Finally, the signal is separated by a comparator to generate the final data level signal.

3 PCB (printed circuit board) design and device selection
In general applications, for the convenience of design and to reduce the interference of the system to the wireless receiving circuit, the receiving module appears in the form of an independent module, and its physical size is generally small, which requires that the arrangement of components should be as compact as possible during PCB wiring, and the routing distance between components should be as short as possible to reduce signal interference. In addition, the antenna is crucial to the module's reception effect. Therefore, when routing, the copper foil antenna part on the PCB should be routed as close to the edge of the PCB as possible and away from the interference source crystal oscillator and intermediate frequency filter, which can improve the module's reception effect. The actual picture of the receiving module PCB is shown in Figure 3.

a.JPG


The parameter selection of key components is crucial for the reception of wireless signals. Therefore, selecting components with appropriate parameters can improve the reception effect of the receiving module and reduce noise. TDA521O is a narrowband RFIC. The deviation of the crystal oscillator and the inconsistency of the crystal oscillator load capacitance will affect the receiving sensitivity. It is recommended to use specifications of 13.401 55 MHz, a frequency deviation of 10 ppM, and a load capacitance of 12 pF. The intermediate frequency filter also has a great influence on the receiving effect. Its main parameters are: center frequency, 3 dBbandwidth, etc. The center frequency needs to be 10.7 MHz; 3 dB bandwidth should be selected (150±50 kHz). If the bandwidth parameter is selected too small, the signal within the normal range of the center frequency cannot pass through, affecting the receiving distance. If the bandwidth is selected too large, a large amount of wireless noise will be generated. In extreme cases, the noise will even drown out the normal signal. In addition, the quality of the capacitor and inductor at the back end of the antenna is also very important. It is recommended to choose a device brand with relatively high quality.

4 Hardware debugging
According to the internal structure of TDA5210, module debugging can be based on the direction of the received signal, and the oscilloscope can be used to measure the signal at each key point in the signal direction to determine whether the device circuit of each part is working properly, and adjust the device parameters of the corresponding part to improve the output strength of the signal. You can test Pin17 (LIM), Pin 20 (SLIN), Pin 25 (DATA) in turn, and the basic waveform of the signal of each key measurement point and each pin is shown in Figure 4.

b.JPG

[page]

During the debugging process, it was found that the Data pin of TDA521O, which outputs the demodulated data signal, would output a lot of noise in the idle state. These noise signals are very unfavorable for the reception and processing of the main control microcontroller. After analysis, the noise is caused by the interference generated by the crystal oscillator or other high-frequency components of the MCU in the main control board. These interferences are crosstalked to the receiving board through the power supply and ground wires. Therefore, to solve this problem, a 500 Ω magnetic bead can be connected to the power supply and ground terminals of the receiving board to suppress high-frequency crosstalk. Figure 5 shows the signal output after adding the magnetic bead.

c.JPG


As can be seen from Figure 5, after adding the magnetic beads, the noise is suppressed and the receiving effect is significantly improved.

5 Wireless module application
5.1 System block diagram
The wireless intelligent access control system uses a wireless receiving module based on TDA5210, as shown in Figure 6. The system main control chip uses Freescale MC68HC908JK8. The microcontroller has 8 K programmable Flash memory, 256 bytes of RAM on-chip memory, 2 16-bit timers, 13 A/D input channels, and input signal capture, PWM output and other functions. At a working voltage of 5 V, the maximum bus frequency can reach 8 MHz. At the same time, it has high electromagnetic compatibility performance and is suitable for systems with high requirements for electromagnetic interference.

e.JPG


The input part of the system includes: receiving wireless signal input, key input, dip switch input, potentiometer A/D input, and photoelectric signal input. The drive output part of the system includes motor drive output, light drive output, and indicator light output.
The data encoding chip on the remote control side uses Microchip HCS301. HCS301 is an encoding chip based on Keelog rolling code technology. Compared with fixed encoding chips, it has high system security performance and is very suitable for occasions with high security requirements. The system memory uses ATMEL's EEPROM AT24C02 chip.
5.2 System software design
The receiving end of the main control board does not use Microchip's keelog hardware decoding chip HCS512, but uses software decoding, which not only increases the flexibility of software control, but also reduces the cost of the system. The level pulse signal output from the wireless receiving module is connected to the external interrupt port of the microcontroller, and the control program decodes it according to the data pulse width level specification of HCS301. The main control program controls the door according to the key information sent by the remote control.
AT24C02 is used to save the ID number of the learned remote control transmitter chip to ensure the corresponding relationship between the main control board and the remote control. A main control board can store multiple sets of remote control information, and can achieve a one-to-one or one-to-many correspondence according to user needs. The main control chip can run in different modes according to the state combination of the dip switch. At the same time, according to the photoelectric signal input, the main control chip can detect whether there is a person or object passing under the door to avoid accidents caused by people or objects being pressed by mistake. The potentiometer is used to generate different A/D values, and different A/D values ​​correspond to different time positions, thereby controlling the switch travel of different types of doors. In addition to being controlled by the remote control, the system can also be controlled by pressing the buttons on the main control board.
Compared with the systems using 315 MHz and 433 MHz, the wireless intelligent access control system using the 868 MHz frequency band has fewer interference sources. At the same time, the wireless control system based on the TDA5210 receiving module has high sensitivity and anti-interference performance.

6 Conclusion
This paper describes the design of 868 MHz wireless receiving module based on Infineon TDA5210 circuit, details the method of signal debugging, analyzes the cause of high-frequency noise, and proposes a method of signal suppression. It also analyzes its application in the intelligent access control system, which has been mass-produced and is very stable.

Keywords:TDA5210 Reference address:Design of 868 MHz Wireless Receiver Module Based on TDA5210

Previous article:Design of LED lighting drive circuit based on SA7527
Next article:Application of three-phase SPWM generator HEF4752 in variable frequency speed regulation system

Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
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号