HOME AUTOMATION BASED ON IOT

Sumanjali Bandi,B. N. Reddy
Abstract:In this era of science internet is one of a fast growing factor which affiliates many facilities just like: Home Automation which is based on IOT is one of the most useful technologies for the safety purpose of home. It plays a very important role from industrial machines to the neither consumer home appliances which will be working even if you are nor active for some time. In this modern generation, peoples used automatic devices rather than using the manual devices. Since, internet is influencing people at high rate of population, inventing new technologies daily. In all the technologies IOT is the most useful technology. Home Automation System utilizes the innovation of Internet of Things for checking and controlling of the electrical and electronic machines at home from any remote area by just utilizing a Smartphone. Execution of a minimal effort, adaptable home mechanization framework is exhibited. Introduction: Home automation refers to the application of computer and information technology for control of home appliances easily. It is an automation of the home, housework or household activity. The popularity of home automation has been increasing greatly in recent years due to much higher affordability and simplicity through Smartphone and tablet connectivity. The concept of the Internet of Things has tied in closely with the popularization of home automation. Through the Integration of information technologies with the home environment, systems and appliances are able to communicate in an integrated manner which results in convenience, energy efficiency, and safety benefits. As we are using Arduino Uno. It is a popular open-source singleboard microcontroller, a descendant of the open-source Wiring platform, designed to make the process of using electronics in multidisciplinary projects more accessible. In this IOT project, we are going to monitor the PIR sensor, IR sensor, gas sensor over the internet using Thingspeak, It is accomplished by the data communications between Arduino, gas sensor, PIR sensor, IR sensor. Arduino:An Arduino is an open source hardware platform with built-in programming support. No additional hardware or software (e.g. Hex burner) is required to transfer your programs (i.e. hex file) to the Arduin0. There are all the necessary peripherals attached for the basic operation. It is based on simple AVR microcontrollers. Arduino is a growing industry nowadays and the major reason behind it is the vast majority of libraries. Users don’t have to invent the wheel again. Long traditional codes have been reduced to a few lines now. it is easy to use and enhance productivity. Arduino can be used to make a variety of projects taking analog as well as digital inputs and can easily interface with different hardware like switches, encoders, Sensors, Motors, relays and many more. Arduino board PCB designs and schematics are freely available on internet community and blogs and it can also be purchased from the respective sellers and its Integrated Development Environment is free to download, different versions of this IDE are available to make it compatible with different OS (Operating systems) like Mac, windows, etc. 1) Arduino has its built-in a programmer to burn the Hex file in it, for most of the beginners, it is very irritating to buy Microcontroller and Burner separately and sometimes it is very annoying when poor hardware has a little hidden broken wire and you will waste plenty of precious hours. 2) Its open source so the whole word developer constantly working on its upgrade and fixing its bugs, so its support is readily available worldwide. 3) The largest number of libraries is freely available to the person does not need to write a lot of basic code to make the things run. 4) Arduino supports many different shields, which can be attached to the basic Arduino board with a male to female Headers. It reduces the traditional wiring and chances of errors are less. It is also space and power efficient. These all the above features are generally not available with a single stand-alone microcontroller. That’s why Arduino is loved by the hobbyist as well as professionals. International Journal of Advanced and Innovative Research (2278-844)/
Engineering,Computer Science
What problem does this paper attempt to address?