Skip to content

A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.

License

Notifications You must be signed in to change notification settings

j-deutsch/sts_pi_controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STS-Pi controller

A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.

Web app

Pre-requisities

You'll need Flask:

sudo pip install Flask

You'll also need the Pimoroni Explorer HAT library:

curl get.pimoroni.com/explorerhat | bash

And then you should reboot.

Installing and using the controller

Just clone this repo or download the zipped version:

git clone https://github.com/sandyjmacdonald/sts_pi_controller.git

Then, move into the sts_pi_controller directory and run the app:

cd sts_pi_controller
sudo python app.py

The app will now be running on port 80 at the IP address of your Pi. Just enter that address in your browser and away you go!

About

A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.9%
  • HTML 20.8%
  • Python 6.3%