Skip to main content

Blog

Technical articles on Data Engineering, MLOps, Machine Learning, and IIoT.

Subscribe via RSS
IIoT

Modbus in Node-RED — The 47-Year-Old Protocol Everyone Still Uses

A practical guide to reading and writing Modbus TCP and RTU devices from Node-RED — register maps, data type decoding, byte ordering, and the gotchas that waste afternoons.

iiot modbus node-red
IIoT

Building a Unified Namespace with Sparkplug B and Node-RED

What a Unified Namespace actually is, why Sparkplug B is the natural transport for it, and how to build one incrementally with Node-RED instead of rebuilding your whole plant.

iiot mqtt sparkplug
IIoT

Talking to Allen-Bradley PLCs from Node-RED — EtherNet/IP & CIP Explained

A practical guide to reading and writing Allen-Bradley ControlLogix, CompactLogix, and legacy SLC/PLC-5 tags from Node-RED over EtherNet/IP and CIP.

iiot node-red allen-bradley
IIoT

Apache Kafka on the Shop Floor — Event Streaming for Manufacturing

When does Apache Kafka make sense in a factory, how it compares to NATS and MQTT, and how to wire it into Node-RED with a Schema Registry for real data contracts.

iiot kafka node-red
IIoT

Lessons Learned: Publishing 7 npm Packages for Industrial IoT

What I learned building and maintaining open-source Node-RED packages — from first commit to thousands of downloads.

node-red javascript iiot
IIoT

From Process Engineer to IIoT Developer — My Career Switch

How my Industrial Engineering background became my biggest advantage in IIoT software development.

career iiot
IIoT

CI/CD for Node-RED Flows — Automated Testing and Deployment

How to version control, test, and automatically deploy Node-RED flows — treating flows as code.

iiot node-red javascript
IIoT

CAN Bus Reverse Engineering with Node-RED and Raspberry Pi

How to sniff, decode, and integrate CAN bus data from industrial machines using a Raspberry Pi and Node-RED.

iiot can-bus node-red
IIoT

Siemens S7 + OPC-UA + Node-RED — From PLC to Dashboard in 30 Minutes

Step-by-step tutorial: reading data from a Siemens S7-1500 PLC via OPC-UA and displaying it on a Node-RED dashboard.

iiot opc-ua node-red
IIoT

Docker vs K3s on the Shop Floor — Edge Deployment Strategies

When to use plain Docker and when to deploy K3s for industrial edge computing — with practical deployment examples.

iiot docker kubernetes
IIoT

REST vs OPC-UA vs GraphQL for Manufacturing Data

Choosing the right API paradigm for industrial data access — practical comparison with manufacturing examples.

iiot opc-ua rest-api
IIoT

Node-RED vs Kepware vs Ignition — IIoT Platforms Compared

An honest comparison of three popular IIoT platforms — open-source flexibility vs enterprise features vs SCADA power.

iiot node-red opc-ua
IIoT

CompuLab IoT Gateway — Embedded Linux for Industrial Edge Computing

Setting up a CompuLab IoT gateway with Node-RED for industrial data collection — GPIO, CAN bus, RS485, and cellular connectivity.

iiot node-red embedded-linux
IIoT

Building a NATS-based Edge-to-Cloud Pipeline for Industrial IoT

Architecture guide for connecting factory floor sensors to cloud analytics using NATS leaf nodes, JetStream, and key-value stores.

iiot nats node-red
IIoT

Running ML Models at the Edge with ONNX and Node-RED

How to deploy trained ML models directly on edge devices using ONNX, TensorFlow Lite, and Google Coral — no cloud required.

iiot node-red machine-learning
IIoT

Predictive Maintenance with Node-RED — From Vibration Sensor to Health Score

Building a complete predictive maintenance pipeline in Node-RED — signal processing, anomaly detection, and health scoring.

iiot node-red machine-learning
IIoT

MQTT vs Sparkplug B vs NATS vs OPC-UA — Which Protocol for Industrial IoT?

A practical comparison of four industrial messaging protocols — when to use which, with architecture examples and code snippets.

iiot mqtt nats
IIoT

i3x — The Open Manufacturing API That Breaks Data Silos

How the i3x open manufacturing standard by CESMII provides vendor-agnostic access to industrial data — with practical Node-RED examples.

iiot rest-api node-red