SENSOR | WORKING |
⇨ IR Sensors(Infra-Red) | Used for infrared detection. |
⇨ LDR Sensor | Used for light detection |
⇨ Proximity Sensor | Used for object detection |
⇨ Ultrasonic Sensor | Used to measure distance & velocity |
⇨ Accelerometer | Used to measure acceleration |
⇨ Alcohol Sensor(MQxx) | Used to detect presence of alcohol. |
⇨ PIR Sensor(passive infrared) | Measures Infrared light coming from objects |
 
⇨ Software PartSoftware in IoT is logical instruction part. It has different aspect - data collection, Data Processing,Network configuration (or web interfacing), application. This part makes device smarter and more connected to other devices. Basically, it has three parts - Data collection, Data processing and pushing data to internetData Collection - This part fetches data from sensors or devices and stores it to process. Data may be light value, humidity value, pressure value, can be generated from other sources and this may be in reverse order means throwing data to server.Data Processing - It includes logical part of data, here, data is filtered and put under certain kind of mechanism in order to get a certain kind of sense out of that.Network configuration - it cares network connection either to pull or push data to network. This includes internet protocols means it cares international protocols like tcp/ip, MQTT.APPLICATION - This is one another part which lies at user enter, used to get data, analytics, device controlling, and many other applications. Taking an example - if a person has to switch off his bulb glowing at home, he can do this by just click a button on his screen. This application can be of different type either mobile app or web application. 
⇨ Database PartFor this project, we have used mongo DB database. It stores data and as per requirement pushes to screen.View DetailsBrowsers Types (W3C)