Pygate LoRa 8 Chanel Gateway & Lopy4

I tried Gateway configuration using Pygate + Lopy4. I am able to join this gateway using built-in wifi module to TTN but can i use the same as Gateway connecting to Private LoRa Network?

Yes…

in your PYGATE config.json, you just have to modify:

"gateway_conf": {
	"gateway_ID": "XXXXXXXXXXXXXXXX",
	"server_address": "local.ip.chirpstack.address",    ---> local ip defined in your local chirpstack server
	"serv_port_up": 1700,        			---> local port defined in your local chirpstack server
	"serv_port_down": 1700,    			---> local port defined in your local chirpstack server
	"keepalive_interval": 10,
	"stat_interval": 30,
	"push_timeout_ms": 100,
	"forward_crc_valid": true,
	"forward_crc_error": false,
	"forward_crc_disabled": false
}

}

2 Likes

Thanks for the information et me check the same.

Can you tell how to connect to wifi using Lopy4 pygate

Hi,

You’ll find all the information into this link: GitHub - MarinoMtz/Pygate: Pygate with chirpstack gateway bridge

Able to connect my Pcom+Lopy4 based nano gateway to

  1. TTN Network
  2. Chirpstack - Local implementation
  3. AWS LoRa
1 Like