Conduit mlinux with lora problems
- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Conduit mlinux with lora problems
Tagged: mlinux
Hi members of the forum
2 years ago, we bought a multiConnect conduit from the major telecom operator of our country. W eused it on a workshop and that’s it.
Today, we want to use it, to create a private LoRa network and test our LoRa’s devices.
Our first objective is to connect a third-party device (STM32 LoRa Discovery kit -muRata LoRa inside) to our multiConnect Conduit (used as Gateway). I followed the tutorials present on Mutitech.net and the videos present on youtube.com. Until now I can not get a simple connection using AT commands.
The end-node device (STM32 LoRa discovery kit) is set as follwing:
OTAA Mode enabled
DevEui = 34:31:37:32:6B:36:91:0F
JoinEui= 01:01:01:01:01:01:01:01
Appkey = defined by ST
frequenc 868MHz
I entered this settings on the lora-netwrok-server.conf (through gtkterm using the micro-USB port). I can not establish a connection. I tried to do it through the ethernet connection : 192.168.2.1 is unreachable!!
I would know if someone as the begining of an idea that could push me on the right way to resolve this issue.
details of product
mlinux, version 3.1.0
lora-network-server, version 0.0.9.2
lora-query, version 0.0.2
I know , we never upgraded the multiConnect conduit. But i think a connection could be possible with all the versions, isn’t it?
Thansk in advance for the good person that will help me
Best regards
Serge
Set conduit to public mode with join delay 5 seconds.
Hello Jason,
Thanks for your answer.
I set
“public”: true,
“joinDelay”: 5
restart lora-network-server, but nothing happens
Verify that the hardware is running and connecting to the software stack.
Have look at the logs for more info for help in debugging.
Upgrading the firmware would not be a bad idea.
Hi Jason,
It works !!!!
I checked that the STM32 Lora is working.
I discovered the log files that improved a lot my undestanding.
I read again and understood the adavanced LoRa configuation page on Multitech.net. I didn’t understand some parameters settings.
I forgot to upgrade syncWord’s parameter too.
Now it is working I sent a message and read it under mosquitto_sub.
Thanks a lot for your help.
Have a nice day
Best regards
Serge