PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES

Size: px
Start display at page:

Download "PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES"

Transcription

1 International Journal of ISSN Systems and Technologies IJST Vol.4, No.1, pp KLEF 2010 PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES R. Ganesan, S. Leoprabu TIFAC-CORE in Pervasive Computing Technologies, Velammal Engineering College, Chennai 66. Abstract; One of the main aims of the Pervasive System is to be able to adapt themselves in execution time to the changes in the number of resources available, the mobility of the users, variability in the needs of the users and failures of the system. The system is developed to Home automation process through spoken commands using mobile. A text message is generated and sent to control system mobile in form of SMS. On receipt of SMS, control system mobile informs Micro-controller based card, which performs specified task and interfaced with the hardware. This system will be very beneficial to Control from anywhere in world if cellular coverage is available and to the disabled as controlling a home appliance would be just a command away. Keyword: Pervasive Computing, Home Automation Process, GSM, Speech to text conversion 1.INTRODUCTION Latest mobiles can not only allow you to click pictures, play music, store your address book, hook you to Internet, download s, guide you through maze of city streets but also enable you to watch latest blockbusters, favorite TV programs, book tickets and transact business. As a result, large section of population is continuously upgrading their mobile models to avail these exquisite features. The dumped older models having just voice call and messaging facility are available at throwaway prices. There are many systems which have already implemented home automation, but they lack certain beneficial aspects in their system. First, the communication cost. Second, the complex wiring of the system. Third, the usage of a PC to control the HACS (home automation control system). This paper proposes a design thought which, one can control home appliances. Communication is carried out through GSM technology. A system is developed for remote monitoring and control of devices using mobile through spoken commands. 43

2 R.Ganesan The system offer several attractive features like control from anywhere in world if cellular coverage is available acknowledgement about execution of command from system to user uses spoken commands from user for control ease of implementation and cost-effective approach Figure 1 shows the architecture diagram of our system. The system comprises of three main parts. (1) The user end (2) The processing part and (3) The interface circuit. FIGURE 1: System Architecture In this the User command given through speech and it is converted into speech to text message. The system creates application software installed in the mobile phones. Mode of communication- text messages SMS sent to GSM modem and Use of relay controllers Command activates respective appliances. 1. LITERATURE SURVEY A number of Systems are available for home automation, and a number of attempts have been made to develop, implement and maintain some degree of standardization for the control System of home automation. It cannot meet the requirements of home/office appliances [1]. Control of home appliances remotely when the user is away from the place. The system is SMS based and uses wireless technology [2]. To implement real-time surveillance of the home security, the intelligent remote monitoring system was developed 44

3 Pervasive Home for home security based on ZigBee technology and GSM / GPRS network [3]. SMS control technique based on the instant messenger [4]. To develop technologies for the users to input their requests by familiar way and clarify what they want to know with displaying the retrieved information with suitable method [5]. Segmental conditional random field framework for large vocabulary continuous speech recognition [6]. The home appliances are controlled by the home server, which operates according to the user commands received from the mobile phone via the cellular modem. Extend the capability of mobile phone for remote monitoring and control of devices 2. PROPOSED SYSTEM DESIGN Our home automation system uses a mobile to recognize speech using a high level language code (J2ME) and it then automatically converts it into a text format. The message received by the GSM modem will thus control the respective domestic appliance. Our home automation system is a complex integration of many components put together. The GUI interface for the mobile phone is devised so that the user can interact with this application in an easy way. First, the user starts the application and gives the command. The command is converted to a text format and the text message is sent to the GSM modem, set up in the home/office through the MSP (Mobile Service Provider). FIGURE 2: Control Flow Diagram 2.1 FEATURES OF THE PROPOSED SYSTEM Our system uses voice-text messages as the major mode of communication, thus making the system a wireless network, at large. This feature of our system facilitates ubiquitous access to the appliances from anywhere across the globe. Inflation has always been a major crisis and it has largely affected the area of mobile communication too. With the rapid growth in 45

4 R.Ganesan technology, hand-held devices are most common nowadays, be it a laptop or a wearable computer or a mobile phone! Our system uses only a mobile phone for remote access. It does not require the use of a personal computer (PC), thus making the system less cumbersome. Our system does not rely on the Internet. This acts as an added advantage to our system as the Internet service is not reliable always due to power failures. Error rate and delays are minimal, as there is no ambiguity in the format of the voice text message sent. It is a real-time system, which is very simple to use such that even a layman can use this application and this aims at providing a global solution to ease the daily activities for the physically challenged. 3. MODULE DESCRIPTION The system architecture comprises of many modules. They are: (i) speech recognition, speech to text conversion and SMS generation (ii) designing the GUI for mobile phone (iii) circuit design for the GSM modem (iv) firm ware design (v) circuit design for control of domestic home appliances. 3.1 Speech recognition, speech to text conversion and SMS generation The home automation system uses a small grammar large user group speech recognition algorithm. Hence, the system need not be configured for every new user using the system. This eliminates the need for a training module, thus making the working of the system viable to many users. The word hardly used by the system would cover the names of all devices and the basic operations they perform. The speech recognition can first be simulated using a PC, so that it recognizes our voice and produces an equivalent text, with the help of J2ME (Java 2 Micro Edition). The process of speech recognition can be divided into three parts (see Fig. 3): feature extraction, feature classification and word rejection. Feature extraction is preceded by filtering and digital sampling of the acoustic signal. Feature classification phase, extracted features are matched with memorized features representing phonemes, groups of phonemes, and words. To produce correct output, the speech recognition system has to filter out the proper word. This is done in the word rejection step. This application can later be installed into our mobile phone, thereafter which the use of a PC is totally not required. The use of a PC will only help facilitate error correction in our code, thus eliminating the chances of later debugging 46

