Home > Wireless Module > 2.4GHz Wireless > 2.4GHz nRF24L01 Wireless Transceiver Module USB Transmitter Receiver 22dBm UART TTL Data Transmission Module w/ Antenna

2.4GHz nRF24L01 Wireless Transceiver Module USB Transmitter Receiver 22dBm UART TTL Data Transmission Module w/ Antenna

GY18380
5 9
$15.99 $11.19
Contact us for wholesale price
Time Remaining:
- OR - - OR - Add to Wish List
1.Description:
It is a nRF24L01 wireless transceiver module.The green status indicator on the module is always on.
When the serial port is sending and receiving data and the wireless end is sending and receiving data,the LED light flashes.
After the communication is completed,the LED is always on.It means that the power supply and startup of the equipment are normal,and the equipment is working normally.
 
2.Feature:
  1>.Shorten the research and development cycle,and it is convenient to quickly verify and test the wireless communication system designed by yourself.
  2>.Using RFX2401C radio frequency front-end amplifier chip,can amplify wireless signals to a maximum of 22dBm,effectively increasing the distance of signal communication.
  3>.Transparent data transmission,support AT command setting.
  4>.Sensitive transceiver,high power,long transmission distance,and can penetrate walls.
  5>.Data transparent transmission
  6>.Built-in RF power amplifier
  7>.Built-in ceramic antenna
  8>.UART communication
 
3.Parameter:
  1>.Product Name:nRF24L01 Wireless Transceiver Module
  2>.Serial Frame Data Length:1~128 bytes (maximum 128 bytes)
  3>.Minimum Data Frame Interval Duration:10ms(data frame interval must be greater than 10ms)
  4>.Communication Interface:USB Interface
  5>.Serial Port Baud Rate:115200bps
  6>.Wireless Communication Channel:2.400GHz
  7>.Wireless Communication Rate:2Mbps
  8>.Wireless Communication Check method:16-bit CRC
  9>.Local Address:0x11,0x22,0x33,0x44,0x55
  10>.Target Machine Address:0x11,0x22,0x33,0x44,0x55
  11>.Work Temperature:-25℃~85℃
  12>.Work Humidity:5%~95%RH
  13>.Size:61*19*10mm
 
4.Detailed Explanation of Communication Format and Commands:
  1>.All commands are in uppercase,and the punctuation must be half-width punctuation in English,no spaces!
  2>.Unchangeable parameters:address length must be 5 bits,data length must be 32 bytes,transmission power is 0dbm (the actual transmission power is related to the RF front-end chip,the maximum power of the RF front-end can reach 22dBm).
 
5.Transmission Effective Bytes:
  1>.nRF24L01 wireless serial port module has a single transmission effective byte number of 1-128 bytes,and the interval between data frames needs to be greater than 10mS.(It is the data byte time,the receiving time interval is greater than 10mS,it is regarded as the end of a frame of data)
 
  2>.The actual number of bytes sent by nRF24L01 is 32,the bytes available to users are 1-31,and the 0th byte is reserved by the system for statistics on the packet length of each transmission:for example,the serial port sends "abcd" (ASCII code,4 bytes),4abcd in actual transmission (the 0th byte is 4),and the receiving end should judge the length of the received data packet according to the number in the 0th byte during actual processing.
 
6.Serial Communication Baud Rate:
  1>.Optional baud rate:4800,9600,14400,19200,38400,57600,115200.Cover common baud rates,(the factory default baud rate is 115200)
 
  2>.Baud rate modification command:send ASCII code [AT+BAUD=n] (n is 1,2,3,4,5,6,7 respectively corresponding to 4800,9600,14400,19200,38400,57600,115200 baud rate)
 
For example,if the baud rate is changed to 115200,the serial debugging assistant will send the ASCII code [AT+BAUD=7],and the system will reply:the communication baud rate is set successfully.
 
  3>.At this time,the baud rate is 115200,and the serial debugging assistant needs to switch to 115200 to communicate with the module.Note:The command letters must be all uppercase!
 
7.Wireless Communication Transmission Rate:
  1>.Optional rate:250Kbps,1Mbps,2Mbps (factory default 2Mbps)
  2>.Transmission rate setting command:send ASCII code [AT+RATE=n] (n is 1,2,3 respectively corresponding to 250Kbps,1Mbps,2Mbps transmission rate)
  3>.For example:modify the transmission rate to 250Kbps,the serial debugging assistant will send ASCII code [AT+RATE=1]
 
