# MQTT

Published articles for MQTT.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Turn Arduino® UNO™ Q into your local 3D printing watchdog

DevFeed: [Turn Arduino® UNO™ Q into your local 3D printing watchdog](<https://devfeed.tech/articles/turn-arduino-unotm-q-into-your-local-3d-printing-watchdog-17453.md>)

Original publisher: [Read original article](<https://blog.arduino.cc/2026/09/14/turn-arduino-uno-q-into-your-local-3d-printing-watchdog/>)

Author: Arduino Team

Published: 2026-09-14T18:03:45Z

Content type: article

Language: en

Sources: [Arduino Blog](<https://devfeed.tech/sources/arduino-blog.md>)

Topics: [Arduino](<https://devfeed.tech/topics/arduino.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [webcam](<https://devfeed.tech/topics/webcam.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [API](<https://devfeed.tech/topics/api.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [3d-printer](<https://devfeed.tech/tags/3d-printer.md>), [3d-printer-watchdog](<https://devfeed.tech/tags/3d-printer-watchdog.md>), [3d-printing](<https://devfeed.tech/tags/3d-printing.md>), [3d-printing-watchdog](<https://devfeed.tech/tags/3d-printing-watchdog.md>), [anomaly-detection](<https://devfeed.tech/tags/anomaly-detection.md>), [api](<https://devfeed.tech/tags/api.md>), [arduino](<https://devfeed.tech/tags/arduino.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [edge-ai](<https://devfeed.tech/tags/edge-ai.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [security](<https://devfeed.tech/tags/security.md>), [uno-q](<https://devfeed.tech/tags/uno-q.md>)

### AI overview

This Arduino Blog article presents a local 3D-printing watchdog built with an Arduino UNO Q, a camera, and the FOMO-AD anomaly model through Arduino App Lab. It trains on images of normal prints, flags deviations, and can automatically pause a print through the Moonraker API after repeated anomaly detections. The system can also integrate with OctoPrint, send MQTT notifications to Home Assistant, and operate entirely on the local network for privacy and security.

### Source excerpt

A lot of newer 3D printers incorporate sophisticated sensor suites and cameras to detect problems with print jobs, like the dreaded "spaghetti failure." Those work pretty well and prevent wasted time, wasted filament, and even damage to the printer. But what if you don't have a printer with those features? Or if you want to [...] The post Turn Arduino® UNO™ Q into your local 3D printing watchdog appeared first on Arduino Blog.

## A Daily Digest of What Actually Got Merged, Built from MQTT and a Local LLM

DevFeed: [A Daily Digest of What Actually Got Merged, Built from MQTT and a Local LLM](<https://devfeed.tech/articles/a-daily-digest-of-what-actually-got-merged-built-from-mqtt-and-a-local-llm-34100.md>)

Original publisher: [Read original article](<https://philipptheserver.com/posts/daily-pr-digest/>)

Author: Philipp Lehmann (philipp.lehmann@gruppe.ai)

Published: 2026-09-14T07:00:00Z

Content type: article

Language: en

Sources: [Philipp Lehmann](<https://devfeed.tech/sources/philipp-lehmann.md>)

Topics: [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [llm](<https://devfeed.tech/tags/llm.md>), [local-llm](<https://devfeed.tech/tags/local-llm.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [observability](<https://devfeed.tech/tags/observability.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [python](<https://devfeed.tech/tags/python.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>)

### AI overview

This article describes a daily digest that uses MQTT merge events, a SQLite subscriber, and a locally run LLM to summarize merged pull requests by repository without sending diffs to a cloud API.

### Source excerpt

paho-mqtt subscriber to SQLite plus a local LLM: a daily digest that summarises merged pull requests per repository from diff stats, no cloud API.

## Build connected lighting systems with the ESP DALI component

DevFeed: [Build connected lighting systems with the ESP DALI component](<https://devfeed.tech/articles/build-connected-lighting-systems-with-the-esp-dali-component-13786.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2026/08/dali-component-lighting-systems/>)

Author: John Lee

Published: 2026-08-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [API](<https://devfeed.tech/topics/api.md>), [Matter](<https://devfeed.tech/topics/matter.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [caching](<https://devfeed.tech/tags/caching.md>), [dali](<https://devfeed.tech/tags/dali.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp-iot-solution](<https://devfeed.tech/tags/esp-iot-solution.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [lighting](<https://devfeed.tech/tags/lighting.md>), [matter](<https://devfeed.tech/tags/matter.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [ota](<https://devfeed.tech/tags/ota.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This tutorial introduces the ESP DALI component, which implements an IEC 62386 master on Espressif SoCs using the RMT peripheral. It covers DALI control, commissioning, sensors, DT8 color gear, and a Matter-to-DALI bridge.

### Source excerpt

The ESP DALI component implements an IEC 62386 master on the RMT peripheral, with support for commissioning, dimming, color control, sensors, and Matter-to-DALI bridges.

## Rust smoltcp as an alternative TCP/IP stack for ESP-IDF

DevFeed: [Rust smoltcp as an alternative TCP/IP stack for ESP-IDF](<https://devfeed.tech/articles/rust-smoltcp-as-an-alternative-tcp-ip-stack-for-esp-idf-13778.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2026/06/rust-smoltcp-network-stack-for-esp-idf/>)

Author: John Lee

Published: 2026-06-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [networking](<https://devfeed.tech/topics/networking.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP32-P4](<https://devfeed.tech/topics/esp32-p4.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [c](<https://devfeed.tech/tags/c.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-p4](<https://devfeed.tech/tags/esp32-p4.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [http](<https://devfeed.tech/tags/http.md>), [http-server](<https://devfeed.tech/tags/http-server.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [lwip](<https://devfeed.tech/tags/lwip.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [networking](<https://devfeed.tech/tags/networking.md>), [rust](<https://devfeed.tech/tags/rust.md>), [smoltcp](<https://devfeed.tech/tags/smoltcp.md>), [tcp-ip](<https://devfeed.tech/tags/tcp-ip.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This article explains how to run the Rust smoltcp TCP/IP stack as an alternative IPv4/IPv6 data plane under ESP-IDF. It describes a GNU linker --wrap shim that preserves compatibility with ESP-IDF networking components such as esp_http_server, esp-tls and esp-mqtt, along with the single-task poll architecture, measured ESP32-P4 throughput, and known limitations.

### Source excerpt

A set of ESP-IDF components that run the Rust smoltcp stack as the IPv4/IPv6 data plane, while keeping esp_http_server, esp-tls and esp-mqtt working without source changes. This article explains the linker -wrap shim that makes it compatible, the single-task poll architecture, the throughput I measured on an ESP32-P4 (91.15 Mbit/s on a 100 Mbit link), and the limitations to be aware of.

## Building FOFOCA: An Open-Source AI Robot with ESP32, ESP32-C3, and Edge AI

DevFeed: [Building FOFOCA: An Open-Source AI Robot with ESP32, ESP32-C3, and Edge AI](<https://devfeed.tech/articles/building-fofoca-an-open-source-ai-robot-with-esp32-esp32-c3-and-edge-ai-13771.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2026/05/fofoca-esp32-ai-robot/>)

Author: John Lee

Published: 2026-05-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [ESP32-C3](<https://devfeed.tech/topics/esp32-c3.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Nemotron](<https://devfeed.tech/topics/nemotron.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [ble](<https://devfeed.tech/tags/ble.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [building](<https://devfeed.tech/tags/building.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [edge](<https://devfeed.tech/tags/edge.md>), [edge-ai](<https://devfeed.tech/tags/edge-ai.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pwm](<https://devfeed.tech/tags/pwm.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [robotics](<https://devfeed.tech/tags/robotics.md>)

### AI overview

This article presents FOFOCA, an open-source household robot reference design using an ESP32 for real-time motor and sensor control, an ESP32-C3 for an MQTT-connected OLED display, and a Raspberry Pi 5 as the processing brain. A local Dell R210 server runs NVIDIA Nemotron Nano 8B and supporting services, while ThinkNEO provides AI governance and audit routing.

### Source excerpt

FOFOCA is an open-source reference design for an AI-governed household robot, built around a Raspberry Pi 5 brain, an ESP32 for real-time motor control and sensor polling, and an ESP32-C3 driving an OLED status display over MQTT. This article walks through the hardware architecture, the firmware running on each Espressif chip, and how all of it connects to a local edge AI server running NVIDIA Nemotron Nano 8B for inference -- no cloud dependency required.

## Mongoose: Preauth RCE and mTLS Bypass on Millions of Devices

DevFeed: [Mongoose: Preauth RCE and mTLS Bypass on Millions of Devices](<https://devfeed.tech/articles/mongoose-preauth-rce-and-mtls-bypass-on-millions-of-devices-41273.md>)

Original publisher: [Read original article](<https://www.evilsocket.net/2026/04/02/Mongoose-Preauth-Remote-Code-Execution-and-mTLS-Bypass/>)

Author: Simone Margaritelli

Published: 2026-04-01T22:00:00Z

Content type: article

Language: en

Sources: [evilsocket](<https://devfeed.tech/sources/evilsocket.md>)

Topics: [Mongoose](<https://devfeed.tech/topics/mongoose.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [C](<https://devfeed.tech/topics/c.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [authentication-bypass](<https://devfeed.tech/tags/authentication-bypass.md>), [buffer-overflow](<https://devfeed.tech/tags/buffer-overflow.md>), [c](<https://devfeed.tech/tags/c.md>), [cesanta](<https://devfeed.tech/tags/cesanta.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [cve](<https://devfeed.tech/tags/cve.md>), [cve-2026-5244](<https://devfeed.tech/tags/cve-2026-5244.md>), [cve-2026-5245](<https://devfeed.tech/tags/cve-2026-5245.md>), [cve-2026-5246](<https://devfeed.tech/tags/cve-2026-5246.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-devices](<https://devfeed.tech/tags/embedded-devices.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [heap-overflow](<https://devfeed.tech/tags/heap-overflow.md>), [http](<https://devfeed.tech/tags/http.md>), [https](<https://devfeed.tech/tags/https.md>), [industrial-control](<https://devfeed.tech/tags/industrial-control.md>), [iot](<https://devfeed.tech/tags/iot.md>), [iot-security](<https://devfeed.tech/tags/iot-security.md>), [library](<https://devfeed.tech/tags/library.md>), [mdns](<https://devfeed.tech/tags/mdns.md>), [mips](<https://devfeed.tech/tags/mips.md>), [mongoose](<https://devfeed.tech/tags/mongoose.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [mtls](<https://devfeed.tech/tags/mtls.md>), [rce](<https://devfeed.tech/tags/rce.md>), [responsible-disclosure](<https://devfeed.tech/tags/responsible-disclosure.md>), [security](<https://devfeed.tech/tags/security.md>), [stack-overflow](<https://devfeed.tech/tags/stack-overflow.md>), [tls](<https://devfeed.tech/tags/tls.md>), [vulnerability-research](<https://devfeed.tech/tags/vulnerability-research.md>)

### AI overview

The article reports three independently exploitable vulnerabilities in Mongoose v7.20, an embedded C networking library used in IoT devices: an mTLS authentication bypass, a preauthentication heap-overflow RCE through client public-key parsing, and a preauthentication RCE through mDNS over UDP. Mongoose v7.21 reportedly includes patches for the issues, which were assigned CVE-2026-5244, CVE-2026-5245, and CVE-2026-5246.

### Source excerpt

So, Mongoose. I

## ESPHome 2026.2.0: Faster builds, leaner runtime

DevFeed: [ESPHome 2026.2.0: Faster builds, leaner runtime](<https://devfeed.tech/articles/esphome-2026-2-0-faster-builds-leaner-runtime-16706.md>)

Original publisher: [Read original article](<https://esphome.io/blog/2026/02/18/esphome-2026-2/>)

Author: Jesse Hills

Published: 2026-02-18T00:00:00Z

Content type: release

Language: en

Sources: [ESPHome - Smart Home Made Simple - Blog](<https://devfeed.tech/sources/esphome-smart-home-made-simple-blog.md>)

Topics: [esphome](<https://devfeed.tech/topics/esphome.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Arduino](<https://devfeed.tech/topics/arduino.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [zigbee](<https://devfeed.tech/topics/zigbee.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [2026-2](<https://devfeed.tech/tags/2026-2.md>), [arduino](<https://devfeed.tech/tags/arduino.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [security](<https://devfeed.tech/tags/security.md>), [zigbee](<https://devfeed.tech/tags/zigbee.md>)

### AI overview

ESPHome 2026.2.0 is a performance and stability release that improves ESP32 build times, reduces firmware size and CPU usage, adds new components and display models, expands the Zigbee platform, and strengthens authentication and cryptographic randomness.

### Source excerpt

ESPHome 2026.2.0 is a performance and stability release: faster ESP32 builds, smaller firmware, lower CPU usage, three new components, and security hardening.

## What is MQTT (IoT, smart homes) --- an explanation under 120 lines or 1100 words

DevFeed: [What is MQTT (IoT, smart homes) --- an explanation under 120 lines or 1100 words](<https://devfeed.tech/articles/what-is-mqtt-iot-smart-homes-an-explanation-under-120-lines-or-1100-words-20572.md>)

Original publisher: [Read original article](<https://yurichev.com/blog/mqtt/>)

Published: 2025-12-10T23:00:00Z

Content type: tutorial

Language: en

Sources: [Dennis Yurichev](<https://devfeed.tech/sources/dennis-yurichev.md>)

Topics: [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [IRC](<https://devfeed.tech/topics/irc.md>)

Tags: [homes](<https://devfeed.tech/tags/homes.md>), [iot](<https://devfeed.tech/tags/iot.md>), [irc](<https://devfeed.tech/tags/irc.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [networks](<https://devfeed.tech/tags/networks.md>), [smart](<https://devfeed.tech/tags/smart.md>)

### AI overview

An introductory article about MQTT in the context of IoT and smart homes. The supplied text begins by tracing the history of networked chat from multiplayer text games to IRC, Discord, and related messaging systems, but it does not include a substantive explanation of MQTT mechanics in the available excerpt.

### Source excerpt

What is MQTT (IoT, smart homes) --- an explanation under 120 lines or 1100 words

## Advanced techniques for porting libraries to ESP-IDF components

DevFeed: [Advanced techniques for porting libraries to ESP-IDF components](<https://devfeed.tech/articles/advanced-techniques-for-porting-libraries-to-esp-idf-components-13733.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/11/advanced-porting-libraries-as-components/>)

Author: John Lee

Published: 2025-11-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Library](<https://devfeed.tech/topics/library.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [OpenSSH](<https://devfeed.tech/topics/openssh.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [aio](<https://devfeed.tech/topics/aio.md>), [CMake](<https://devfeed.tech/topics/cmake.md>), [make](<https://devfeed.tech/topics/make.md>), [POSIX](<https://devfeed.tech/topics/posix.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [cmake](<https://devfeed.tech/tags/cmake.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [component](<https://devfeed.tech/tags/component.md>), [components](<https://devfeed.tech/tags/components.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [library](<https://devfeed.tech/tags/library.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [porting](<https://devfeed.tech/tags/porting.md>), [posix](<https://devfeed.tech/tags/posix.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [systems](<https://devfeed.tech/tags/systems.md>), [techniques](<https://devfeed.tech/tags/techniques.md>)

### AI overview

This follow-up article presents advanced techniques for porting larger libraries, particularly those designed for Linux or POSIX systems, into reusable ESP-IDF components. It covers assessing reusable code, adapting build systems and port layers, configuration, header injection, linker wrapping, and compiler-warning management, with examples including asio, mosquitto, libssh, and libwebsockets.

### Source excerpt

This article follows up on the article 'Porting a library to an ESP-IDF component' and shows some advanced tips and tricks when porting larger libraries into ESP-IDF components.

## ESPHome 2025.11.0: WiFi overhaul and ultra-low latency events

DevFeed: [ESPHome 2025.11.0: WiFi overhaul and ultra-low latency events](<https://devfeed.tech/articles/esphome-2025-11-0-wifi-overhaul-and-ultra-low-latency-events-16703.md>)

Original publisher: [Read original article](<https://esphome.io/blog/2025/11/19/esphome-2025-11/>)

Author: Jesse Hills

Published: 2025-11-19T00:00:00Z

Content type: release

Language: en

Sources: [ESPHome - Smart Home Made Simple - Blog](<https://devfeed.tech/sources/esphome-smart-home-made-simple-blog.md>)

Topics: [esphome](<https://devfeed.tech/topics/esphome.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Network](<https://devfeed.tech/topics/network.md>), [Bluetooth](<https://devfeed.tech/topics/bluetooth.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP-NOW](<https://devfeed.tech/topics/esp-now.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [USB](<https://devfeed.tech/topics/usb.md>)

Tags: [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [esp-now](<https://devfeed.tech/tags/esp-now.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esphome](<https://devfeed.tech/tags/esphome.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [usb](<https://devfeed.tech/tags/usb.md>), [wifi](<https://devfeed.tech/tags/wifi.md>)

### AI overview

ESPHome 2025.11.0 is a performance and reliability-focused release that overhauls WiFi connection handling, reduces event-processing latency across several integrations, optimizes memory use, and adds seven hardware components.

### Source excerpt

ESPHome 2025.11.0 overhauls WiFi connection handling, cuts event processing latency across BLE, USB, MQTT and ESP-NOW, frees several KB of RAM and flash, and adds seven new components.

## Integrating MQTT for durable real-time data streams

DevFeed: [Integrating MQTT for durable real-time data streams](<https://devfeed.tech/articles/integrating-mqtt-for-durable-real-time-data-streams-12708.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/integrating-mqtt-real-time-data-streams>)

Author: Chandler Mayo

Published: 2025-09-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [MQTT](<https://devfeed.tech/topics/mqtt.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Apache Iceberg](<https://devfeed.tech/topics/apache-iceberg.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [data](<https://devfeed.tech/tags/data.md>), [iot](<https://devfeed.tech/tags/iot.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

This tutorial explains how to bridge MQTT device messages into Redpanda for durable, replayable real-time data streams. It uses AWS IoT as the MQTT source, a Redpanda Serverless cluster, Kafka topics, Schema Registry, and a Redpanda Connect pipeline configured with YAML.

### Source excerpt

Stream MQTT data with Redpanda. Persist device messages, fan them out through 300+ connectors, and make them queryable with tools like Apache Iceberg.

## Build a real-time equipment monitoring pipeline with Snowflake and MQTT

DevFeed: [Build a real-time equipment monitoring pipeline with Snowflake and MQTT](<https://devfeed.tech/articles/build-a-real-time-equipment-monitoring-pipeline-with-snowflake-and-mqtt-12738.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/real-time-monitoring-snowflake-mqtt>)

Author: Sesethu Mhlana

Published: 2025-09-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [connectors](<https://devfeed.tech/tags/connectors.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [heat](<https://devfeed.tech/tags/heat.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iot](<https://devfeed.tech/tags/iot.md>), [manufacturing](<https://devfeed.tech/tags/manufacturing.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [operational](<https://devfeed.tech/tags/operational.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [redpanda-connect](<https://devfeed.tech/tags/redpanda-connect.md>), [sensors](<https://devfeed.tech/tags/sensors.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial showing how to build a real-time equipment monitoring pipeline for machine temperature data using IoT sensors, MQTT, Redpanda Connect, and Snowflake. It covers streaming sensor data, storing it in a database, and visualizing it in charts to support proactive maintenance, operational efficiency, safety, and compliance.

### Source excerpt

Learn how to build an end-to-end, real-time equipment monitoring solution using MQTT, Redpanda Connect, and Snowflake.

## Lightweight MQTT Broker for ESP32: Mosquitto ported to ESP-IDF

DevFeed: [Lightweight MQTT Broker for ESP32: Mosquitto ported to ESP-IDF](<https://devfeed.tech/articles/lightweight-mqtt-broker-for-esp32-mosquitto-ported-to-esp-idf-13700.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/05/esp-idf-mosquitto-port/>)

Author: John Lee

Published: 2025-05-28T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [broker](<https://devfeed.tech/tags/broker.md>), [edge-computing](<https://devfeed.tech/tags/edge-computing.md>), [esp](<https://devfeed.tech/tags/esp.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [home-assistant](<https://devfeed.tech/tags/home-assistant.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This article introduces a lightweight port of the Eclipse Mosquitto MQTT broker to ESP-IDF for ESP32 devices. It describes support for TLS and TCP transports and outlines uses including private local IoT networks, on-device MQTT testing, and bridged brokers over peer-to-peer connections.

### Source excerpt

Mosquitto - the industry-standard MQTT broker - has been ported to ESP-IDF. Its lightweight version retains Mosquitto's core functionality and security features to run on resource-constrained IoT devices. This MQTT broker is ideal for edge computing, testing, and standalone IoT deployments. In this article, we will do an overview and show you how to get started.

## Build and Deploy an MQTT-Triggered Spin Application on Kubernetes

DevFeed: [Build and Deploy an MQTT-Triggered Spin Application on Kubernetes](<https://devfeed.tech/articles/measuring-crowd-engagement-with-an-mqtt-based-iot-app-15303.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/mqtt_trigger_spinkube>)

Author: Kate Goldenring

Published: 2024-10-22T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [build](<https://devfeed.tech/tags/build.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iot](<https://devfeed.tech/tags/iot.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [sensor](<https://devfeed.tech/tags/sensor.md>), [sound](<https://devfeed.tech/tags/sound.md>)

### AI overview

A tutorial on building a Spin application triggered by an MQTT-based sound sensor and deploying it to a Kubernetes cluster with SpinKube.

### Source excerpt

Learn how to build a Spin application that is triggered by an MQTT-based sound sensor and deploy that application to a Kubernetes cluster with SpinKube

## MQTT Trigger for Spin

DevFeed: [MQTT Trigger for Spin](<https://devfeed.tech/articles/exploring-the-mqtt-trigger-for-spin-simplifying-real-time-communication-15210.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/exploring-the-mqtt-trigger-for-spin>)

Author: Tim McCallum

Published: 2024-07-02T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [mqtt](<https://devfeed.tech/tags/mqtt.md>)

### AI overview

An article about the Message Queuing Telemetry Transport (MQTT) trigger for Spin.

### Source excerpt

Message Queuing Telemetry Transport (MQTT) Trigger for Spin.

## What's New with ESP ZeroCode

DevFeed: [What's New with ESP ZeroCode](<https://devfeed.tech/articles/what-s-new-with-esp-zerocode-13973.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/whats-new-with-esp-zerocode/>)

Author: John Lee

Published: 2024-04-28T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Matter](<https://devfeed.tech/topics/matter.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c2](<https://devfeed.tech/tags/esp32-c2.md>), [esp32-h2](<https://devfeed.tech/tags/esp32-h2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [interest](<https://devfeed.tech/tags/interest.md>), [iot](<https://devfeed.tech/tags/iot.md>), [launch](<https://devfeed.tech/tags/launch.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [ota](<https://devfeed.tech/tags/ota.md>), [works-with-home-assistant](<https://devfeed.tech/tags/works-with-home-assistant.md>), [zero-code](<https://devfeed.tech/tags/zero-code.md>), [zerocode](<https://devfeed.tech/tags/zerocode.md>)

### AI overview

Espressif reviews updates to ESP ZeroCode after eight months, reporting user activity, Matter-certified devices, expanded automated quality testing, new single-chip and two-chip solution types, and broader ecosystem partnerships.

### Source excerpt

The Fastest Way to Launch Matter-enabled Products It's been about 8 months since we launched ESP ZeroCode. For all these months, continuous interest and customer activity has kept us busy. Let's look at some of the highlights of what's new with ESP ZeroCode. Customer Interest# Over 11,000 users across 125 countries have visited ESP ZeroCode, building various kinds of Matter-enabled products. Every week we get numerous queries and requests for samples or product-related queries.

## Building a Smart Curtains System with the ESP32

DevFeed: [Building a Smart Curtains System with the ESP32](<https://devfeed.tech/articles/building-a-smart-curtains-system-with-the-esp32-13960.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/smart-curtains-system/>)

Author: John Lee

Published: 2022-11-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [blog](<https://devfeed.tech/tags/blog.md>), [electronics](<https://devfeed.tech/tags/electronics.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [home-automation](<https://devfeed.tech/tags/home-automation.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [pcb](<https://devfeed.tech/tags/pcb.md>), [smart](<https://devfeed.tech/tags/smart.md>), [smart-curtain](<https://devfeed.tech/tags/smart-curtain.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>)

### AI overview

A project article describes building an adaptable smart curtain system controlled by an ESP32-DevKitC. It uses a stepper motor, light sensor, thermistor, reed switch, custom PCB, Home Assistant, and MQTT to automate curtain movement.

### Source excerpt

Recently, I've been sitting behind my computer, which is unluckily situated against a window. Sharp late-afternoon sunlight made me think about some intelligent system that recognizes this light and closes the curtains. As home automation has become more and more widespread in recent years, there are many options available on the market that solve most of the common problems we have daily.

## Releasing LTS of AWS IoT Device SDK for Embedded C on ESP32

DevFeed: [Releasing LTS of AWS IoT Device SDK for Embedded C on ESP32](<https://devfeed.tech/articles/releasing-lts-of-aws-iot-device-sdk-for-embedded-c-on-esp32-13962.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/support-for-lts-release-of-aws-iot-device-sdk-for-embedded-c-on-esp3/>)

Author: John Lee

Published: 2021-08-25T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [lts](<https://devfeed.tech/tags/lts.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Espressif announces beta support for the 202103.00 release of the AWS IoT Device SDK for Embedded C on Espressif boards. The release enables separate use of AWS LTS libraries, including coreHTTP, coreJSON, coreMQTT, corePKCS11, Device Shadow, IoT Jobs, and IoT OTA.

### Source excerpt

Since 2017, Espressif SoCs have been capable of connecting to the AWS IoT Core and related services. There are two ways to connect Espressif Wi-Fi SoCs to the AWS IoT Core. The first one is by using Amazon provided FreeRTOS distribution. The FreeRTOS distribution is an all-inclusive solution, providing the kernel, the connectivity libraries, and its own build system. This offers a seamless way of connecting qualified SoCs to AWS IoT and related services.

## IKEA TRÅDFRI for Rebooting a Server or Modem

DevFeed: [IKEA TRÅDFRI for Rebooting a Server or Modem](<https://devfeed.tech/articles/ikea-tradfri-for-rebooting-a-server-or-modem-36448.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/ikea-tradfri-for-rebooting-serve-or-modem/>)

Published: 2020-11-25T11:20:33Z

Content type: tutorial

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [gateway](<https://devfeed.tech/topics/gateway.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [zigbee](<https://devfeed.tech/topics/zigbee.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Android](<https://devfeed.tech/topics/android.md>), [ipad](<https://devfeed.tech/topics/ipad.md>), [iphone](<https://devfeed.tech/topics/iphone.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [internet](<https://devfeed.tech/tags/internet.md>), [ipad](<https://devfeed.tech/tags/ipad.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [script](<https://devfeed.tech/tags/script.md>), [security](<https://devfeed.tech/tags/security.md>), [usb](<https://devfeed.tech/tags/usb.md>), [zigbee](<https://devfeed.tech/tags/zigbee.md>)

### AI overview

A practical guide to using IKEA TRÅDFRI equipment to automate power cycling for a modem or server, including the required hardware, gateway, mobile device, and an alternative MQTT-controlled power socket.

### Source excerpt

Recently I revamped my home internet, and (hopefully) temporarily ended up with a modem that needs to be power cycled from time to time. We're working on getting it fixed, but in the meantime I needed a solution for automated power cycling. There are various ways to turn the power off or on from a Linux computer, and some of these are very karmic. You can get a zigbee USB stick and ditto power plugs, and I am sure this is a lot of fun.

## Amazon FreeRTOS -- ESP32 Support

DevFeed: [Amazon FreeRTOS -- ESP32 Support](<https://devfeed.tech/articles/amazon-freertos-esp32-support-13802.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/amazon-freertos-esp32-support/>)

Author: John Lee

Published: 2018-06-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [framework](<https://devfeed.tech/tags/framework.md>), [freertos](<https://devfeed.tech/tags/freertos.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mcu](<https://devfeed.tech/tags/mcu.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [release](<https://devfeed.tech/tags/release.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

This article explains how ESP32 integrates with Amazon FreeRTOS using a modified ESP-IDF, covering architecture, qualification, setup, and examples. It states that ESP32 is officially supported, with ESP32-DevKitC and ESP-WROVER-KIT certified in the latest release.

### Source excerpt

Preface# Amazon FreeRTOS is the latest offering (after acquisition of FreeRTOS) from Amazon that tries to simplify cloud connectivity with Amazon services (e.g. Shadow, Green-grass etc.) It has support for multiple micro-controller platforms from different vendors. Our ESP32 is now officially supported in Amazon FreeRTOS.

## Espressif May 2018 Newsletter: 10th Anniversary, IoT Meetups, and ESP32 Updates

DevFeed: [Espressif May 2018 Newsletter: 10th Anniversary, IoT Meetups, and ESP32 Updates](<https://devfeed.tech/articles/may-2018-13920.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/may-2018/>)

Author: John Lee

Published: 2018-05-07T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp-idf-v3-0](<https://devfeed.tech/tags/esp-idf-v3-0.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [here](<https://devfeed.tech/tags/here.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [internet-of-things](<https://devfeed.tech/tags/internet-of-things.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

Espressif's May 2018 newsletter reviews the company's 10th anniversary, its IoT focus and ESP8266 and ESP32 solutions. It also highlights a Pune IoT meetup covering MQTT and AWS IoT, plus updates on ESP32-related projects and releases.

### Source excerpt

Hi everyone, We said goodbye to April with a glorious party celebrating Espressif's 10th birthday! Espressif was created on April 29th, 2008. Back then our company was a small Chinese startup fueled with the vision of its CEO and founder, Teo Swee Ann. It soon became apparent that Espressif's field of specialization would be the Internet of Things. Our company evolved significantly in this area, leaving its indelible mark with such popular IoT solutions as ESP8266and ESP32.

## Can HTTP/2 Replace MQTT?

DevFeed: [Can HTTP/2 Replace MQTT?](<https://devfeed.tech/articles/can-http-2-replace-mqtt-33410.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2015/02/20/can-http2-replace-mqtt>)

Published: 2015-02-20T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [HTTP](<https://devfeed.tech/topics/http.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Publish-subscribe pattern](<https://devfeed.tech/topics/pubsub.md>), [client](<https://devfeed.tech/topics/client.md>)

Tags: [client](<https://devfeed.tech/tags/client.md>), [http](<https://devfeed.tech/tags/http.md>), [messages](<https://devfeed.tech/tags/messages.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [server](<https://devfeed.tech/tags/server.md>), [stream](<https://devfeed.tech/tags/stream.md>), [subscription](<https://devfeed.tech/tags/subscription.md>)

### AI overview

The article examines whether HTTP/2 with HPACK could replace MQTT. It explains MQTT's compact headers and publish/subscribe model, then describes how HTTP/2 multiplexing, server push, persistent streams, and headers could approximate MQTT-style messaging.

### Source excerpt

Yesterday I got an interesting question:

## ThingMonk 2014: Toward a more intelligent IoT

DevFeed: [ThingMonk 2014: Toward a more intelligent IoT](<https://devfeed.tech/articles/thingmonk-2014-toward-a-more-intelligent-iot-33407.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2014/12/05/thingmonk-recap>)

Published: 2014-12-05T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [Internet of things](<https://devfeed.tech/topics/iot.md>), [data](<https://devfeed.tech/topics/data.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [CoAP](<https://devfeed.tech/topics/coap.md>)

Tags: [bloom-filter](<https://devfeed.tech/tags/bloom-filter.md>), [cardinality](<https://devfeed.tech/tags/cardinality.md>), [data](<https://devfeed.tech/tags/data.md>), [data-structures](<https://devfeed.tech/tags/data-structures.md>), [iot](<https://devfeed.tech/tags/iot.md>), [london](<https://devfeed.tech/tags/london.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>)

### AI overview

A recap of ThingMonk 2014 argues that the Internet of Things needs shared ways to organize, interpret, and connect sensor data, beyond efficient communication protocols. The article highlights metadata, open data, and data structures such as Bloom filters and HyperLogLog.

### Source excerpt

This week I was fortunate enough to attend ThingMonk in London. RedMonk were excellent hosts and managed to put together a tremendous lineup of speakers and talks that I hadn't anticipated. There were only 150 attendees, but each one of them brought something unique. Here I attempt to summarize some of the day, I know I've missed several truly great talks, but I just wanted to keep it short.

## MQTT - Another Implementor's Perspective

DevFeed: [MQTT - Another Implementor's Perspective](<https://devfeed.tech/articles/mqtt-another-implementor-s-perspective-33404.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2014/06/02/MQTT-another-implementors-perspective>)

Published: 2014-06-02T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [client](<https://devfeed.tech/tags/client.md>), [community](<https://devfeed.tech/tags/community.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [standards](<https://devfeed.tech/tags/standards.md>)

### AI overview

An implementor responds to criticisms of MQTT, arguing that the protocol is intended to be lightweight, open, simple, and easy to implement rather than highly extensible. The article discusses MQTT's governance, implementation complexity, and client-focused design.

### Source excerpt

Earlier there was a blog post by Clemens Vasters that flamed MQTT. My preference is to take these complaints to the standards bodies responsible for MQTT and try to make constructive changes, but it appears that this is a man who prefers flame wars over professional dialog. I've been challenged to write a rebuttal, so here it is.

[Next page](<https://devfeed.tech/tags/mqtt.md?cursor=WyIyMDE0LTA2LTAyVDAwOjAwOjAwKzAwOjAwIiwgIjUyZTc0N2YyLWVjZTUtNGE0MS1hZWI1LTkzMzZiMWI2ZjgyNSJd>)