SlideShare a Scribd company logo
1 of 3
Download to read offline
1.1 Pin Description:
1, VDD: 3.3V or 5V power supply positive
2, GND: Power negative
3, TXD: serial output module, connected microcontroller or USB to serial RXD
4, RXD: module serial input connected microcontroller or USB to serial TXD
5, CMD: enter upgrade mode or AT mode pin, active low
1.2 Special note:
1.2.1 CMD pin functions:
1, on the ground before power: the module into upgrade mode, firmware upgrades
2, the electrical grounding, the module into AT mode, AT mode is used to configure the module
parameters. After power if vacant,
Module enters pass-through mode. After power can be switched AT mode and transparent mode via
CMD foot Freedom
1.2.2 Power
1, the module’s serial port level TTL level, do not communicate with GND short
2, when the transmitter module current can reach 120mA, when receiving a current of about 30mA,
note the use of grain
Smaller wave power supply
1.3 AT command
The format of the instruction code
1.3.1 AT + BAUD = x (baud rate settings)
Baud rate setting command module supports different baud rates to suit different applications.
Generally speaking, if the amount of data, but the high reliability requirements of data, it is
recommended to choose a lower wave Special rate; if a large amount of data, the short distance
transmission, it is recommended to select a higher baud rate. (Note: Porter
For additional information about the unified rate, data bits, one stop bit and no parity. )
Note that the internal module is provided, a wireless data frame for each packet data bytes,
Therefore, when continuous transmission of data, the sender baud rate proposal is less than the
receiving end, so there is enough to allow the receiver module
Enough time to transfer data. The author at the time of testing two computers to transmit data, set the
baud rate to the sender
, The receiving end of a successful transmission of a picture size is about (Note:
PC software assistant Tintin serial, serial chip used, the operating system
EC is).
The following table shows the different baud rate settings, after sending the command, if set up, the
module
Returns the character '' If unsuccessful, it returns the character ''.
Table 1 baud rate setting table
Baud Rate AT command Baud Rate Instruction
2400 AT+BAUD=0 38400 AT+BAUD=5
4800 AT+BAUD=1 57600 AT+BAUD=6
9600 AT+BAUD=2 115200 AT+BAUD=7
1440 AT+BAUD=3 128000 AT+BAUD=8
19200 AT+BAUD=4 256000 AT+BAUD=9
Macro definitions:
#define UART_BAUD_2400 ‘0’
#define UART_BAUD_4800 ‘1’
#define UART_BAUD_9600 ‘2’
#define UART_BAUD_14400 ‘3’
#define UART_BAUD_19200 ‘4’
#define UART_BAUD_38400 ‘5’
#define UART_BAUD_57600 ‘6’
#define UART_BAUD_115200 ‘7’
#define UART_BAUD_128000 ‘8’
#define UART_BAUD_256000 ‘9’
1.3.2 AT + FREQ = xx (frequency setting)
In order to set the frequency shifted with other radio module supports setting different transmission
Frequency (Note: Frequency
) . When the two modules to transmit data, you need to set the frequency to be consistent, whether
You cannot communicate. After sending the command, if the setting is successful, the module returns the
character ‘ ‘, if you set
Unsuccessful, it returns the character ‘‘.
, The range could theoretically take any value, with the code
Representation. The actual set frequency is:
F = (2402 + x x) Hz
1.3.3 AT + ID = xxxx (ID setting)
The code may take any. Not all the same.
The module supports two -byte identifier, two modules communicate with each other, in addition to frequency
consistent outside,
Identifiers must be consistent, otherwise cannot communicate.
Meaning that the test many identifiers sent, the receiver can be set different numbers,
Switching the sender number to achieve. Theoretically support a number of modules.
After sending the command, if the setting is successful, the module returns the character ' ', if the set is
unsuccessful,
Returns the character ‘‘.
1.3.4 AT + RETRY = xx (number of retransmissions set)
The code may take any.
Set each frame of data retransmission times, higher the setting, the more reliable the data is sent, but data
Delay will be longer, it is recommended that at the time as a remote control, try to set a larger value, in order to
ensure reliability.
1.3.5 AT + BAUD? (Baud queries)
Baud baud query command to query the module, the return value is a byte, for example, the module Potter
Rate is set, the return value '' ( ), the baud rate is set, the return value
To '' ( ).
1.3.6 AT + FREQ? ( Frequency queries )
Frequency to the frequency of the query query command module , the return value is a byte , the actual
frequency value needs through
Had calculated conversion Note:
1.3.7 AT + ID? (ID check )
Query command to query the module number , the return value is two bytes.
1.3.8 AT + RETRY? ( Check the number of retransmissions )
When sending data query module , if transmission fails , repeat transmission times . Such return
The module each time you send data up to try to repeat sending times.
1.3.9 AT + INF ( software version information query )
Software version query to query the current version of the software module .
1.3.10 AT + RESET ( reset configuration parameters )
Set the parameter module reset to the default parameters.
Reset returns the following information

