LoRa

Multitech MultiConnect Conduit

IoT Gateway.

The Things Network

Here are instructions how to configure Conduit to use LoRa Network Server provided by The Things Network. Conduit AEP firmware version 1.1.2 or newer is needed.

LoRa Network Server Configuration:

LoRa Configuration

{
	"SX1301_conf": {
		"radio_0": {
			"enable": true,
			"freq": 867500000
		},
		"radio_1": {
			"enable": true,
			"freq": 868500000
		},
		"chan_multiSF_0": {
			"enable": true,
			"radio": 1,
			"if": -400000
		},
		"chan_multiSF_1": {
			"enable": true,
			"radio": 1,
			"if": -200000
		},
		"chan_multiSF_2": {
			"enable": true,
			"radio": 1,
			"if": 0
		},
		"chan_multiSF_3": {
			"enable": true,
			"radio": 0,
			"if": -400000
		},
		"chan_multiSF_4": {
			"enable": true,
			"radio": 0,
			"if": -200000
		},
		"chan_multiSF_5": {
			"enable": true,
			"radio": 0,
			"if": 0
		},
		"chan_multiSF_6": {
			"enable": true,
			"radio": 0,
			"if": 200000
		},
		"chan_multiSF_7": {
			"enable": true,
			"radio": 0,
			"if": 400000
		},
		"chan_Lora_std": {
			"enable": true,
			"radio": 1,
			"if": -200000,
			"bandwidth": 250000,
			"spread_factor": 7
		},
		"chan_FSK": {
			"enable": true,
			"radio": 1,
			"if": 300000,
			"datarate": 50000,
			"freq_deviation": 25000
		}
	},
"gateway_conf" :
  {
      "forward_crc_disabled" : true,
      "forward_crc_error" : false,
      "forward_crc_valid" : true,  
      "gateway_ID" : "AABBCCDDEEFF1122",  <-- change to comply with your hardware
      "keepalive_interval" : 12,
      "push_timeout_ms" : 120,
      "serv_port_down" : 1700,
      "serv_port_up" : 1700,
      "server_address" : "router.eu.thethings.network",  <-- Select according to your region
      "stat_interval" : 20,
      "synch_word" : 52            
  }
}

MTAC LoRa extension module for Conduit. Gateway ID (NODE) is printed in the label of the module.

lora.txt · Last modified: 2016/04/21 22:25 by jap
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki