Introduce
https://www.cdebyte.com/Module
Background of wireless development: With the rapid development of science and technology, smart homes, smart agriculture, and smart cities are springing up. And the development of these industries is inseparable from the application of wireless. The traditional wired connection is not only costly, but also includes wiring installation and maintenance. And the mobility is also very poor, can not meet the development needs of the intelligent industry, so wireless applications have entered the stage of the development of the intelligent industry.
In the use of wireless transmission, the wireless use of the 433M band is more widespread. The main reasons are:
433M is the ISM band
433M long transmission distance
433M strong anti-interference ability
433M should be relatively balanced in terms of transmission speed and diffraction performance.
In wireless applications, traditional point-to-point transceivers can no longer meet the application requirements of current scientific and technological development. More application requirements are wireless networking. Since radio frequency signals in the same frequency band will interfere with each other when radio frequency is transmitted, it becomes an intractable problem to want to transmit and receive more.
0
433M wireless serial port multiple send and receive solution
Due to the characteristics of the radio frequency, the wireless serial transceiver module can transmit and receive more than one time, and cannot transmit and receive more at the same time, which causes the biggest obstacle in RF networking. Therefore, in order to solve this problem, only time can be used to implement networking. The distance of the wireless serial port transceiver module of Chengdu Yibaite Electronic Technology Co., Ltd. illustrates a solution of sending and receiving more. The wireless serial port transceiver module was developed by Chengdu Yibaite Electronic Technology Co., Ltd. The radio frequency can be transmitted and received through the serial port. The user does not need to write the RF driver and hardware debugging, which greatly shortens the user’s product development cycle.
Master polling networking
Master polling networking is a way for masters to query one by one. This networking method can upload accurately, and it is not easy to conflict with each other. The networking is also stable, but the disadvantage is that master polling takes a long time. This networking mode is suitable for networking applications that do not require high time.
The principle of master polling networking is very simple, and the response is implemented by name. For example, if the master sends to No. 1 slave, only the slave 1 can respond to the master because the slave has an address setting. After the slave 1 receives the command from the master, it uploads the data to the master. The master polls other slave data in the same polling mode.
Time-sliced networking
The time-sliced networking method is much faster for the networking data collection than the simple polling method, but requires high time synchronization and sending delay for the slaves.
Networking mode that the slave actively uploads (wireless module without RSSI)