Skip to content

MarkKharkov/RF24

 
 

Repository files navigation

Arduino driver for nRF24L01 2.4GHz Wireless Transceiver

Fork of manicbug code

I made this fork in order to port the library to the environment of Arduino. Here is a short list of changes from the original library:

  • defined a STM32-version of printf_P function, to run a library and examples
  • added a pingpair_stm32arduino sample, how to work with library in different hardware SPI's
  • removed all PROGMEM (becouse STM32 Arduino environment not use this)
  • added SPIClass parameter to class constructor

About library

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.

About

Arduino on STM32 driver for nRF24L01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • CSS 12.9%
  • C 5.6%
  • XSLT 2.1%
  • Python 0.9%
  • Shell 0.6%
  • Elixir 0.4%