Error while joining RAK 5205 OTAA failed

image

Hi guys, I got an error while configuring RAK5205 to LoraServer. The command is at+join. Any help will be appreciated

image

Is device EUI and App EUI same?

hello!
We need to gradually find out what the problem is,
First you need to check that your loraserver is working properly on other nodes
Then you need to check that the three parameters you configured are the same as those on loraserver.
Did you follow the 6 chapters in the document?
6. How to connect with LoRaServer?
https://downloads.rakwireless.com.cn/cn/LoRa/WisTrio-LoRa-RAK5205/%E5%BA%94%E7%94%A8%E7%AC%94%E8%AE%B0/Get_Start_with_RAK5205_WisTrio.pdf

In the loraserver of raspberry pie, APP_EUI is configured arbitrarily, as long as it is properly formatted and does not affect the connection.
What version number is your RAK5205 using? Check it out with the command: at+version
When you send data, will you receive any response data in the gateway?

I am using 3.0.0.3.H version. But as per the above pictures is it configured correctly? .

Yes, your configuration is correct.
Can you tell me what frequency band your gateway and nodes are using? EU868, US915…

Gateway is configured with AU915

So you use the command

at+get_config=lora:channel

to check your configuration and send me the screenshot. Thank you

When you connect to the gateway and send the data, does it receive anything?


It is only loading, nothing happens

You need to join with RAK5205 and make sure your devices are equipped with antennas

The antennas are attached

image
Do I need to check this box?

at+get_config=lora:status

at+get_config=device:status
You try sending these two commands and see what response he gets.


2)
image

You try to restart the gateway and wait a minute to restart the node again.

Edit: got it working by changing to EU868 at+set_config=lora:region:EU868 and back to AU915 at+set_config=lora:region:AU915 :unamused:

Hi,
I have the same issue, the 5205 does not want to connect to my chirpstack (loraserver), I have other nodes (LoPy4) joining the server.

I don’t see anything in the logs of the packet forwarder when sending a at+join command. it’s almost like its not transmitting?

>>at+get_config=lora:status
OK.
*************************************************
==============LoRaWAN Status List================
Work Mode: LoRaWAN
Region: AU915
Send_interval: 600s
Auto send status: true.
Send_interval work at sleep
Join_mode: OTAA
DevEui: B3593192F4C0547F
AppEui: B3593192F4C0547F
AppKey: B99F4679FBBCF4C85254D6E547656BDD
Class: A
Joined Network:false
IsConfirm: true
AdrEnable: true
EnableRepeaterSupport: false
RX2_CHANNEL_FREQUENCY: 923300000, RX2_CHANNEL_DR:8
RX_WINDOW_DURATION: 3000ms
RECEIVE_DELAY_1: 1000ms
RECEIVE_DELAY_2: 2000ms
JOIN_ACCEPT_DELAY_1: 5000ms
JOIN_ACCEPT_DELAY_2: 6000ms
Current Datarate: 0
Primeval Datarate: 0
ChannelsTxPower: 0
UpLinkCounter: 0
DownLinkCounter: 0
===================List End======================
*************************************************
>>at+get_config=device:status
OK.
*************************************************
===============Device Status List================
Board Core:  RAK811
MCU:  STM32L151CB_A
LoRa chip:  SX1276

Battery Voltage:3.690 V 
BME680 sensor data:
  Humidity:41.762 %RH
  Temperature:41.17 degree
  Pressure:1007.14 hPa
  Gas_resistance: 3269 ohms 
===================List End======================
*************************************************
>>at+version
OK3.0.0.11.H

Can you tell me what gateway you are using?

Hey @Nicholas,
I’m using a DYI gateway with a rak2247 concentrator and running chripstack.

The gateway hardware EU868 of RAK2247 is different from that of US915. If you use the same hardware without switching, I guess this is the problem.