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…
Category: MQTT
MQTT
Is an ISO standard (ISO / IEC 20922 PRF) publication-subscription-based “lightweight” messaging protocol for use at the top of the TCP / IP protocol. It is designed for connections to remote locations where a “small footprint” or limited bandwidth is required.
Oficcial Website: mqtt
We have compiled Information regarding the MQTT Protocol making integrations with other devices and platforms:
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,…
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…
Introduction to mDash platform for administration of IoT Devices
On this occasion I present the platform or an administration service for IoT devices called mDash, belonging to Cesanta, the creators of the IoT Mongoose Os development firmware. mDash allows firmware updates OTA (over-the-air) and remote administration, alerts and notifications, remote device control, file management with devices, all these features are for Espressif’s modules ESP32…
MQTT in ESP32 with ESP-IDF – ESP-MQTT & Node-RED
Normally if we look for tests with the ESP32 module and the MQTT protocol, they mainly use Arduino IDE for ESP32, there is no problem, but this time we will use espressif development environment “ESP-IDF” or “Espressif IoT Development Framework” for the ESP32 which has more advantages and features for more robust applications. ESP32 Module…
ESP8266 & Public MQTT Broker mosquitto.org & Node-RED
In the last tests we have taken the MQTT protocol since it has taken great strength the last few years and we think it is thanks to its simplicity, security, practicality and very lightweight projects IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Internet…
ESP8266 & Public Broker MQTT mosca.io & Node-RED
The MQTT protocol has taken great strength in recent years since it is simple, safe, practical and lightweight perfect for IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Broker for tests, are available to connect from any MQTT client in this case will use…
ESP8266 & Public MQTT Broker HiveMQ & Node-RED
The MQTT protocol has taken great strength in recent years since it is simple, safe, practical and lightweight perfect for IoT and M2M applications. Thanks to the contribution of developers and developers of MQTT applications, there are public MQTT Broker for Internet monitoring and control tests, are available to connect from any MQTT client in…
Tutorial ESP8266 Node-RED Granafa InfluxDB MQTT
Based on the previous instructions of the ESP8266 connection with the Node-RED implementing the mqtt protocol, we have performed tests of the connection of several software platforms for the collection and visualization of data. We consider these 2 Grafana and InfluxDB for development and Interactive From the internet of things. Install Node-RED Installation Node red Platform…
Tutorial Amplifier Audio PAM8302A ESP8266 Node-RED MQTT
There is a great variety of arduino tutorials generating melodies, one of the most common the famous “Imperial March” of the well-known Star Wars movie, I downloaded one of the examples for Arduino I made several modifications to work on an ESP8266 01 and I have included An audio amplifier to this test. We have also…