5 Pervasive Home the program code, after it has been installed in our mobile phone. Thus, the spoken command is converted to a text format and text message is generated Designing the GUI for Mobile Phone The GUI for our mobile phone will enable the user to interact with it friendly, and also will guide him to use the speech-to-text (STT) application. The STT application will be automatically loaded when the user presses the * button for more than 10 seconds. The code for this also will be designed using J2ME. Thus, the output of the STT application (text) is sent to the GSM modem, through the mobile service provider, for further processing. 3.3 Circuit Design for GSM Modem The GSM modem receives the text message and it will send it to the input port of the microcontroller. Preceding this, an Analog to Digital Converter (ADC) is used for converting the analog signals to digital signals. The received digitalized text message is then matched with the pre-stored patterns. The matched patterns are processed, and the other patterns will be rejected. The digitalized pattern is then sent to the GSM modem. The pattern is sent through a wired connection between the microcontroller and the GSM modem. 3.4 Firmware Design Firmware is coding a hardware device or rather training a hardware circuit to do the needful. The digitalized text message, which is sent to the wi-fi device through the GSM modem, is later transmitted to the respective GSM modem, situated near the appliance itself. The necessary coding for this is done using assembly language programming. 3.5 Circuit Design for Control of Domestic Appliances The last and the most important phase of the system s development would be the design of the slave circuit. This part of the circuit decides whether the device has to be switched on or off. This is done with the help of the device controller. The device controller is designed using assembly level language programming. The devices are connected to a 220 V supply, interfaced with the help of a device controller. Device controllers can maintain the status of device and monitors the device according to the pattern at the input pins. Device controller is given with different inputs i.e. device select, voltage level input and status input of the device (ON/OFF). 4. DESIGN OF THE SLAVE CIRCUIT The slave circuit involves the processing and hardwired circuitry from the PIC 16F877A microcontroller to the relays. These relays are further connected to individual electrical appliances through hardwire connections. The components of 47

6 R.Ganesan the slave circuit in our system are PIC 16F877A, Relays, Four Different Ports for the home appliances. The slave is in charge of executing what the master has commanded. It does not start processing information until the master is ready to send. However, the slave has a few tasks of its own before it is ready to start the communication. It must have the transistors and resistors in active mode in order to receive signals from the PIC 16F877A microcontroller. The relay driver has the following components Transistor, Diode, Resistor, Relays. 5. PIC 16F877A MICROCONTROLLER Microcontrollers are small computer on a chip with some special properties CPU, code memory, data memory and IO ports all included on a single chip, Dedicated to one task, Small and low cost, Embedded in many consumer devices. PIC is very small and easy to implement for not complex problems and usually accompanies to the microprocessors as an interface. The 16F877A is one of the most popular PIC microcontrollers and it's easy to see why - it comes in a 40 pin DIP pinout and it has many internal peripherals. The 40 pins make it easier to use the peripherals as the functions are spread out over the pins. This makes it easier to decide what external devices to attach without worrying too much if there enough pins to do the job. One of the main advantages is that each pin is only shared between two or three functions so its easier to decide what the pin function (other devices have up to 5 functions for a pin). The PIC16F877A features 256 bytes of EEPROM data memory, self programming, 2 capture/compare/pwm functions, the synchronous serial port can be configured as either 3-wire Serial Peripheral Interface (SPI ) and a Universal Asynchronous Receiver Transmitter (USART). All of these features make it ideal for more advanced level A/D applications in automotive, industrial, appliances and consumer application. PIC DEBUGGING Use a protoboard with RS232 support, program waits for a switch press, reads an analog voltage, changes the PWM cycle accordingly the CCS is accessed through its Integrated Development Environment (IDE). The IDE allows the user to build project, add source code files to the projects, set the compiler options for the project and compiler projects into executable program files. These executable program files are then loaded into the target microprocessor. MPLAB is one of the most popular c compilers for pic microcontroller. It is a cross compiler, where programs are developed on the PC and are loaded to the memory of the target microcontroller using a suitable programming device. 48

