Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WAGO/lorawan-chirpstack-v4-fullstack

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
40 Commits
 
 
 
 
 
 

Repository files navigation

LoRa Chirpstack for WAGO Edge Computer 752-94xx

Full Stack Implementation with ChirpStack v4


📦 Overview

This container sets up the complete ChirpStack v4 stack, including the required LoRaWAN packet forwarder for the Advantech gateway card (Semtech chipset).

All configuration steps are handled automatically by the Rollout Engine inside the container.


⚙️ Prerequisites


🖼️ Architecture Overview

LoRaWAN Stack


⚠️ Important

Make sure to use a unique Gateway ID when starting the container.


🚀 Setup via SSH

docker run -it --rm --name="rollout" \
  -v /root:/root \
  -e GATEWAY_ID="AA555A0000240xxx" \
  wagoautomation/chirpstack-rollout-v4:1.0.5

🔑 Access after setup

Preconfigured sensor devices are already available.


🐳 Setup via Portainer

  1. Open Portainer: https://IP-EDGE:9443
  2. Create a new Stack
  3. Paste the following configuration
  4. Click Deploy the stack
version: "3.8"

services:
  rollout:
    image: wagoautomation/chirpstack-rollout-v4:1.0.5
    container_name: rollout
    stdin_open: true
    tty: true
    volumes:
      - /root:/root
    environment:
      - GATEWAY_ID=AA555A0000240xxx
    restart: "no"

➕ Final Step

After logging into the UI, simply add your Gateway using your configured Gateway ID.

ChirpStack


💡 Notes

  • The rollout container is a one-time setup tool
  • After execution, the container will stop automatically
  • This behavior is expected ✔️

📺 Additional Videos

Here are three additional videos that can be shared or promoted within the documentation, README, or presentation:

These videos can provide further context, demonstrations, or insights.

About

Full stack for Edge PC to use as a LoRaWan Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.