Skip to content

Development Hardware

Sprites provide access to N100 hardware via SSH tunnel. Available tools include adb, lsusb, and serial utilities (picocom, minicom).

Terminal window
lsusb
picocom -b 115200 /dev/ttyUSB0
adb devices

See agent-harness/AGENTS.md and agent-harness/docs/coder-workspace.md for hardware tooling details.

The Luckfox device is reachable from workspaces and the N100 host.

Terminal window
ssh root@172.32.0.93
# or
adb shell

The presence-detection-engine repo documents the current wiring and calibration reference configuration. Hardware setup is captured in presence-detection-engine/docs/HARDWARE_SETUP.md, including:

  • ESP32 (M5Stack Basic reference)
  • LD2410 mmWave radar
  • UART wiring (GPIO16/17, 256000 baud)
  • Home Assistant integration details
  • agent-harness/CLAUDE.md
  • presence-detection-engine/docs/HARDWARE_SETUP.md