7 Pervasive Home 6. REAL TIME IMPLEMENTATION Our system can be used to access home/office appliances from anywhere. The home automation system requires the user to press the * key of the mobile phone device for a short duration so that the STT application is activated and ready to receive the message from the user. This feature is very beneficial as it needs only a key-press to activate the system. As mentioned above, this system is built in order to serve people of all age groups. The user requires only the basic knowledge to work with the mobile phone device. The GUI for the mobile is designed in such ways that even a lay person can know what to do next. The user needs to give the command like FAN ON, FAN OFF, LIGHT ON, LIGHT OFF, BULB ON, BULB OFF, AC ON, AC OFF. This command is recognized by the mobile phone device and converted to text format. This conversion is done by the STT application which is programmed using a high level language (J2ME). The text message is then sent to the GSM modem through the mobile service provider. The GSM modem can receive only text messages and cannot receive calls. The GSM modem receives the text message from the mobile phone device of the user and converts it to digital coding with 0 s and 1 s. Assembly language is used to program the GSM modem to enable the conversion from text message to digital coding. The digital signals are verified or checked using multiplexers and the signal is sent to the corresponding GSM receiver device placed near the home appliance. If the command given is LIGHT ON then the signal is sent to the GSM modem placed near the light. The GSM modem is physically connected to the hardware device. The signal is then sent to the hardware device. Here the signal is verified whether it is on or off then the corresponding activity is carried out by operating the relay. The relay opens or closes the electrical circuit according to the signal received by the hardware device so that the corresponding appliance is triggered. Thus, the home appliances are activated by the user from where ever they are number. FUTURE WORK Technology keeps developing and as it develops, we will see a whole lot of new home automation systems coming up. Our home automation system can be enhanced to perform regulation operations such as turning a fan s speed down or setting the temperature of an air conditioner or a refrigerator. It can also be enhanced in such a way that we can even make sure that the sprinkler system gets activated at a particular set time. The home automation system can also have a provision for feedback. This can be very helpful especially 49

8 R.Ganesan in terms of security. When the burglar alarm goes on, the system can notify the user by sending an SMS to the user s number. CONCLUSION Innovation is creativity, and creativity comes in many forms. We can develop a whole new technology or we can collaborate many different technologies to create a unique new application/system. We have proposed such a similar system which combines the power of GSM modem and the ubiquity of the mobile phone to give birth to a whole new reliable, home automation system. This system will definitely prove to be a great benediction to the physically challenged. REFERENCES [1] Begum, T. Hossain, M.S. Uddin, M.B. Chowdhury, M.S.H Design and development of activation and monitoring of home automation system via SMS through microcontroller, IEEE International Conference on 2009 [2] Jun Hou Chengdong, Wu Zhongjia,Yuan Jiyuan, Tan Qiaoqiao, Wang Yun, Zhou Research of Intelligent Home Security Surveillance System Based on ZigBee, Intelligent Information Technology Application Workshops, IITAW '08. International Symposium on 2008 [3] Tae Gung Kim, Ki Hyung Kim Techniques of home network control using a mobile phone, IEEE 2009 [4] Spoken Dialog System for Next Generation Knowledge Access, Mobile Data Management, MDM '08. 9th International Conference on 2008 [5] A segmental CRF approach to large vocabulary continuous speech recognition, IEEE 2009 [6] Remote Control using Mobile through Spoken Commands, IEEE 2007 [7] A mobile-based home automation system, IEEE

Smart Home Automation Control Using Bluetooth And GSM Information

Smart Home Automation Control Using Bluetooth And GSM Information Research Paper Volume 2 Issue 8 April 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Smart Home Automation Control Using Bluetooth And GSM Information Paper ID

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

Design & Implementation of Smart Energy Meter for the Smart Grid

Design & Implementation of Smart Energy Meter for the Smart Grid This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at: https://www.ijarbest.com/ Design & Implementation of Smart Energy Meter for the Smart Grid

More information

Home Automation Using Smartphone Application

Home Automation Using Smartphone Application Home Automation Using Smartphone Application T.Rajesh, R.Rahul, M.Malligarjun, M.Suvathi Associate Professor, Department of EEE, Info Institute of Engineering, Kovilpalayam, Coimbatore, Tamilnadu, India.

