Skip to content

KevinLindemark/Rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Rover

Micropython Rover with ESP32

rover

The RoverV1.0 folder contains a fully working version of the Rovers code. Uplaoad all files to the Rover and create a wifi hotspot with credenitals from the boot.py (SSID: "ESP32" and Password "12345678" file. The Rovers IP adress will be printed in console when connected. Put the IP adress in a browser window to control the Rover.

The motorTestPWM folder contains a working motor test for the rover. It will continuesly run all motors from low duty (300) to max duty (1023), and then stop all motors for 3 seconds and repeat.

The dataSmoothing folder contains an example of how to setup moving median for smoothing of sensordata (Remove outliers). Upload all 3 files to ESP32 and run the hcsr04MovingMedian.py file. The example needs hcsr04 sensors attatched.

Rover project documentation.pdf

About

Micropython Rover with ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages