Cold storage temperature monitoring is not optional in modern food, pharma, or logistics operations — it is a regulatory obligation. A single sensor failure can spoil entire batches, trigger compliance violations, and cost thousands in losses. Therefore, facilities today need a reliable, intelligent monitoring system that acts instantly and logs every reading automatically.

The NORVI X with its RTD4 expansion module delivers exactly that. It combines industrial-grade RTD sensor inputs, built-in MQTT publishing, and onboard compliance logging into a single DIN-rail unit. Furthermore, it runs on the ESP32-S3 platform, giving engineers full programmability through standard Arduino or ESP-IDF frameworks.

This guide explains how the NORVI X RTD4 module transforms a cold room or cold chain facility into a fully monitored, alert-ready system — step by step.

What Is the NORVI X RTD4 Expansion Module?

The NORVI X is an ESP32-S3-based industrial IoT controller designed for demanding environments. The RTD4 expansion module adds four independent RTD (Resistance Temperature Detector) inputs directly to the base unit. Consequently, engineers can monitor up to four separate cold zones without additional signal converters or transmitters.

The RTD4 module supports both PT100 and PT1000 sensors — the industry standard for precision temperature measurement. Unlike thermocouples, PT100 sensors deliver highly linear output across the cold chain range of −40 °C to +85 °C. Moreover, the module’s hardware filtering eliminates electrical noise common in refrigeration compressor environments.

Key hardware specifications

  • 4× RTD inputs — PT100 / PT1000 compatible
  • Measurement range: −200 °C to +850 °C (hardware capability)
  • Resolution: 0.1 °C
  • ESP32-S3 dual-core processor at 240 MHz
  • Built-in Wi-Fi 802.11 b/g/n and Bluetooth 5.0
  • RS-485 port for Modbus RTU integration
  • DIN-rail mounting — standard 35 mm rail
  • Operating temperature: −20 °C to +70 °C

Why Cold Storage Temperature Monitoring Fails Without RTD

Most legacy cold storage monitoring setups rely on basic NTC thermistors connected to standalone dataloggers. However, these systems share three critical weaknesses that cause failures in real-world conditions.

First, NTC sensors drift significantly over time, especially after exposure to condensation cycles inside cold rooms. Second, standalone dataloggers require manual USB downloads, making real-time alerting impossible. Third, they lack network connectivity, so supervisors only discover temperature excursions after the damage has already occurred.

In contrast, the NORVI X RTD4 module keeps calibration stable across thousands of freeze-thaw cycles. Additionally, its onboard ESP32-S3 connects directly to the facility Wi-Fi network, enabling live MQTT data streaming without any additional gateway hardware.

Setting Up MQTT Temperature Alerts with NORVI X

MQTT is the standard IoT messaging protocol for cold storage temperature monitoring because it is lightweight, reliable, and designed for low-bandwidth networks. Furthermore, MQTT’s publish-subscribe model allows multiple dashboards, alerting systems, and cloud platforms to receive the same sensor data simultaneously. Step 1 – Configure Wi-Fi and MQTT broker connectionSetting up MQTT alerts on the NORVI X RTD4 module involves three straightforward steps.

Step 1 – Configure Wi-Fi and MQTT broker connection

In the firmware, define the broker address, port (default 1883 or 8883 for TLS), client ID, and optional username and password. NORVI X supports standard MQTT libraries within the Arduino and ESP-IDF environments. Therefore, connecting to Mosquitto, HiveMQ, AWS IoT Core, or any standard broker takes under 20 lines of code.

Step 2 – Publish RTD readings on structured topics

Publish each sensor reading on a descriptive topic so downstream systems can route data correctly. A well-structured cold storage topic scheme looks like this:

Recommended MQTT Topic Structure
norvi/coldroom/zone1/temperature   → Zone 1 RTD sensor value (°C)
norvi/coldroom/zone2/temperature   → Zone 2 RTD sensor value (°C)
norvi/coldroom/zone3/temperature   → Zone 3 RTD sensor value (°C)
norvi/coldroom/zone4/temperature   → Zone 4 RTD sensor value (°C)
norvi/coldroom/alerts              → Threshold breach notifications
norvi/coldroom/status              → Device heartbeat and uptime

Step 3 – Trigger MQTT alerts on threshold breach

Define upper and lower temperature thresholds for each cold zone within the NORVI X firmware. When any RTD reading crosses the boundary, the unit immediately publishes a JSON alert payload to the alert’s topic. Subsequently, a Node-RED flow, SCADA system, or cloud function can forward the alert as an SMS, email, or push notification to operations staff.

