Skip to content

mcapurso/RF24

This branch is 74 commits behind stanleyseow/RF24:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 22, 2013
Jun 1, 2014
Jun 1, 2014
Mar 27, 2013
May 7, 2013
Dec 21, 2011
Jan 16, 2012
Apr 10, 2013
Aug 17, 2013
May 13, 2013
Jan 18, 2012
Dec 21, 2011
Mar 22, 2013
Mar 16, 2013
Apr 1, 2011

Repository files navigation

Arduino & Raspberry Pi driver for nRF24L01(+) 2.4GHz Wireless Transceiver

Design Goals:

  • 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.

  • Support popular platform

  • 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 links :

About

Arduino and Raspberry Pi driver/libraries for nRF24L01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published