How to use SQLite with ESP32 PLC Jun 23, 2026 SQLite runs directly on any Industrial Shields ESP32 PLC equipped with an SD card, giving you a full relational database without a server. This guide shows how to create the schema on your PC, load it... Read more
ESP32 PLC WiFi, Bluetooth and BLE guide Jun 19, 2026 The Industrial Shields ESP32 PLC includes Wi-Fi 802.11 b/g/n and dual-mode Bluetooth 4.2 (Classic BR/EDR and BLE) built directly into the ESP32 chip. No additional wireless modules are required. This ... ESP32 arduino Read more
MQTT on M-Duino with OpenPLC Jun 19, 2026 In this post, we will configure an M-Duino as an MQTT slave and a computer as the master. First, we will configure the M-Duino to send the value of I0.0 to the master; then we will see how to configur... Read more
Comparison between SARA-R412MÂ and SARA-R422M8S Jun 19, 2026 Technical specifications of R412M and R422M82 Product description The SARA-R4 series cellular communication modules are products of the u-blox company, which offer solutions for IoT (Internet of Thing... Read more
RS-485 with Arduino and ESP32 based PLCs Jun 19, 2026 Introduction In this tutorial, we will guide you through the process of configuring and utilizing RS-485 communication with Industrial Shields' Arduino and ESP32-based PLCs. RS-485 is a robust and wid... Read more
Modbus TCP with Arduino and ESP32 based PLCs Jun 19, 2026 Introduction Modbus TCP is a robust and widely used protocol for communication over Ethernet in industrial automation systems. It allows seamless integration between devices, providing reliable data e... Read more
RS-485 with Raspberry PLC Jun 19, 2026 Introduction RS-485 is a robust and versatile standard for industrial communication, enabling long-distance data transfer with high resistance to electrical noise. It is widely used in automation syst... Read more
RS-232 with Arduino and ESP32 based PLCs Jun 19, 2026 Introduction RS-232 is a widely used communication protocol for serial data exchange between devices, offering simplicity and reliability in industrial applications. Industrial Shields PLC families, i... Read more
MQTT on M-Duino with OpenPLC and Raspberry PLC Jun 18, 2026 En este blog configuraremos un M-Duino como esclavo MQTT y un Raspberry PLC como maestro. Si seguiste nuestro blog anterior en el que usamos Node-RED como maestro, puedes reutilizar los mismos diagram... Read more
HTTP on M-Duino with OpenPLC Jun 18, 2026 OpenPLC no soporta el protocolo HTTP de forma nativa, pero existe una solución alternativa. En este blog aprenderemos a crear una extensión de Arduino para OpenPLC y usarla para enviar o recibir infor... Read more
MQTT on M-Duino with OpenPLC Jun 18, 2026 In this post, we will configure an M-Duino as an MQTT slave and a computer as the master. First, we will configure the M-Duino to send the value of I0.0 to the master; then we will see how to configur... Read more
Mapping any M-Duino PLC for OpenPLC Jun 18, 2026 Note: this post was created before M-Duino was officially supported in OpenPLC. For an updated guide on using M-Duino with OpenPLC, see this post: Using ESP32 PLC, M-Duino and Ardbox with OpenPLC Prer... Read more