lib_nrf24
lib_nrf24 copied to clipboard
library is not working now
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 matter the oder one is connect or not , it not show the massage the other one send . i do not what is the problem can you help me ?
Sorry, I no longer have any Raspberry Pi equipment, and I am not able to supply any support now. This project is marked as "no longer maintained" on the github page.
Brian
On 26 June 2018 at 18:24, emsoft1 [email protected] wrote:
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 matter the oder one is connect or not , it not show the massage the other one send . i do not what is the problem can you help me ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BLavery/lib_nrf24/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AIYX1ZIAGTBjdRlmF2fNArHhxsPlBeQIks5uAe_OgaJpZM4U3eBA .
sorry for the intruding many tutorials use this library and i think many people have this problem .but any way thank you for answering
Some users (including myself) have been able to get the library working on newer versions of Raspbian by adding self.spidev.max_speed_hz = 4000000
after line 373 self.spidev.open(0, csn_pin)
in lib_nrf24.py
source: https://raspberrypi.stackexchange.com/questions/71730/possible-spi-issues-around-nrf24-operations-post-rpi-system-update
Thank You so much for this great advice. Seems to work like a charm.
I have updated and tested the @BLavery Raspberry Pi library , it works fine now. I have re-uploaded the Raspberry Pi library here You may go through this video for more details. Best regards.
Thank you @alejandro-n-rivera, your solution has worked for me too.