Programming an ESP32 PLC board: Setting up PlatformIO IDE on Visual Studio Code Mar 12, 2024 In this Blog we'll learn how to set up the PlatformIO extension for VSCode in order to write code for an ESP32 PLC. This add-on offers a comfortable interface in VSCode to manage projects. Before we s... Read more
How to Find your Perfect Industrial PLC Feb 29, 2024 Introduction Finding the right PLC controller for each specific application may seem complicated, but let's look at some tools to make the process easier. Key Points The most important aspect is to fo... PanelPC Choose Configuration Find PLC Web Website Read more
ESP32 PLC 14 and LoRa Feb 14, 2024 Introduction The ESP32 PLC 14 equipped with the RN2483A LoRa transceiver module provides an efficient platform for LoRaWAN applications. This tutorial explains the integration of the LoRa Click Board ... ESP32PLC I2C LoRa LoRaWAN Read more
How to work with LoRaWAN and a PLC controller Feb 12, 2024 Contents 1. Introduction 2. Requirements 3. Related links 4. OTAA and ABP 5. How to program it 6. The Things Network 7. Verification Introduction LoRaWAN is a long-term, low-power wireless network spe... Read more
How to communicate an Arduino based PLC using a USB-RS232 adapter Feb 6, 2024 In industrial automation, effective communication between devices is essential. This post focuses on the practical aspects of integrating a USB to RS232 adapter with an Arduino based PLC, specifically... Read more
UDP communication using Ethernet on ESP32 PLC Jan 17, 2024 Introduction In this blog post, we will explore how to setup a simple application using Ethernet UDP communication between any device and an ESP32 PLC. We will explain how to create an EthernetUDP ins... Read more
Creating a Web Server with ESP32 PLC using the Ethernet protocol Jan 16, 2024 Introduction In this blog post, we will explore how to establish a connection to your ESP32 PLC from a computer or a mobile device using Ethernet communication. We will explain how to create an Ethern... Read more
Evaluation of the WIS-MKR1010-A1 PLC performance and time response Dec 29, 2023 Introduction In this post, we will examine the time response characteristics of the various pin types of the Weidos-MKR1010-A1 Programmable Logic Controller. We will see aspects like the maximum switc... Read more
Creating a web server with ESP32 PLC Dec 5, 2023 Setting up your ESP32 webserver: A step-by-step guide In this blog post, we delve into leveraging an ESP32 PLC to craft a robust ESP32 webserver . Beginning with the basics, we guide you through progr... Read more
Analysis of the WIS-ESP32-A1 PLC pinout time response Sep 25, 2023 Introduction In this post, we will examine the time response characteristics of the various pin types of the Weidos-ESP32-A1 Programmable Logic Controller. We will see aspects like the maximum switchi... Read more
Analysis of the Arduino Ardbox Analog PLC pinout time response Sep 12, 2023 Introduction The Ardbox analog PLC is a versatile industrial controller that offers a wide range of functionalities. In this article, you will learn more about its pin-out characteristics, such as max... Read more
How to use SQLite with ESP32 PLC Sep 12, 2023 Introduction The integration of SQLite within ESP32, a powerful microcontroller widely used in industrial IoT applications, revolutionizes the storage capabilities of embedded systems. By incorporatin... Read more