For example, a pharmaceutical cold room holding vaccines between +2 °C and +8 °C would trigger an alert when temperature rises above +8 °C. Thus, staff can respond within minutes rather than hours.

Compliance Logging for Cold Chain Regulations

Cold storage temperature monitoring must meet strict regulatory frameworks. In food logistics, HACCP guidelines require continuous temperature records with timestamps. Similarly, pharmaceutical cold chains must comply with WHO PQS, EU GDP, and FDA 21 CFR Part 11 guidelines for electronic records.

The NORVI X handles compliance logging in two complementary ways.

Onboard SD card logging

The NORVI X base unit supports an optional SD card interface. Consequently, the firmware can write timestamped CSV records locally – even when the Wi-Fi network is temporarily unavailable. This onboard log provides a physical backup that auditors can review directly from the device.

Cloud-based time-series logging

For networked deployments, the NORVI X publishes data to platforms such as InfluxDB, Grafana, AWS Timestream, or ThingsBoard. These platforms store every reading with a precise UNIX timestamp, making it straightforward to generate PDF compliance reports covering any date range. Moreover, cloud storage eliminates the risk of log loss caused by SD card corruption.

Both approaches together create a redundant, audit-ready compliance logging chain that satisfies even the strictest cold chain regulations.

Cold Chain Applications Across Industries

Cold storage temperature monitoring with the NORVI X RTD4 module serves a wide range of industries. Each one demands reliable sensor data, instant alerts, and verifiable logs.

  • Food processing plants – monitor blast freezers, walk-in coolers, and loading docks simultaneously
  • Pharmaceutical warehouses – track vaccine and biologic storage zones against WHO cold chain limits
  • Supermarket chains – supervise display cases, prep rooms, and delivery vehicles from one dashboard
  • Brewery and winery cellars – maintain fermentation and aging temperatures with precision
  • Blood banks and medical labs – ensure specimen integrity with continuous RTD monitoring
  • Logistics and cold trucks – combine NORVI X with NB-IoT or LTE modules for in-transit tracking

Integrating NORVI X With Existing SCADA and BMS Systems

Most industrial cold storage facilities already operate a SCADA (Supervisory Control and Data Acquisition) system or Building Management System (BMS). Therefore, the NORVI X RTD4 module must integrate seamlessly rather than replace existing infrastructure.

The NORVI X achieves this through its RS-485 port running Modbus RTU. Virtually every industrial SCADA system supports Modbus RTU natively. Consequently, engineers can map each RTD channel to a Modbus register and read live temperature data directly into the SCADA HMI without additional middleware.

Additionally, the NORVI X supports Modbus TCP over Ethernet when combined with compatible expansion modules — enabling BMS integration for facility-wide energy and environment monitoring. In this way, the NORVI X bridges the gap between modern IoT monitoring and legacy industrial infrastructure.

Why Engineers Choose NORVI X Over Generic IoT Boards

Generic ESP32 development boards can read RTD sensors with breakout boards — but they are not suitable for industrial cold storage environments. The NORVI X solves every limitation that makes generic boards impractical for real-world deployment.

FeatureNORVI X RTD4 Module
Sensor inputs4× RTD – PT100 / PT1000, hardware-filtered
Mounting35 mm DIN rail – standard industrial panel
ConnectivityWi-Fi, RS-485 Modbus RTU, optional LTE/NB-IoT
Firmware environmentArduino IDE + ESP-IDF – full community support
Operating temperature−20 °C to +70 °C – rated for cold environments
Compliance loggingOnboard SD + cloud time-series database
MQTT supportNative – no external gateway required
CertificationsCE marked – suitable for EU industrial deployments

Start Monitoring Your Cold Storage System Today

Cold storage temperature monitoring is a business-critical function — not a nice-to-have feature. When sensors fail silently or alerts arrive too late, the consequences range from product recalls to regulatory fines. The NORVI X RTD4 module eliminates those risks by combining industrial-grade PT100 inputs, real-time MQTT alerting, and dual-layer compliance logging in a single DIN-rail controller.

Furthermore, because NORVI X runs on the widely supported ESP32-S3 platform, your engineering team can customise the firmware, integrate with existing SCADA systems, and scale from a single cold room to an entire distribution network — all using the same hardware.

Ready to upgrade your cold chain monitoring? Contact the NORVI team at orders@norvi.lk for hardware enquiries, or reach technical support at support@icd.lk.

Related Links

Documentation

Purchase NORVI X

Send Us a Message