zeroclaw/docs/hardware
Simian Astronaut 7 0b9a975da5 docs: restructure docs/ into topic-based directory layout
- Move ~60 flat files from docs/ root into category subdirs:
  security/, hardware/, ops/, reference/{api,cli,sop},
  setup-guides/, contributing/, maintainers/, assets/
- Absorb and remove datasheets/, operations/, getting-started/,
  project/, structure/, sop/ directories
- Move testing-telegram.md to tests/telegram/ alongside test scripts
- Merge FutureRefactorings.md into refactor-candidates.md
2026-03-09 22:25:20 -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 docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
hardware-peripherals-design.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
nucleo-setup.md docs: restructure docs/ into topic-based directory layout 2026-03-09 22:25:20 -04:00
README.md docs: enhance getting-started, hardware, and project collection indexes 2026-02-19 13:04:11 -08: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