GSM based Smart Home and Digital Notice Board

Size: px
Start display at page:

Download "GSM based Smart Home and Digital Notice Board"

Transcription

1 2016 International Conference on Computational Techniques in Information and Communication Technologies (ICCTICT) GSM based Smart Home and Digital Notice Board Aniket Pramanik 1, Rishikesh 2, Vikash Nagar 3, Satyam Dwivedi 4, Biplav Choudhury 5 National Institute of Technology, Silchar, Assam , India aniketpramanik@yahoo.co.in 1, rishikksh20@gmail.com 2, vikash9087@gmail.com 3, satyam.dwivedi@nucleussoftware.com 4, biplav93@gmail.com 5 Abstract The project presents a digital notice board and a home automation system using a GSM SIM900 module. The idea behind this project is to provide its users with a simple, fast and reliable way to put up important notices in an LCD where the user can send a message to be displayed in the LCD. The message can be sent through an android application designed in this project, to the GSM SIM900 module which has a SIM card inside it. Similarly, a home automation system has been developed where home appliances like light, fan etc. can be switched on or off using the same android application designed in this project. So, using the android application, the home appliances can be controlled and notices can be put up in an LCD display from any location in the world. It uses a microcontroller for system control, GSM technology for communication and sends SMS containing the message through the android application. The project consists of a 32-bit ARM based microcontroller LPC2148, GSM SIM900 module, an LCD, a motor and an android application for user interface with the hardware.the device can be used anywhere irrespective of the place of deployment provided mobile network connectivity is available. Keywords: LPC2148, GSM SIM900, android, relay, microcontroller, security I. INTRODUCTION In this project, a hardware capable of controlling home appliances and displaying notices electronically using an android application has been built. So, the hardware can perform broadly two functions. For controlling home appliances, the system can be used in many different kind of situations where a user can switch on/off any home appliance connected to it from anywhere using an android application installed in a smartphone. In order to display notices, a user can use the same application to type a notice and click on the send button to get it displayed. Both the functionality can be used only if sufficient balance amount is left in the user s SIM card since each access transacts a fixed amount for SMS. The hardware consists of an ARM based microcontroller LPC2148 that communicates to the application through a GSM mobile communication network module which uses a SIM card to receive messages. LPC2148 itself retrieves message and sends signal to switch on/off a device or display a notice. The motivation behind such a project is mainly to reduce physical effort for operating appliances especially for aged people. Also, it might help a person to save energy by switching off appliances on being out of home or to switch on appliances to get services like washing clothes, cooling room, heating water done by the time he reaches home. Another reason for this project is overusage of paper in educational institutions for printing notices. Due to mushrooming paper usage day by day, lot of trees are being cut which is harmful for the environment. So, if notices are displayed everywhere electronically, it would reduce paper usage and make communication easier and faster. A GSM based system is flexible, durable without any risk of getting hacked. Such a system has a low cost of installation and maintenance. The other sections of the paper are organized as follows: Section-II is a discussion about earlier works in this field, Section-III briefs the devices of the system, Section-IV gives the outline of the system operation and Section- V explains the application. II. RELATED WORK Some of the home automation systems developed earlier includes a PIC16F887 IC integrated with GSM module enabling SMS based automation [1]. However, unlike this project, it did not use any android application in it and involved extra task of writing message. In [2], Elkamouchi also gave a prototype of Smart home and used sensors and actuators for the home appliances to get them connected to microcontroller. Another smart home was built in [3], where Xbee was used for communication instead of GSM. In 2011, a wireless remote power controller was built in [4], which could control power consumption in a home through TC35 module. Han in [5], built a smart home energy management system using IEEE and Zigbee module for communication. A computerised system was developed in [6], where a GSM was interfaced with a desktop computer. Home appliances had wired connection with desktop and users were connected through Wi-Fi. Doors and Windows were monitored in [7] using PIC18F452 with security that required ID for entering through the door. Some important GSM based antitheft and security systems have been developed in [8], [9], [10], [11], [12], [13], [14], [15] in recent years that has urged us to take up such a project. III. COMPONENTS The components used in the project are:- A. ARM processor with development board It is a ARM development board which consists of 32-bit ARM7TDMI-S microcontroller in a tiny LQFP64 package. The microcontroller in it is LPC2148. There are LEDs, a 2*16 alphanumeric LCD also available in the development board. Other than these are, two UART, USB 2.0, JTAG, VGA, POWER JACK, BUZZER, SD/MMC and buttons. B. GSM SIM900 Module A GSM SIM900 module has been interfaced with the 32-bit ARM processor based LPC2148 microcontroller. It is

