
Ideas for Smart homes
Designing IoT products for smart homes involves integrating layers such as smart apps, analytics, connectivity, sensors, and product infrastructure. Hardware like Arduino kits with sensors for humidity, temperature, and motion, along with software for data collection, form the product infrastructure. Connectivity can be simplified with Arduino SIM plans, while analytics help monitor and control home environments through apps. Enhance your smart home experience with this comprehensive framework.
Uploaded on | 0 Views
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Ideas for Smart homes Internet of Things
A simple framework for designing our IoT Product for smart homes There are 5 principal layers for this product and we ll explain eatch layer in the next slides : -Smart Apps ( integrates all of the below layers ) -Analytics (translating the sensors data into informations which we can use ) -Connectivity (communication protocols necessary to send informations ) -Sensors (sensors and network that supports them) -Product Infrastructure ( hardware and software of the product)
Product infrastructure For this type of layer, the hardware part is could be consisted by an Arduino development kit combined togheter with differents sensors such as sensors for humidity, temperature sensors and motion sensor light (Elrigs) and for the software part we could consider the Arduino software in which the code will be written to get datas from the sensors .
Sensors sensors for humidity and temperature : DHT22 AM2320 temperature sensors : TMP36 and LM35 motion sensor light : Elrigs And the network used for this type of sensors can be the wireless sensor network
Connectivity To make cellular IoT connectivity even simpler Arduino introduced SIM plans for easy, global mobile IoT connectivity for your Arduino IoT Cloud projects. The Arduino SIM is ideal for connected devices on the go, or in areas without reliable WiFi.
Analytics This layer is about getting the datas from the sensors through the Arduino software and to display this data on an LCD to give us informations about the environment of the house , or to build an app and to receive notifications about what s going on in the house while you re gone and why not thinking a bit further to use this app to connect with other machines ( smart products) of our house to make our life easier . An example would be to use data from sensors through an app connected with an intelligent central heating and if its too cool in the house while you are gone , you could give different orders to heat up your home 10 minutes before you come .
Smart apps In this layer its about integrating from all the layers informations and things that you could use in a single application which will communicate directly with the user.