Go to file
2019-01-15 11:27:25 +02:00
images readme modifié, ajout du schéma de branchement 2019-01-15 11:27:25 +02:00
example-nrf24-pair.py V0.3 BETA 2014-11-05 21:34:16 +10:00
example-nrf24-recv-rpi.py modified CSN pin to 15 ( gpio 22 ) 2019-01-15 11:21:08 +02:00
example-nrf24-recv.py V0.3 BETA 2014-11-05 21:34:16 +10:00
example-nrf24-send-rpi.py modified CSN pin to 15 ( gpio 22 ) 2019-01-15 11:21:08 +02:00
example-nrf24-send.py V0.3 BETA 2014-11-05 21:34:16 +10:00
lib_nrf24.py correction 2019-01-15 10:25:33 +02:00
README.md readme modifié, ajout du schéma de branchement 2019-01-15 11:27:25 +02:00

lib_nrf24

forked from : https://github.com/BLavery/lib_nrf24

Installation schemes

pins

Notes from original author

Python2/3 library for NRF24L01+ Transceivers

For Raspberry Pi and virtual-GPIO. NRF24: strictly 3.3V supply!! Although logic pins are 5V tolerant.

This is BETA only so far. Everything has worked earlier, send, receive, including two RF24 on one host, and including RPI, virtual-GPIO and regular arduino sketch, all talking to each other.

But recent testing has been only LIBRARY plus "example-nrf24-pair.py" on virtual-GPIO, so other parts are yet to be re-verified.