2 connected to LPC2148 through a USB to RS232 driver. The module contains a SIM card holder, RS232 based serial port for connection, an antenna for sending/receiving signals to the SIM and an LED as a status for power, signal and incoming call. It supports features like voice, data/fax, GPRS and SMS at both 900 MHz and 1800 MHz. Serial port baud rate is adjustable from 1200 to BPS (bauds per second). It receives only incoming calls to its SIM from the users through the antenna. C. 16*2 Alphanumeric LCD display This LCD has been used to display the notice sent by the user. It is a 16*2 screen which means it can display 16 alphanumeric characters in each line and there are two lines for display in total which sums upto a maximum of 32 characters being dislayed at a time. It has 8 data pins since each character is of 8 bits and three other pins namely, enable, read/write and register select. Whenever the enable pin is low, LCD is OFF and it is ON if the pin is high. The read/write pin, if high, reads the data from LCD and if low, writes data in it. The register select pin decides the type of data transferred through the data pins. If it is high, a character is written in LCD and if low, command is sent to LCD. D. Relay A relay to drive a dc motor has been used. In order to control a circuit by a low-power signal with electrical isolation between control and controlled circuits, relay is used. Relay isolates low current circuit from high current circuit and the low current circuit either makes or breaks the high current path through the switch. E. USB 2.0 to RS232 serial db9 driver The GSM module has a db9 port and therefore, to connect it to ARM development board, the USB to RS232 driver has been used. F. DC Motor A 500 rpm 12V DC motor have been used for home automation purposes. G. Android Application An application named Home Automation has been used to switch on/off dc motors using on/off button and another button for typing and sending a notice to be displayed in the LCD. H. Smartphone with android operating system A smartphone Moto E 2nd generation with android version 4.2 Jelly Bean has been used for running the android application named Home Automation. IV. SYSTEM DESCRIPTION The microcontroller receives an SMS through the GSM module on occurrence of one of the two events: (a) when a notice is sent by a user through application; (b) user clicks on ON/OFF button in the application. A. Digital Notice Board When the SIM inserted in the GSM module receives a notice as an SMS from a user,it saves the SMS and the data is transferred to LPC2148 through DB9 port of GSM to usb port of ARM develoment board connected by USB to RS232 driver. On receiving data from the GSM, LPC2148 sends a write command to the 16*2 alphanumeric LCD followed by transfer of data to the 8 data pins of the LCD. The application named Home Automation is used to send message that gets dislayed in the LCD. B. Home Automation On clicking an ON/OFF button, an SMS is generated and sent by the application Home Automation to the SIM in GSM module. The GSM module transfers the data to LPC2148 as explained earlier. On receiving the data, LPC2148 sends a signal (logic 0 or logic 1) to the relay driver which turns the motors on/off as per the message. V. SYSTEM DESCRIPTION A. Microcontroller and GSM Module Interfacing Microcontroller LPC2148 and the GSM SIM900 module communicate through any one of the two UART devices which are 16C550 present in the LPC2148 chip. In this project, UART0 has been used to connect to the GSM module. Among all the 64 pins of the microcontroller, pin P0.0 is the TXD0(transmit) pin and pin P0.1 is the RXD0 (receive) pin. The RXD0 and TXD0 pins of LPC2148 are connected to the Tx and Rx of the GSM Module respectively with jumper wires. The UART is initialized for communication to happen. The frequency of crystal oscillator (Fosc) is 12MHz and to maintain a frequency of 60MHz for the CPU (Fcclk) through phase locked loop (pll) output, the multiplier is set as M=5 and the following registers are configured:- PLL0CON=0x01 PLL0CFG=0x24 The sequence fed is:- PLL0FEED=0xAA PLL0FEED=0x55 Hence, the peripheral clock frequency Fpclk is set as Fcclk/4. The baud rate generated is 9600 bauds per second using the formula, baud rate B, B = Fpclk in Hz 16(256(DLM) + DLL)(1 + D/M) where registers U0DLL = 97 ; U0DLM = 1 ; MULVAL = 15 ; DIVADDVAL = 0 Here, in formula, DLL stands for U0DLL, DLM stands for U0DLM, M for MULVAL and D for DIVADDVAL. On setting the baud rate at 9600 bps, the UART gets ready to communicate with the GSM module. To communicate with GSM, Attention (AT) commands are sent to GSM module through UART of LCP2148. So, initially to ensure successful (1)

