Happy New Year everyone.
I'm making a project for my course work. Where I'm making a bot which monitors parking area and picks up/drop litter.
The bot vehicle includes a simple arm manipulator, a camera and vehicle itself. All three have separate boards. Arduino R3 for vehicle, ESP32 for Arm and Arduino R3 for camera. I've used it separate because I'm very new to all this.
I want to make a web-based controller/GUI from where the janitor/ blue collar guy can control the vehicle and monitor the surrounding. This will be sample so doesn't need to be good looking but should be functional and wireless.
I want to know which better way is to do this integration. What are ways to have Mutiple input and output (controls) on GUI. I'm planning for a dashboard similar to and CCTV dashboard. Where user can see the camera feed from moving bot and take action by on screen controls when required. Any help will be appreciated
I'm new to coding as such but the intent is to deep dive and learn. I'm open to any suggestions and courses if I've to take.