More information

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V. SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.Kendale*3 *1 (student of IT Department, AEC, Chikhli (MS), INDIA) *2 (student

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION 1 Amar Pawade, 2 Nadeem Shaikh, 3 Bhushan Chowdhri, 4 Ansari Shariq Department of Electronics, MHSSCOE 1 chowdhrib@yahoo.com,

More information

Smart Home Automation System using Ethernet Technology

Smart Home Automation System using Ethernet Technology Smart Home Automation System using Ethernet Technology Prity N. Adhagale 1, R.J.Magar 2 M.E. Student, Department of E&TC, Shreeyash College of Engg. & Tech, Dr. BAMU University, Aurangabad, MS, India 1

More information

ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH

ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH D.Jaya Sree 1 M.Jhansi Lakshmi 2 1 M.TECH-(CSE), Global Institute Of Engineering And Technology 2 Associate professor, Dept.of CSE, Global Institute

More information

CHIPS Newsletter Vol 5 - Yahoo! Mail. Official Newsletter of

CHIPS Newsletter Vol 5 - Yahoo! Mail. Official Newsletter of CHIPS Newsletter Vol 5 From: "chips@elproducts.net" To: "Chuck Hellebuyck" Thursday, April 29, 2010 12:07 AM CHIPs Vol 5 / April 28, 2010 Official Newsletter

More information

Home Automation Via Bluetooth Using Android Platform

Home Automation Via Bluetooth Using Android Platform We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with home automation via

More information

Linux Kernel Hacking Free Course, 3rd edition. HWMPS: Hardware Monitor & Protection System

Linux Kernel Hacking Free Course, 3rd edition. HWMPS: Hardware Monitor & Protection System Andrea Sarro University of Rome Tor Vergata HWMPS: Hardware Monitor & Protection System April 5, 2006 Outline of the talk Project overview Developement phases and practical issues Hardware platform Microcontroller

More information

Design and Development of SMS Based Platform for Controlling Stepper Motor

Design and Development of SMS Based Platform for Controlling Stepper Motor Design and Development of SMS Based Platform for Controlling Stepper Motor Vaskar Deka 1, Shikhar K Sarma 2, Pratisha Sarma 3, Subhra Mitra 4 1.2.3.4 Department of Information Technology, Gauhati University,

More information

DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES

DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES DUALGSM MODEMS BASED IRRIGATION WATER PUMP CONTROLLER FOR ILLITERATES This project aims in providing a user friendly, reliable and automated water pumping system for illiterates. Now a day s technology

More information

MONITORING AND CONTROLLING OF ELECTRICAL MACHINES AND ELECTRICAL APPLIANCES BY USINGWI-FI BASED ANDROID APPLICATION

MONITORING AND CONTROLLING OF ELECTRICAL MACHINES AND ELECTRICAL APPLIANCES BY USINGWI-FI BASED ANDROID APPLICATION MONITORING AND CONTROLLING OF ELECTRICAL MACHINES AND ELECTRICAL APPLIANCES BY USINGWI-FI BASED ANDROID APPLICATION ASHOK GAIKWAD, SHIVANAND BULBULE, SACHIN DHORMARE, SHASHIKANT GUNALE Under Guidance Of,

More information

Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application

Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application Md. Ismail Husain 1, Md. Emdadul Haque 2 and Md. Harun. or. Rashid 3 1, 2, 3 Department of Information

More information

GSM MODULE BASED SMART NOTICE BOARD

GSM MODULE BASED SMART NOTICE BOARD GSM MODULE BASED SMART NOTICE BOARD Manpreet Singh Gagandeep Singh Sodhi Azadwinder Singh Abstract-- The ways of addressing public at large viz; bus terminals, railway stations, colleges, universities

More information

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Objectives To be familiar with microcontrollers, PIC18F4550 microcontroller. Tools PIC18F4550 Microcontroller, MPLAB software,

More information

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD MODULE-1 C Programming Language Introduction to C Objectives of C Applications of C Relational and logical operators Bit wise operators The assignment statement Intermixing of data types type conversion

More information

Bolt 18F2550 System Hardware Manual

Bolt 18F2550 System Hardware Manual 1 Bolt 18F2550 System Hardware Manual Index : 1. Overview 2. Technical specifications 3. Definition of pins in 18F2550 4. Block diagram 5. FLASH memory Bootloader programmer 6. Digital ports 6.1 Leds and

More information

Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation

Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation Bhargav Mypati, Naseer Ahamed, Gopa Sai Chandra School of Electrical Engineering (SELECT), VIT

More information

GPRS based SCADA implementation for multisensory security with SMS alerts.

GPRS based SCADA implementation for multisensory security with SMS alerts. GPRS based SCADA implementation for multisensory security with SMS alerts. Priyanka somashekhar malabagi 1, Latha shenoy 2 M.Tech Student, Microelectronics and Control Systems, NMAM Institute of Technology,

More information

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40%

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% Prof. Dipesh. M.Patel 1 Kandarp mehta 2 Himanshu amrutiya 3 Ravi bhalodia 4 Chirag amrutiya 5 1. Head, Electrical Engg. Department,

More information

Smart GSM Based Home Automation System

Smart GSM Based Home Automation System Neonode Inc From the SelectedWorks of Dr. Rozita Teymourzadeh, CEng. 2013 Smart GSM Based Home Automation System Rozita Teymourzadeh Available at: https://works.bepress.com/rozita_teymourzadeh/30/ Smart

More information

Serial Port Complete

Serial Port Complete Serial Port Complete Programming and Circuits for RS-232 and RS-485 Links and Networks Network Programming Tips & Tricks Cables, Connectors, & Terminations Sample Applications for Visual Basic Basic Stamp

More information

EasyPIC5 Development System

EasyPIC5 Development System EasyPIC5 Development System Part No.: MPMICRO-PIC-Devel- EasyPIC5 Overview EasyPIC5 is a development system that supports over 120 8-, 14-, 18-, 20-, 28- and 40-pin PIC MCUs. EasyPIC5 allows PIC microcontrollers

More information

Power infrastructure monitoring system on Embedded Web

Power infrastructure monitoring system on Embedded Web Volume 1, Number 2-2013 PP-71-76 IJSE Available at www.ijse.org International Journal of Science and Engineering ISSN-2347-2200 Power infrastructure monitoring system on Embedded Web Jayant H. Gambhir

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com/archive IoT Based Smart Energy Meter Monitoring and Theft Detection

More information

SUB-MASTER MICROCONTROLLER FOR HOME CONTROL ON FINGERTIPS

SUB-MASTER MICROCONTROLLER FOR HOME CONTROL ON FINGERTIPS SUB-MASTER MICROCONTROLLER FOR HOME CONTROL ON FINGERTIPS Grisha Spasov 1, Nikola Hadzhinikolov 1, Galidia Petrova 2 1 Department Computer Systems and Technologies, 2 Department of Electronics, Technical

More information

Bhusawal, Maharashtra, India

Bhusawal, Maharashtra, India Home Automation System: A Step Forward To Better Lifestyle 1 R. R. Singh, 2 Prathmesh Patil, 3 Harshada Chaudhari and 4 Priyanka Rahane, 1 Assistant Professor, 2, 3, 4 B.E- CSE Students, 1,2,3,4 Department

More information

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM Authors: Ezhil Venthan S & Gokulapriyan A, Computer Science and Engineering, Kingston Engineering College, Vellore. Guide: Dr.U.V.Arivazhagu M.E.,M.B.A.,Ph.d.,

More information

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE Int. J. Elec&Electr.Eng&Telecoms. 2013 Pushkar Singh et al., 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 3, July 2013 2013 IJEETC. All Rights Reserved INTELLIGENT APPLIANCE CONTROL SYSTEM

More information

COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE

COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE Arjun Sarath 1,Mohit Sachdev 2 1,2 Arjun Sarath, Amity Institute of Telecom Engineering and Management, Amity University Abstract We are in an era where the

More information

Embedded Surveillance System using Multiple Ultrasonic Sensors

Embedded Surveillance System using Multiple Ultrasonic Sensors IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 Embedded Surveillance System using Multiple Ultrasonic Sensors Harshad S. Patil 1 Dr.

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

2016, IJournals All Rights Reserved Page 121

2016, IJournals All Rights Reserved  Page 121 PIC Microcontroller Based Boiler Monitoring and Controlling System for Power Plant Industry G.Gnanavel 1,B.Arunkumar 2 Assistant professor 1, Assistant professor 2 Department of EEE VRS College of Engineering

More information

INTELLIGENT HOME: SMS BASED HOME SECURITY SYSTEM WITH IMMEDIATE FEEDBACK

INTELLIGENT HOME: SMS BASED HOME SECURITY SYSTEM WITH IMMEDIATE FEEDBACK http:// INTELLIGENT HOME: SMS BASED HOME SECURITY SYSTEM WITH IMMEDIATE FEEDBACK 1 Pankaj Kumar Yadav, 2 Kumari Ratna Priya 3 Deepali Srivastava 4 Netra Kumari, 5 Harendra Pal Singh 1,2,3,4 UG Student,

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems MT2 Introduction Embedded Systems MT2.1 Mechatronic systems Mechatronics is the synergistic integration of mechanical engineering, with electronics and intelligent computer control in the design and manufacturing

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

ASmartControlSystemofHomeAppliancesusingSMS. A Smart Control System of Home Appliances Using SMS. Anirban Sarkar, Sadia Sultana & Md.

ASmartControlSystemofHomeAppliancesusingSMS. A Smart Control System of Home Appliances Using SMS. Anirban Sarkar, Sadia Sultana & Md. Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 17 Issue 1 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Voice Operated Home Automation for Senior Citizens

Voice Operated Home Automation for Senior Citizens International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal www.ijtsrd.com ISSN No: 2456-6470 Volume - 3 Issue 1 Nov Dec 2018 Voice Operated Home Automation

More information

Remote Monitor and Controller System for Power Generators.

Remote Monitor and Controller System for Power Generators. Remote Monitor and Controller System for Power Generators. A.U. Adoghe, MNSE, MIEEE * and I.A. Odigwe, MNSE, MIEEE, MIET Department of Electrical and Information Engineering, College of Science and Technology,

More information

SECURITY FOR ORGANIZING GSM DIGITAL NOTICE BOARD Dr. Sreeja Mole S S 1, D.Gurunath 2, Yasmeen 3

SECURITY FOR ORGANIZING GSM DIGITAL NOTICE BOARD Dr. Sreeja Mole S S 1, D.Gurunath 2, Yasmeen 3 SECURITY FOR ORGANIZING GSM DIGITAL NOTICE BOARD Dr. Sreeja Mole S S 1, D.Gurunath 2, Yasmeen 3 1 Professor/HOD, Department of ECE, CJITS, Janagon. 2 Assistant Professor, CJITS, Janangon 3 CJITS, Janagon

More information

ISSN Vol.04,Issue.01, January-2016, Pages:

ISSN Vol.04,Issue.01, January-2016, Pages: WWW.IJITECH.ORG ISSN 2321-8665 Vol.04,Issue.01, January-2016, Pages:0053-0057 Android Based Home Automation using Raspberry Pi T. ANITHA 1, T. UPPALAIAH 2 1 Assistant Professor, Dept of IT, Gokaraju Rangaraju

More information

SMART E-BILL GENERATION USING PLC

SMART E-BILL GENERATION USING PLC RESEARCH ARTICLE SMART E-BILL GENERATION USING PLC A.PRIYANKA 1, G.SAHITHI 2, SNEHA 3, K.RAMANJANEYA REDDY 4 1(Assistant Professor, Electronics and communication engineering, AITS, Rajampet Email : priyanka3aluru@gmail.com)

More information

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION Devi Munandar 1, Oka Mahendra 1, Djohar Syamsi 1 1 Research Center for Informatics, Indonesian Institute

More information

A Survey on Various Home Automation System and Security

A Survey on Various Home Automation System and Security A Survey on Various Home Automation System and Security Selva Priya B 1, Geethamani R 2 1,2 EEE Department, Sri Krishna College Of Engineering and Technology Abstract Home automation which is playing a

More information

Mercury System SB310

Mercury System SB310 Mercury System SB310 Ultrasonic Board - Product Datasheet Author Francesco Ficili Date 20/05/2018 Status Released Pag. 1 Revision History Version Date Author Changes 1.0 20/05/2018 Francesco Ficili Initial

More information

EMBEDDED DATA ACQUISITION SYSTEM USING M2M COMMUNICATION

EMBEDDED DATA ACQUISITION SYSTEM USING M2M COMMUNICATION International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol. 2 Issue 4 Dec 2012 37-42 TJPRC Pvt. Ltd., EMBEDDED DATA ACQUISITION

More information

BIOMETRIC BASED VOTING MACHINE

BIOMETRIC BASED VOTING MACHINE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 4, April-2018 BIOMETRIC BASED VOTING MACHINE

More information

Implementation of Elevator control system based on PLC

Implementation of Elevator control system based on PLC Implementation of Elevator control system based on PLC Ameem Ahmed Khan 1, Hiren Patel 2, Derrell Dsouza 3, Swapnil Desai 4 1 Electronics and Telecommunication, Saboo Siddik College 2 Electrical, Trinity

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

International Journal of Engineering Research ISSN: & Management Technology

International Journal of Engineering Research ISSN: & Management Technology International Journal of Engineering Research ISSN: 2348-4039 & Management Technology Email: editor@ijermt.org November-2016 Volume 3, Issue-6 www.ijermt.org LEAST POWER CONSUMPTION HOME AUTOMATION THROUGH

More information

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor 1 2 A microprocessor is a single, very-large-scale-integration (VLSI) chip that contains many digital circuits that perform arithmetic, logic, communication, and control functions. When a microprocessor

More information

CHAPTER 1 - World of microcontrollers

CHAPTER 1 - World of microcontrollers CHAPTER 1 - World of microcontrollers One Time Programmable ROM (OTP ROM) One time programmable ROM enables you to download a program into it, but, as its name states, one time only. If an error is detected

More information

SMART VEHICLE CONTROLLED SYSTEM

SMART VEHICLE CONTROLLED SYSTEM Volume 03, Special sue. 01, March 2015 ISSN (online): 2348 7550 SMART VEHICLE CONTROLLED SYSTEM Sneha Mohan Shingate 1, Y. V. Chavan 2 1,2 Padmabhooshan Vasantdada Patil Institute Of Technology, Pune,

More information

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT Prof. V.L.Jogdand 1, Pallavi P. Karamkar 2, 1 Asst. Prof, E&TC, DPCOE PUNE 2 ME STUDENT, E & TC, DPCOE PUNE, ABSTRACT Configurable

More information

DoIP Interfacer System: A Low-Cost Alternative to Computer for Basic Network Communication in LAN Environment

DoIP Interfacer System: A Low-Cost Alternative to Computer for Basic Network Communication in LAN Environment Journal of Computer Science 5 (7): 471-475, 2009 ISSN 1549-3636 2009 Science Publications DoIP Interfacer System: A Low-Cost Alternative to Computer for Basic Network Communication in LAN Environment Emmanuel

More information

A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES

A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES A UNIVERSAL REMOTE CONTROLLER WITH HAPTIC INTERFACE FOR CUSTOMER ELECTRONIC DEVICES The main aim of this project is to introduce a new universal remote control that gives easy-to-control interface for

More information

To be familiar with the USART (RS-232) protocol. To be familiar with one type of internal storage system in PIC (EEPROM).

To be familiar with the USART (RS-232) protocol. To be familiar with one type of internal storage system in PIC (EEPROM). Lab # 6 Serial communications & EEPROM Objectives To be familiar with the USART (RS-232) protocol. To be familiar with one type of internal storage system in PIC (EEPROM). Serial Communications Serial

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

Figure 1.1: Some embedded device. In this course we shall learn microcontroller and FPGA based embedded system.

Figure 1.1: Some embedded device. In this course we shall learn microcontroller and FPGA based embedded system. Course Code: EEE 4846 International Islamic University Chittagong (IIUC) Department of Electrical and Electronic Engineering (EEE) Course Title: Embedded System Sessional Exp. 1: Familiarization with necessary

More information

ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications

ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications 2014 269 AUTOMATION OF RATIONSHOP USING RFID VAISHALLY.K Vel Tech, Avadi-Chennai-62. Abstract

More information

AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC

AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC Bilal Ahmed Khan; Nai Shyan Lai Asia Pacific University of Technology and Innovation belalkhn22@gmail.com Abstract Traffic light plays an important

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

Design And Implementation Of Ordering System For Restaurants

Design And Implementation Of Ordering System For Restaurants Design And Implementation Of Ordering System For Restaurants V. Swapna (A), M. Firdouse Ali Khan (B) (a) Department of ECE, ATRI, Parvathapur, Hyderabad. (b) Snr.Asst.Professor, Department of ECE, ATRI,

More information

IoT based Control and Protection of Electrical Home Appliances

IoT based Control and Protection of Electrical Home Appliances IoT based Control and Protection of Electrical Home Appliances Priyanka Aishwarya M ept. of Electrical & Electronics Engineering, The National Institute of Engineering, Mysore, India Abstract Broadband

More information

Microprocessor Communication Module Connecting On Board Diagnostic System and Personal Computer

Microprocessor Communication Module Connecting On Board Diagnostic System and Personal Computer Microprocessor Communication Connecting On Board Diagnostic System and Personal Computer Nina Bencheva, Yordan Alexandrov Microprocessor Communication Connecting On Board Diagnostic System and Personal

More information

Robotic Systems ECE 401RB Fall 2006

Robotic Systems ECE 401RB Fall 2006 The following notes are from: Robotic Systems ECE 401RB Fall 2006 Lecture 13: Processors Part 1 Chapter 12, G. McComb, and M. Predko, Robot Builder's Bonanza, Third Edition, Mc- Graw Hill, 2006. I. Introduction

More information

Environmental Data Acquisition Using (ENC28J60)

Environmental Data Acquisition Using (ENC28J60) Environmental Data Acquisition Using (ENC28J60) Joshi Vaibhav Abstract -- Ethernet is a local area technology, which is used for reliable and efficient transfer and access of information across the devices

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

ELEG3923 Microprocessor Ch.0 & Ch.1 Introduction to Microcontroller

ELEG3923 Microprocessor Ch.0 & Ch.1 Introduction to Microcontroller Department of Electrical Engineering University of Arkansas ELEG3923 Microprocessor Ch. & Ch. Introduction to Microcontroller Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 What is microcontroller? (Ch..) 85 Microcontroller

More information

Bluetooth Based Home Automation Using Arduino and Android Application

Bluetooth Based Home Automation Using Arduino and Android Application Bluetooth Based Home Automation Using Arduino and Android Application J. Kavitha 1, O. Naveen 2, P. Manoj Kumar 3, K. Subba Rao 4 1, 2,3, 4 Department of Electronics and Communication Engineering, St.

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

An IoT Enabled Architecture for Programmable Logic controllers

An IoT Enabled Architecture for Programmable Logic controllers I J C T A, 9(14) 2016, pp. 6471-6476 International Science Press An IoT Enabled Architecture for Programmable Logic controllers R. Sasikala 1, Rahul Ramesh 2, Sidharth Vohra 2 and Shreyasi Chakraborty

More information

HOND-i INTEGRATED TECHNOLOGIES PVT LTD

HOND-i INTEGRATED TECHNOLOGIES PVT LTD HOND-i INTEGRATED TECHNOLOGIES PVT LTD Students Projects: Wireless pc communication using RFID: Micro controller used with rfid and serial port of pc are used rf connection to pc.programm is developed

More information

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

DesignWare IP for IoT SoC Designs

DesignWare IP for IoT SoC Designs DesignWare IP for IoT SoC Designs The Internet of Things (IoT) is connecting billions of intelligent things at our fingertips. The ability to sense countless amounts of information that communicates to

More information

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 06-10 A Low-Cost Energy Management System That Compares Power Consumption of Electronic

More information

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc)

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc) Software Development & Education Center Embedded Systems (Design & Development with Various µc) Module 1: Embedded C Programming INTRODUCTION TO EMBEDDED SYSTEM History & need of Embedded System Basic

