Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lyqht/allegro
- Owner: lyqht
- License: mit
- Created: 2018-03-31T02:10:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T16:26:51.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T20:26:52.456Z (2 months ago)
- Topics: iot-device, kivy, laundry
- Language: Python
- Homepage:
- Size: 6.14 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).