In the wave of the Industrial Internet of Things (IIoT), uploading device data to the cloud has become essential for remote monitoring, intelligent analysis and predictive maintenance. However, as device numbers explode and real-time requirements tighten, the pure "upload everything to the cloud" model exposes clear drawbacks:
High latency: Round trips from device to cloud can take seconds or more — far too slow for millisecond-level real-time control on the factory floor.
High bandwidth cost: Massive fleets continuously uploading all raw data strain network bandwidth and cloud storage budgets.
Security & privacy: Uploading all sensitive industrial data to the cloud creates risk of leakage and theft.
Network dependency: If the network drops, devices lose touch with the cloud and on-site control can collapse.
The core idea of industrial edge computing: keep the data-processing "brain" in the cloud, and extend the "nerve endings" to the device site. Edge computing handles fast response, local preprocessing and caching; cloud computing handles global analysis, model training and long-term storage. The two work together to deliver an efficient, intelligent, reliable IIoT system.
Industrial edge computing solutions serve four core user groups:
| User Group | Typical Profile | Core Pain Point | Solution |
|---|---|---|---|
| Industrial automation engineers | PLC engineers, system integrators | Traditional PLCs are costly; need real-time local control while also sending data to the cloud for remote monitoring | Edge gateway provides local real-time control (PID, threshold alarms) and uploads key data to the cloud for remote O&M |
| IoT gateway developers | IoT solution providers, integrators | Need edge compute to unify, convert and upload data from different protocols (Modbus, CAN), with offline buffering | ARM core boards run Linux, support multi-protocol conversion, built-in local cache and resume-transmission so data is never lost |
| HMI/display terminal designers | Equipment makers, UI designers | Need local display and interaction while syncing device data to the cloud for remote diagnostics | Core boards provide RGB/MIPI display interfaces for local HMI screens and upload data via MQTT |
| Edge AI developers | AI algorithm engineers, architects | Need local AI inference (fault diagnosis, image recognition) but network latency/bandwidth prevent full upload | NPU-equipped ARM core boards (e.g. ECK40-E) run lightweight AI models locally with millisecond response, uploading only key results |
The SoM is the "brain" of an edge computing node, integrating processor, memory, storage and power management. EBYTE offers several ARM SoM options for different performance needs:
| Model | Processor | Cores/Clock | Memory | Storage | NPU | Operating Temp | Positioning |
|---|---|---|---|---|---|---|---|
| ECK20-6Y28C | NXP i.MX6ULL | Single @792MHz | 256/512MB DDR3L | 512MB NAND/8GB eMMC | None | -40℃~+85℃ | Low-cost, high-reliability edge control; protocol conversion, data collection |
| ECK30-T13IA | Allwinner T113-i | Dual @1.2GHz | 256/512MB/1GB DDR3 | 256MB NAND/8GB eMMC | None | -40℃~+85℃ | Domestic design, rich interfaces (CAN, UART, Ethernet); IoT gateway |
| ECK40-E | Rockchip RK3562 | Quad @2.0GHz | 2GB LPDDR4 | 32GB eMMC | 1 TOPS | -40℃~+85℃ | High-performance AI edge platform; local AI inference |
| ECK41-E | Rockchip RK3506 | Triple @1.2GHz | 128MB DDR3L | 256MB NAND | None | -25℃~+85℃ | Low power, small size; lightweight edge tasks |
Beyond ARM SoMs, EBYTE offers dedicated edge gateway products for rapid deployment:
| Model | Core | Interface Resources | Key Features | Use Case |
|---|---|---|---|---|
| E870-E0 | Industrial MCU | 1 Ethernet, 1 RS485 | 50 edge data points, Modbus-to-JSON, Alibaba Cloud protocol | Lightweight data collection gateway |
| E870-D0 | 4G cellular + MCU | 4G, 1 Ethernet, 1 RS485 | 50 edge data points, 4G cloud upload, APN access | Mobile/remote data collection |
| E870-E1 | Industrial MCU | 1 Ethernet, 2 RS485, 4DI, 2AI, 2DO | 20 edge data points, local IO linkage control | Local control + data collection |
| E870-G1 | 4G + Ethernet + ARM | 4G, 1 Ethernet, 2 RS485 | 500 edge data points, 4G/Ethernet dual-route auto-switch, serial split | Complex industrial sites, multi-device access |
An SBC is a complete computer board integrating CPU, memory, storage and rich interfaces; it can run an OS directly for rapid prototyping:
| Model | Processor | Cores/Clock | Memory | Storage | Display | Ethernet | Temp | Typical Use |
|---|---|---|---|---|---|---|---|---|
| ECB20-PG6Y28C-I | i.MX6ULL | Single @792MHz | 256/512MB DDR3L | 8GB eMMC | 1×LCD | 2×100M | -40℃~+85℃ | Industrial control, signage, robotics |
| ECB31-P4T13SA2ME8G | T113-S | Dual @1.2GHz | 512MB DDR3 | 8GB eMMC | 1×MIPI + 1×CVBS | 1×1G | -25℃~+85℃ | HMI, IoT gateway, robotics |
| ECB32-PB series | T527/A527 | Octa @1.8GHz | 2/4GB LPDDR4 | 32GB eMMC | 1×HDMI + 1×MIPI | 1×1G | -25℃~+85℃ | Edge AI, kiosks, smart manufacturing |
[Field devices] --(RS485/Modbus)--> [ARM core-board edge gateway] --(MQTT/WiFi/4G)--> [Cloud platform]
Device data collection: The edge gateway polls field devices over serial (RS485/RS232) or Ethernet using Modbus RTU/TCP to fetch raw data (temperature, current, etc.).
Edge preprocessing: The gateway cleans, filters and formats raw data, then applies preset rules (e.g. "temperature > 80℃" or "change > 10%") to upload only key or changed data.
Packaging & upload: The gateway packs preprocessed data as JSON and uploads it via MQTT (or HTTP/CoAP). Each packet includes device ID, timestamp, value and quality flag.
Cloud storage & analysis: The cloud stores data in a time-series DB (e.g. InfluxDB) or relational DB and triggers stream processing for real-time analysis.
Cloud command dispatch: Users send control commands via the cloud UI or API ("start motor", "set temperature threshold").
Gateway reception: The gateway receives commands in real time via MQTT subscription.
Local execution: The gateway parses commands and controls field devices via Modbus or GPIO.
Result feedback: The device reports state changes back through the gateway to the cloud, closing the loop.
When the network drops, the edge gateway enters standalone mode:
Local data buffering: Collected data is cached on local eMMC storage or an SD card.
Local rule execution: The gateway keeps running preset local control logic (PID control, threshold alarms) to keep field devices operating.
Sync on recovery: Once the network returns, the gateway automatically uploads buffered data in timestamp order and syncs the latest cloud configuration.
Architecture: Field PLC + sensors → E870-G1 (edge gateway) → Alibaba Cloud IoT platform
Workflow:
The E870-G1 collects motor vibration, temperature and current data via Modbus RTU.
The gateway runs a local rule engine — when vibration exceeds the threshold it immediately triggers a local DO alarm.
It uploads preprocessed feature data (vibration amplitude, peak frequency) to the cloud.
A cloud AI model (trained on historical data) analyzes features, predicts remaining useful life and generates maintenance work orders.
The cloud pushes updated AI models back to the gateway to improve local prediction accuracy.
Architecture: Soil moisture sensors + weather station → E870-D0 (4G edge gateway) → cloud platform
Workflow:
The E870-D0 periodically collects sensor data.
The gateway executes irrigation strategy locally — if soil moisture is below threshold, it controls the solenoid valve via local DO to start irrigation.
It packages humidity, temperature and light data and uploads via 4G.
The cloud aggregates all farm data, generates irrigation logs and crop reports, and lets users adjust thresholds remotely.
When the signal is weak, the gateway buffers data and batch-uploads once the signal recovers.
Architecture: Electric meters + water meters + HVAC control → ECK40-E (high-performance ARM edge platform) → cloud energy management system
Workflow:
The ECK40-E collects smart meter data over RS485.
The edge platform runs AI energy-saving algorithms, optimizing HVAC and lighting strategies based on occupancy density, outdoor temperature and historical usage.
It aggregates second-level energy data into minute-level summaries and uploads to the cloud.
The cloud performs global analysis, identifies energy waste, generates optimization suggestions and pushes updated strategies to the edge.
The edge platform drives a local large display via HDMI or MIPI to show energy data and alarms in real time.
Founded in 2012, Chengdu EBYTE Electronic Technology Co., Ltd. is a national high-tech enterprise integrating R&D, production and sales. Headquartered in Chengdu with offices in Shenzhen, Guangzhou, Shanghai and Beijing, it serves customers in over 100 countries and regions worldwide. EBYTE focuses on industrial IoT wireless communication, with a portfolio spanning wireless modules, radio modems, industrial gateways, network I/O, industrial PCs, antennas and accessories.
Core advantages:
Full-chain, one-stop service: From ARM processor application, the complete SoM/SBC/industrial-PC matrix, to edge gateways and wireless modules, EBYTE delivers a chip-to-cloud industrial IoT solution — reducing integration complexity and risk without stitching products across vendors.
Strong R&D and customization: A 100+-engineer R&D team spanning RF, embedded, hardware, software and mechanical design, backed by multiple invention patents and software copyrights. Hardware/software customization and cloud-platform integration are available for differentiated projects.
Strict quality management: All products pass CE, FCC and RoHS certification, with some obtaining national radio "model approval". ISO9001-certified with a full traceability system from component selection to burn-in screening, ensuring reliable long-term operation in -40℃~+85℃ industrial environments.
Complete ecosystem & support: Full development documentation, rich tools and professional 7×12h support (online, remote and on-site) help customers ship products faster.
Global footprint & reputation: Products export to Europe, North America, Southeast Asia, the Middle East and more than 100 countries, with long-term partnerships with 5,000+ companies worldwide; agents and service centers in Germany, the US, Brazil and elsewhere provide localized support.
Technology philosophy: EBYTE is committed to the mission of "making wireless communication simpler and the IoT world smarter," delivering stable, high-performance, cost-effective edge-cloud collaboration solutions that drive industrial automation and intelligence.
Choosing EBYTE means choosing a professional, reliable, high-efficiency industrial IoT architecture platform.