Build esp32-spotter, a small standalone firmware project that consumes esp32-loop via flash --project <its-own-tree>, to exercise the full write → flash → observe → control path on a real workload (not just the bundled examples).
A perceive-and-act node on the ESP32-CAM — detect something in frame, then act (snapshot + notify, or drive a GPIO). Image/data egress over WiFi/HTTP; BLE for control.
Goal: validate the loop end-to-end on real firmware and surface rough edges in new / flash / watch / sub / send.
Build esp32-spotter, a small standalone firmware project that consumes esp32-loop via
flash --project <its-own-tree>, to exercise the full write → flash → observe → control path on a real workload (not just the bundled examples).A perceive-and-act node on the ESP32-CAM — detect something in frame, then act (snapshot + notify, or drive a GPIO). Image/data egress over WiFi/HTTP; BLE for control.
Goal: validate the loop end-to-end on real firmware and surface rough edges in
new/flash/watch/sub/send.