-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to join through OTAA on EU868 spectrum #95
Comments
Can you set the LoraDebug serial to check what the SW is doing?
|
Yes, here you are.
|
Ok, so it seems that it performs the normal Join procedure. I guess you have a 10-second pause between the last AT: and the message. The sketch and the behavior of the micro seem correct. Things that come to mind now are:
Want to try the latest version of the library in my pull-request? |
Hi flhofer, thanks for your help. I believe the issue is 2., I wasn't using any antenna at all 😞. Attaching the antenna that came with the board allows me to join properly and see transmissions from the device. I incorrectly assumed because the 1310 worked on US915 fine without an antenna, the behavior would be the same for EU868. Is there a physical radio reason this would be a problem? Does it have to do with the frequency difference? The device is sending join requests but seems to have some trouble receiving join accepts. For gateways I am using a Multitech Conduit and RAK2245. Could there be an issue with gateways that might be set for US915? Both can receive and send on EU868 (I have other devices to confirm), but the Conduit gives a warning that there may be issues. |
Yes, the US and EU use different signal coding, spread factors, have different bandwidths, and most important for your setup, US allows for up to 30dBm transmit power, while the EU only allows up to 20dBm (in exceptional cases). In general, I think the antenna should be used with the MKRWAN1300 as the modem was surely designed to operate with an antenna. In cases where there is no antenna visible, it might be "hidden" in on the board. TTN uno's for example have the antenna drawn in the board by using carefully placed PCB lanes. |
I apologize if this is a duplicate, I am unable to see any join requests appear on my packet forwarder or network server when using the 1310 set to the EU868 region. I am fairly confident my gateway and server is setup correctly, as I have another device on the EU868 spectrum performing correctly. Is there anything extra I need to account for? This device may of previously been provisioned on the US915 spectrum. I have experimented with changing the data rate, enabling extra channels, and including a delay of ~5 seconds between setting the region and joining.
MKRWAN version: 1.1.0
Murata module version: 1.2.3
Please let me know if there is anything I can try.
Code sample below
The text was updated successfully, but these errors were encountered: