# MQTT

MQTT is a lightweight client-server publish/subscribe messaging transport protocol designed for constrained environments, including Internet of Things contexts.

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.

## My Home Lab, V2

DevFeed: [My Home Lab, V2](<https://devfeed.tech/articles/my-home-lab-v2-10752.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/my-home-lab-v2>)

Author: EduuhMuraya

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

Content type: article

Language: en

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

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Network](<https://devfeed.tech/topics/network.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Server](<https://devfeed.tech/topics/server.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

An updated home lab replaces a multi-node Kubernetes setup with one mini PC running Proxmox. The article covers segmented networks enforced by OPNsense, firewall testing from within each segment, and a solar-power system integrated with Home Assistant through USB and MQTT. It also describes load-shedding and shutdown safeguards during battery depletion.

### Source excerpt

The Kubernetes cluster is gone. One mini PC runs the whole house now: four network segments, a solar inverter Home Assistant can act on, and a guard that shuts the servers down before the battery does.

## Wiring Home Assistant Into My Solar Inverter

DevFeed: [Wiring Home Assistant Into My Solar Inverter](<https://devfeed.tech/articles/wiring-home-assistant-into-my-solar-inverter-10747.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/home-assistant-solar-inverter>)

Author: EduuhMuraya

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

Content type: article

Language: en

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

Topics: [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [data](<https://devfeed.tech/topics/data.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [phoenix](<https://devfeed.tech/topics/phoenix.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

This article explains how to connect a Growatt solar inverter to Home Assistant through Solar Assistant and MQTT. It covers running Home Assistant as a Proxmox VM, troubleshooting Phoenix LiveView form state and an inactive MQTT publisher, and keeping the integration read-only.

### Source excerpt

A Growatt inverter, a Raspberry Pi running Solar Assistant, and Home Assistant on Proxmox. Bridging them took an MQTT broker, a form that silently discarded everything I typed, and a decision to keep the link read-only. Then it stopped watching the house and started switching it off.

## RFC 9880 and the IoT Validation Problem

DevFeed: [RFC 9880 and the IoT Validation Problem](<https://devfeed.tech/articles/rfc-9880-and-the-iot-validation-problem-18924.md>)

Original publisher: [Read original article](<https://blog.frankel.ch/rfc-9880-iot-validation-compiler/>)

Author: Stefano Fago

Published: 2026-07-26T00:00:00Z

Content type: article

Language: en

Sources: [Nicolas Fränkel](<https://devfeed.tech/sources/nicolas-frankel.md>)

Topics: [Internet of things](<https://devfeed.tech/topics/iot.md>), [SDF](<https://devfeed.tech/topics/sdf.md>), [data](<https://devfeed.tech/topics/data.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Code](<https://devfeed.tech/topics/code.md>), [CoAP](<https://devfeed.tech/topics/coap.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [development](<https://devfeed.tech/tags/development.md>), [iot](<https://devfeed.tech/tags/iot.md>), [json](<https://devfeed.tech/tags/json.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [sdf](<https://devfeed.tech/tags/sdf.md>), [standards](<https://devfeed.tech/tags/standards.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

This article examines RFC 9880 and its Semantic Definition Format (SDF) as an ecosystem-neutral, JSON-based way to describe IoT devices. It argues that SDF validation is best understood as a compilation problem and discusses how different IoT ecosystems represent the same physical concepts incompatibly.

### Source excerpt

The IoT/IIoT world has a data model problem and the concept of Digital Twin has made this issue more important. Plenty of people have tried to fix it. RFC 9880 and its Semantic Definition Format (SDF) are a serious attempt: a JSON-based, ecosystem-neutral way to describe what a device is and what it does. I have had some experiences with this specification, and I've understood that the format shows its full value once you treat it as source code, something you compile.

## 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.

## 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.

## My Power Backup System

DevFeed: [My Power Backup System](<https://devfeed.tech/articles/my-power-backup-system-10754.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/my-power-backup-system>)

Author: EduuhMuraya

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

Content type: article

Language: en

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

Topics: [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [USB](<https://devfeed.tech/topics/usb.md>)

Tags: [backup](<https://devfeed.tech/tags/backup.md>), [house](<https://devfeed.tech/tags/house.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [outage](<https://devfeed.tech/tags/outage.md>), [production](<https://devfeed.tech/tags/production.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

A home power backup system evolved into the house's primary supply after solar panels were installed. Monitoring through a Raspberry Pi, USB, MQTT, and Home Assistant revealed production patterns and detected a lengthy grid outage that the occupants had not noticed.

### Source excerpt

A 5kW hybrid inverter and a 5.12 kWh battery, bought to ride out power cuts. Three years later the panels went up and it quietly became the primary supply, with the grid as the fallback.

## 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

## 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.

## 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.

## Band-aiding legacy networking libraries with Retrofit and OkHttp

DevFeed: [Band-aiding legacy networking libraries with Retrofit and OkHttp](<https://devfeed.tech/articles/band-aiding-legacy-networking-libraries-with-retrofit-and-okhttp-29035.md>)

Original publisher: [Read original article](<https://saket.me/retrofit-band-aid/>)

Author: Saket Narayan

Published: 2018-04-30T09:22:05Z

Content type: tutorial

Language: en

Sources: [Saket Narayan](<https://devfeed.tech/sources/saket-narayan.md>)

Topics: [legacy](<https://devfeed.tech/topics/legacy.md>), [networking](<https://devfeed.tech/topics/networking.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Library](<https://devfeed.tech/topics/library.md>), [API](<https://devfeed.tech/topics/api.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [apis](<https://devfeed.tech/tags/apis.md>), [http](<https://devfeed.tech/tags/http.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [networking](<https://devfeed.tech/tags/networking.md>), [okhttp](<https://devfeed.tech/tags/okhttp.md>), [refactor](<https://devfeed.tech/tags/refactor.md>), [retrofit](<https://devfeed.tech/tags/retrofit.md>)

### AI overview

This tutorial explains how to use Retrofit with a legacy networking library by adding an OkHttp interceptor that redirects network requests to the existing library. It also describes exposing nonstandard data sources through Retrofit converters.

### Source excerpt

When Uncommon was brought in to refactor a big legacy app last year, we found ourselves in a strange situation. Our client was maintaining a common library for handling networking -- HTTP, FCM, MQTT -- across all apps under their brand. This library (let's call it SadLibrary) had an API that was badly designed and dated, but not using [...] The post Band-aiding legacy networking libraries with Retrofit and OkHttp appeared first on Saket Narayan.

## 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/topics/mqtt.md?cursor=WyIyMDE0LTA2LTAyVDAwOjAwOjAwKzAwOjAwIiwgIjUyZTc0N2YyLWVjZTUtNGE0MS1hZWI1LTkzMzZiMWI2ZjgyNSJd>)