Remote PLC system using GSM network with application to home security system

Size: px
Start display at page:

Download "Remote PLC system using GSM network with application to home security system"

Transcription

1 PLC using GS with application to home security A. Alheraish, W. Alomar, and. Abu-Al-Ela Department of Electrical Engineering, King Saud University, Riyadh, Saudi Arabia PLC using GS Keywords Programmable logic controller, machine automation, GS, home security, microcontroller. Abstract focus of this paper is to present a low-cost and simple approach to designing intelligent home using the concept of mobile-to-machine and machine-to-mobile communication. First, we develop a general purpose electronic design that can control and monitor a variety of home appliances with interface that can be plugged into GS handset unit. design based on PLC comprises microcontroller, adaptation, power, and RS3 interface. n, we develop prototype home security as an application example of the designed PLC. is completely built and tested and showed perfect operation. Introduction Global System for obile communication (GS) has been one of the best trustable wireless communication s that can be accessed and used very easily. It is cost effective either if we consider the price of its transceiver module (a simple cellular phone) or the subscription fees. With the trend of huge growing usage of GS during the past decade, services is extended beyond speech communication to so many other custom specified applications, machine automation and machineto-machine communication. This paper designs an intelligent home that can communicate with the user by using a mobile phone over GS. interface and communication between home appliance the controlling is the most important component in automation process. This function is implemented by using a Programmable logic controller (PLC) interfaced to a mobile phone. user sends GS data in the form of SS (short message service) message to switch ON or OFF any appliance inside the home, like lamp, light, air condition, washer machine, TV, register, video etc. appliance may also sends to the user its status and alarms. For instance, if some body tries to get into the home, then the home will automatically send alarm message to the user mobile phone or call the police station (if required). can be improved to provide the user with information about the status of each appliance, for example Is the air condition ON or OFF? A sketch of overall design of the PLC is shown in Fig.. In the literature, there are few contributions proposed in recent years in machine-to-machine, mobile-to-machine, or machine to-mobile communication. se include: designing prototype integrated mobile telemedicine interfaced with sensors to a patient s body using GS simulation[woodward, 00]; designing mobile with wireless LAN [Kugean, 00]; implementing measurement to monitor the ambient air quality using GPS, GPRS modem and advanced RISC machine [Sang, 004]; designing remote control of sensors and actuators using purpose GS module hardware [Aranguren, 00]; and software and designing algorithm stand-alone of home human appliance temperature. and We blood first pressure shed the using light microcontroller on the PLC with embedded followed software by describing [Al-Ali, the 003]. major In components line with these of works, the we describe in this paper simple guideline procedures to build general purpose hardware and : software microcontroller, algorithm of home adaptation appliance., We and first shed power the light. on the ore PLC detailed followed microcontroller by describing the operations major components with focus of the on : AT commands microcontroller, transmission adaptation is presented, and in power Section. 4. ore In Section detailed, microcontroller we develop prototype operations home with security focus on AT commands as application transmission is example presented of in the Section designed 4. In PLC Section., we Finally, develop prototype Section 6 home concludes security the paper. as an application example of the designed PLC. Finally, Section 6 concludes the paper. igure. implified lock diagram f PLC ystem Figure. Simplified block diagram of PLC User Controlling Home Appliance 8 th National Computer Conference 006 Saudi Computer Society PLC System GS provides full duplex link to support the user requirement. user

