This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:iot-open:project:project2 [2018/05/28 07:55] – created raivo.sell | 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 ==== |
- | Smart home is a 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 inputs | + | 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. |
- | ===== 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 important | + | 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 28: | Line 28: | ||
- While having the code you want to run open click on " | - While having the code you want to run open click on " | ||
- Wait for the compiler to finish and check for errors. | - Wait for the compiler to finish and check for errors. | ||
- | - If the compiler was successful then click on " | + | - If the compiler was successful, then click on " |
Saving your code: | Saving your code: | ||
- While having the code you want to save open click on "Save file as..". | - While having the code you want to save open click on "Save file as..". | ||
- Enter a name for your code and press " | - Enter a name for your code and press " | ||
- | - 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 necessary sensors for your task | + | - Choose |
- | - Find solution to switch lights | + | - Find a solution to switch lights. |
- | - Study control hardware and messaging logic | + | - Study control hardware and messaging logic. |
- | - Develop a smart home network concept | + | - Develop a smart home network concept. |
- | - Connect hardware and interface them with remote programming lab | + | - Connect hardware and interface them with remote programming lab. |
- | - Make a software code for all nodes in the system | + | - Make a software code for all nodes in the system. |
- | - Run the code and validate the results | + | - Run the code and validate the results. |