Flood Warning Technology

What it is

A Milesight radar gauge already reports over a commercial LoRaWAN network. This project adds a private gateway that hears the same sensor directly, decodes it locally, and serves the level over SDI-12 to an ELPRO ERT-A2 field station -- which puts it on the ALERT VHF flood-warning network. If the LoRaWAN backbone fails mid-flood, the reading still reaches the radio.

How it works

radar gauge (ABP) --LoRaWAN AS923 922.0-923.4 MHz--> RAK2245 / Pi Zero 2 W | local network server: | MIC check, decrypt, decode v SDI-12 (RAK13010, 1200 baud 7E1) v ELPRO ERT-A2 --VHF 151.5 MHz, ALERT--> warning network | the SDR decoder above listens, and checks what went on air against what the gateway served: raw = metres x 1000, residuals 0.00 mm across eight matched pairs

Parts

Milesight EM411-RDL
Radar water-level sensor Milesight EM411-RDL 60 GHz radar level sensor, 0.3-12 m range, IP68, LoRaWAN AS923, provisioned ABP. Product page ↗
RAK2245 Pi HAT
LoRaWAN concentrator RAK2245 Pi HAT Semtech SX1301 + 2x SX125x, 8 channels. Re-planned to 922.0-923.4 MHz to match the sensor. Product page ↗
Raspberry Pi Zero 2 W
Gateway host Raspberry Pi Zero 2 W Quad-core Cortex-A53, 512 MB. Packet forwarder, minimal LoRaWAN network server, decoder, SDI-12 slave. Product page ↗
RAK6421 WisMesh Pi HAT
WisBlock carrier RAK6421 WisMesh Pi HAT HAT+ carrier on the Pi's 40-pin header; carries the SDI-12 module. Product page ↗
RAK13010 WisBlock SDI-12
SDI-12 interface RAK13010 WisBlock SDI-12 SDI-12 transceiver with a 12 V sensor supply. The 1200 baud 7E1 bus between the gateway and the radio. Product page ↗
ELPRO ERT-A2
ALERT field station ELPRO ERT-A2 ALERT1 / ALERT2 flood telemetry transmitter, VHF 151.5 MHz at 5 W. Reads the level over SDI-12 and puts it on air. Product page ↗

Code

github.com/agmurf/lorawan-sdi12-bridge ↗

MIT licensed. No agency sensor register and no key material is included. Field engineering on a live warning path, published because the reasoning may help others — not a product, no warranty.

Product photos are the manufacturers' — used to identify their products and linked to their pages: Milesight / MCCI, RAKwireless, Raspberry Pi Ltd, RAKwireless, RAKwireless, ELPRO Technologies.