You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: