meta data for this page
This is an old revision of the document!
SIFLOPP
Day 1: We gathered our team members according to our interests and built our smart home. Then we tested a few existing codes. We brainstormed with each other and finally agreed about the main points that we are all going to build for our sustainable home. We might not be able to implement everything, of course, but then these could remain as future scope.
We finalized our presentation before leaving so that we can think more about the solution implementation at home.
Day 2: Immediately after presenting our solution, we received valuable feedback that will help us proceed.
- We started by thinking about a good way to fetch the real-time data from URLs (electricity providers and/or weather forecast sites). We are thinking if we should fetch the data every hour or what would be the good interval to get the updates.
The battery usage of the IoT devices has to be taken into account. We then decided to get the data immediately when the device is turned on and then we hard-code the moment/timestamp during the day (at midnight for instance) when it updates the prices/timing, etc.
- For now, we are looking for wifi connection, but then for the sake of the simulation and demo, we will show the fluctuation of prices in a loop like
- 11:00, we already managed to get the connection working and read some prices.
- Audio alerts are working, and we are thinking of having different alerts for different functions. In addition to audio alerts, we will have the LCD showing about the price and weather. For accessibility reasons, we were thinking about impaired people that have trouble seeing/reading; they will have “Morse code”-like“ alerts to be able to understand the meaning of the beeping.
- After discussion, we decided to use the left button to turn off the buzzer and the right button to switch between the data that is shown in owr LCD. For instance, it shows the electricity price and the temperature.
- The LED turns on when the prices are low for example.