RemRover is an easy to control surveillance vehicle that continually transmits the video footage of the area it is exploring. The user has full control over the movement of the rover through a socket based web interface. The camera module on the rover is supplemented with a pan and tilt mechanism that allows a 360 degree view.
- Raspberry Pi3B+
- Raspberry Pi Camera Module V 2.1
- 2 S690 Tower Pro Micro Servos
- Pan & Tilt Bracket
- DC Motors
- 2WD Smart Robot Car Chassis
- Python Flask - Serving web page
- Flask SocketIO - Fast bi-directional communication for running commands
- ngrok - Exposing the interface through a tunnel for remote accesss
- HTML/CSS/JS - Minimalistic vanilla frontend
Note - A vitrual env can be created before running the following command.
pip3 install -r requirements.txt
Running the server with access only on local network -
python3 app.py
Running the server with remote access -
python3 app.py --remote_run