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.
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)
spidev0.0 or spidev0.1 doesn't seem to work.
Arco van Geest arco@appeltaart.mine.nu