robertcasanova / RF24

Arduino driver for nRF24L01

Home Page:http://maniacbug.github.com/RF24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  • Modifications to the RF24 library in this fork is backward compatible. A single enhancement which may cause issue, is code which relies on the driver to power down the radio, as a side effect. The radio is no longer powered down after each transmit. Rather, the application must take responsibility for power management. Normally this is achieved by use of powerDown and powerUp. If you wish to maximize power efficiency, you must call powerDown after transmit (write, startWrite).

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. This is because the 'SS', or slave select, pin on the arduino controls if the arduino is the slave. For RF24 use, the arduino is the master and the RF24 is the slave.

About

Arduino driver for nRF24L01

http://maniacbug.github.com/RF24


Languages

Language:C++ 68.4%Language:Processing 19.4%Language:C 7.6%Language:XSLT 2.6%Language:Python 1.1%Language:Shell 1.0%