More information

Growing Together Globally Serial Communication Design In Embedded System

Growing Together Globally Serial Communication Design In Embedded System Growing Together Globally Serial Communication Design In Embedded System Contents Serial communication introduction......... 01 The advantages of serial design......... 02 RS232 interface......... 04 RS422

More information

Design And Simulation Of Power Factor Measurement Circuit By Using Pic

Design And Simulation Of Power Factor Measurement Circuit By Using Pic Design And Simulation Of Power Factor Measurement Circuit By Using Pic The most common power factor measurement circuits involve zero crossing In (6) a power factor measurement circuit for AC motors was

More information

International Journal of Computer Sciences and Engineering. Technical Paper Volume-6, Issue-2 E-ISSN:

International Journal of Computer Sciences and Engineering. Technical Paper Volume-6, Issue-2 E-ISSN: International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-6, Issue-2 E-ISSN: 2347-2693 A Smart Switch to Connect and Disconnect Electrical Devices At Home by Using Internet

More information

Advanced Frequency Identification Power Metering System for Energy Usage

Advanced Frequency Identification Power Metering System for Energy Usage Neonode Inc From the SelectedWorks of Dr. Rozita Teymourzadeh, CEng. 2014 Advanced Frequency Identification Power Metering System for Energy Usage Rozita Teymourzadeh Available at: https://works.bepress.com/rozita_teymourzadeh/24/

