I want to set up a LoRaWAN sniffer with fixed channel.
I use classA example and enable only one channel and turn off ADR.
I use pingpong example and set the TxConfig with classA.
But when I run the two project, nothing shows on pingpong.
Could you help me?
The preamble in Lorawan protocol is the public network, and the preamble in general is the private network. You can modify the configuration with RadioSetPublicNetwork()
I want to set up a LoRaWAN sniffer with fixed channel. I use classA example and enable only one channel and turn off ADR. I use pingpong example and set the TxConfig with classA. But when I run the two project, nothing shows on pingpong. Could you help me?
example code and log show here: log.zip