3 connection with GSM module, the data AT is sent through UART. If in return OK is received by UART from GSM, then the connection is successful else not. After ensuring connection established, the GSM modem is set to text mode to read the SMS in text mode otherwise it gets displayed in binary mode. So, the string AT+CMGF=1 is send to GSM module which sets the SMS at index 1 in text mode. Since, it is known that the latest SMS is always stored at index 1, the data sent is AT+CMGF=1 where 1 is the index number of the message. Next, in order to read the message and send it for display the string AT+CMGR=1 is sent to GSM. This string is sent to read the message at index number 1 as it is the latest SMS received by the SIM in GSM. Finally, after the message is read, it is sent to LCD in 4-bit mode and displayed. B. Microcontroller and LCD interfacing The 16*2 LCD has eight data pins and three special pins namely, read/write (R/W), enable (E) and register select(rs). It can be used in 4-bit or 8-bit mode to transfer data or command. In 8-bit mode, all the eight data lines of LCD are connected to eight I/O pins of LPC2148 along with three other pins also connected to the microcontroller but in 4-bit mode, only four data lines are connected to the microcontroller. Here, 4-bit mode has been used to display. In 4-bit mode, the data lines D0-D3 of LCD are not connected and D4-D7 are connected to pins P0.19-P0.22 of LPC2148. The R/W, E and RS pins are connected to pins P0.16, P0.17 and P0.18 pins of LPC2148 respectively. Initially, the LCD is initialized and then the data is sent to it to get it displayed. RS pin, if high, selects the data register and LCD interprets any data sent to it as data to be displayed and if RS pin is low, command register is selected so the data sent to LCD is interpreted as a command by the LCD. The enable pin is used to enable transfer of command or data to LCD from microcontroller. The command/data transfer is enabled when E pin gets a transition from high to low. The R/W pin, if high gives read operation and gives write operation otherwise. 1) LCD initialization: For initialization, the pins R/W is kept low (write), RS is kept low (command register selected) and then command is sent through the 4-bit mode. But to place the command into command register, E pin is transitioned from high to low each time a byte is sent to the LCD. The commands sent for initialization in hexadecimal are, 28H, 20H, 06H, 01H and 80H. 2) Sending data to LCD: Sending of data involves following steps:- R/w is set low (write operation selected). RS is set high (data register selected). The data byte is sent through th 4 data lines. E pin is transitioned from high to low for data to be placed into data register. The above steps are repeated to send other bytes of data. Thus in this way, the LCD is interfaced with LPC2148. The message displayed in the LCD can be seen in figure 1. Fig. 1. Snapshot of Digital Notice Board C. Microcontroller and Relay Interfacing In this project, single relay is used to drive a fan using dc motor. The relay requires a driver IC ULN2803 to make interfacing possible between the low logic level digital circuitry in LPC2148 and the high voltage level required by the relay. LPC2148 gives output of 5V whereas relay requires 12V to operate, hence ULN2803 is required. ULN2803 IC has eight inputs and eight corresponding outputs. It consists of eight darlington pair of npn transistors. Here, a single relay has been used so input pin P0 of ULN2803 is connected to pin P1.20 of LPC2148 and the corresponding output pin of ULN2803 is connected to the relay. The dc motor used to drive the fan is connected to the relay. There is an input in the relay which is connected to a triggering coil. When the coil gets energized, relay turns on and the switch inside it closes so the positive terminal of output gets connected to +12V and if relay is off (coil de-energized), positive output terminal gets grounded. The ULN2803 input pin P0 is supplied a logic 1 (5V) by the pin P1.20 of LPC2148 to turn it on and drive the relay which in turn drives the motor to rotate the fan. D. Android Application (Home Automation) The android application designed, acts as a communication interface between the SIM in GSM module and the user. The interface is quiet user friendly and easy to access. On opening the application, its homepage provides two functionalities:- Fan control Notice board The homepage is shown in figure 2. So, the functionality of the application can be broadly divided into two parts:- 1) Fan control: On clicking the fan control option in homepage, there are two options visible, fan off and fan on as shown in figure 3.

4 Fig. 2. Homepage Fig. 4. Fan on/off request in progress shown in figure 5, depending on what option is clicked. Thus, the home appliances are controlled in this way using the application. Fig. 3. Fan control page To switch on the fan, fan on option is clicked and similarly to switch it off, fan off is clicked. After clicking fan on/off, the application takes few seconds to send an SMS during which, Wait request on process message gets displayed in lower part of the screen as shown in figure 4. On clicking fan on/off, the application automatically sends an SMS with a message written ON in it if fan on is clicked or OFF if fan off is clicked. The GSM receives the message and delivers it to LPC2148 which, on retrieving the message, reads it and sends signal accordingly to switch on/off the motor. As soon as the message is sent completely by the application, a message, Fan on/off gets displayed as Fig. 5. Fan on 2) Notice board: On clicking the notice board option in homepage, a blank text area appears with initially a message Write notice written in it as shown in figure 6. The notice to be displayed is typed in the text area. For example, RPC Project Presentation at 4:30 pm is to be displayed which is typed in the text area as shown in figure 7. After typing the message, the send notice option below the screen is clicked to send it.

5 Fig. 6. Notice typing screen Fig. 8. Notice sending in progress Fig. 7. Notice written Fig. 9. Notice sent After clicking, while the phone delivers the message, at that time, the message, Wait request in progress gets displayed in the lower part of screen as shown in figure 8. As soon as the message gets delivered, Notice sent message pops up as shown in figure 9. Thus, the notices can be delivered this way through the application to get them displayed. VI. A. Digital notice board ADVANTAGES It can reduce use of papers and hence deforestation can be turned into aforestation. It can reduce physical effort of printing and distributing paper based notices. It can spread among more people in lesser time since large screen display is used. B. Home Automation Can reduce physical effort for aged people. Can save time since user can access devices when he is not at home. Energy consumption can be managed more efficiently. VII. CONCLUSION The project established a digital notice board and home automation using 32-bit microcontroller and GSM successfully. It is cheap, quick, reliable and secured for any organisation that requires to circulate notices regularly and reduces physical

