Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library is not working now #6

Open
emsoft1 opened this issue Jun 26, 2018 · 6 comments
Open

library is not working now #6

emsoft1 opened this issue Jun 26, 2018 · 6 comments

Comments

@emsoft1
Copy link

emsoft1 commented Jun 26, 2018

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 ?

@BLavery
Copy link
Owner

BLavery commented Jun 26, 2018 via email

@emsoft1
Copy link
Author

emsoft1 commented Jun 26, 2018

sorry for the intruding many tutorials use this library and i think many people have this problem .but any way thank you for answering

@alejandro-n-rivera
Copy link

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

@Lime-Parallelogram
Copy link

Thank You so much for this great advice. Seems to work like a charm.

@ChallengerTECH
Copy link

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.

@Robin2091
Copy link

Thank you @alejandro-n-rivera, your solution has worked for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants