Skip to main content

Final project

The final project of this elective course.

📄️ Code

The code for this project is divided into two main parts: Arduino code, which controls the assembly and performs tracking calculations, and JavaScript code, which facilitates connection to the ESP32 via Bluetooth and enables data transmission between the device and a web interface. The most current version of the code is always available here, the Arduino Code is in ESP32/src and the Web app in public. This overview will omit basic setup procedures such as initializing sensors and motors.