ESP32 RC Cars

The project showcases an ESP32-based remote-controlled camera system that streams live video and controls motors and servos using WebSocket commands. Features include automatic timeout to reset default states, multi-client video feed canvas on the server, and optional SD card support. Hardware requirements include an ESP32-CAM, motor, servo, stable 5V power supply, and Wi-Fi network. Software requirements involve specific code libraries and dependencies for the ESP32 and Python server. Troubleshooting tips are provided for connection and video stream issues. The open-source project is available under the MIT License, encouraging contributions to enhance the application. (Word count: 111)

https://github.com/mattsroufe/esp32_rc_cars

To top