6 effort as well as ensures energy consumption management for any user. Although only fan has been driven through the system, in future, other devices like microwave, washing machine can also be operated while the user is aged or not at home. VIII. FUTURE IMPLICATIONS High power consuming devices like air conditioner, microwave geyser, washing machine can be monitored using LPC2148. The android application can be further enhanced in such a way that it would provide status of appliances whether on or off. The security of the application can be enhanced by introducing a password system to send message. Such enhancements can increase the system s robustness and flexibility. REFERENCES [1] R. Teymourzadeh, S. Ahmed, K. W. Chan, and M. V. Hoong, Smart gsm based home automation system, in Systems, Process Control (ICSPC), 2013 IEEE Conference on, Dec 2013, pp [2] H. Elkamchouchi and A. ElShafee, Design and prototype implementation of sms based home automation system, in Electronics Design, Systems and Applications (ICEDSA), 2012 IEEE International Conference on, Nov 2012, pp [3] B. Ghazal, M. Kherfan, K. Chahine, and K. Elkhatib, Multi control chandelier operations using xbee for home automation, in Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE), 2015 Third International Conference on, April 2015, pp [4] G. Cao, T. Xu, T. Liu, Y. Ye, and G. Xu, A gsm-based wireless remote controller, in Electronics, Communications and Control (ICECC), 2011 International Conference on, Sept 2011, pp [5] D.-M. Han and J.-H. Lim, Smart home energy management system using ieee and zigbee, Consumer Electronics, IEEE Transactions on, vol. 56, no. 3, pp , Aug [6] M. S. Khandare and A. Mahajan, Mobile monitoring system for smart home, in Emerging Trends in Engineering and Technology (ICETET), rd International Conference on. IEEE, 2010, pp [7] M. S. Islam, Home security system based on pic18f452 microcontroller, in Electro/Information Technology (EIT), 2014 IEEE International Conference on. IEEE, 2014, pp [8] J.-V. Lee, Y.-D. Chuah, and C.-T. Chai, A multilevel home security system (mhss), International Journal of Smart Home, vol. 7, no. 2, [9] D. Pawar and P. Poddar, Car black box with speed control in desired areas for collision avoidance, Engineering, Technology & Applied Science Research, vol. 2, no. 5, pp. pp 281, [10] R. Anandan, Wireless home and industrial automation security system using gsm, Journal of Global Research in Computer Science, vol. 4, no. 4, pp , [11] V. M. Ibrahim, A. A. Victor, and S. Musa, Gsm based anti-theft security system using at&t command, International Journal of Computational Engineering Research. Vol2, no. 5, [12] A. Sachan, Microcontroller based substation monitoring and control system with gsm modem, IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN, pp , [13] B. H. Sunil, Household security system based on ultrasonic sensor technology with sms notification, European Journal of Academic Essays, vol. 1, no. 4, pp. 6 9, [14] V. S. Narayanan and S. Gayathri, Design of wireless home automation and security system using pic microcontroller, International Journal of Computer Applications in Engineering Sciences, vol. 3, pp [15] M. H. A. Wahab, N. Abdullah, A. Johari, and H. A. Kadir, Gsm based electrical control system for smart home application, Journal of Convergence Information Technology, vol. 5, no. 1, pp , 2010.

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

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 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

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

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

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

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

GSM Interfacing Board

GSM Interfacing Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION

BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION K.RAJASEKHARA REDDY, H.O.D, SREC, NANDYAL 13X51A0228, 13X51A0210, 13X51A0233 P.PUNARVI, I.DHANASREE, M.SAICHARITHA

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

Home Automation control system using SMS

Home Automation control system using SMS Home Automation control system using SMS Sudhasmita Behera 1, Anish Kumar Saha 2, Deepak Kumar 3, Jagannath Polai 4 1Assistant professor, Dept. Of Electrical Engineering, GIET, Gunupur, Odisha,India 2Student,

More information

A Paper on IOT Based Digital Notice Board using Arduino ATMega 328

A Paper on IOT Based Digital Notice Board using Arduino ATMega 328 A Paper on IOT Based Digital Notice Board using Arduino ATMega 328 Pooja Pawar 1, Suvarna Langade 2, Mohini Bandgar 3 1, 2, 3 Department of Electronics and Telecommunication, Adarsh Institute of Technology

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

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

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

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

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

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM

More information

Smart Home Automation Using Web-Server

Smart Home Automation Using Web-Server Smart Home Automation Using Web-Server Humera Jabeen Khan 1, Dr. Baswaraj Gadgay 2, Veeresh Pujari 3 1 PG Student Dept. Of VLSI Design & Embedded Systems VTU PG Centre Kalaburagi 2 Research Guide & Professor

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

II. PROPOSED SYSTEM AND IMPLEMENTATION

