Skip to content

cdcooperuk/RF24

 
 

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

Languages

  • C++ 32.0%
  • C 29.2%
  • Processing 19.0%
  • Objective-C 13.8%
  • CSS 2.8%
  • Other 2.1%
  • Other 1.1%