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

How to use without IRQ? #28

Open
hongquan opened this issue Apr 28, 2016 · 2 comments
Open

How to use without IRQ? #28

hongquan opened this issue Apr 28, 2016 · 2 comments

Comments

@hongquan
Copy link

I'm trying pynrf24. I don't use IRQ in my device, but don't know how to use this library in this case. The begin() method seems to require the IRC pin:

def begin(self, major, minor, ce_pin, irq_pin):
    GPIO.setup(self.irq_pin, GPIO.IN, pull_up_down=GPIO.PUD_UP)

But if I pass a random GPIO pin, the code radio.available(pipe) doesn't work.

@ptagl
Copy link

ptagl commented Jan 12, 2018

I'm facing the same problem, did you find out how to make it working without IRQ?

@hongquan
Copy link
Author

No. Now we stop using nRF24. We instead use a module which let connect via serial port. No hassle of SPI.

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

2 participants