II. PROPOSED SYSTEM AND IMPLEMENTATION Automatic Gate Security System by using Raspberry Pi with Image Processing Mr. Mogare Sumit R. 1, Sanagare Prathamesh S. 2, Ms. Anjarlekar Shraddha S. 3, Mr. Kharat Ratnadipak N. 4, Mr. Shikalgar Isaq

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

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

Industrial Appliance Monitoring System and Remote Data Acquisition with Self Monitoring

Industrial Appliance Monitoring System and Remote Data Acquisition with Self Monitoring International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 4 Ver. VI April 2018 PP 16-20 Industrial Appliance Monitoring System and

More information

FT232 Serial to USB Converter

FT232 Serial to USB Converter FT232 Serial to USB Converter Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes

More information

Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN

Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN Modules For Six Months Industrial Training On WIRELESS EMBEDDED SYSTEM DESIGN 1 st Week Introduction to Embedded System a) Tool Hardware tool and Software tool b) Embedded designing, course study c) Board

More information

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1 e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/480-484 Gunaganti Ganesh/ International Journal of Engineering & Science Research ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti

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

CoiNel Technology Solutions LLP. LPC2148 ARTIST Instruction Manual LPC2148 ARTIST. Instruction manual. Revision 1

CoiNel Technology Solutions LLP. LPC2148 ARTIST Instruction Manual LPC2148 ARTIST. Instruction manual.   Revision 1 LPC2148 ARTIST Instruction manual Designed by CoiNel Technology Solutions LLP No-816, 2 nd Floor, 4 th B Cross, 9 th A Main, RPC Layout, Vijaynagar, Bangalore-560040 State: Karnataka Country: India www.coineltech.com

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

Energy Monitoring Using Wireless Technique

Energy Monitoring Using Wireless Technique Energy Monitoring Using Wireless Technique Mr. Shailesh R. Kulkarni Assistant Engineer, Maharashtra State Electricity Distribution Company Ltd, Pune, India. Abstract:- The single phase static meter getting

More information

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration This is the circuit diagram water level controller using microcontroller Free diagram for water level controller

More information

EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES

EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES T.Shanthi 1 and R.Priya 2 #1 KCT Coimbatore India, Phone no.9443820420 and email Id: shant hits@ gmail.com #2 KCT Coimbatore India, Phone

More information

DTMF BASED HOME AUTOMATION

DTMF BASED HOME AUTOMATION DTMF BASED HOME AUTOMATION Vimlesh Kumar Agrahari 1, Md Arzoo 2, Harish Kumar 3 1, 2 Students, Electrical Engineering Department Greater Noida Institutes of Technology, Gr.Noida, (India) 3 Assistant Professor,

More information

Development of Intelligent Vehicle Network for safety Applications

Development of Intelligent Vehicle Network for safety Applications Development of Intelligent Vehicle Network for safety Applications Raj Kiran 1 &V.Lakshman 2 A. RAJ KIRAN 1*, rajkiran_01@mlritm.co.in V.LAKSHMAN 2*, vlakshman531@gmail.com Assistant Professor, Electronics

More information

Wireless Colour Sensing Arm Robot

Wireless Colour Sensing Arm Robot Wireless Colour Sensing Arm Robot J.Nandhini Final Year, Electronics & Communication Engineering Sathyabama University, Chennai, India E-mail id:nandhinij1994@gmail.com K.Shabatini Final Year, Electronics

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

Controlling and Monitoring Of Industrial Parameters by Using GSM

Controlling and Monitoring Of Industrial Parameters by Using GSM Controlling and Monitoring Of Industrial Parameters by Using GSM GUIDE: Mr. S. CHANDRA SHEKAR, PROFESSOR IN ECE P.WASEEM NAZMA, G.SUDHA PRIYANKA, S.DHANA LAKSHMI, SK.SHAHID DEPARTMENT OF ELECTRONICS AND

More information

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: Volume 1 Issue 6 (July 2014)

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: Volume 1 Issue 6 (July 2014) HOME APPLIANCE CONTROL FOR USERS WITH MOTOR DISABILITIES USING SMART PHONE Shruthi.J 1, Ramya.S 2, Bharathi.R 3 Department of Computer Science and Engineering, BMSIT, Bangalore-64 Abstract In our surroundings,

More information

Verify code : checksum which is equals to the sum of the whole package data except the verify code. device for saving the image taken by the camera.

Verify code : checksum which is equals to the sum of the whole package data except the verify code. device for saving the image taken by the camera. Volume 119. 12 2018, 14387-14392 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu GPRS BASED MONITORING SYSTEM USING IMAGE SENSOR J.Surendiran 1, R.Sridhar 2,Rajiv arya 3 Assistant Professor,

More information

GSM Based Remote Control Design for LCD Publicity Display

GSM Based Remote Control Design for LCD Publicity Display IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-302, ISSN (p): 2278-879 Vol 04, Issue 2 (December 204), V2 PP 49-53 wwwiosrjenorg GSM Based Remote Control Design for LCD Publicity Display Noaman AbdElnou

More information

Home Security System with Remote Home Automation Control

