Updating lora-network-server

Home Forums Conduit: mLinux Model Updating lora-network-server

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #18897
    Ivan Spasic
    Participant

    Hello,
    Guys, I need help. So here is my setup. I have Multitech Conduit with
    LoRa card installed. It is running mLinux 3.12.27 with lora-packet-forwarder_1.4.1-r9
    and lora-network-server_0.0.9. This is my lora-network-server.conf:

    {
    	"lora": {
    		"netID": "010203",      
    		"frequencyBand": "868", 
    		"frequencySubBand": 0, 
    		"rx1DatarateOffset": 0,
    		"rx2Datarate": 12,
    		"maxTxPower": 14, 
    		"frequencyEU": 867500000 				
    	},
    	"udp": {
    		"appPortUp": 1784,
    		"appPortDown": 1786 
    	},
    	"addressRange": {
    		"start": "00:00:00:01", 
    		"end": "FF:FF:FF:FE"
    	},
    	"network": {
    		"public": true,    
    		"leasetime": 1440,  
    		"eui": "01-01-01-01-01-01-01-02", 
    		"key": "2B-7E-15-16-28-AE-D2-A6-AB-F7-15-88-09-CF-4F-3C"
    	},
    	"log" : {
    		"console" : true,
    		"syslog" : false,
    		"level" : 30, 
    		"path": "/var/log/lora-network-server.log"
    	},
    	"mqtt": {
    		"enabled": true
    	}
    }

    On the other side I’ve got nodes based on Nucleo board and SX1272 mbed shield
    running STM HAL “End_Node” example. The things are running fine, the node
    successfully joins the network (using OTAA) and I can send node
    packets using MQTT protocol. Here is output from my node:

    OTAA
    DevEui= 33-39-34-37-64-35-92-14
    AppEui= 01-01-01-01-01-01-01-02
    AppKey= 2B 7E 15 16 28 AE D2 A6 AB F7 15 88 09 CF 4F 3C
    
    VERSION: 44011000
    txDone
    rxDone
    JOINED
    txDone
    rxTimeOut
    rxTimeOut
    txDone
    rxTimeOut
    rxTimeOut
    .
    .
    .
    

    Then I decided to upgrade lora-network-server to 1.0.13 like this:

    opkg remove lora-network-server
    opkg install lora-network-server_1.0.13-r0.0_mlinux.ipk 
    /etc/init.d/lora-network-server restart

    Now my node successfully joins the network and then stalls.
    Node program is still running (it doesn’t end up in hardfault),
    but I’m not

    
    OTAA
    DevEui= 33-39-34-37-64-35-92-14
    AppEui= 01-01-01-01-01-01-01-02
    AppKey= 2B 7E 15 16 28 AE D2 A6 AB F7 15 88 09 CF 4F 3C
    
    VERSION: 44011000
    rxDone
    JOINED
    txDone
    [STOPS HERE]
    

    Did anyone encountered similar problems ? What am I doing wrong ?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.