Skip to content

Uploading Arduino code

Sibo Wang-Chen edited this page Apr 14, 2025 · 1 revision

The trigger signals for the cameras and lights are generated by an Arduino Nano ESP32. The hardware design can be found in the spotlight-hardware repository (under "trigger_controller").

The source code of the Arduino program can be found in the "arduino" folder under this repository. Follow this and other tutorials on Arduino and its IDE to learn how to upload the code to the microcontroller.

Clone this wiki locally