Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!