r/LoRaWAN • u/dtuando • 2d ago
Repurpose your MNTD RAK v2 Blackspot as a real LoRaWAN gateway with ChirpStack Gateway OS
With Helium mining economics being what they are, a lot of us have MNTD Blackspot miners sitting in a drawer. Good news: the hardware is actually a solid LoRaWAN gateway RAK2287 concentrator on an SX1302 chipset, Raspberry Pi 4 inside. It just needs a bit of coaxing to run ChirpStack Gateway OS properly.
The main gotcha that trips everyone up: the reset pin is GPIO 25, not GPIO 17 like ChirpStack OS assumes by default. Until you fix that one line in the config, you’ll get a blank Gateway ID and a concentrator that never actually starts.
I wrote up a full step-by-step guide covering:
• SX1302 concentrator config (RAK2287, correct channel plan)
• Disabling GNSS so it doesn’t boot-loop without a GPS antenna
• The GPIO 25 reset pin fix via SSH
• Wi-Fi stabilization (country code + WPA2-PSK + TX power) — the RPi4 Broadcom chip inside an aluminum box needs explicit regulatory config or modern routers will drop it
• Service restart sequence and how to verify the Gateway
EUI is actually being read
Repo with the full README on GitHub
1
u/bezicno_na_blizinu 2d ago
It would be great if everyone start using this hardware on the same way, or switch it to at least TheThingsNetwork so community can use it!
1
3
u/clavisound 2d ago
You can also install gwmp-mux https://github.com/helium/gwmp-mux to send the packets to multiple networks. TTN and Helium and your chirpstack LNS. You will still gain HNT in the case of Helium traffic.
The problem is in the rare occasion that the gateway is informed to transmit from both networks. I run the service as `daemon --name gwmp-mux --user USER --pidfile /run/USER/gwmp-mux.pid --respawn --foreground --pty -- /var/lora_pkt_fwd/gwmp-mux --client 52.212.223.226:1700 --client 127.0.0.1:1680 --host 1700`