Home Security System with Remote Home Automation Control Home Security System with Remote Home Automation Control Justin Klumpp Senior Project Hardware Description Western Washington University April 24 2005 Professor Todd Morton Introduction: This document

More information

LPC2148 DEV BOARD. User Manual.

LPC2148 DEV BOARD. User Manual. LPC2148 DEV BOARD User Manual www.coineltech.com www.coineltech.com Designed by CoiNel Technology Solutions LLP No-816, 2 nd Floor, 4 th B Cross, 9 th A Main, RPC Layout, Vijaynagar, Bangalore-560040 State:

More information

BLUETOOTH BASED AUTOMATION SYSTEM WITH SECURED ACCESS

BLUETOOTH BASED AUTOMATION SYSTEM WITH SECURED ACCESS BLUETOOTH BASED AUTOMATION SYSTEM WITH SECURED ACCESS 1 PRANJAY POPLI, 2 SOUMYA SAMIRANA, 3 V SUMATHI 1,2 B.Tech Electronics and Instrumentation Engineering, VIT University, Vellore 3 Associate Professor

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Automated LPG Billing and Security System Using Wireless Sensor Networks Miss. Snehal Sukumar Patil, Prof. Mrs. A.S. Patil E &

More information

VEHICLE NETWORKING USINGCONTROL AREA NETWORK

VEHICLE NETWORKING USINGCONTROL AREA NETWORK VEHICLE NETWORKING USINGCONTROL AREA NETWORK Satyam Singh 1, Ravi Kiran V 2,Pavan Kumar P 3, Rahul Koudal 4, Prameela Kumari N 5 1,2,3,4,5 School of Electronics and Communication, REVA University,(India)

More information

Home automation and controlling electrical devices using webpage

Home automation and controlling electrical devices using webpage Home automation and controlling electrical devices using webpage Mr. Vishnu #1, Mr. Ajayarasan #2, Mr. Pradeep #3, Mr. Chandrasekar #4, Mr. Sathishkumar #5 1PROFESSOR, MECHATRONICS ENGINEERING, SNS COLLEGE

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

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

Industrial Appliances Control Using Android Mobile & Bluetooth Technology

Industrial Appliances Control Using Android Mobile & Bluetooth Technology International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 33-42 Research India Publications http://www.ripublication.com Industrial Appliances Control

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

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

Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things

Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things 1 M.Muni sankar, 2 B.Madhavi, 3 C.VijayaLakshmi 1.2.Assistant Professor, Dept.of. ECE,3.Academic Consultant,

More information

USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR

USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR Srushti Chafle 1, S wati Bhandarkar 2 Department of Electrical Engineering, Datta meghe Institute of Engineering technology and research, Sawangi(Meghe),Wardha

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

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

GSM+GPS Based School Kids Tracking System

GSM+GPS Based School Kids Tracking System GSM+GPS Based School Kids Tracking System Introduction: In this project, the tracking system will used GPS (Global Positioning System) and GSM(Global System for Mobile Communications)as the tracking system

More information

User Manual For CP-JR ARM7 USB-LPC2148 / EXP

User Manual For CP-JR ARM7 USB-LPC2148 / EXP CP-JR ARM7 USB-LPC2148 / EXP 38 CR-JR ARM7 USB-LPC2148 which is a Board Microcontroller ARM7TDMI-S Core uses Microcontroller 16/32-Bit 64 Pin as Low Power type to be a permanent MCU on board and uses MCU

More information

Electro Visits in Primary Care, Schedulling Policies, Modelling and its Analysis

Electro Visits in Primary Care, Schedulling Policies, Modelling and its Analysis Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 11 (2017) pp. 3161-3170 Research India Publications http://www.ripublication.com Electro Visits in Primary Care, Schedulling

More information

IMPLEMENTATION OF SMART DISPLAY SYSTEM

IMPLEMENTATION OF SMART DISPLAY SYSTEM IMPLEMENTATION OF SMART DISPLAY SYSTEM Ranjitha K 1, Chandana D 2, Akash S 3, Kavyashree Y N 4, Md. Tauseef 5 1,2,3,4,5 School of ECE, REVA University, (India) ABSTRACT In a couple of decades, we can see

More information

Pic-Microcontroller Based Fully-Automatic Blood Pressure Monitor With Gsm Communication

Pic-Microcontroller Based Fully-Automatic Blood Pressure Monitor With Gsm Communication IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 07, Issue 02 (Feb. 2017), V1 PP 13-18 www.iosrjen.org Pic-Microcontroller Based Fully-Automatic Blood Pressure Monitor

More information

DTMF BASED INDUSTRIAL AUTOMATION

DTMF BASED INDUSTRIAL AUTOMATION DTMF BASED INDUSTRIAL AUTOMATION Shobhnendra Kumar 1, Shrishti Srivastava 2, Pallavi Gupta 3 1, 2 Students, Electrical Engineering Department, Greater Noida Institutes of Technology, Gr.Noida, (India)

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

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 80 84 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com 3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

More information

