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

network.update() and network.available() handling #26

Open
flymanster opened this issue Jan 6, 2025 · 4 comments
Open

network.update() and network.available() handling #26

flymanster opened this issue Jan 6, 2025 · 4 comments
Labels
question Further information is requested

Comments

@flymanster
Copy link

Hello,

is it possible to handle network.update() and network.available() by interrupt routine instead of main loop?

BR,
fly_man

@2bndy5

This comment has been minimized.

@flymanster
Copy link
Author

Thank you for quick response and I'm sorry not sufficient description. I'm running this lib with success on nRF52840 and so looking solution with internal interrupts handling.

@2bndy5
Copy link
Contributor

2bndy5 commented Jan 6, 2025

With the nRF24L01 (using RF24 lib), that's closest offering to any kind of interrupt handling. If you're using nrf_to_nrf lib on nRF52840, then there is no interrupt handling (yet).

@2bndy5
Copy link
Contributor

2bndy5 commented Jan 6, 2025

Oops. I didn't realize this issue was for nrf_to_nrf repo. I thought it was for RF24Network.

@TMRh20 TMRh20 added the question Further information is requested label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants