<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3ANRF24</id>
	<title>Category:NRF24 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3ANRF24"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:NRF24&amp;action=history"/>
	<updated>2026-07-22T01:26:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Category:NRF24&amp;diff=29805&amp;oldid=prev</id>
		<title>Chao: /* NRF24duino */</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:NRF24&amp;diff=29805&amp;oldid=prev"/>
		<updated>2021-02-24T08:50:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;NRF24duino&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Features  ==&lt;br /&gt;
The Nordic Semiconductor nRF24L01 is descended from the TXRX24G, but it offers some important features that make it much easier to deal with: &lt;br /&gt;
&lt;br /&gt;
*Enhanced Shockburst™: This is Nordic’s link layer protocol that gives the radio auto-acknowledgement, auto-retransmit, and packet loss detection capability. It will make the wireless link much more reliable without adding complexity to the students’ application programs. &lt;br /&gt;
*SPI bus: The nRF24L01 implements a 4-wire Serial Peripheral Interface bus. This allows the software driver to use the microcontroller’s native high speed SPI module for communications instead of having to do manual bit bashing, which is less reliable, slower, and more difficult to implement. &lt;br /&gt;
*External antenna: This should improve the new radio’s sensitivity and range over those of the old radios. &lt;br /&gt;
*MultiCeiver™: Each radio can receive packets on up to six different addresses. This allows us to implement features such as selective packet broadcasting without sacrificing other functionality.&lt;br /&gt;
&lt;br /&gt;
Other features: Variable packet widths, packet queueing, ack packet payload, etc. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Module pin definition, board schematic ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Nrf24l01_pin.jpg | pin definition&lt;br /&gt;
File:NRF24L01B.png| Board and pin outs for NRF24L01B&lt;br /&gt;
File:NRF24 Board design.png | module schematic&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dimension, Schematic  ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:Nrf24l01 dimension.jpg | NRF24L01L&lt;br /&gt;
File:NRFDuino-S.png | NRFduino - dimension&lt;br /&gt;
File:Nrf24duino schematic.png | NRFduino - schematic keeps updating, reference only&lt;br /&gt;
File:STC15L204_NRF24L01.jpg | STC15L204 TTL UART Board&lt;br /&gt;
File:NRF24L01-TTL_V2.jpg | STM8 TTL UART Board&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* NRF24Duino pin definition&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pins !! Configuration&lt;br /&gt;
|-&lt;br /&gt;
| D2 via Jumper || Nrf24l01 - IRQ interrupt &lt;br /&gt;
|-&lt;br /&gt;
| D7 || Nrf24l01 - enable pin (EN or CE)&lt;br /&gt;
|-&lt;br /&gt;
| D8 || SPI Flash - chip slect pin(CS)&lt;br /&gt;
|-&lt;br /&gt;
| D9 via Jumper || On-board testing LED&lt;br /&gt;
|-&lt;br /&gt;
| D10 || Nrf24l01 - chip select pin(CS or SS)&lt;br /&gt;
|-&lt;br /&gt;
| D11-D13 || Nrf24l01 and SPI Flash - SPI pins&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other Boards (reference only) ==&lt;br /&gt;
=== XL24LE1 ===&lt;br /&gt;
* [[:File:XL24LE1-dev_board_schematic.pdf|Dev Board Schematic]]&lt;br /&gt;
* [[:File:NRF24LE1_Product_Specification_rev1_6.pdf|NRF24LE1 Specification]]&lt;br /&gt;
&lt;br /&gt;
=== NRF24L01 with MCU USB Control ===&lt;br /&gt;
AT+SET=00,12,34,56,78,90,27&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Header text !! Header text&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 00 || frequency&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 12 || Register to setup power rate and serial port baud rate&lt;br /&gt;
|-&lt;br /&gt;
| 3-7 || 34,56,78,90,27 || Example&lt;br /&gt;
|}&lt;br /&gt;
=== NRF24L01 with STC C51 MCU ===&lt;br /&gt;
&lt;br /&gt;
STC15L204EA +NRF24L01&lt;br /&gt;
[[:File:STC15L204_NRF24L01.pdf|Schematic]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:STC15L204EA_NRF24L01_demo_code.zip|Demo Code of STC51]]&lt;br /&gt;
''' Usage '''&lt;br /&gt;
Connect board RX to TX (MCU,PC), and board TX to RX(MCU,PC)&amp;lt;br /&amp;gt;&lt;br /&gt;
Simply use a UART connector (PL2303, FT232RL, CP2102, etc) to connector between PC and this module.&lt;br /&gt;
* To upload C51 demo code, notice the MCU frequency, for default button pressed frequency is 22.1184 mhz, and data transmission demo code frequency is 18.xx Mhz&lt;br /&gt;
&lt;br /&gt;
''' Testing Methods '''&lt;br /&gt;
* In this case you don't need connect with any UART and go to PC&lt;br /&gt;
* Prepare two pairs, all power up normally: &lt;br /&gt;
* One pair of TX and RX connect to LEDs, and LEDs goes to VCC.&lt;br /&gt;
* The TX (Or RX) in another pair should shortly connect to GND&lt;br /&gt;
* Now the LEDs will start to blinking which means both works well&lt;br /&gt;
* Try to further adapt the demo code for your projects&lt;br /&gt;
&lt;br /&gt;
== Serial to NRF24L01 == &lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command !! Example !! Parameters !! Default &lt;br /&gt;
|-&lt;br /&gt;
| baudrate || AT+BAUD=7 set to 115200 || Example || 9600&lt;br /&gt;
|-&lt;br /&gt;
| Air speed || AT+RATE=1 || 250kbps, 1Mbps, 2Mbps || 2Mbps&lt;br /&gt;
|-&lt;br /&gt;
| Set Target Receiver module address || AT+RXA=0xAA,0xBB,0xCC,0xDD,0xEE || - || 0xFF,0xFF,0xFF,0xFF,0xFF&lt;br /&gt;
|-&lt;br /&gt;
| Set local transmitter address || AT+TXA=0xAA,0xBB,0xCC,0xDD,0xEE || - || 0xFF,0xFF,0xFF,0xFF,0xFF&lt;br /&gt;
|-&lt;br /&gt;
| Set channel || AT+FREQ=2.424G || - || 2.4GHz&lt;br /&gt;
|-&lt;br /&gt;
| CRC check || AT+CRC=8 || 8 or 16 || 2.4GHz&lt;br /&gt;
|-&lt;br /&gt;
| System enquiry || AT? || - || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Documents ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Title !! Type&lt;br /&gt;
|-&lt;br /&gt;
| [[File:NRF24L01P_Product_Specification_1_0.pdf|NRF24L01 Datasheet]]  || Documents&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.airspayce.com/mikem/arduino/RadioHead/index.html Radiohead] || Arduino library&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmrh20/RF24 tmrh20 - RF24], recommanded || Arduino library&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/maniacbug/RF24/ RF24], [http://maniacbug.github.com/RF24/examples.html RF24 v1] || Arduino library&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/aaronds/arduino-nrf24l01/tree/master/Mirf Mirf] || Arduino library&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mysensors/Arduino/tree/master/libraries/MySensors Mysensors], [http://www.mysensors.org/ instruction] || Arduino library&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.tinkerer.eu/AVRLib/nRF24L01 AVRlib] || Arduino port&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Documents&lt;br /&gt;
* [[NRF24L01-Mirf|Nrf24l01-mirf wiki page]]&lt;br /&gt;
*[http://www.arduino.cc/playground/InterfacingWithHardware/Nrf24L01 Arduino documents for nrf24l01] &lt;br /&gt;
* [https://github.com/Edragon/AVR Other demo code for atmega16, stc89, etc see on this page.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: 2.4GHz RF Transceiver]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>