Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesmartmonkey/myhome
Supinfo school project on a domotique house
https://github.com/thesmartmonkey/myhome
domotic domotique
Last synced: about 12 hours ago
JSON representation
Supinfo school project on a domotique house
- Host: GitHub
- URL: https://github.com/thesmartmonkey/myhome
- Owner: TheSmartMonkey
- License: mit
- Created: 2019-05-25T10:08:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T10:32:45.000Z (about 5 years ago)
- Last Synced: 2024-11-05T13:13:47.553Z (about 2 months ago)
- Topics: domotic, domotique
- Language: Python
- Size: 3.88 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myHome
Supinfo school project on a domotique house
More information on the project : [blog post](http://www.vandelle.com/blog/3dprinting/my-home/)
## Context
In the context of the year 2018-2019 I chose to make a project that brought together 3D printing, cumputer science and electronics. The principle was to be able to have a complete project which includes several aspects of digital technology.
My project is to create a model of a Domotised House.![house image](https://raw.githubusercontent.com/TheSmartMonkey/myHome/master/images/houseModel.JPG)
## The Project
1. A domotised house model printed with a 3D printer
2. Installation of LEDs, temperature sensor and LCD screen. All this controlled by microcontrollers.
3. Installation of a sliding garage door that can be opened with a contactless card
4. Setting up a web page for remote control of the house
## What I learned
* Print and modelise a 3D house
* Setup a Linux environnement with a web server
* How to use a Flask web server
* Setup a I2C bus
* Control sensors with arduinos and a web app