firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Support for multiple radio interfaces

Open code8buster opened this issue 3 years ago • 1 comments

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.

code8buster avatar Aug 20 '22 21:08 code8buster

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.

Krezalis avatar Jan 03 '23 15:01 Krezalis