More information

ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR

ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR S. Jaanaa Rubavathy 1, P. Bavithra 2, M. Harsha Priya 3, R. Umamageshwari 4 1Assistant Professor, Electrical and Electronics Engineering, Jeppiaar SRR Engineering

More information

Wireless Selectable Classroom Announcement System

Wireless Selectable Classroom Announcement System Wireless Selectable Classroom Announcement System Aravindh S.V. 1, Arun Vijayan D. 2, Gowripriya K. 3, John Samuel N. 4, C.Udhayakumar 5 Students 1,2,3,4, Assistant Professor 5, Department of Electronics

More information

HOME AUTOMATION RELY ON WIFI

HOME AUTOMATION RELY ON WIFI HOME AUTOMATION RELY ON WIFI 1 M.Susmitha, Student, Department of Electrical Engineering, K L University, Vaddeswaram, India 2 D.Seshi Reddy, Assistant Professor, Department of Electrical Engineering,

More information

Alcohol Detection using Pic Microcontroller

Alcohol Detection using Pic Microcontroller IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Alcohol Detection using Pic Microcontroller Thakare Bhagyashri S Department of Electronics

More information

Gesture Recognition Using 3D MEMS Accelerometer

Gesture Recognition Using 3D MEMS Accelerometer Gesture Recognition Using 3D MEMS Accelerometer Akhila Denny 1, Annmary Cherian 2, Athira V Nair 3, Anitta Thomas 4 Graduate Students, Department of Electronics and Communication Engineering, Viswajyothi