8.Wireless Communication Address Setting:
  1>.nRF24L01 wireless module 5-bit address (fixed length),target address and local receiving address 0 (the factory default is 0x11 0x22 0x33 0k44 0x55)
 
  2>.Address setting command:
    1.1>.Set the local receiving address 0:Send ASCI code [AT+RXA=0x??,0x??,0x??,0x??,0x??]
(0x?? is the address to be set "," comma,must be an English half-width comma)
    1.2>.For example:modify the address to 0xAA,0xBB,0xCC,0xDD,0xEE,then the serial debugging assistant will send ASCII code [AT+RXA=0xAA,0xB,0xCC,0xDD,0xEE]
 
  3>.Set the target board address:
    1.1>.Send ASCI code [AT+TXA=0x??,0x??,0x??,0x??,0x??] (0x?? is the address to be set"," comma:must be an English half-width comma)
    1.2>.For example:modify the address to 0x11,0x22,0x33,0x44,0x55,then the serial debugging assistant will send ASCI code [AT+ TXA=0x11,0x22,0x33,0x44,0x55]
 
9.Wireless Communication Channel Setting:
  1>.Range:2.400GHz~2.525GHz (factory default 2.400GHz)
 
  2>.Communication frequency setting command,send ASCII code [AT+FREQ=2.xxxG],2.xx is the frequency to be set,the range is 2.400GHz~2.525GHz,the range is invalid,the decimal point is three digits,less than three digits Need to add zero,the capital letter "G" after the command is indispensable.
 
  3>.For example:modify the communication frequency to 2.424Ghz,then the serial debugging assistant will send ASCII code,[AT+FREQ=2.424G]
 
10.Wireless CRC Check Setting:
  1>.8-bit or 16-bit CRC check (factory default 16-bit CRC check mode)
  2>.CRC check setting command:[AT+CRC=n] (n equals 8 or 16) such as:set the check mode to 8-bit CRC check,the serial debugging assistant will send ASCII code:[AT+CRC=8]
 
11.System Initialization Command:
  1>.When the customer's application settings are disordered and can't remember all the parameters set before,you can use this command to restore to the factory settings:the serial port baud rate is also not remembered,you can try to change the baud rate to send the following command.
  2>.System initialization setting command:[AT+init]
 
12.Query Firmware Version:
  1>.Each device has a firmware version number at the factory.If the manufacturer upgrades the firmware,the manufacturer will update this firmware version number.
  2>.Query firmware version command:[AT+VER]
 
13.Note:
  1>.The parameters that have been set take effect immediately after they are set.The system is powered on again,and the parameters will not be lost.After the system parameters are set,they will be automatically stored in the communication module to prevent the customer from setting the parameters next time after each setting is completed.
 
14.Package:
  1pcs nRF24L01 Wireless Transceiver Module
There are currently no product reviews.

First we should say that ICStation doesn't accept any form of pay on delivery.Items used to be shipped after receiving the order info and payment.

1) Paypal Payment

PayPal is a secure and trusted payment processing service that allows you to shop online. PayPal can be used at icstation.com to purchase items by Credit Card (Visa, MasterCard, Discover, and American Express), Debit Card , or E-check (i.e. using your regular Bank Account). 



We are PayPal Verified 

 

2) West Union


 

We know that some of you do not have the Paypal account. 

But please take it easy. You can use West Union payment method.
Learn more at West Union at www.westernunion.com.
 
For the receiver info, please contact us at orders@icstation-team.com.
 
3) Bank Transfer / Wire Transfer / T/T
 

Bank Transfer / Wire Transfer / T/T payment methods are accepted for orders which the total price is up to US$500. The bank will charge about US$60 for the transfer fee if we do the payment in these ways. 

For other payment method, please contact us at orders@icstation-team.com for more details.

1. Yanwen / YunExpress / 4PX / China Post Airmail Service

(1) Due to the high risk of package lost recently, we have to stop using the free shipping way these days. Hope for your kind understanding! And the $5 is for tracking number and delivery insurance ^0^ Enjoy order from us. 

Free Shipping for all orders over $20 ^0^ (with free tracking number and delivery insurance fee)

(2) Shipping time 
Shipping time is 7-20 business days to most of countries; please view below table for exactly shipping time to your location. 

