Radio.SetTxConfig like GW (P2P) #1283
Unanswered
JindrichHavel
asked this question in
Q&A
Replies: 0 comments
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.
-
We need one LoRa node to be able to send a message to all other nodes. (For a critical situation where the connection with gw/server is lost). For example, a multicast packet as it is normally sent by a gateway.
We think it should be like this:
Radio.SetTxConfig(...)
BANDWIDTH 0 // [0: 125 kHz]
SPREADING_FACTOR 9 // [SF7..SF12]
IQ_INVERSION_ON true
Unfortunately this is probably not enough :-( What else needs to be set?
Beta Was this translation helpful? Give feedback.
All reactions