More Related Content

What's hot

CC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver ModuleCC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver ModuleAarya Technologies
 
Design and implementation of uart on soc
Design and implementation of uart on socDesign and implementation of uart on soc
Design and implementation of uart on socIjrdt Journal
 
UART Communication
UART CommunicationUART Communication
UART Communicationdattatraya1
 
Uart driver nov13
Uart driver nov13Uart driver nov13
Uart driver nov13abinaya m
 
UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )Tarun Khaneja
 
Micro c lab8(serial communication)
Micro c lab8(serial communication)Micro c lab8(serial communication)
Micro c lab8(serial communication)Mashood
 
Serial Communication
Serial CommunicationSerial Communication
Serial CommunicationUshaRani289
 
UART Serial Communication Module Design and Simulation Based on VHDL
UART Serial Communication Module Design and Simulation Based on VHDLUART Serial Communication Module Design and Simulation Based on VHDL
UART Serial Communication Module Design and Simulation Based on VHDLIJERA Editor
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)welcometofacebook
 

What's hot (20)

Product catlog
Product catlogProduct catlog
Product catlog
 
CC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver ModuleCC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver Module
 
UART
UARTUART
UART
 
Uart
UartUart
Uart
 
Practice
PracticePractice
Practice
 
Uart
UartUart
Uart
 
Design and implementation of uart on soc
Design and implementation of uart on socDesign and implementation of uart on soc
Design and implementation of uart on soc
 
Uart
UartUart
Uart
 
Tutorial
TutorialTutorial
Tutorial
 
UART Communication
UART CommunicationUART Communication
UART Communication
 
Uart driver nov13
Uart driver nov13Uart driver nov13
Uart driver nov13
 
Uart
UartUart
Uart
 
UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )
 
Micro c lab8(serial communication)
Micro c lab8(serial communication)Micro c lab8(serial communication)
Micro c lab8(serial communication)
 
Serial Communication
Serial CommunicationSerial Communication
Serial Communication
 
UART Serial Communication Module Design and Simulation Based on VHDL
UART Serial Communication Module Design and Simulation Based on VHDLUART Serial Communication Module Design and Simulation Based on VHDL
UART Serial Communication Module Design and Simulation Based on VHDL
 
NAVEEN UART BATCH 43
NAVEEN UART BATCH 43NAVEEN UART BATCH 43
NAVEEN UART BATCH 43
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
Naveen UART BATCH 43
Naveen UART BATCH 43Naveen UART BATCH 43
Naveen UART BATCH 43
 
Stp defined
Stp definedStp defined
Stp defined
 

Viewers also liked

[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]
[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com][Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]
[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]Lừa Tình
 
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]Lừa Tình
 
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]Lừa Tình
 
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]Không bao giờ thất bại - w. clement stone [ truongvannam.com ]
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]Lừa Tình
 