2 PLC System GS provides full duplex link to support the user requirement. user can access the application remotely through SS service where his message read and decoded by the microcontroller attached to the mobile set through a suitable interface, usually RS3 is used but also either Bluetooth or infrared links can be used. A resident assembly program on the microcontroller board allows it to transmit and receive data bytes to and from the attached GS module under the control of the far end phone key board or upon receiving SS from the remote mobile phone decoded message is then processed and used to access the application using digital input /output or digital to analog converter. s are also needed to provide suitable operating voltage level for the application. Examples of adaptation s are relay, power switch, power amplifier etc. Fig. shows the block diagram of the connection between the main components of the PLC. In the figure, the level shifter is used to change the signal level in the serial port ( volt for logic 0 and - volt for logic ) to TTL level ( volt for logic and 0 volt for logic 0) to be compatible with the microcontroller. used level shifter in this is AX3. machine is the major part of the because the overall is built to control it. machine can be either electrical or mechanical or any other type according to the user requirements. machine includes all the necessary s and sensors needed to couple, apply input or output signals from the microcontroller to the units to be controlled. Among the that may be employed in general are: - Different types of sensors, analog or digital, to sense temperature, pressure, speed, etc - Analog signal processing s 3- Programmable counters and timers, power switches: mechanical relays or semiconductor switches. 4- A/D and D/A - s Input output latch s. - Input output latch s. GS V Figure. block diagram of the PLC Figure. block diagram of the PLC Far end User -V RS3 AT Command Level Shifter AT Command icrocontroller achine Hardware Construction This section Hardware describes in Construction details the major hardware components in Fig., namely: microcontroller, adaptation, and power. integration of all these components will be also sketched. This section describes in details the major hardware components in Fig., namely: icrocontroller microcontroller microcontroller, is a programmable adaptation device, that and can be power designed. to work as integration the designer of want. all these It acts as the components brain of the will. be also This sketched. microcontroller is designed to be multi input multi output and general purposes microcontroller. To make this microcontroller works, the programmer writes a program that controls icrocontroller the overall then downloads this program inside the microcontroller chip. This program must be a HEX file. program is written using assembly language and then converted to HEX microcontroller file. re are several is a programmable types of the microcontrollers device that can available be designed in the markets. to work as the easiest way designer of using the want. microcontroller It acts as the is to brain replace of the it with. the personal This microcontroller computer (PC). However, is designed to such approach is not efficient and even not cost effective. optimum way is to use a small microcontroller instead be multi of PC. input In this multi paper, output we adopt and AT89C general icrocontroller. purposes microcontroller. To make this microcontroller works, the programmer writes a program that controls the overall AT89C is a low-power, then downloads high-performance this program COS inside 8-bit microcomputer the microcontroller with 8K chip. bytes This of Flash program must be a HEX file. program is written using assembly language and then converted to HEX file. re are several types of the microcontrollers available in the markets. easiest way of using the microcontroller is to replace it with the personal computer (PC). However, such approach is not efficient and even not cost effective.

3 programmable and erasable read only memory (PERO). device is manufactured using ATEL high-density nonvolatile memory technology and is compatible with the industry-standard 80C and 80C instruction set. on-chip Flash allows the program memory to be reprogrammed in or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the ATL AT89C is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications. 89C chip contains the following sections: - Standard 80C CPU - Full Duplex UART (Universal Asynchronous Receiver Transmitter). 3-3 programmable timers. 4-8 k byte Flash memory. - 4 I/O programmable ports 6- Crystal Oscillator where the crystal is connected externally. chip can also work from external clock generator while disabling the Crystal oscillator. functions of the microcontroller in the are: PLC using GS 3 a- Initiate the attached GS module and make it ready to communicate with the other phone by sending a confirmation either through SS or dialing the previously stored phone numbers list. This is important to acknowledge the far end control units that the is ready. This step is done once when power is turned ON, and each time the power is turned ON. b- Check the reception of any commands either in SS or by answering a call and waiting the commands from the far end mobile set. This also include sending a confirmation that the message is received. c- Process the received commands and produce all signals needed to physically execute this command. d- Perform any needed tests and acquire all possible signals that confirm the execution of the received commands. e- Send a confirmation message to the far end mobile set and return again in waiting state for another commands. Of course the above functions are general and the driving software may be written to adopt a specified application. One of the 80 s many powerful features is it s integrated UART, otherwise known as a serial port. fact that the 80 has an integrated serial port means that the programmer may very easily read and write values to the serial port. If it were not for the integrated serial port, writing a byte to a serial line would be a rather tedious process requiring turning on and off one of the I/O lines in rapid succession to properly clock out each individual bit, including start bits, stop bits, and parity bits. However, the programmer does not have to do this. Instead, he simply needs to configure the serial port s operation mode and baud rate. Once configured, all what he has to do is writing to an SFR (Special Function Register) to write a value to the serial port or read the same SFR to read a value from the serial port. 80 will automatically let the programmer know when it has finished sending the character he wrote and will also let him know whenever it has received a byte so that he can process it. programmer does not have to worry about transmission at the bit level--which saves him quite a bit of coding and processing time. microcontroller controller can accept TTL level in its input or output but most of the external s work in either olt or 0 volt and thus the microcontroller can not operate these s. To overcome this, the adaptation is used to convert the input or the output voltage level between the microcontroller and the external. adaptation consists mainly of relays and transistors. Fig. 3 shows the adaptation suggested in this paper. When the input to the adaptation is low then the output will be and the switch will be opened but when the input is high then the switch will be closed. reason behind using this type of the is to completely isolate the relay current from the microcontroller current. This method prevents the output voltage from dropping and prevents the microcontroller from producing a high current, which may damage the microcontroller.

