跳至主要内容

开发板 — Selection Guide

Start Here — Which Dev Board?

🟢 Just Learning? Start with Arduino Uno R4. Most tutorials, largest community, can not go wrong. Arduino Guide →

📶 Building IoT? Pick ESP32-S3. Built-in WiFi + BLE, deep sleep for battery, under $6. ESP32 Guide →

🤖 Doing AI? Go Jetson Orin Nano. CUDA + TensorRT, 40 TOPS, runs YOLO and LLMs. Jetson Guide →

Quick Comparison

BoardMCU/SOCClockRAMWirelessBest For
Arduino Uno R4RA4M1 (ARM M4)48 MHz32 KBWiFi (Minima)Learning, sensors
ESP32-WROOMXtensa LX6240 MHz520 KBWiFi+BLEIoT, LoRa nodes
Raspberry Pi 5BCM2712 (ARM A76)2.4 GHz4/8 GBWiFi+BLEEdge compute, AI
Jetson Orin NanoARM A78 + Ampere GPU1.5 GHz4/8 GBEdge AI, CV
M5Stack CoreS3ESP32-S3240 MHz512 KBWiFi+BLEPrototyping
STM32F4 BlackARM M4F168 MHz192 KBIndustrial RT

How to Choose

  1. Simple sensors → Arduino — most tutorials, largest community
  2. WiFi/BLE IoT → ESP32 — built-in wireless, sub-$5
  3. Linux / AI → Raspberry Pi 5 — full OS, GPIO, USB 3
  4. Edge AI → Jetson Orin — CUDA, TensorRT
  5. Fast MVP → M5Stack — modular, UiFlow drag-and-drop
  6. Industrial RT → STM32 — deterministic timing

Platform Quickstarts