36 Kế nhân hòa
36 Kế nhân hòa36 Kế nhân hòa
36 Kế nhân hòaLừa Tình
 
Support for Network-based User Mobility with LISP
Support for Network-based User Mobility with LISPSupport for Network-based User Mobility with LISP
Support for Network-based User Mobility with LISPAndrea Galvani
 
Luật hấp dẫn - Bí mật tối cao - Som Sujeera
Luật hấp dẫn - Bí mật tối cao - Som SujeeraLuật hấp dẫn - Bí mật tối cao - Som Sujeera
Luật hấp dẫn - Bí mật tối cao - Som SujeeraLừa Tình
 

Viewers also liked (11)

[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]
[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com][Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]
[Doc thu] Vo Nguyen Giap - Chien Thang Bang Moi Gia [truongvannam.com]
 
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]
Kiếm Tiền Siêu Tốc - Mark Victor Hansen [truongvannam.com]
 
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]
Vo Nguyen Giap - Chien Thang Bang Moi Gia [ truongvannam.com ]
 
Presentatie 2015
Presentatie 2015Presentatie 2015
Presentatie 2015
 
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]Không bao giờ thất bại - w. clement stone [ truongvannam.com ]
Không bao giờ thất bại - w. clement stone [ truongvannam.com ]
 
36 Kế nhân hòa
36 Kế nhân hòa36 Kế nhân hòa
36 Kế nhân hòa
 
Bab2 struktur atom | Kimia X
Bab2 struktur atom | Kimia XBab2 struktur atom | Kimia X
Bab2 struktur atom | Kimia X
 
Support for Network-based User Mobility with LISP
Support for Network-based User Mobility with LISPSupport for Network-based User Mobility with LISP
Support for Network-based User Mobility with LISP
 
Luật hấp dẫn - Bí mật tối cao - Som Sujeera
Luật hấp dẫn - Bí mật tối cao - Som SujeeraLuật hấp dẫn - Bí mật tối cao - Som Sujeera
Luật hấp dẫn - Bí mật tối cao - Som Sujeera
 
Module
ModuleModule
Module
 
Kebersihan lingkungan
Kebersihan lingkunganKebersihan lingkungan
Kebersihan lingkungan
 

Similar to Configure Wireless Module Baud Rate, Frequency & ID

serial-200505101453.pdf
serial-200505101453.pdfserial-200505101453.pdf
serial-200505101453.pdfKiranG731731
 
Gsm presentation
Gsm presentationGsm presentation
Gsm presentationsamuelhard
 
Gsm presentation
Gsm presentationGsm presentation
Gsm presentationsamuelhard
 
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_b
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_bCataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_b
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_bDien Ha The
 
Lecture 10 (serial communication)
Lecture 10 (serial communication)Lecture 10 (serial communication)
Lecture 10 (serial communication)cairo university
 
AN INTRODUCTION TO SERIAL PORT INTERFACING
AN INTRODUCTION TO SERIAL PORT INTERFACINGAN INTRODUCTION TO SERIAL PORT INTERFACING
AN INTRODUCTION TO SERIAL PORT INTERFACINGTotal Project Solutions
 
Universal Asynchronous Receive and transmit IP core
Universal Asynchronous Receive and transmit IP coreUniversal Asynchronous Receive and transmit IP core
Universal Asynchronous Receive and transmit IP coreAneesh Raveendran
 
Hc 05-at command-set
Hc 05-at command-setHc 05-at command-set
Hc 05-at command-setYang Garcia
 
Final Report - morse code.pdf
Final Report - morse code.pdfFinal Report - morse code.pdf
Final Report - morse code.pdfHanaBaSabaa
 
Serial Port Device Driver
Serial Port Device DriverSerial Port Device Driver
Serial Port Device DriverEmblogic
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARHarshit Jain
 
tutorial_pscad.pptx
tutorial_pscad.pptxtutorial_pscad.pptx
tutorial_pscad.pptxdfddfdf5
 
