Support for multiple radio interfaces #3831
code8buster
started this conversation in
Ideas
Replies: 3 comments
-
It can be a very helpful functionality at repeater node 433/868. No need to use two ESP and an additional IC to route messages via UART. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be a very nice feature to have. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can think many uses for this ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is at least one board in the protobufs with two SPI Ebyte modules on board, selectable via CS/NSS pin. (disasterradio v3 DR_DEV)
Currently, there is no way to use both simultaneously, nor any logic in the Router to decide which module a packet should be sent to, or track which module a packet came from.
thebentern and sachaw suggested I create a tracking issue. To enhance the project in this way would likely require changes to RadioInterface, Router, and a slew of other core modules.
Beta Was this translation helpful? Give feedback.
All reactions