> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adsumnetworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platforms & roadmap

> What ships today across nRF and ESP, what is next, and the limits we are honest about.

Adsum IoT Coder covers the firmware dev loop across IoT silicon: scaffold, build, flash, test, observe, fix. It ships today for Nordic nRF and Espressif ESP32, and grows by adding chip families, protocols, and workflows as modules rather than rewrites.

## What ships, what is next

| Category                 | Shipping today                                                                                           | Next                                                 |
| :----------------------- | :------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- |
| **Platforms**            | Nordic nRF, Espressif ESP32                                                                              | More vendors as the community asks                   |
| **SoC families**         | nRF52, nRF53, nRF54 · ESP32, ESP32-S3, ESP32-C6                                                          | nRF7x (Wi-Fi), nRF9x (cellular), more ESP32 variants |
| **Protocols**            | BLE, Wi-Fi                                                                                               | Thread, Matter, LTE-M                                |
| **Workflows**            | prototype, build/flash/debug, add a feature, test & validate, log capture and analysis, CRA SBOM & Fix   | power-budget and protocol-correctness review         |
| **Models & providers**   | free tier, GLM Coding Plan, Claude, DeepSeek V4, OpenAI- or Anthropic-compatible endpoints, local models | hand a running task to your own coding agent (beta)  |
| **CRA readiness**        | SBOM (SPDX), secure-by-design posture, CVE fix loop, on nRF and ESP                                      | deeper posture coverage, more SDK versions           |
| **Hardware-in-the-loop** | RTT/UART and serial-log capture, J-Link multi-device control, guided 3-layer debug (app, HCI, radio)     | 3-layer decoding beyond BLE, power profiling         |
| **Benchmark**            | v0.1 (6 BLE tasks on nRF)                                                                                | v0.2 (20+ tasks, ESP suite, more comparisons)        |

Two headline features ship today. One-click [CRA readiness](/cra-readiness) for the EU Cyber Resilience Act runs on both nRF and ESP: an SBOM (SPDX), a secure-by-design posture check, and a CVE fix loop. And a guided [3-layer debug](/ble-debug) on Nordic nRF correlates your app log, the HCI bus, and the over-the-air radio to pinpoint where a BLE flow actually broke, not just what the app logged. Next up is extending 3-layer decoding beyond BLE, plus more chips and protocols, and, in beta, handing a running task to your own coding agent so Adsum brings the embedded expertise and drives the toolchain while your agent does the work. The roadmap is shaped by what the community asks for and contributes. [Open an issue, propose a benchmark task, or contribute a knowledge module.](https://github.com/adsumnetworks/Adsum-IoT-Coder/issues)

## Limitations

We publish what is true today, not what we wish were true.

* **Scope.** Today the tool ships for Nordic nRF52/53/54 (BLE) and Espressif ESP32/S3/C6 (Wi-Fi, BLE). Other Nordic families (nRF7x, nRF9x) and other protocols (Thread, Matter, LTE-M) are roadmap, not shipping.
* **Benchmark sample size.** Six tasks is a proof of concept, not statistical significance. v0.2 targets 20 to 30 tasks, including an ESP suite.
* **SDK coverage.** All benchmark tasks ran on a single NCS version (v3.2.1). Older LTS versions are roadmap items.
* **CRA readiness.** A readiness aid, not a conformity assessment and not legal advice. The CVE flow confirms a component you name is present in your build and helps you patch it; it does not scan for unknown CVEs. See [CRA readiness](/cra-readiness).
* **Trademarks.** nRF and Nordic Semiconductor are trademarks of Nordic Semiconductor ASA; ESP32 and ESP-IDF are trademarks of Espressif Systems. This is an independent project, not affiliated with or endorsed by either.