Usb Controlled Function Generator
Usb Controlled Function GeneratorUsb Controlled Function Generator
Usb Controlled Function GeneratorKent Schonert
 
Implementation of Universal Asynchronous Receiver and Transmitter
Implementation of Universal Asynchronous Receiver and TransmitterImplementation of Universal Asynchronous Receiver and Transmitter
Implementation of Universal Asynchronous Receiver and TransmitterIJERA Editor
 

Similar to Configure Wireless Module Baud Rate, Frequency & ID (20)

serial-200505101453.pdf
serial-200505101453.pdfserial-200505101453.pdf
serial-200505101453.pdf
 
Gsm presentation
Gsm presentationGsm presentation
Gsm presentation
 
Gsm presentation
Gsm presentationGsm presentation
Gsm presentation
 
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_b
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_bCataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_b
Cataloge ge 3.control and_automation-26_vat300_e_c6-12_rev_b
 
Lecture 10 (serial communication)
Lecture 10 (serial communication)Lecture 10 (serial communication)
Lecture 10 (serial communication)
 
8051 serial communication-UART
8051 serial communication-UART8051 serial communication-UART
8051 serial communication-UART
 
AN INTRODUCTION TO SERIAL PORT INTERFACING
AN INTRODUCTION TO SERIAL PORT INTERFACINGAN INTRODUCTION TO SERIAL PORT INTERFACING
AN INTRODUCTION TO SERIAL PORT INTERFACING
 
Universal Asynchronous Receive and transmit IP core
Universal Asynchronous Receive and transmit IP coreUniversal Asynchronous Receive and transmit IP core
Universal Asynchronous Receive and transmit IP core
 
Chap10
Chap10Chap10
Chap10
 
Hc 05-at command-set
Hc 05-at command-setHc 05-at command-set
Hc 05-at command-set
 
Final Report - morse code.pdf
Final Report - morse code.pdfFinal Report - morse code.pdf
Final Report - morse code.pdf
 
Serial Port Device Driver
Serial Port Device DriverSerial Port Device Driver
Serial Port Device Driver
 
Uart
UartUart
Uart
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CAR
 
Crash course in verilog
Crash course in verilogCrash course in verilog
Crash course in verilog
 
tutorial_pscad.pptx
tutorial_pscad.pptxtutorial_pscad.pptx
tutorial_pscad.pptx
 
publish manual
publish manualpublish manual
publish manual
 
Usb Controlled Function Generator
Usb Controlled Function GeneratorUsb Controlled Function Generator
Usb Controlled Function Generator
 
Ju2416921695
Ju2416921695Ju2416921695
Ju2416921695
 
