The Remote Measurement Problem Nobody Talks About

Building a remote monitoring system is a solved problem — until you try to deploy it somewhere that actually needs monitoring. Boreholes don't have power outlets. Pipeline inspection points don't have Ethernet drops. Irrigation distribution networks span kilometres of agricultural land with no infrastructure at all.

The standard answers — solar panels, wired telemetry, LoRaWAN gateways — all require site preparation that costs more than the hardware and fails in ways the hardware doesn't. Solar panels get shaded, stolen, or buried in silt. LoRa gateways require their own power and placement strategy. Wired comms require civil works. Every option trades one constraint for another.

The constraint that actually matters is simpler than it looks: you need power, and you need a radio path. Everything else is engineering.

Why Cellular Changes the Architecture

Modern low-power cellular standards — NB-IoT and LTE Cat-M1 — are designed specifically for low-throughput IoT applications. They operate on licensed spectrum, the same infrastructure that carries voice calls, which means coverage follows population density rather than gateway placement. In practice, a device with a SIM card reaches the network wherever a mobile phone has ever registered. No private infrastructure. No gateway. One SIM per node.
The power profile is what makes battery-only deployment viable. These cellular standards support Power Saving Mode (PSM) and extended Discontinuous Reception (eDRX), allowing a modem to remain registered on the network while drawing microamp-level current between transmissions. Pair that with an ultra-low-power microcontroller in deep stop mode, and a 38,000 mAh primary lithium cell becomes a multi-year power source at 15-minute reporting intervals — without a solar panel in sight.

A Five-Variant Platform Built Around This Architecture

The NORVI EC-M12-BC-C6 implements this architecture across five IO variants designed to interface directly with every major industrial sensor output type — 4–20 mA analog, RS-485 Modbus RTU, digital pulse inputs, and strain gauge bridge inputs. Each variant shares the same SIMCOM A7672 modem with tri-network cellular auto-fallback — Cat-M1, NB-IoT, and 2G — the same STM32L072 microcontroller with fully open firmware, and the same IP67 enclosure rated to −40°C to +85°C.

Sensor power is switched — it goes live only when the device wakes, so the standby current of the connected sensor is removed from the battery budget entirely. A microSD card and DS3231 real-time clock maintain a timestamped local data buffer through coverage gaps, so no readings are lost when the signal drops.

The platform is certified to EN 61131-2 and the EMC Directive — a requirement for utility and government infrastructure contracts that generic modules cannot meet.

The Result

A measurement node that deploys anywhere a person can carry it, runs for years without maintenance, and connects to any cloud platform over standard MQTT. No site survey for power. No gateway planning. No civil works.
For engineers designing remote monitoring systems, the question is no longer whether battery-powered cellular is viable — it's whether your current architecture still needs to be as complicated as it is.

NORVI EC-M12-BC-C6 series: norvi.io/battery-powered-data-logger/

Remote Measurement Needs Battery-Powered Cellular