7-15 working days to: Most of Asia countries
10-16 working days to: USA , Canada , Australia , UK , Most of Europe countries
13-20 working days to: Germany , Russia
18-25 working days to: France , Italy , Spain , South Africa
20-45 working days to: Brazil , Most of South America countries

2. DHL/FedEx Express

(1)Shipping Fee: Free for the order which meet the following requirements
Total price of the order >= 200USD or Total weight of the order >= 2.2KG

When the order meets to one of the above requirement, it will be shipped for FREE via EMS/DHL/UPS Express to below country. 
Asia: Japan , South Korea , Mongolia . Malaysia , Singapore , Thailand , Vietnam , Cambodia , Indonesia , Philippines 
Oceania: Australia , New Zealand , Papua New Guinea 
Europe& America: Belgium, Britain, Denmark, Finland, Greece, Ireland, Italy, Luxembourg, Malta, Norway, Portugal, Switzerland, Germany, Sweden, France, Spain, USA, Austria, Canada
Note: Shipping Fee to other countries, please contact orders@icstation-team.com

(2) Shipping Time & Delivery Time

Shipping time: 1-3 days
Delivery time: 5-10 working days (about 1-2 weeks) to most of countries. 

Because the package would be returned to the sender if it had not been signed by the receiver , please pay attention to the arriving time of the package. 

Note:

1) APO and PO Box Addresses

We strongly recommend that you provide a physical address for order delivery. 
Because that DHL and FedEx are unable to deliver items to APO or PO BOX addresses. 
 
2) Contact Phone Number
Receivers' contact phone number is required by express shipping agency for the package delivery. Please provide us with your latest phone number.


3. Note
1) Delivery Time of mixed orders with items in different Shipping Status should be calculated using the longest estimate times listed. 
2) Chinese Holiday Reminder: During annual Chinese holidays, services from certain suppliers and carriers may be affected, and delivery for orders placed around the following times may be delayed by 3 - 7 days: Chinese New Year; Chinese National Day,etc. 
3) Once your order is shipped, you will receive an email notification from icstation.com
4) Track the order which with tracking number via below links:

YunExpress / Yanwen / China Post: www.17track.net/en
FedEx: www.fedex.com

 

Customers who bought this product also purchased

Universal Adjustable DC to DC Step Down Power Supply Module Buck Converter DC 5-16V to DC 1.25V/1.5V/1.8V/2.5V/3.3V/5V
$1.11
$1.59
31
PD2.0/3.0 Secoy Trigger Motherboard Module 100W Output Voltage 9V/12V/15V/20V Adjustable for Power Supplies with PD Protocol
$5.59
$7.99
31
ATX Power Adapter ATX Computer PC Power Board Power Supply
$4.19
$6.99
40
500pcs 50 Values Metal Film Resistor Kits 1/2W 1% 1.2ohm 4720ohm 10K 510K 1M Component Kit
$8.99
$14.99
40
DC-DC USB Step UP Step Down Power Module Adjustable Boost Buck Converter Battery Capacity Tester 5V to 3.3V 9V 12V 24V
$4.19
$5.99
31
MPU6050 3 Axis Gyroscope Accelerometer Sensor Module (3V-5V Compatible)
$2.65
$3.79
30
8-Channel USB Output Buck Converter 8USB DC-DC Step Down Power Supply Charging Module 5V 5A
$9.51
$13.59
30
24Pin XH-M229 Desktop PC Power Output ATX Transfer Board Supply Power Output Connection Module
$4.89
$6.99
31
15 Values 10PF 50V-100NF Monolithic Capacitors 600pcs Component Kits
$9.79
$13.99
31
DIY Kits HIFI 6J1 Electronic Tube Hybrid Power Amplifier Board Headphones Power Amplifiers LM1875T DIY Amplifier Module 20W
$13.29
$18.99
30
L298N Motor Drive Controller Board Module Dual H Bridge DC Stepper for Arduino
$3.21
$4.59
30
DC 4.5V-5.5V 87.0MHz-108.0MHz Wireless FM Radio Receiver DIY Kit
$15.39
$21.99
30

Your Recent History

2.4GHz nRF24L01 Wireless Transceiver Module USB Transmitter Receiver 22dBm UART TTL Data Transmission Module w/ Antenna
$11.19
$15.99
31