Why does AT+JOIN=1:0:8:8 always times out at least once. Eventually the 3172 will join the network usually on the second attempt. How can I get the device to have a better chance of joining on the first attempt?
AT+JOIN=1:0:8:8
<< OK
<< +EVT:JOIN_FAILED_RX_TIMEOUT
<< +EVT:JOINED
Hi @beegee ! Again, thanks for all your help. Very much appreciated!
I am using a RAK7268V2 as the gateway and LoRaWAN server. The logging is quite verbose. Is there a way to filter the log to show only pertinent items to help debug the join command?
What RUI3 version are you using on the RAK3172?
RUI_4.0.6_RAK3172-E
Are you using AT commands from a host MCU or terminal?
Actually, both.
On the RAK3172, enable additional debug output with AT+DEBUG=1, it will show more information.
I did not realize this was a supported command. Thanks for letting me know. Below is the output, other than ChannelsDatarate:0 I am not sure how much insight this provides. Any feedback?
Use the packet logger, it only shows LoRaWAN packets.I don’t think the syslog will be helpful.
Can you update to latest version V4.2.3 please. Many bugs have been fixed since 4.0.6
Thanks for using the DEBUG output.
Actually this seems to be one of the problems that are fixed in newer RUi3 versions.
There is only one join request, but two +EVT: responses, the first one saying failed, the second one saying success.
Again, this might be related to RUI3 V4.0.6 (quite old actually) and might be fixed already with RUI3 V4.2.3