Skip to content

dhs-envirotech/materov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

This is the code used to control the underwater ROV for the MateROV competeition.

Usage

Let's assuming you are currently in the ~/materov cloned directory

  1. Create a Python virtual enviornment
python3 -m venv --system-site-packages venv
  1. Source the local enviornment (You have to run this every time a new terminal session is created)
source venv/bin/activate
  1. Install packages
pip3 install flask adafruit-circuitpython-motorkit
  1. Run!
python3 main.py

About

I used Socket.IO and PicoCSS for this minimal project.

Colors are also from PicoCSS: https://picocss.com/docs/colors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published