SMARS Lab - A simple web app for playing with SMARS Robots.
To Install:
git clone https://www.github.com/kevinmcaleer/SMARSLab
cd SMARSLab
pip install virtualenv
or
'sudo apt-get install virtualenv'python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python smarslab.py
http://localhost:5000
or http://raspberrypi-IP-ADDRESS:5000
You will need to install the following python libraries for this to work:
sudo apt-get install python-smbus
sudo apt-get install i2c-tools
Had to remove support for Python 3.3 as Flask is not compatible with this version. Removed some objc dependencies from requirements.txt as this causes the build to fail
// May 2019 - added buzzer feature // Requires a Fundomoto sheild