Top 12 IoT Development Boards in 2026: ESP32, Nordic, STM32 & NXP Compared
A field-tested 2026 guide to the dev boards we ship products on — from ESP32-C6 and Nordic nRF54 to STM32 and NXP i.MX RT — with the trade-offs that matter.
The dev board you pick rarely ships in the final product — but it shapes the architecture, the firmware, and the team’s reflexes for the rest of the project. Here is the shortlist we keep on the bench in 2026, what each is genuinely good at, and the one trade-off most teams underestimate.
What changed since 2024
Three quiet shifts:
- ESP32-C6 and -H2 put Wi-Fi 6, BLE 5.3, and Thread on a single sub-$3 SoC — Espressif essentially closed the BLE-only niche by undercutting Nordic on price.
- Nordic’s nRF54 lineup gave the BLE-first crowd a 1024 KB Flash, dual-core, 128 MHz target with much better RAM than the nRF52840 — for products where Nordic’s radio quality and Bluetooth Mesh maturity still win.
- STM32 had a step-change with N6 (Neural-ART NPU) — making on-device CV viable on a microcontroller without crossing into Linux territory.
The boards we keep stocked
Wi-Fi + BLE first
- ESP32-S3-DevKitC — daily driver. Dual-core 240 MHz, 8/16 MB Flash, 8 MB PSRAM, native USB. Picks up most consumer-IoT briefs.
- ESP32-C6-DevKitC — pick when you need Thread/Matter alongside Wi-Fi 6. Single RISC-V core; less compute, much better radio breadth.
- ESP32-H2-DevKitC — Thread + Zigbee + 802.15.4 only (no Wi-Fi). Sits inside Matter-over-Thread products where you do not want Wi-Fi at all.
BLE-first / wearable / sensor
- Nordic nRF54L15-DK — the new default for low-power BLE products. Best-in-class radio, mature Zephyr support, generous Flash for OTA + app.
- Nordic nRF52840-DK — the reliable predecessor. Still our pick when Bluetooth Mesh maturity matters.
- Silicon Labs xG24 Explorer — Zigbee, Thread, Matter, BLE on one SoC, with an integrated AI/ML accelerator. Strong fit for smart-home gateways.
Industrial / regulated
- STM32 Nucleo H7 / U5 — when you need real-time predictability, mature toolchains, and 10-year availability. Pair with a discrete radio.
- STM32N6 Discovery — the Neural-ART NPU board. Real on-device computer vision without going to a Linux board.
- NXP i.MX RT1170 EVK — crossover MCU when you need application-processor compute (1 GHz) with microcontroller predictability.
Linux / heavy edge
- Raspberry Pi 5 — when you need Linux, video, or a real GPU. Default for prototypes that will move to Pi Compute Module 5 in production.
- NVIDIA Jetson Orin Nano — pick when AI workloads exceed what fits on a microcontroller. Vision, audio, RAG-on-device.
- BeagleBone AI-64 — open-source Linux SBC with on-board accelerator. Industrial-friendly form factor.
How we pick on a real project
We map four constraints in the first day of a project:
- Wireless requirements → narrows the silicon family. (See our connectivity guide.)
- Power budget → battery life modeled in a spreadsheet (see our BLE battery post). If multi-year on a coin cell, ESP32 falls out.
- Compute & memory → AI inference, image processing, or large protocol stacks push toward STM32H7, NXP i.MX RT, or Linux SBCs.
- Lifecycle & regulation → 10-year availability and audit-ready toolchains push toward STM32 over ESP32 or Nordic.
The decision matrix usually reduces to two or three dev boards within a week. We order both, profile power, and commit. (Our ESP32-vs-STM32 deep-dive walks the edge cases when the call is close.)
The trade-off most teams underestimate
Toolchain familiarity. A board your team already ships on is worth a year of project velocity over a “better” board they have to learn. We have seen senior engineers struggle through a first Zephyr project in a way that erased the BOM savings from picking nRF over ESP32. If your team has shipped two products on ESP-IDF, the third should usually be ESP-IDF too — even if a Nordic dev kit looks marginally better on paper.
What we hand over
For every IoT engagement we ship a one-page silicon decision memo: which boards we evaluated, the power model, the toolchain choice, and the deferred decisions (with their trigger conditions). This memo is part of the deliverable — not a slide to be lost.
If you are mid-decision on a board family, we are happy to look at your spec for an hour and tell you which way we would go. Get in touch.
Keep reading
-
Hardware
Best IoT Sensors by Category: Temperature, Humidity, Vibration, Air Quality
A 2026 buyer guide to IoT sensors — picks for temperature, humidity, vibration, air quality, current, motion. Accuracy classes and calibration drift.
Read -
Connectivity
Best LoRa Gateways for Private Networks in 2026
Picking a LoRaWAN gateway for a private network in 2026 — single vs multi-channel, indoor vs outdoor, ChirpStack vs The Things Stack, and the ones we actually deploy.
Read -
Connectivity
IoT Cellular Modules Compared: u-blox, Quectel, Nordic, Sierra (2026 Guide)
How to pick an LTE-M / NB-IoT cellular module in 2026 — vendor breakdown, certification, eSIM, multi-region coverage, and the trade-offs we actually weigh on real projects.
Read