<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>mcuagent.com</title>
  <link>https://mcuagent.com</link>
  <description>Developer portal for MCU Agents — ESP32/STM32 patterns, MQTT, generated C code. Published by ForestHub.ai.</description>
  <language>en</language>
  <atom:link href="https://mcuagent.com/feed.xml" rel="self" type="application/rss+xml" />
  <item>
    <title>fh-workflow CLI Reference — Validate, Open &amp; Migrate Agent Workflows</title>
    <link>https://mcuagent.com/edge-agents-cli-reference/</link>
    <guid isPermaLink="true">https://mcuagent.com/edge-agents-cli-reference/</guid>
    <description>Command reference for the fh-workflow CLI from the open-source edge-agents runtime: open the visual builder, validate and schema-check *.workflow.json, and migrate workflow schemas.</description>
    <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>edge-agents Hardware Support — Pi, Jetson, STM32MP25, ctrlX CORE (MPU vs MCU)</title>
    <link>https://mcuagent.com/edge-agents-hardware-support/</link>
    <guid isPermaLink="true">https://mcuagent.com/edge-agents-hardware-support/</guid>
    <description>Which boards run the edge-agents runtime today: Raspberry Pi 5, Jetson Orin Nano, STM32MP25, Bosch Rexroth ctrlX CORE — all Linux/MPU-class. Why bare-metal Cortex-M microcontrollers are roadmap, not shipping.</description>
    <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>edge-agents Runtime Quickstart — Open-Source Agents on Pi, Jetson &amp; STM32MP25</title>
    <link>https://mcuagent.com/edge-agents-runtime-quickstart/</link>
    <guid isPermaLink="true">https://mcuagent.com/edge-agents-runtime-quickstart/</guid>
    <description>Install the open-source edge-agents runtime, open the visual builder, and run the Go engine container on Raspberry Pi 5, Jetson Orin Nano, or STM32MP25 — offline by default, with GPIO/UART/MQTT as first-class nodes.</description>
    <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>About mcuagent.com — Editorial Charter</title>
    <link>https://mcuagent.com/about/</link>
    <guid isPermaLink="true">https://mcuagent.com/about/</guid>
    <description>mcuagent.com editorial standards, technical accuracy policy, author disclosure, and how to report errors. Published by ForestHub.ai.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>Best MCU Agent Tools — Honest 2026 Comparison</title>
    <link>https://mcuagent.com/best-mcu-agent-tools/</link>
    <guid isPermaLink="true">https://mcuagent.com/best-mcu-agent-tools/</guid>
    <description>Fair comparison of MCU agent tools: Edge Impulse, STM32Cube.AI, Arduino IoT Cloud, ESP-IDF plus Zephyr DIY stack, and ForestHub. Criteria, verdicts, trade-offs.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>Cloud Delegation for MCU Agents — When to Call Home</title>
    <link>https://mcuagent.com/cloud-delegation-for-mcu-agents/</link>
    <guid isPermaLink="true">https://mcuagent.com/cloud-delegation-for-mcu-agents/</guid>
    <description>When and how MCU agents delegate decisions to edge or cloud: HTTP webhook, MQTT request-response, batch upload, offline queue. Security and latency trade-offs.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>ESP32 Agent — ESP32-S3, ESP-IDF, MQTT, and TinyML</title>
    <link>https://mcuagent.com/esp32-agent/</link>
    <guid isPermaLink="true">https://mcuagent.com/esp32-agent/</guid>
    <description>Build an MCU agent on ESP32-S3: vector ISA for ML acceleration, ESP-IDF MQTT client setup, sensor-trigger-action pattern, and annotated C code snippets.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>MCU Agent Examples — Six Working Project Templates</title>
    <link>https://mcuagent.com/examples/</link>
    <guid isPermaLink="true">https://mcuagent.com/examples/</guid>
    <description>Six MCU agent project templates with hardware lists, libraries, and what each agent does: ESP32 temperature anomaly, STM32 vibration classifier, RP2040 environmental monitor, and more.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>Generated C Code for MCU Agents — Spec to Firmware</title>
    <link>https://mcuagent.com/generated-c-code-for-mcu-agents/</link>
    <guid isPermaLink="true">https://mcuagent.com/generated-c-code-for-mcu-agents/</guid>
    <description>How high-level agent specs (YAML, JSON, visual flow) become generated C firmware modules. Comparison with hand-written firmware, and tools in the ecosystem.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>MCU Agent Glossary — 18 Key Terms Defined</title>
    <link>https://mcuagent.com/glossary/</link>
    <guid isPermaLink="true">https://mcuagent.com/glossary/</guid>
    <description>Precise definitions for 18 terms used across MCU agent development: MCU, MPU, SoC, RTOS, TinyML, CMSIS-NN, ESP-NN, NPU, FreeRTOS, Zephyr, MQTT, CoAP, OTA, and more.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>MCU Agent Architecture — On-Device and Off-Device</title>
    <link>https://mcuagent.com/mcu-agent-architecture/</link>
    <guid isPermaLink="true">https://mcuagent.com/mcu-agent-architecture/</guid>
    <description>How MCU agent firmware is structured: event loop, sensor I/O, agent state machine, optional TinyML inference, MQTT communication, and delegation to edge or cloud.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>MQTT for MCU Agents — Topics, QoS, Brokers, Payloads</title>
    <link>https://mcuagent.com/mqtt-for-mcu-agents/</link>
    <guid isPermaLink="true">https://mcuagent.com/mqtt-for-mcu-agents/</guid>
    <description>Practical MQTT design for MCU agents: topic hierarchy, QoS selection, broker comparison (Mosquitto, EMQX, HiveMQ), TLS setup, and payload format trade-offs.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>Sensor Agent Patterns — Four Common MCU Agent Designs</title>
    <link>https://mcuagent.com/sensor-agent-patterns/</link>
    <guid isPermaLink="true">https://mcuagent.com/sensor-agent-patterns/</guid>
    <description>Four practical sensor agent patterns with C pseudocode: anomaly-detect-and-alert, threshold-with-explanation, sensor-fusion-report, and local-decision-actuate.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>STM32 Agent — STM32H7, CMSIS-NN, LwIP, and MQTT</title>
    <link>https://mcuagent.com/stm32-agent/</link>
    <guid isPermaLink="true">https://mcuagent.com/stm32-agent/</guid>
    <description>Build MCU agents on STM32H7 and STM32MP1: STM32Cube.AI model deployment, CMSIS-NN acceleration, LwIP MQTT stack, and annotated C firmware skeleton.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>TinyML vs MCU Agents — Not the Same Thing</title>
    <link>https://mcuagent.com/tinyml-vs-mcu-agents/</link>
    <guid isPermaLink="true">https://mcuagent.com/tinyml-vs-mcu-agents/</guid>
    <description>TinyML means running ML inference on tiny devices. An MCU agent is an architectural pattern: sensors, local logic, optional TinyML, communication, and delegation.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
  <item>
    <title>What Is an MCU Agent? A Precise Definition</title>
    <link>https://mcuagent.com/what-is-an-mcu-agent/</link>
    <guid isPermaLink="true">https://mcuagent.com/what-is-an-mcu-agent/</guid>
    <description>An MCU agent is an event-driven firmware program that combines sensor I/O, local decision logic, optional TinyML inference, and structured communication on a microcontroller.</description>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <author>noreply@foresthub.ai (Marcus Rüb)</author>
  </item>
</channel>
</rss>