4 is low then the output will be and the switch will be opened but when the input is high then the switch will be closed. reason behind using this type of the is to completely isolate the relay current from the microcontroller current. This method prevents the output voltage from dropping and prevents the microcontroller from producing a high current, which may damage the microcontroller. is low then the output will be and the switch will be opened but when the input is high then the switch will be closed. reason behind using this type of the is to completely isolate the relay current from the microcontroller current. This method prevents the output voltage from dropping and prevents the microcontroller from producing a high current, which may damage the microcontroller. Figure 3. Figure 3. Figure 3. Load Load 4.7k Relay Relay input 0k 4.7k 4 Figure 4. power Figure 4. power Figure 4. power Power input 0k required power to operate the microcontroller is volt (DC) but the available voltage supply is 0 volt (). must use a to covert the voltages to Power volt. consists of a transformer to change the voltage from () to required 6 volt power (), to operate a bridge the microcontroller to take the absolute is volt (DC) value but of the the available signal, voltage a capacitor supply is and 0 volt a (). regulator. Power Fig. must 4 use shows a the building to covert the of this voltages. to volt. consists of a transformer to change the voltage from () to 6 volt (), a bridge to take the absolute value of the signal, a capacitor and a regulator. required Fig. 4 shows power the to building operate of this the. microcontroller is volt (DC) but the available voltage supply is 0 volt (). must use a Input to covert the voltages to volt. output consists Regulator of a transformer m to change the voltage from () to 6 volt (), a bridge to take the absolute + value Bridge of the - signal, a capacitor and a regulator. Fig. 4 shows the building of this. Figure. integrated PLC + Bridge - Input Regulator Integrating the above main microcontroller m (AT89C), adaptation, and power as well as level output shifter Regulator + (ax 3) Bridgeis -illustrated in Fig.. In the figure, the is constructed to control and monitor m many machines () or home appliances Serial port Integrating the above main microcontroller (AT89C), adaptation, and power as well as level shifter (ax 3) is illustrated in Fig.. In the figure, the is constructed to control and monitor many machines () or home appliances. 000n 000n k Figure. integrated PLC 000n 3 000n n AX m HELE.09HZ 30 AT89C k k Relay 4.7k 0k icrocontroller Operation

