lib_nrf24
lib_nrf24 copied to clipboard
Python library for NRF24L01+ Transceivers
Hi there, i was following the tutorial(https://www.youtube.com/watch?v=_68f-yp63ds)! and during the past week i faced a couple of issue with this library(lib_nrf24.py)!! first, CRC Length was always returning disabled. Second, after...
Hi, i'm sending data from an Rpi4 to and Rpi Pico. Data is received on RPi Pico but with no Ack. `setAutoAck(1)` is set on both Rpi's and RPi Pico...
* Wired like: https://circuitdigest.com/microcontroller-projects/wireless-rf-communication-between-arduino-and-raspberry-pi-using-nrf24l01 * I used script: https://github.com/BLavery/lib_nrf24/blob/master/example-nrf24-recv-rpi.py ... thank you Brian Lavery 👍 * radio2.begin(0, 25) csn=0 means pin nrf24-csn to rpi-gpio8 (CE0_N) and pin nrf24-ce to rpi-gpio25...
the library is not working . i follow : https://www.youtube.com/watch?v=_68f-yp63ds&t=675s http://invent.module143.com/daskal_tutorial/raspberry-pi-3-wireless-pi-to-pi-python-communication-with-nrf24l01/ but when rub the code , code is stay on loop to listen and just print some lines no...
I cannot make this library work anymore. On the receiving end, the "available" function always returns true, even if no signal is being received. Is this library still working? Or...
Hello Everyone, I am trying to use this library for data transmission between two quads. I followed the tutorial in this video here: https://www.youtube.com/watch?v=tB_GebqaGas Meanwhile the library had a problem...