Build a vision-driven robot that follows a person — and prove the layered architecture that separates intelligence from actuation.
The philosophy carried into v2 started here: the Jetson perceives and decides; the Teensy owns physical safety and actuation; a simple ASCII serial protocol is the only bridge between them.
Before the Teensy drive system was integrated, steering was prototyped with a MicroPython script reading three analogue sensors through voltage thresholds and driving an L298N-class motor driver — auto-centering the steering rack in hardware bring-up tests. Unglamorous, and exactly how real platforms get commissioned.