Lenovo ThinkCentre M73 IoT Project Computer – Raspberry Pi Replacement

I suppose that in the implementation of IoT projects, we have two options for our servers, On Premise (Local Installation) or On Cloud (Hosted on the Internet), both have their advantages and disadvantages, but today we will talk about Local applications for our projects. For our local projects, I suppose that we implemented the world-renowned…

Modbus TCP/IP Slave Gateway to MQTT – ESP32 V.1

It’s been a while since I made a video or posted anything for PDAControl. I’ve actually been busy with other things and decided to get back to testing. I think the ESP32 is the quintessential microcontroller for testing; it has great features and I feel comfortable with it. There are other alternatives, which I might…

Review WT32 ETH01 ESP32 Ethernet Module

The WT32-ETH01 module is an Ethernet adapter that integrates the ESP32 microcontroller with an Ethernet interface, allowing for wired connectivity in projects that typically rely on Wi-Fi or Bluetooth. It’s popular for applications requiring reliable communication, low latency, and stable networking in local environments or embedded systems. WT32-ETH01 Functionalities WT32-ETH01 Specifications Components and Integrated Parts…

Exploring the ES32A08 Expansion Board – Unlocking Powerful Control and Monitoring with ESP32

I have found this module with interesting features, which I am going to test and has as its core the already known ESP32 from Espressif, since we are resuming activities we present the ES32A08 module. The ES32A08 is a versatile and powerful expansion board designed to extend the functionality of the 38-pin ESP32 microcontroller, enabling…

ESP32 & DS18B20 Sensor on ESP-IDF Temperature (OneWire)

In this opportunity we will simply perform tests on a ds18b20 sensor, indicating the library used in ESP-IDF, in future tests we will use other protocols, especially Modbus. Libreria: Simple library for single DS18B20 on ESP32   Materials Sensor DS18B20 (Onewire) + Resistor 4.8K Esp32 Devkit ESP-IDF V4.3 > Buy it here: Module ESP32 ESP-WROOM Mounting Buy…

Review Module ESP32 TTGO T-Display 1.14 “

This time we will test the module ESP32 TTGO T-Display 1.14 Inch , which has a IPS screen ST7789V 1.14 “ a resolution of 135X240 per protocol SPI , this module It has a USB type C for programming. We will carry out 2 tests: Test and configuration in Arduino IDE Test and configuration in…

Program ESP32 in Arduino IDE PDAControlMV # 4

One of the applications installed in the Virtual Machine (VirtualBox) PDAControlMV based on Linux Lubuntu 20.04 LTS is Arduino IDE. How to download and Install PDAControlMV Arduino IDE Perhaps it is the most known and used programming IDE, it is also available in our virtual machine PDAControlMV. Materials and where to buy them Buy it…

Program ESP32 in ESP-IDF idf.py & make PDAControlMV # 3

One of the applications installed in the Virtual Machine (VirtualBox) PDAControlMV based on Linux Lubuntu 20.04 LTS is ESP-IDF. How to download and Install PDAControlMV ESP-IDF ESP-IDF (Espressif IoT Development Framework) is the official programming platform Espressif for ESP32 modules.   ESP32 Module Materials and where to buy them Buy it here: Module ESP32 ESP-WROOM…