Zum Hauptinhalt springen

Entwicklungsboards β€” 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 GBβ€”Edge AI, CV
M5Stack CoreS3ESP32-S3240 MHz512 KBWiFi+BLEPrototyping
STM32F4 BlackARM M4F168 MHz192 KBβ€”Industrial 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​