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

Adding support for modules similar to NRF24L01+ #776

Open
Avamander opened this issue Jul 22, 2015 · 2 comments
Open

Adding support for modules similar to NRF24L01+ #776

Avamander opened this issue Jul 22, 2015 · 2 comments

Comments

@Avamander
Copy link
Member

There are also modules named RFM73 and RFM70 that are almost exactly the same as nrf24l01+ chips, could you add support for these modules too when you are modifying the code to support the clones with broked dyn payloads?

@TMRh20
Copy link
Member

TMRh20 commented Aug 1, 2015

Possibly, I would have to look into the specific differences, but if somebody already has an idea what they are, that would help a lot.

In RF24Network_Dev, there is a new option: #define ENABLE_DYNAMIC_PAYLOADS which is available for testing of nodes that do not use dynamic payloads. Note: The network does not support mixed nodes. Either they all need to support dynamic_payloads, or all should have it disabled.

@2bndy5
Copy link
Member

2bndy5 commented Jun 29, 2021

This is entirely possible, but it should be disabled by default because there's A LOT of setup code needed which isn't universally the same between RFM70 and RFM73. We had a prospective contribution that came close, but it violated the license of the 3rd party library that the PR patched into a new example (not a native sustainable solution).

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

3 participants