Replies: 2 comments
-
i am having the same problem! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use LoRaWAN + Zephyr + neutral network (provided by American Tower) in Brazil, but I'm having some problems as I can not make a join in the network. What I keep receive can be seen in the image below
I'm currently using the following prj.conf and the samples/lorawan/class_a example with the correct keys and OTAA mode. My hardware is a nrf52840 + sx1276 module.
Inside RegionAU915.h there are the physical settings for the LoRaWAN protocol. My tip is that the project is not currently working on with Zephyr as these settings are not the same as the network is expecting. I should have something like this https://ns.docs.everynet.io/channel_plans/LA915A.html on the RegionAU915.h file.
Based on this documentation that I posted, can someone try to help me on which can be the path to follow to debug and understand why zephyr is not working with this neutral network? Basically, what I need to understand is if the RegionAU915.h file is with the settings that I need (https://ns.docs.everynet.io/channel_plans/LA915A.html).
@Mani-Sadhasivam
Beta Was this translation helpful? Give feedback.
All reactions