Single chip wireless transmission design

Publisher:创新火花Latest update time:2013-02-21 Source: 51heiKeywords:MCU Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
We know that the maximum effective distance of the RSR232 serial port transmission protocol is 10M, and it is a wired transmission, which brings great inconvenience to some long-distance transmission control. According to the needs of the project, we designed a wireless transmission method based on ultra-high frequency (above 300M), which has good actual use effect and can meet general transmission and control. It can be applied to microcomputers, single-chip microcomputers and other control fields. For occasions with high bit error rate requirements, it is recommended to use CRC encoding to reduce the bit error rate.

1. Modulation and Transmission

Click to browse the next page
Common analog modulation methods include amplitude modulation, frequency modulation and phase modulation, and common digital modulation methods include frequency shift keying, amplitude shift keying, etc. Although the OOK modulation method has poor performance, the circuit is simple and easy to implement, and the operation is stable. It is widely used in the field of wireless anti-theft and security. For example, this type of circuit is mostly used in car and motorcycle alarms, warehouse doors, and home security systems. See Figure 1. The
early transmitter used an LC oscillation circuit, but this circuit was too affected by distributed parameters, the frequency drift was serious, the stability was poor, and the debugging was complicated. It is now basically not used. Instead, new devices with high stability are waiting, and common ones are surface acoustic wave filters and ceramic resonators.
Surface acoustic wave filters are widely used in high-frequency electronic communications. This filter is small in size, light in weight, the center frequency can be made very high, the relative bandwidth is wide, and it has the frequency selection characteristics of an ideal rectangular coefficient. In addition, this filter can use the same one-sided processing technology as the integrated circuit process, which is simple to manufacture, low in cost, high in remodeling and design flexibility, and can be mass-produced and processed. It is an increasingly widely used filter.
Compared with the crystal oscillator circuit, the surface acoustic wave oscillation circuit is much simpler. The circuit in Figure 1 is a common transmitter circuit. Due to the use of SAW devices, the circuit works very stably. Even if the antenna, SAW device or other parts of the circuit are touched by hand, the transmission frequency will not drift. The effective transmission distance of this circuit can reach more than 200 meters.
The filter formed by the piezoelectric effect of certain ceramic materials is called a ceramic filter. The commonly used ceramic filter is made of lead titanate [Pb (ZrTiO3)].
Compared with other filters, the filter has a simple manufacturing process and can be easily baked into various shapes, which is suitable for the miniaturization of the filter; and it has good heat resistance and moisture resistance and is rarely affected by the outside world. Its QL value is usually several hundred, which is higher than that of LC filters, but lower than that of quartz crystal oscillation. Therefore, when making a filter, the passband is not as narrow as that of a quartz crystal, and the selectivity is worse than that of a quartz crystal filter. At present, ceramic filters are widely used in receivers and other instruments.

2. Reception and demodulation

Click to browse the next page
Common receiving circuits include super-regenerative circuits and super-heterodyne circuits. Super-regenerative circuits are low-cost and power consumption can be as low as about 100uA. The sensitivity of a well-adjusted super-regenerative circuit is similar to that of a super-heterodyne receiver with a high-level amplifier, an oscillator, a mixer, and two intermediate amplifiers. However, the working stability and selectivity of the super-regenerative circuit are relatively poor, so the anti-interference ability is also poor. [page]
The sensitivity and selectivity of the super-heterodyne circuit can be done very well. Now many companies have produced many receiving super-heterodyne single-chip circuits, which can demodulate the modulated signal with only a few external components. For example, the single-chip integrated circuit receiving and demodulation circuits MICRF001 and MICRF002 launched by Micrel, USA, are demodulation circuits designed for wireless digital communication. With only a few external components, the analog modulated high-frequency signal can be demodulated into a digital signal, which is very simple to use.

4. The
transmitting circuit of the single-chip full-duplex wireless transmission scheme adopts the circuit in Figure 1, and the receiving circuit adopts the circuit in Figure 2. The communication distance is not less than 200M. ICRF002, a single-chip integrated circuit launched by Micrel, USA, can complete reception and demodulation. MICRF002 is an improved version of MICRF001. Compared with MICRF001, it has lower power consumption and a power shutdown control terminal, which can be easily interfaced with a microcontroller. MICRF002 has stable performance and is very simple to use. ICRF002 uses a ceramic resonator. By replacing a different resonator, the receiving frequency can cover 300-440MHz. MICRF002 has two working modes: scanning mode and fixed mode. The receiving bandwidth of scanning mode can reach hundreds of KHz. This mode is mainly used in conjunction with LC oscillation transmitters, because the frequency drift of LC transmitters is large, and the data communication rate in scanning mode is about 2.5KBS per second. The bandwidth of fixed mode is only tens of KHz. This mode is used to match transmitters that use crystal oscillator frequency stabilization, and the data rate can reach 10KBytes per second. The working mode selection is realized through the 16th pin (SWEN) of MICRF002. In addition, the wake-up function can wake up the decoder or CPU to minimize power consumption.
Figure 3 is the main schematic diagram of the 256-channel drip data acquisition system composed of AT89C52. The main machine and the slave can communicate wirelessly in full-duplex serial communication. The serial port transmitter of the single-chip microcomputer is connected to the data input terminal of the circuit in Figure 1, and the data receiver is connected to the data output terminal of the circuit in Figure 2. The communication dial rate of AT89C52 is set to 9.8KB, and T2 works in mode 2 and is used as a dial rate generator. The HD7279 chip is used for display and keyboard management. This chip belongs to the I2C bus device and can manage 64 keyboards and 16-bit digital tubes, or 64-bit LEDs. It is very convenient to use.

Click to browse the next page

1. The core of wireless SoC (system on chip) - MCU
Our era today is the wireless era. Using RF SoC (system on chip) for wireless communication design is an ideal solution for developing low-cost, low-power wireless communication application systems. The characteristics of RF SoC (system on chip) are:
1) Special design integrates all high-frequency circuits into the internal circuit. There is only a simple filtering circuit from the wireless chip to the antenna, and the system designer does not need to perform any high-frequency circuit design. 2) Special design is used to achieve perfect coordination between the wireless chip, microprocessor and high-frequency lines, minimizing the impact of digital circuits on high-frequency communications. 3) The microprocessor and wireless chip are designed into one, turning it into a wireless single-chip microcomputer. As long as you understand single-chip microcomputers, you can easily complete the design and development of wireless communication functions.
As the core of RF SoC (system on chip), embedded microprocessor needs to be able to perform a large amount of software processing in wireless communication, including error correction, collision prevention, communication protocol processing, etc., especially in complex network systems and the future short-distance, low-power IEEE 802.15.4 standard, the microprocessor needs to undertake a large number of calculation and control functions. In the selection of this microprocessor core, it is necessary to consider:
1/ fast computing power; 2/ extremely low power consumption; 3/ high-efficiency development tools, including compilation/assembly/DEBUG tools; 4/ organic combination with high-frequency wireless transceiver circuits; 5/ application software support.
After comprehensively considering the above factors, most of the chip development companies of wireless SoC (system on chip) have unanimously chosen the 8051 microprocessor core with many years of history as the wireless SoC (system on chip) microprocessor. This is great news for the vast number of MCU engineers and electronic engineers who are preparing to learn to use wireless technology, because in the transition from wired to wireless technology, there is no need to relearn and familiarize yourself with the structure/instruction system/compiler of the MCU; moreover, if you choose the wireless 8051 MCU series development tools of Chengdu Wireless Dragon Communication Technology Co., Ltd., you do not need to refamiliarize yourself with the development tools, but can directly learn the knowledge of wireless communication and quickly enter into the practice of wireless communication.

Keywords:MCU Reference address:Single chip wireless transmission design

Previous article:Multi-channel answering device based on single chip microcomputer
Next article:MCU IO expansion program design

Recommended ReadingLatest update time:2024-11-16 15:02

51 single-chip remote control decoding is displayed through the computer serial port--C51 source code
/* Crystal: 11.0569MHz */ #include REGX52.h #define uchar unsigned char uchar data IRcode ; //Define a 4-byte array to store the code uchar CodeTemp; //Encoding byte cache variable uchar i,j,k; // loop variables for delay sbit IRsignal=P3^2; //HS0038 receiver OUT directly connected to P3.2 (INT0) /*******************
[Microcontroller]
Method of expanding serial port of 51 single chip microcomputer
The basic 51 microcontroller has four parallel ports, which also includes a serial port. When there are not enough interfaces, people will think of using external chips for expansion. However, although various textbooks, reference books, and online articles introduce many ways to expand the parallel port, almost n
[Microcontroller]
Method of expanding serial port of 51 single chip microcomputer
51 MCU long key test program
#include #include stdio.h /* Program function: This program is used to test the 4X4 matrix keyboard; and has the ability to long press test.             When a key is pressed, the pressed key number is displayed on LCD1602, such as: K1 K2.... K16;             When a key is pressed for more than 1S, a key valu
[Microcontroller]
Brushless DC Motor Control System Based on Dual Single Chip Computer Communication
In the brushless DC motor control system, DSP is usually used to collect and process signals. However, due to the high price of DSP, in some occasions where real-time requirements are not high, MCS-51 microcontroller can be used instead of DSP to control the start and stop, forward and reverse rotation and speed re
[Industrial Control]
PIC microcontroller reset circuit
PIC microcontroller reset circuit
[Microcontroller]
PIC microcontroller reset circuit
Introduction to the standard library of STM8L15x series MCU
Like STM32, STMicroelectronics also provides a standard library for STM8L, which is called STM8L15x standard firmware library in the Datsheet and official application guide. Using the library functions in the standard library for development can save a lot of time, and anyone who knows something about STM32 developmen
[Microcontroller]
Introduction to the standard library of STM8L15x series MCU
Several important concepts of single chip microcomputer
With the rapid development of electronic technology, computers have deeply penetrated into our lives. Many electronics enthusiasts have begun to learn about single-chip microcomputers, but the content of single-chip microcomputers is relatively abstract. Compared with the analog circuits and digital circuits that el
[Microcontroller]
Application of EM78 series microcontroller in infrared remote control system
1 Main features of EM78P447S   The EM78 series microcontroller is an 8-bit cost-effective microcontroller manufactured by Taiwan Elan Electronics Co., Ltd. using CMOS technology. This series of microcontrollers generally have built-in watchdog counter (WDT), RAM, ROM, programmable timer/counter, prescaler and 5-laye
[Microcontroller]
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号