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…

Review LHT65N LoraWAN Temperature and Relative Humidity Sensor (Dragino)

As a programmer focused on IoT solutions that require low power consumption and long-range communication, the Dragino LHT65N stands out as an ideal choice. This device is specifically designed for temperature and humidity monitoring using LoRaWAN networks, making it a versatile tool for automation projects in industrial, agricultural, or even urban settings. With robust features,…

Review LDS02 – LoRaWAN Door Sensor (Dragino)

One of the technologies that have gained great strength in recent years such as LoRaWAN, on this occasion we will review the LDS02 Sensor. The LDS02 is a door sensor that uses LoRaWAN technology for long-range, low-power communication. Designed by Dragino, the LDS02 is ideal for monitoring doors and windows, making it a perfect choice…

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…

Install Dataplicity on Raspberry Pi (Without Desktop)

This time I will share an application with great utility in our IoT projects. Dataplicity Dataplicity allows you to monitor, manage and repair your devices even when they move between cellular, satellite and fixed networks outside of your control. How does it work Dataplicity uses a secure HTTPS connection initiated by the client and opportunistically…

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…

Download Lubuntu Virtual Machine (PDAControlMV) IoT in VirtualBox # 1

Virtualization is one of the most used methods to facilitate the compatibility of Software or simply the test of other Operating Systems, technically it is an operating system within another. I have tried for a long time Oracle VirtualBox is one of the most used virtualization software for x86 / amd64 architectures allowing virtualization. FreeBSD…

Easy Installation of Node-RED on Raspbian and Linux OS

For some time we have carried out a lot of tests with the Node-RED platform. This time we will try a method for installation established on the official website, which I consider the easiest way to install this platform in Linux operating systems (Ubuntu), emphasizing in this case Raspbian OS for Raspberry Pi. Recommended Tutorials…