Implementation of Universal Asynchronous Receiver and Transmitter
Implementation of Universal Asynchronous Receiver and TransmitterImplementation of Universal Asynchronous Receiver and Transmitter
Implementation of Universal Asynchronous Receiver and Transmitter
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Configure Wireless Module Baud Rate, Frequency & ID

  • 1. 1.1 Pin Description: 1, VDD: 3.3V or 5V power supply positive 2, GND: Power negative 3, TXD: serial output module, connected microcontroller or USB to serial RXD 4, RXD: module serial input connected microcontroller or USB to serial TXD 5, CMD: enter upgrade mode or AT mode pin, active low 1.2 Special note: 1.2.1 CMD pin functions: 1, on the ground before power: the module into upgrade mode, firmware upgrades 2, the electrical grounding, the module into AT mode, AT mode is used to configure the module parameters. After power if vacant, Module enters pass-through mode. After power can be switched AT mode and transparent mode via CMD foot Freedom 1.2.2 Power 1, the module’s serial port level TTL level, do not communicate with GND short 2, when the transmitter module current can reach 120mA, when receiving a current of about 30mA, note the use of grain Smaller wave power supply 1.3 AT command The format of the instruction code 1.3.1 AT + BAUD = x (baud rate settings) Baud rate setting command module supports different baud rates to suit different applications. Generally speaking, if the amount of data, but the high reliability requirements of data, it is recommended to choose a lower wave Special rate; if a large amount of data, the short distance transmission, it is recommended to select a higher baud rate. (Note: Porter For additional information about the unified rate, data bits, one stop bit and no parity. ) Note that the internal module is provided, a wireless data frame for each packet data bytes, Therefore, when continuous transmission of data, the sender baud rate proposal is less than the receiving end, so there is enough to allow the receiver module Enough time to transfer data. The author at the time of testing two computers to transmit data, set the baud rate to the sender , The receiving end of a successful transmission of a picture size is about (Note: PC software assistant Tintin serial, serial chip used, the operating system EC is).
  • 2. The following table shows the different baud rate settings, after sending the command, if set up, the module Returns the character '' If unsuccessful, it returns the character ''. Table 1 baud rate setting table Baud Rate AT command Baud Rate Instruction 2400 AT+BAUD=0 38400 AT+BAUD=5 4800 AT+BAUD=1 57600 AT+BAUD=6 9600 AT+BAUD=2 115200 AT+BAUD=7 1440 AT+BAUD=3 128000 AT+BAUD=8 19200 AT+BAUD=4 256000 AT+BAUD=9 Macro definitions: #define UART_BAUD_2400 ‘0’ #define UART_BAUD_4800 ‘1’ #define UART_BAUD_9600 ‘2’ #define UART_BAUD_14400 ‘3’ #define UART_BAUD_19200 ‘4’ #define UART_BAUD_38400 ‘5’ #define UART_BAUD_57600 ‘6’ #define UART_BAUD_115200 ‘7’ #define UART_BAUD_128000 ‘8’ #define UART_BAUD_256000 ‘9’ 1.3.2 AT + FREQ = xx (frequency setting) In order to set the frequency shifted with other radio module supports setting different transmission Frequency (Note: Frequency ) . When the two modules to transmit data, you need to set the frequency to be consistent, whether You cannot communicate. After sending the command, if the setting is successful, the module returns the character ‘ ‘, if you set Unsuccessful, it returns the character ‘‘. , The range could theoretically take any value, with the code Representation. The actual set frequency is: F = (2402 + x x) Hz 1.3.3 AT + ID = xxxx (ID setting) The code may take any. Not all the same. The module supports two -byte identifier, two modules communicate with each other, in addition to frequency consistent outside, Identifiers must be consistent, otherwise cannot communicate. Meaning that the test many identifiers sent, the receiver can be set different numbers, Switching the sender number to achieve. Theoretically support a number of modules.
  • 3. After sending the command, if the setting is successful, the module returns the character ' ', if the set is unsuccessful, Returns the character ‘‘. 1.3.4 AT + RETRY = xx (number of retransmissions set) The code may take any. Set each frame of data retransmission times, higher the setting, the more reliable the data is sent, but data Delay will be longer, it is recommended that at the time as a remote control, try to set a larger value, in order to ensure reliability. 1.3.5 AT + BAUD? (Baud queries) Baud baud query command to query the module, the return value is a byte, for example, the module Potter Rate is set, the return value '' ( ), the baud rate is set, the return value To '' ( ). 1.3.6 AT + FREQ? ( Frequency queries ) Frequency to the frequency of the query query command module , the return value is a byte , the actual frequency value needs through Had calculated conversion Note: 1.3.7 AT + ID? (ID check ) Query command to query the module number , the return value is two bytes. 1.3.8 AT + RETRY? ( Check the number of retransmissions ) When sending data query module , if transmission fails , repeat transmission times . Such return The module each time you send data up to try to repeat sending times. 1.3.9 AT + INF ( software version information query ) Software version query to query the current version of the software module . 1.3.10 AT + RESET ( reset configuration parameters ) Set the parameter module reset to the default parameters. Reset returns the following information