https://github.com/maniacbug/ moved files to be directly compatible with platformio library folder
Go to file
Greg Copeland 059efa5ffa Re-organized nRF24L01.h file to place 'P' features in one
location. Changed some bit value interpretation.

Now auto-detects P-vaiants and is queryable. setDataRate now returns a
boolean indicating success or failure of the new data rate
request. The wide_band state indicator has been added and now tracks
the state, including on error fallback. Its now possible to query the
current data rate via getDataRate().

The AA retry duration has been changed to 1500us, which is the lowest
interval allowed when running at 250Kbs, with AA enabled, and 32-byte
packets.
2011-06-27 15:02:33 -05:00
examples Added a new example 2011-06-03 06:42:47 -07:00
.gitignore Simplified example to use less calls. 2011-03-31 21:32:45 -07:00
Doxyfile Tweaked doc paramters 2011-04-01 23:02:01 -07:00
Jamfile Added a small documentation build system 2011-03-19 13:14:07 -07:00
README.md Trying to get the formatting just right 2011-04-03 20:32:21 -07:00
RF24.cpp Re-organized nRF24L01.h file to place 'P' features in one 2011-06-27 15:02:33 -05:00
RF24.h Re-organized nRF24L01.h file to place 'P' features in one 2011-06-27 15:02:33 -05:00
keywords.txt added 2011-03-18 20:32:34 -07:00
nRF24L01.h Re-organized nRF24L01.h file to place 'P' features in one 2011-06-27 15:02:33 -05:00
wikidoc.xslt Tuned the text a bit 2011-03-31 21:47:01 -07:00

README.md

Arduino driver for nRF24L01 2.4GHz Wireless Transceiver

Design Goals: This library is designed to be...

  • Maximally compliant with the intended operation of the chip
  • Easy for beginners to use
  • Consumed with a public interface that's similiar to other Arduino standard libraries
  • Built against the standard SPI library.

Please refer to:

This chip uses the SPI bus, plus two chip control pins. Remember that pin 10 must still remain an output, or the SPI hardware will go into 'slave' mode.