Arduino-Lite Development Reference Manual
January 3, 2019nRF24L01 Module Demo for Arduino
January 3, 2019This module uses the newest 2.4GHz transceiver from Nordic Semiconductor, the nRF24L01. This transceiver IC operates in the 2.4GHz band and has many new features! Take all the coolness of the nRF2401A and add some extra pipelines, buffers, and an auto-retransmit feature. Now we make a breakout for nRF24L01 , and build the smallest system for it , also the wireless circuit . You can use it in you project without any wireless design , just need to leave a 8 pins interface to this module , use the SPI interface to control the module on transferring data.
nRF24L01 Module information : Download the zip include all the file here.
- nRF24L01_sch.pdf Schematic of the nRL24L01 module
- nRF24L01_Specification_v2_0.pdf Datasheet of the nRL2401 chip
- NRF24L01.JPG Pin map of the nRF24L01 module
- Demo_80S52.rar Demo code for nRF24L01 module on 80S52
- acceptavrnrf24l01.rar Accept date demo for nRF24L01 module on AVR
- sendavrnrf24l01.rar Send data demo for nRF24L01 module on AVR