"PiRover" Version 2

Last Updated August 20th, 2023

This is a complete remake of my "Remote Controlled Raspbery Pi Car" I made about a year ago in September.

A list of changes made to the PiRover v2:

And here's a video of it running


The code was compeltely rewritten to be more streamlined and efficient. This time using the same Pigpio library for controlling the motors in addition to the Flask library for web interface. Making web apps in Flask using python is quite simple.

The raspberry pi was configured to create its own private network that could be connected to for easy access to the web interface using NetworkManager, heres a guide to do that.


Here are the Parts I Used:

All of the files and libraries used in this project are on my github