More information

Development of Secured Home Automation using Social Networking Sites

Development of Secured Home Automation using Social Networking Sites Indian Journal of Science and Technology, Vol 8(20), DOI:10.17485/ijst/2015/v8i20/79083, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Development of Secured Home Automation using Social

More information

Home Automation System Using Bluetooth Technology

Home Automation System Using Bluetooth Technology Home Automation System Using Bluetooth Technology Karanjeet Indrajeet Chauhan 1, Indrajit Chauhan 2, Shashikant Yadav 3, Saurabh Suman 4 1,2,3 Shree L.R. Tiwari College of Engineering 4 Assistant Professor,

More information

Wireless Automatic Irrigation System Based On WSN and GSM

Wireless Automatic Irrigation System Based On WSN and GSM IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. III (Nov - Dec. 2014), PP 13-17 Wireless Automatic Irrigation System Based

More information

AUTOMOBILE APPLICATIONS USING CAN PROTOCOL

AUTOMOBILE APPLICATIONS USING CAN PROTOCOL AUTOMOBILE APPLICATIONS USING CAN PROTOCOL 1 VEERESH B M, 2 JEEVAN C N, 3 MAHESH PATIL 1,2,3 Department of Electronics and Communication, G.S.S.I.T, Bangalore, India Abstract- The main objective of the

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

Bluetooth Based Smart Automation System Using Android

Bluetooth Based Smart Automation System Using Android Bluetooth Based Smart Automation System Using Android Ms. Poonam V. Gaikwad Department of Computer Science and Engineering SVERI s College of Engineering, Pandharpur, Maharashtra, India Prof. Mr. Yoginath

More information