GSM BASED SMART NOTICE BOARD

GSM BASED SMART NOTICE BOARD GSM BASED SMART NOTICE BOARD 1 Mrs.A.Priya AP/CSE, 2 M.I.Ayeshasulthana, 3 S.Baranipriya,4 E.Dhamotharan,5 S.Shruthi Sasurie College Of Engineering,Vijayamangalam Email: priyameest@gmail.com, ayeshasulthana.m.i@gmail.com,

More information

Voice Recognition Automation through an Android Application

Voice Recognition Automation through an Android Application Voice Recognition Automation through an Android Application Lochan Basyal Amritsar College of Engineering and Technology, Amritsar Punjab India Sandeep Kaushal Amritsar College of Engineering and Technology,

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 3 ISSN : 2456-3307 Voice Controlled Home Automation using Microcontroller

More information

GSM HOME SECURITY SYSTEM

GSM HOME SECURITY SYSTEM Cell /Mobile phone home security system GSM HOME SECURITY SYSTEM Model : BS120 TABLE OF CONTENTS 1. FEATURES... 1 2. APPLICATION... 2 3. SPECIFICATIONS... 3 4. FRONT PANEL & LAYOUT DESCRIPTION...6 5. BASIC

More information

Cost Effective Bus Intimation System for the Public Using GPS and GSM Technology

Cost Effective Bus Intimation System for the Public Using GPS and GSM Technology Cost Effective Bus Intimation System for Public Using GPS and GSM Technology R. Pradeep Saravana Kumar 1, V. Goudham 2 1, 2 B. Tech, Department of Electronics and Communication engineering, Amrita Vishwa

More information

Transmission Line Security System Based on RFID and GSM Technology

Transmission Line Security System Based on RFID and GSM Technology Transmission Line Security System Based on RFID and GSM Technology Swati Chandrakar Completed B.E in Electrical and Electronics from CSIT in 2014. Right Now She is Working as a Teacher at Yugantar Institute

More information

MEITRACK MVT340 User Guide

MEITRACK MVT340 User Guide MEITRACK MVT340 User Guide Change History File Name MEITRACK MVT340 User Guide Created By Kyle Lv Project MVT340 Creation Date Update Date 2010-08-24 2017-03-23 Subproject User Guide Total Pages 12 Version

More information

Embedded Automobile Engine Locking System Using GSM & GPS Technology

Embedded Automobile Engine Locking System Using GSM & GPS Technology Volume-6, Issue-2, March-April 2016 International Journal of Engineering and Management Research Page Number: 117-122 Embedded Automobile Engine Locking System Using GSM & GPS Technology Abhishek Gupta

More information

TC35 GSM Development Board

TC35 GSM Development Board TC35 GSM Development Board User s Manual V1.1 Mar 2014 Created by Cytron Technologies Sdn. Bhd. All Rights Reserved 1 Created by Cytron Technologies Sdn. Bhd. All Rights Reserved 2 Index 1. Introduction

More information

Home Automation using IoT

Home Automation using IoT International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 939-944 Research India Publications http://www.ripublication.com Home Automation using IoT Dr. A.

More information

International Journal of Advance Engineering and Research Development. LabVIEW Based Wireless Switch Control System

International Journal of Advance Engineering and Research Development. LabVIEW Based Wireless Switch Control System Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 10, October -2015 LabVIEW

More information

ENERGY METER READING INITIATOR and the SMS USING is ATMEGA328

ENERGY METER READING INITIATOR and the SMS USING is ATMEGA328 ENERGY METER READING INITIATOR and the SMS USING is ATMEGA328 sent to the AND EB(ELECTRICITY GSM BOARD) office. Keywords-GSM, Microcontroller, Arasu Engineering College,Kumbakonam EB(ELECTRICITY BOARD)

More information

Realization of RFID Monitoring Access System

Realization of RFID Monitoring Access System INFOTEH-JAHORINA Vol. 13, March 2014. Realization of RFID Monitoring Access System Mitar Simic NORTH Point Ltd. Subotica, Republic of Serbia mitarsimic@yahoo.com Marin Radak NORTH Protection Ltd. Subotica,

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

VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT

VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT Mayur Pawar, Shivani Wakhare, Amit Yewale, Harsha Gawari 1Mayur Pawar, Dept. of E&TC Engineering, Dhole Patil College Of Engg.Pune, Maharashtra,

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

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

International Journal Of Advanced Research In Engineering Technology & Sciences

International Journal Of Advanced Research In Engineering Technology & Sciences International Journal Of Advanced Research In Engineering Technology & Sciences Email: editor@ijarets.org March- 2015 Volume 2, Issue-3 www.ijarets.org Remote Controlling Of a Vehicle Using Android App.

More information

IMPLEMENTATION OF A GUI REMOTE SYSTEM FOR HOME AUTOMATION Awuhe T. Samuel 1, Tingir T. James 2, Kpochi P. Kpochi 3

