Skip to content

Files

Latest commit

eb00fd5 · Dec 1, 2017

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 1, 2017
Jun 5, 2014
Jun 5, 2014
May 29, 2014
Jun 4, 2014
Jun 5, 2014
Jun 9, 2014
Jun 4, 2014
Jun 4, 2014
Jun 4, 2014
Jun 20, 2017
Sep 26, 2014
Sep 26, 2014
Jun 9, 2014
Jun 9, 2014
Jun 18, 2015
Jun 9, 2014
Jun 4, 2014
Jun 4, 2014
Jun 4, 2014

This is library to use the nrf24l01 on the raspberry pi.

It's based on the arduino lib from J. Coliz maniacbug@ymail.com. The library was berryfied by Purinda Gunasekara purinda@gmail.com before being C-ified here.

Examples

you need to set the library path: cd examples export LD_LIBRARY_PATH=. ./pingtest

In the examples I used /dev/spidev0.0 and GPIO25 I have a model 1 rpi so you should check if the pins are on the same spot nrf-vcc = rpi-3v3 (1) nrf-gnd = rpi-gnd (6) nrf-ce = rpi-ce0 (24) nrf-csn = rpi-gpio25 (22) nrf-sck = rpi-sckl (23) nrf-mo = rpi-mosi (19) nrf-mi = rpi-miso (21)

known issues

spidev0.0 or spidev0.1 doesn't seem to work.

Previous maintainers of C++ version

Arco van Geest arco@appeltaart.mine.nu