What is an Edge Device?

An Edge Device is a device that collects, processes and/or forwards data at the “edge” of a network, close to the physical source such as machines, Sensors or processes.
Instead of sending raw data directly to the Cloud or IT systems, edge devices perform local filtering, transformation or analysis.

Edge devices form the bridge between the physical world (OT) and digital systems (IT), often within an Edge Computing framework.


🧠 What does an edge device do?

Function Explanation
Data acquisition Reads signals from sensors, machines or field equipment
Data preprocessing Filters, aggregates or normalises data before transmission
Protocol transformation Converts OT protocols (e.g. Modbus, CAN bus) to IT standards (e.g. MQTT)
Local decision-making Reacts to conditions without central instruction (e.g. emergency stop, fault)
Publishing to a Unified Namespace Publishes data to the central event layer via publish/subscribe

🏭 Examples of edge devices in an OT context

Application Edge device role
Water treatment or pumping station Measures levels, drives pumps, reports status
Traffic control installation Collects sensor information and synchronises signals
Industrial robot line Processes data from encoders, motors and safety systems
On-site energy management Measures consumption, detects peaks, sends alerts
SCADA integration Aggregation point for multiple PLCs reporting to MES/ERP

🔧 Typical characteristics of an edge device

Feature Description
Industrial hardware Rugged, shock- and heat-resistant
Real-time control capability Low latency for local responses
Multiple interfaces Ethernet, RS-485, CAN, 4-20 mA, digital I/O
Edge software Runs lightweight apps, containers or scripts
Connectivity MQTT, OPC-UA, REST, 5G, Wi-Fi, LoRa, Ethernet

🔐 Security considerations

Security topic Application to edge devices
Security by Design Minimal OS, only necessary services
Authentication & authorisation Controlled access to interfaces and data streams
Encrypted communication TLS/SSL when using MQTT or HTTPS
Lifecycle Management Firmware updates and version control per edge device
Network segmentation Edge devices in their own zone or VLAN with firewall rules

🔁 Edge Device vs. Gateway vs. Sensor

Component Role
Sensor Measures a physical signal (temperature, pressure, level)
Edge Device Processes data locally, publishes/receives via network
Gateway Connects multiple devices or networks, often without data processing

Some devices combine gateway and edge functionality in a single industrial module.


📌 In summary

Edge devices are essential to modern, real-time OT environments.
They provide local intelligence, rapid response and a standardised data bridge to IT systems — without depending on centralised processing or the Cloud.