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 support NRF52 library? #208

Closed
TMRh20 opened this issue May 25, 2023 · 2 comments
Closed

How to support NRF52 library? #208

TMRh20 opened this issue May 25, 2023 · 2 comments

Comments

@TMRh20
Copy link
Member

TMRh20 commented May 25, 2023

With the running NRF24 + BLE or NRF52 library both needing to be supported on nrf52840, I'm not sure how to best incorporate the changes needed for NRF52 lib nrf_to_nrf. This applies to RF24Network and RF24Mesh.

I think it is a more likely scenario for users to use the onboard radio for everything they are doing, but some may want to run a nRF24 module along with BLE or something.

How to incorporate both models into RF24?

https://github.com/nRF24/RF24Network/tree/nrf52Support

https://github.com/nRF24/RF24Mesh/tree/NRF25Support

@2bndy5
Copy link
Member

2bndy5 commented May 25, 2023

Thanks for setting up those branches.

I started #204 to propose a way to do this. My main concern is maintaining backward compatibility. It wouldn't be a problem if nrf_to_nrf had concurrent protocol support, but that's probably more problematic than using dedicated hardware for each protocol.

@2bndy5
Copy link
Member

2bndy5 commented May 30, 2023

This applies to RF24Network and RF24Mesh.

Should this be considered a duplicate of #204? Is there a reason to discuss these layers separately?

@TMRh20 TMRh20 closed this as completed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants