Bullet Train Sushi Robot: Flutter + Arduino Control for Zenpo Sushi
TL;DR — I built a bullet train sushi robot control stack for Zenpo Sushi.
The mobile UI is a Flutter app that drives a Wi‑Fi robot over simple HTTP commands; the firmware is Arduino (WiFiNINA) orchestrating dual motors, a Hall sensor for position, a hardware Return/Home button, and idle‑safety logic. This post walks through the architecture, the code, and the production hardening plan.