zeroclaw/docs/hardware
project516 49dd4cd9da
Change AppImage to tar.gz in arduino-uno-q-setup.md (#3754)
Arduino App Lab is a tar.gz file for Linux, not an AppImage

Co-authored-by: Argenis <theonlyhennygod@gmail.com>
2026-03-17 09:19:38 -04:00
..
datasheets docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
android-setup.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
arduino-uno-q-setup.md Change AppImage to tar.gz in arduino-uno-q-setup.md (#3754) 2026-03-17 09:19:38 -04:00
hardware-peripherals-design.md refactor: update firmware path references to match directory renames 2026-03-09 23:49:20 -04:00
nucleo-setup.md refactor: update firmware path references to match directory renames 2026-03-09 23:49:20 -04:00
README.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00

Hardware & Peripherals Docs

For board integration, firmware flow, and peripheral architecture.

ZeroClaw's hardware subsystem enables direct control of microcontrollers and peripherals via the Peripheral trait. Each board exposes tools for GPIO, ADC, and sensor operations, allowing agent-driven hardware interaction on boards like STM32 Nucleo, Raspberry Pi, and ESP32. See hardware-peripherals-design.md for the full architecture.

Entry Points

Datasheets