Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandyjmacdonald/sts_pi_controller
A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.
https://github.com/sandyjmacdonald/sts_pi_controller
Last synced: about 2 months ago
JSON representation
A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.
- Host: GitHub
- URL: https://github.com/sandyjmacdonald/sts_pi_controller
- Owner: sandyjmacdonald
- License: mit
- Created: 2016-01-17T10:40:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T11:01:36.000Z (almost 9 years ago)
- Last Synced: 2024-04-21T04:04:58.551Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 112 KB
- Stars: 18
- Watchers: 2
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STS-Pi controller
A super simple web app controller for the Pimoroni STS-Pi robot, using Flask and Skeleton.
![Web app](web_app.jpg)
## 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!