IMPLEMENTATION OF A GUI REMOTE SYSTEM FOR HOME AUTOMATION Awuhe T. Samuel 1, Tingir T. James 2, Kpochi P. Kpochi 3 340 IMPLEMENTATION OF A GUI REMOTE SYSTEM FOR HOME AUTOMATION Awuhe T. Samuel 1, Tingir T. James 2, Kpochi P. Kpochi 3 1,2,3 Department of Electrical and Electronics Engineering, Federal University of

More information

AUTOMATIC WATER DISTRIBUTION SYSTEM USING ARM CONTROLLER N.B.Bhawarkar 1, N.M. Verulkar 2, R.R. Ambalkar 3, K.U. Pathak 4

AUTOMATIC WATER DISTRIBUTION SYSTEM USING ARM CONTROLLER N.B.Bhawarkar 1, N.M. Verulkar 2, R.R. Ambalkar 3, K.U. Pathak 4 ISSN: 2349-252X AUTOMATIC WATER DISTRIBUTION SYSTEM USING ARM CONTROLLER N.B.Bhawarkar 1, N.M. Verulkar 2, R.R. Ambalkar 3, K.U. Pathak 4 1,2,3,4 Asst.Professor Department of Electronics & Tele-comm, Amravati

More information

International Journal of Informative & Futuristic Research ISSN:

International Journal of Informative & Futuristic Research ISSN: Reviewed Paper Volume 3 Issue 12 August 2016 International Journal of Informative & Futuristic Research Fingerprint Based Vehicle Security Paper ID IJIFR/V3/ E12/ 007 Page No. 4486-4494 Research Area Embedded

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

EMBEDDED SYSTEM BASED INDUSTRIAL MACHINE CONTROL PANEL

EMBEDDED SYSTEM BASED INDUSTRIAL MACHINE CONTROL PANEL EMBEDDED SYSTEM BASED INDUSTRIAL MACHINE CONTROL PANEL Prof.S.A.Dhumane 1, BawaSwapnil 2, Chaudhari Ishwari 3, Dalvi Nisha 4 1,2,3,4 Electronics and telecommunication, NDMVP s KBT COE, S.P.P.U(India) ABSTRACT

More information

Cell Phone Controlled Robotic Vehicle

Cell Phone Controlled Robotic Vehicle National Conference on Recent Advances in Computer Science and IT (NCRACIT) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE

MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE Ashish Sharma (B.Tech., EL Engg.) E-mail: ashishpreet2009@gmail.com : contactashish10@gmail.com ABSTRACT Ideal gas sensor is used to detect the presence

More information

MEITRACK T1 User Guide

MEITRACK T1 User Guide MEITRACK T1 User Guide Change History File Name MEITRACK T1 User Guide Created By Kyle Lv Project T1 Creation Date 2014-06-10 Update Date 2015-09-30 Subproject User Guide Total Pages 17 Version V2.5 Confidential

More information

International Journal of Research

International Journal of Research Running Multiple Programs & Message Processing Using a Single Circuit Board ABSTRACT: 1 VASAM SRINIVASA KUMAR GOUD, 2 SUDARSHAN BANDI, 3 V.PUSHPALATHA 1 PG Scholar, Department of ECE, Nova College Of Engineering

More information

International Journal of Advance Engineering and Research Development BANK LOCKER OPENING SYSTEM USING RFID

International Journal of Advance Engineering and Research Development BANK LOCKER OPENING SYSTEM USING RFID Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 BANK LOCKER OPENING SYSTEM USING RFID e-issn (O):

More information

DEV-1 HamStack Development Board

DEV-1 HamStack Development Board Sierra Radio Systems DEV-1 HamStack Development Board Reference Manual Version 1.0 Contents Introduction Hardware Compiler overview Program structure Code examples Sample projects For more information,

More information

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Sumanta Chatterjee Asst. Professor JIS College of Engineering Kalyani, WB, India

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

ZD-VT1 User Guide. ZENDA GPS Tracker ZD-VT1 User Guide

ZD-VT1 User Guide. ZENDA GPS Tracker ZD-VT1 User Guide ZENDA GPS Tracker ZD-VT1 User Guide Change History File Name ZD-VT1 User Guide Created By Kyle Lv Product ZD-VT1 Creation Date 2016-01-08 Update Date 2016-02-02 Subproject User Guide Total Pages 16 Version

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

SimPLC. User Manual.

SimPLC. User Manual. SimPLC User Manual www.dizzy.co.za Contents Introduction... 4 Overview Top... 5 Power Circuitry... 6 Microcontroller... 7 Real-Time Calendar and Clock (RTCC)... 7 Reset Button... 7 Oscillator Socket...

More information

Embedded Solution IT Solution Industrial Automation

Embedded Solution IT Solution Industrial Automation About US JMR TECHNO is recognized as a leading electronics manufacturing services (EMS) provider. Genie specializes in providing the highest quality RoHS compliant circuit board assembly, electronic assembly,

More information

Keywords Digital IC tester, Microcontroller AT89S52

Keywords Digital IC tester, Microcontroller AT89S52 Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Digital Integrated

More information