This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:project:project2 [2018/07/10 06:29] – pczekalski | en:iot-open:project:project2 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Smart home ====== | + | ===== Smart home ===== |
- | ===== Introduction | + | ==== Introduction ==== |
- | A smart home is an automated house where different operations are driven by sensor data. Door switches, temperature and PIR sensors are just a few inputs for the system and switching lights, fans, heating on and off are few outputs what data can trigger. A smart home can have a simple operation but also very complex ones and AI involved algorithms in making inhabitant lives comfort | + | A smart home is an automated house where different operations are driven by sensor data. Door switches, temperature and PIR sensors are just a few inputs for the system and switching lights, fans, heating on and off are few outputs what data can trigger. A smart home can have a simple operation but also very complex ones and AI involved algorithms in making inhabitant lives comfortable |
- | ===== Task ===== | + | ==== Task ==== |
You need to create a simple sensor system which monitors the front door and people presence in the rooms. Based on sensor data you need to switch lights on and off. It is vital to deal also with delays that the switching lights off are not disturbing for persons in the rooms. | You need to create a simple sensor system which monitors the front door and people presence in the rooms. Based on sensor data you need to switch lights on and off. It is vital to deal also with delays that the switching lights off are not disturbing for persons in the rooms. | ||
- | ===== Hardware description | + | ==== Hardware description ==== |
- | ===== Remote lab instructions | + | ==== Remote lab instructions ==== |
- Log into your account at [[http:// | - Log into your account at [[http:// | ||
Line 35: | Line 35: | ||
- To open your code, you can choose it from under "User files" | - To open your code, you can choose it from under "User files" | ||
- | ===== Steps to solve the problem | + | ==== Steps to solve the problem ==== |
- Choose the necessary sensors for your task. | - Choose the necessary sensors for your task. |