Hardware Specs banner
chayuto chayuto

Hardware Specs

Development community

Description

# ESP32-C6 + AMOLED-1.8 Hardware Specs & Limitations Reference for designing features on the ESP32-C6-Touch-AMOLED-1.8 board. Use this before writing any code that touches peripherals, memory, or wireless. --- ## CPU - **Core:** Single RISC-V at 160MHz - **No FPU** — software float is ~10-20× slower than hardware. Audit all `float`/`double` usage. - **No SIMD** — SIMD (PIE) exists only on ESP32-S3. Libraries claiming SIMD acceleration don't use it on C6. - **Single core** — `xTaskCreatePinne

Installation

Installs to ~/.claude/commands/chayuto-esp32-c6-touch-amoled-1.8-hardware-specs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chayuto/ESP32-C6-Touch-AMOLED-1.8/HEAD/.claude/commands/hardware-specs.md -o ~/.claude/commands/chayuto-esp32-c6-touch-amoled-1.8-hardware-specs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository