This repository contains the ESP32 firmware platform for the robot project.
- Passive UART-to-WebSocket telemetry bridge for Pico runtime logs.
- The ESP32 is not the motion controller.
- The Pico remains the owner of robot control, safety, and timing-sensitive behavior.
main/keeps startup wiring minimal.components/telemetry_bridge/contains the implemented telemetry capability.components/config/,components/network/, andcomponents/diagnostics/reserve clean boundaries for future platform capabilities.
- Shared architecture and subsystem boundaries live in
../docswhen this repo is checked out inside the parentai-robotworkspace. - ESP32-specific implementation documentation lives in
docs/.