5 Integrating the above main microcontroller (AT89C), adaptation, and power as well as level shifter (ax 3) is illustrated in Fig.. In the figure, the is constructed to control and monitor many machines () or home appliances. icrocontroller Operation AT commands (Attention commands) are commands that control the PLC. AT commands can be considered as a representation of the signal that passes inside the PLC. If the microcontroller is considered as the brain of the then the AT Commands act as the nervous of the. se commands are used to allow the connection between the data terminal equipment and the data communication equipments through any port like the serial port RS3. most commonly used AT Commands that are related to the SS message are the following: - AT+CGF= /* Setting the massage format to the text mode. PLC using GS - AT+CSDH= /* Setting the AT command to the mode that allows sending SS.. 3- AT+CSP=7, 67, 0, 0 /* Setting the text mode parameter, where the second parameter specifies the period for resending, meaning that 67 specifies that the time is 4 hours. other parameters are related to the coding protocols. 4- AT+CPS=<mem>, <mem>, <mem3> /* Preferring the memory location for the message storage. mem represents the type of memory to be used either SI card or mobile equipment which are indicated by S or E respectively. mem specifies the memory from which the message will be read and deleted. mem specifies the memory to which writing and sending operation are made. mem3 specifies the memory that the received message will be stored in it - AT+CGR= /* Reading the message, where is the number of the message in the memory. 6- AT+CGS= the phone number /* Sending the message. 7- AT+CGD= /* Deleting the message. Sending the AT Commands by using the microcontroller is not an easy job. This is because the designer has to understand the communication protocols that are used by the GS and by the mobile phone. Since sending the AT Commands will be through the serial port, the AT Command will be sent character by character. Once the mobile receives the character, it will use an error checking technique to check if the character was received correctly or there is error on it. technique used in the mobile is the echo checking technique. In this technique, the mobile will resend the same received character again to the microcontroller to check if the transmitted character was received correctly or not. procedure of transmitting the commands will be as follows. First, the microcontroller sends the first character of the AT Commands to the mobile. n, the microcontroller will wait for the mobile phone to resend the same character to prevent the collision between the transmitted and received signal at the SBUF (Serial Control, Addresses 99h). microcontroller will send the remaining characters by the same way. Once the AT Command has been sent completely, the mobile phone will send a response to the microcontroller. number of the character response will vary from At Command to other. microcontroller must wait until the received response finish completely. Home Security System A simple application of the above described is a home security as shown in Fig. 6. This enables the far end user through SS facility to monitor the state of home door and detect any illegal intrusion; select and change a certain password for key locking the door; and control the home lighting to give impression for the outsiders that there is somebody inside. password may be any four characters where their ASCII code is inserted in the deriving program either using the key pad or by sending a SS message from the far end mobile. intrusion detector is a simple LED (Light Emitting Diode) and an infrared sensors. se two elements are fixed across the door and send on/off signal in case of intrusion. sensor will be connected to the microcontroller and acts as a switch. sensor is read by the microcontroller that decode their reading and send it to the far end user through GS as SS. tice that the alarm of an illegal intrusion will be ignored when the program receive the correct password. Control of the lighting can be performed simply by using voltage controlled power switches connected shunt the usual on/ off switch of selected rooms and appliances in the house. control signals of these switches come from port C of the microcontroller as it programmed as an output port.

6 intrusion will be ignored when the program receive the correct password. Control of the lighting can be performed simply by using voltage controlled power switches connected shunt the usual on/ off switch of selected rooms and appliances in the house. control signals of these switches come from port C of the microcontroller as it programmed as an output port. dc power supply +/- V V 6 Level Shifter + RS3C Connector and Cable UART ATEL 89X icrocontroller Input Output Ports Start Figure 6. Block diagram of Figure 6. Home Block diagram security of Home security Initializing the icrocontroller Power Switch Initializing drivers the mobile & Status signals [AT+CGF=], [AT+CSDH=], [AT+CSP=7, 67, 0, 0], [AT+CPS="E", "E", "E"] Is there a thief? Lighting System and Home Is there a new appliances essage? Key Lock Control - bit Key Lock Solenoid Intrusion Detector -bit Sent SS to the user" there is a thief" Infrared Sensor Fig. 7 shows software implementation of the home security operation. Two implementation scenarios are considered: controlling the alarm (from user s remote mobile to the machine) and Save and read the message alarm notification Fig. 7 shows (from software machine implementation to user s remote mobile) of the For home the security first scenario, the user operation. sends SS Two message to the microcontroller. Is the password microcontroller correct? will then check for any new message. If there is a new implementation message, the microcontroller scenarios are sends considered: AT Command controlling that is specified the alarm for reading (from user's the message. remote Consequently, mobile the to the microcontroller machine) and will alarm save the notification message in (from its memory. machine n, to user's the message remote will mobile) be compared For with the other first messages scenario, that the Decode are the user stored message sends previously. SS Based message on this to comparison, the microcontroller. the microcontroller will microcontroller decide which will output then pins check have for to be any low new and message. which output If there pins is have a new to be message, high. the high signal will go to the adaptation Control the output of the icrocontroller and opens the switch causing the machine to work. received microcontroller message will be automatically sends AT Command deleted. For that the second is specified scenario, for the microcontroller reading the message. input is connected Consequently, to a switch. the switch microcontroller is Delete fixed the message in the will door. save When the the message door is opened, in its memory. the switch n, is closed the [AT+CGD=} and there message will be an will input be voltage compared to the with microcontroller. other messages microcontroller that are stored will previously. check its input Based and on sends alarm this comparison, message to the the user microcontroller as the designer will has decide programmed. which output Fig. 8 shows pins have a snapshot to be low of the and complete PLC. which output pins have to be high. high signal will go to the adaptation and opens the switch causing the machine to work. received message will be automatically deleted. For the second scenario, the microcontroller input is connected to a switch. switch is fixed in the door. When the door is opened, the switch is closed and there will be an input voltage to the microcontroller. microcontroller will check its input and sends alarm message to the user as the designer has programmed. Fig. 8 shows a snapshot of the complete PLC. Figure 7. flow chart of the home security Figure 8. Snapshot of the PLC AT+CGS Figure 8. Snapshot of the PLC

7 Start Initializing the icrocontroller PLC using GS Initializing the mobile [AT+CGF=], [AT+CSDH=], [AT+CSP=7, 67, 0, 0], [AT+CPS="E", "E", "E"] Is there a thief? Sent SS to the user" there is a thief" 7 Figure 7. flow chart of the home security Is there a new essage? Save and read the message AT+CGS Is the password correct? Decode the message Control the output of the icrocontroller Figure 7. flow chart of the home security Delete the message [AT+CGD=} Figure 8. Snapshot of Conclusions In this paper, we have developed an integrated PLC. is intended to be used in the PLC many applications where the user can monitor and control target machine remotely using GS. designed PLC is based on microcontroller and adaptation connected to various home devices. electronic design of each design element was described with economical and simple layout. was applied to an example of home security notification to monitor and control the home door alarm. has been implemented in laboratory and proved to be feasible by experiments. References Woodward, B. Istepamian, H. and Richards, C. (00) Design of a Telemedicine using a mobile telephone, IEEE Transaction on Information Technology in Biomedicine, Vol,, arch. Kugean, S. Krishnan, S. Chutatape, O. Swaminthan, S. Srinivasan, Wang, N. (00) Design of a mobile telemedicine with wireless LAN, International Conference on s and Systems, APCCAS 0, Asia-Pacific, Oct. Conclusions In this paper, we have developed an integrated PLC. is intended Sang, H. Lin, C. Youn, Z. (004) A wireless Internet-based measurement architecture for air quality monitoring, IEEE Conference Instrumentation and easurement Technology, ITC 04, ay. Aranguren, G. zal, L. Blazquez, A. and Arias, J. (00) control of sensors and actuators by GS, IEEE 00 8th Annual to be used in many applications where the user can monitor and control target Conference of the Industrial Electronics Society IECON 0, Vol. 3, v. machine remotely using GS. designed PLC is based on Al-Ali, A. Al-Rousan,. and Al-Shaikh,. (003) Embedded -Based obile Patient onitoring Device, 6th IEEE Symposium on Computer-based edical Systems, CBS 03, ay.

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Advanced Security System for ATM with Tracking & SMS Indication Khushbu J. Tailor Assistant Professor, Government Engineering College, E.C. Department,

More information

Design and Implementation of Home Monitoring System Using RF Technology

Design and Implementation of Home Monitoring System Using RF Technology International Journal of Advances in Electrical and Electronics Engineering 59 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Design and Implementation of Home Monitoring

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

Wireless Sensor Network for Electric Meter Handling

Wireless Sensor Network for Electric Meter Handling Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Display Message on Notice Board using GSM

Display Message on Notice Board using GSM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board

More information

Automated Intelligent Power Saving System and Security System

Automated Intelligent Power Saving System and Security System Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 9 (2013), pp. 1167-1176 Research India Publications http://www.ripublication.com/aeee.htm Automated Intelligent Power Saving

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

CELL PHONE CONTROL ROBOT CAR

CELL PHONE CONTROL ROBOT CAR CELL PHONE CONTROL ROBOT CAR Sakshi Choudhary 1, Satendra Singh 2, Vikrant 3, SK Dubey 4 1,2 UG Students of Department of ECE AIMT, Greater Noida (India) 3 Assistant Professor, Department of ECE AIMT,

More information

SIM300 GSM Module Controller For Smart Home

SIM300 GSM Module Controller For Smart Home www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 9 Sep 2015, Page No. 14126-14138 SIM300 GSM Module Controller For Smart Home Nnakwuzie, Doris Nkechi,

More information

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,

More information

Design and Development of Suraksha -A Women Safety Device

Design and Development of Suraksha -A Women Safety Device International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 8 (2014), pp. 787-792 International Research Publications House http://www. irphouse.com Design and Development

More information

Microcontroller Based Anti-theft Security System Using GSM Networks with Text Message as Feedback

Microcontroller Based Anti-theft Security System Using GSM Networks with Text Message as Feedback International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 2, Issue 10 (August 2012), PP. 18-22 Microcontroller Based Anti-theft Security System

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al

More information

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical

More information

Home Security System Using Gsm Modem

Home Security System Using Gsm Modem RESEARCH ARTICLE OPEN ACCESS Home Security System Using Gsm Modem Mehek Potnis 1, Ayesha Chimnani 1, Vishal Chawla 1 Mr. Amit Hatekar 2 1. Undergraduate Students, Department of EXTC, Thadomal Shahani Engineering

More information

Design of Wireless Home automation and security system using PIC Microcontroller

Design of Wireless Home automation and security system using PIC Microcontroller IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

The Programming Interface

The Programming Interface : In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming

More information

SMS based remote control system

SMS based remote control system EE 318 Electronics Design Project Report, EE Department, IIT Bombay, April 2006 SMS based remote control system Ashish Deswal ( 03007020 ) Shaleen Harlalka ( 03007015 ) Arjun Arikeri ( 03007032 ) Ashish

More information

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This

More information

Serial Communications

Serial Communications Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information

DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL

DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL P.Mohan 1, M. Vinoth Kumar 2 1 PG Scholar, Masters Degree in Embedded System Technologies, Rajiv Gandhi College of Engineering,

More information

Using Xbee 802.15.4 in Serial Communication

Using Xbee 802.15.4 in Serial Communication Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal

More information

Wireless Home Security System

Wireless Home Security System Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 anudeepnike@gmail.com,

More information

Development of a GSM based Control System for Electrical Appliances

Development of a GSM based Control System for Electrical Appliances International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Development of a GSM based Control System for Electrical Appliances Oke A. O., Emuoyibofarhe J. O., Adetunji A. B. Department

More information

A Cellular Phone Based Home / Office Controller & Alarm System

A Cellular Phone Based Home / Office Controller & Alarm System G.U. Journal of Science 9(): -6 (006) www.gujs.org A Cellular Phone Based Home / Office Controller & Alarm System H. Haldun GÖKTAŞ, ihat DALDAL Gazi University Technical Education Faculty, 06500, Besevler,

More information

COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS

COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS Ivan Ivanov Monov, Ivan Petrov Gorchev Technical University - Sofia, 8 Kliment Ohridski Blvd., Sofia 1000, Bulgaria, phone: +359 887 204488,

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

SHORT COMMUNICATION Vehicle Tracking and Theft Control Using GSM and GPS

SHORT COMMUNICATION Vehicle Tracking and Theft Control Using GSM and GPS International Journal of Advances in Engineering, 2015, 1(3), 249-253 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version); url:http://www.ijae.in SHORT COMMUNICATION Vehicle Tracking and

More information

RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR

RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR PAGE NO. 1. ABSTRACT 10 2. INTRODUCTION TO EMBEDDED SYSTEMS 13 3. BLOCK DIAGRAM OF PROJECT 4. HARDWARE REQUIREMENTS 4.1 VOLTAGE REGULATOR 4.2 MICROCONTROLLER

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers

More information

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA Features Compatible with MCS-51 products On-chip Flash Program Memory Endurance: 1,000 Write/Erase Cycles On-chip EEPROM Data Memory Endurance: 100,000 Write/Erase Cycles 512 x 8-bit RAM ISO 7816 I/O Port

More information

RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available

RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information

Serial Communications

Serial Communications April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual

More information

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh

More information

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments The MSITel module family allows your ground console to be everywhere while balloon experiments run everywhere MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

More information

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN ATM Terminal Security Using Fingerprint Reconition. Prof. B.Jolad, Tejshree Salunkhe, Rutuja Patil, Puja Shindgi Padmashree Dr. D. Y. Patil Institute Of Engineering and Technology,Pimpri,Pune - 411018

More information

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P.

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P. Patient Monitoring Using Embedded Palaparthi.Jagadeesh Chand Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P Abstract The aim of this project is to inform

More information

Part Number Description Packages available

Part Number Description Packages available Features 3 digital I/O Serial Data output Connects directly to RF Modules Easy Enc / Dec Pairing Function Minimal External Components Required Performs all encoding/decoding of data for Reliable Operation.

More information

Smart Home System Using Android Application

Smart Home System Using Android Application Smart Home System Using Android Application Karlapudi Siva Krishna Mr. Md Mohiddin Dr. M. Narendra Kumar, Dr. S. Sreenatha Reddy Student (M. Tech) Embedded Sys Asst. Prof, ECE Prof & Vice-Principal Prof

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements.

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. HARDWARE DESCRIPTION The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. BASE MODULE GO LINE Digital I/O 8 Analog Out AUX 1

More information

Final Design Report 19 April 2011. Project Name: utouch

Final Design Report 19 April 2011. Project Name: utouch EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 19 April 2011 Project Name: utouch Team Members: Name: Issam Bouter Name: Constantine Metropulos Email: sambouter@gmail.com Email:

More information

Global System for Mobile Communication Based Smart Home Security System

Global System for Mobile Communication Based Smart Home Security System RESEARCH ARTICLE OPEN ACCESS Global System for Mobile Communication Based Smart Home Security System Amrit Zoad*, Nadeem Sheikh** *(Department of Electronics & Telecom., Rashtrasant Tukadoji Maharaj Nagpur

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

Designing Home Automation System (HAS) using Java ME for Mobile Phone

Designing Home Automation System (HAS) using Java ME for Mobile Phone International Journal of Electronics and Computer Science Engineering 798 Available Online at www.ijecse.org ISSN- 2277-1956 Designing Home Automation System (HAS) using Java ME for Mobile Phone Sharon

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker e -Journal of Science & Technology (e-jst) e-περιοδικό Επιστήμης & Τεχνολογίας 55 DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS G.S. Nhivekar, R.R.Mudholker Department

More information

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers System block diagram AlwaysFind GSM/GPRS network GPS Tracking Systems AlwaysFind OR AlwaysFind Mini Web Base control center Internet

More information

Fingerprint Based Biometric Attendance System

Fingerprint Based Biometric Attendance System Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id awaghmare194@gmail.com kazmiali786@gmail.com Contact Numbers 8097031667 9167689265

More information

GSM Based Electrical Control System for Smart Home Application

GSM Based Electrical Control System for Smart Home Application Journal of Convergence Information Technology GSM Based Electrical Control System for Smart Home Application Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia, 86400

More information

Development of an Internet based Embedded System for Smart House Controlling and Monitoring

Development of an Internet based Embedded System for Smart House Controlling and Monitoring Development of an Internet based Embedded System for Smart House Controlling and Monitoring Ahmed Abd-Elkarim Abd- Ellatif Salih Maged Ali Mohammed Asa'ad Yousif Elhadi Elsideeg Ahmed Department of Computer

More information

Smart Queue Management System Using GSM Technology

Smart Queue Management System Using GSM Technology Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 8 (2013), pp. 941-950 Research India Publications http://www.ripublication.com/aeee.htm Smart Queue Management System Using

More information

Programmable Logic Controller PLC

Programmable Logic Controller PLC Programmable Logic Controller PLC UPCO ICAI Departamento de Electrónica y Automática 1 PLC Definition PLC is a user friendly, microprocessor based, specialized computer that carries out control functions

More information

INTRODUCTION: ABSTRACT:

INTRODUCTION: ABSTRACT: INDUSTRIAL INTELLIGENT LINE FOLLOWER ROBOT WITH AUTO GO DOWN DETECTION, AUTO OBSTACLES DETECTION, WIRELESS VEHICLE STATUS DATA TRANFER TO SERVER AND MANY MORE FEATURES INTRODUCTION: This project is based

More information

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Development of Industrial Intrusion Detection and Monitoring Using Internet of Things P. Gokul Sai Sreeram 1, Chandra Mohan Reddy Sivappagari 2

Development of Industrial Intrusion Detection and Monitoring Using Internet of Things P. Gokul Sai Sreeram 1, Chandra Mohan Reddy Sivappagari 2 Development of Industrial Intrusion Detection and Monitoring Using Internet of Things P. Gokul Sai Sreeram 1, Chandra Mohan Reddy Sivappagari 2 Abstract The need for deployment of security systems rapidly

More information

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Enhanced Wireless Security System With Digital code lock using RF &GSM Technology 1 E.Supraja,

More information

Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM

Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM Universal Journal of Electrical and Electronic Engineering 3(4): 125-131, 2015 DOI: 10.13189/ujeee.2015.030403 http://www.hrpub.org Implementation of Smart Homes and Industrial Automation System with Secure

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

More information

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet 4D SYSTEMS udrie-usd-g1 Embedded DOS micro-drive Module Document Date: 2nd April 2009 Document Revision: 2.0 Page 1 of 9 udrie-usd-g1 Embedded DOS micro-drive 4D SYSTEMS Description Features The is an

More information

Monitoring of Intravenous Drip Rate

Monitoring of Intravenous Drip Rate Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using

More information

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION http:// EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION J Ramya Ritika 1, K.V. Yateendranath 2 1 M.Tech Student [DSCE], Dept. of ECE, VITS, Kavali, Andhra Pradesh, (India) Associate Professor,

More information

Protected Cash Withdrawal in Atm Using Mobile Phone

Protected Cash Withdrawal in Atm Using Mobile Phone www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 4 April, 2013 Page No. 1346-1350 Protected Cash Withdrawal in Atm Using Mobile Phone M.R.Dineshkumar

More information

VEHICLE MONITORING CONTROLLING AND TRACKING SYSTEM BY USING ANDROID APPLICATION

VEHICLE MONITORING CONTROLLING AND TRACKING SYSTEM BY USING ANDROID APPLICATION VEHICLE MONITORING CONTROLLING AND TRACKING SYSTEM BY USING ANDROID APPLICATION Arunthavanathan Rajeevan 1, Navod K Payagala 2 1 Lecturer, Faculty of Electrical and Computer Malabe, Sri Lanka. Email:,

More information

Patient Health Monitoring Using Wireless Body Area Network

Patient Health Monitoring Using Wireless Body Area Network Patient Health Monitoring Using Wireless Body Area Network Hsu Myat Thwe, Hla Myo Tun Abstract: wadays, remote patient health monitoring using wireless technology plays very vigorous role in a society.

More information

Design And Implementation Of Bank Locker Security System Based On Fingerprint Sensing Circuit And RFID Reader

Design And Implementation Of Bank Locker Security System Based On Fingerprint Sensing Circuit And RFID Reader Design And Implementation Of Bank Locker Security System Based On Sensing Circuit And RFID Reader Khaing Mar Htwe, Zaw Min Min Htun, Hla Myo Tun Abstract: The main goal of this system is to design a locker

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Remote control circuitry via mobile phones and SMS

Remote control circuitry via mobile phones and SMS Remote control circuitry via mobile phones and SMS Gunther Zielosko 1. Introduction In application note No. 56 ( BASIC-Tiger sends text messages, in which we described a BASIC-Tiger sending text messages

More information

Intelligent Fleet Management System Using Active RFID

Intelligent Fleet Management System Using Active RFID Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,

More information

LTM-1338B. Plus Communications Manual

LTM-1338B. Plus Communications Manual LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default

More information

Series Six Plus Programmable Controller

Series Six Plus Programmable Controller Series Six Plus Programmable Controller Gl?K-0147B June 1989 Central Processor Unit 8-Slot Rack 1l-Slot Rack General Description The Central Processor Unit (CPU) for the Series Six Plus Programmable Logic

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

Cell Phone Based Liquid Inventory Management Using Wireless System

Cell Phone Based Liquid Inventory Management Using Wireless System Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

Serial port interface for microcontroller embedded into integrated power meter

Serial port interface for microcontroller embedded into integrated power meter Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia

More information

Why you need to monitor serial communication?

Why you need to monitor serial communication? Why you need to monitor serial communication Background RS232/RS422 provides 2 data lines for each data channel. One is for transmitting data and the other for receiving. Because of these two separate

More information

Application Note 83 Fundamentals of RS 232 Serial Communications

Application Note 83 Fundamentals of RS 232 Serial Communications Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within

More information

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,

More information

Implementing MOD bus and CAN bus Protocol Conversion Interface

Implementing MOD bus and CAN bus Protocol Conversion Interface Implementing MOD bus and CAN bus Protocol Conversion Interface Umesh Goyal, Gaurav Khurana M.E., Electronics & Electrical Communications Department, PEC University of Technology, India M.E., Electronics

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets Pradipta Biswas University of Kalyani, India 1 Introduction Remote control of electrical and electronic gadgets in domestic and

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,

More information

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System

More information

Simplify Data Acquisition with a Built-in LXI Web Server

Simplify Data Acquisition with a Built-in LXI Web Server M E A S U R E M E N T T I P S Volume 9, Number 3 Simplify Data Acquisition with a Built-in LXI Web Server Snapshot: Make temperature measurements quickly and easily There are many applications in which

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

GUIDING ROBOTS USING MOBILE PHONE

GUIDING ROBOTS USING MOBILE PHONE 24th International Symposium on on Automation & Robotics in in Construction (ISARC 2007) Construction Automation Group, I.I.T. Madras GUIDING ROBOTS USING MOBILE PHONE Atish Kumar Patra Department of Electrical

More information