Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lyqht/allegro

Laundry IoT Device with GUI (10.009 1D Project)
https://github.com/lyqht/allegro

iot-device kivy laundry

Last synced: 7 days ago
JSON representation

Laundry IoT Device with GUI (10.009 1D Project)

Awesome Lists containing this project

README

        

# Allegro
This is a school project that utilizes **Kivy & Python** to make a basic GUI that syncs real-time data from temperature, humidity and ambient light sensors from *Firebase* and displays it to the user.

Presentation Slides: [here](https://docs.google.com/presentation/d/e/2PACX-1vQET5gnRdCuvB1NK9UJKICNGV7OnbroIDHApzYcPjWxZKnwRcrdkahEvO84dWGSMUABj5MtxpMesz1D/pub?start=true&loop=false&delayms=10000)

## Built Solution

![](DW 1D poster.png)

## Setup Instructions

Libraries required:

```
pip install kivy matplotlib numpy
```

You would also need the sensors listed in the poster and follow the schematics, then run `python app.py`

For kivy notes, refer [here](https://gist.github.com/lyqht/a1b9eb578481b4a181869fc23d4f02ae).