This is an old revision of the document!
Table of Contents
ChirpStack Gateway OS
This is an IoT operating system for the Raspberry Pi which supports interfaces such as the Waveshare LoRaWAN Gateway Hat.
Install
Download
Version 4.4.0
Programming
BalenaEtcher is recommended to be used from Windows, else use `dd' in Linux.
Network
A Pi with built-in WiFi will have an access point enabled and this AP will use the IPv4 address range 192.168.0.0/24
If this IP address range conflicts with the local LAN, login to via WiFI and change the network using the web interface and afterward attach an ethernet lead.
The O/S will assign itself a LAN address via DHCP. If you know the MAC address you can use that in advance to setup a fixed IP address.
I would also disable the dnsmasq DHCP authoritative setting.
Chirpstack
Under chirpstack enable concentratord, in my case I enabled SX1302/SX1303 and then selected the Waveshare device on the SX1302/SX1303 tab.
Now enable MQTT forwarding and the gateway is up and running and the chirpstack application can now be configured.