Development of a cell phone based remote control system: an effective switching system for controlling home and office appliances.
|
|
|
- Christiana Patterson
- 9 years ago
- Views:
Transcription
1 37 Development of a cell phone based remote control system: an effective switching system for controlling home and office appliances. C. K. Das, M. Sanaullah, H. M. G. Sarower and M. M. Hassan Abstract This paper demonstrates a novel method which enable users to control their home appliances and systems from remote using a cell phone-based interface. To access the control unit, the user should send an authentication code (DTMF) along with the required/desired function/action to his/her home control system via Global Sytem for Mobile communication(gsm). Upon being properly authenticated, the cell phone-based interface at home (control unit) would relay the commands to a microcontroller that would perform the required function/action, and return a function completion code that would be sent to the source of the original command (user s cell phone). Index Terms Decoder, DTMF, GSM, HACS, Microcontroller. I. INTRODUCTION The aim of the proposed system is to develop a cost effective solution that will provide controlling of home appliances remotely and enable home security against intrusion in the absence of homeowner. The system provides availability due to development of a low cost system. The home appliances control system with an affordable cost was thought to be built that should be mobile providing remote access to the appliances and allowing home security. Though devices connected as home and office appliances consume electrical power. These devices should be controlled as well as turn on /off if required. Most of the times it was done manually. Now it is a necessity to control devices more effectively and efficiently at any time from anywhere. In this system, we are going to develop a cellular phone based home/office appliance controller [6], [9]. This system is designed for controlling arbitrary devices, it includes a cell phone (not included with the system kit, end user has to connect his/her cell phone to the system) which is connect to the system via head set. To active the cellular phone unit on the system a call is to be made and as the call is answered, in response the user would enter a two/three digit password to access the system to control devices. As the caller press the specific password, it results in turning ON or OFF specific device. The device switching is achieved by Relays [10]. Security preserved because these dedicated passwords owned and known by selected persons only. For instance, our system contains an alarm unit giving the user a remote on/off mechanism, which is capable of informing up to five different numbers over telephony network about the nature of the event [8]. II. SYSTEM DEVELOPMENT In this system we developed the overall method in two way. First one is that the targeted devices can be controlled by sending DTMF [2] (dual tone multi frequency) sent by user.another way is that targeted devices can be controlled by voice messages. A. Block Diagram C. K. Das, is a faculty member of the Electrical and Electronic Engineering(EEE) Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. ( [email protected]). M. Sanaullah, is a faculty member of the Electrical and Electronic Engineering(EEE) Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. ( [email protected]). H. M. G. Sarower was the undergraduate student of the Electrical and Electronic Engineering Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. ( [email protected]). M. M. Hasan was the undergraduate student of the Electrical and Electronic Engineering Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. ( koushik @yahoo.com). Figure1: Block diagram of the system using DTMF. In this system, there is a control unit/module. The control unit is able to connect to the cellular network automatically, to receive DTMF [8] and will be able to decode for password identification and instructions to be sent to the
2 38 microcontroller. The microcontroller [5] within the control unit will issue the command to the electrical appliances through a simple control circuit. B. Circuit Diagram and the MC activates the voice message unit. The MC also sends a deactivation signal when the recorded message is played back. This operation continues in the same manner until the last call is performed. The speaker output of the ISD is connected to the cellular phone speaker so that the recorded message is directly heard by the receiving end of the phone that has been called. Figure2:circuit diagram(1) for the system. Figure4: Circuit diagram for voice message. Figure3: circuit diagram (2) for the system. In the circuit diagram, the system s mechanism has described. Here, a cell phone is connected in the control unit via headset. When a call is made the cell phone in the control unit auto answered. Then password is being pressed. These DTMF decoded by a dedicated decoder MT-8870 (shown in Figure2: circuit diagram (1) for the system).then decoded output sent to the microcontroller, which issues command to control devices connected to it(shown in Figure3: circuit diagram (2) for the system). Device switching is performed by relay. D. The DTMF Generation And Decoding DTMF is Short for Dual Tone Multi frequency and the system used by touch-tone telephones. DTMF assigns a specific frequency (consisting of two separate tones) to each key so that it can easily be identified by a microprocessor. C. Voice Message Circuit The circuit diagram for the voice message unit is shown in Fig4.When the microcontroller detects a triggering signal from the scanned units, the numbers recorded on the SIM card of the mobile phone are called sequentially Figure5: Typical DTMF keypad
3 39 DTMF generation is a composite audio signals of two tones between the frequency of 697Hz and 1633Hz [2], [3]. The DTMF keypad is arranged such that each row will have it s own unique tone frequency and also each column will have it s own unique tone. The figure-5 is a representation of the typical DTMF keypad and the associated row/column frequencies. The tone frequencies were selected such that harmonics and intermodulation products will not cause an unreliable signal. The DTMF spectrum is shown in figure-6. that how much energy is present for each frequency of the input signal. In other words, we have computed the frequency spectrum at the 8 DTMF composite frequencies. The reason why this works so well is because of the "orthogonality" of the sine waves. In other words, this happens if the DFT is performed on two sine waves as shown in the following equation: DFT = [sin(f 1 t) sin(f 2 t)].(3) From equation (3), it is clear that we will get the result as a "large" number if the two frequencies are the same and a "small" number or zero if they're different. "DFT" With Square waves[4] The orthogonality concept applies equally well to square waves too. In fact, it's even easy to illustrate with ASCII art. Let us consider the two examples as given below: 1) Figure6: Dual Tone Multi Frequency(DTMF)spectrum. As the above frequency spectrum illustrates, each tone must fall within the proper bandpass before a valid decoding will take place. If one tone falls outside the bandpass spectrum, the decoder will become unreliable or not operate at all. The purpose of DTMF decoding is to detect sinusoidal signals in the presence of noise. In many cases, the DTMF decoder IC interfaces with a microcontroller. Here it is logocal that the microcontroller should not be used to decode the sinusoids. Because the typical microcontroller based decoder requires an A/D converter. In addition, the signal processing associated with the decoding is usually beyond the scope of the microcontroller's capabilities. So the designer is forced to use the dedicated IC or upgrade the microcontroller to perhaps a more costly digital signal processor. The theory is quite similar to the "classical" signal processing technique[4]. One brute force way to detect DTMF signals is to digitize the incoming signal and compute 8 DFT's (discrete fourier transforms) centered around the 8 DTMF composite frequencies. DFT's are preferred over FFT's because the frequencies are not equally spaced (in fact, they are logarithmically spaced). In its simplest form, the DFT goes something like so: N DFT(x) = x(k) W(k) (1) where x(k) are the time samples and W(k) is the infamous kernal function: W(k) = e (j2πfk/n) = cos(2πfk/n)+ jsin(2πfk/n) (2) It means that multiplying the samples by sine waves and cosine waves and adding them together the W(k) can be found. This will yield eight complex numbers. The magnitudes of these numbers give the information roughly 2) Figure7: Waveform Of Example1. Figure8: Waveform Of Example2. In the first example(figure7), the two square waves have the same frequency and phase. When the individual samples are "multiplied" and summed together, we get a large number: 25. In the second case(figure8), the square waves differ in frequency by a factor of two. Again as expected, when we "multiply" the individual samples and add them up we get a small number: 2. If we look closely, we'll notice that the multiplication is really an exclusive OR operation. DFT In Quadrature Form[4] In the DFT, both the sine and cosine waves are used. The two types of wave are obviously related by 90 degree phase shift. An analogously shifted square wave is needed for the DTMF decoding too. The reason is that it's possible to end up with a small sum-of-products even if the two waveforms have the same frequency. This idea can be cleared with the example of figure-9.
4 40 Figure9: Quadrature Form of Wave. On the other hand, the DFT operation is a dot product operation also. We can imagine the signal and the kernals as vectors whose indices are the sample number. The vectors could be very large, e.g samples. Signal Strength Calculation of DFT If the DFT's are computed with sine and cosines, then the signal strength of a particular frequency is easily ascertained with help of following equation: strength ( real(dft) 2 + imaginary(dft) 2 )..(4) In other words, the result of a DFT is a complex number when the complex kernal is used. And the magnitude of a complex number is the square root of the sum of the real part squared plus the imaginary part squared. This is a cumbersome operation that we would rather avoid. The square root of the sum of the squares normalization is called the "square norm". It is a subset of the general class of normed linear spaces called the "p-norm". In our case, the linear space consists of two components: the real and imaginary parts of the DFT. The p-norm for our case is strength P (abs(real(dft)) p + abs(imaginary(dft)) p ) (5) And this is the same as the square norm when p is 2. Now if p is 1, we end up with an extremely simple formula, the 1-norm: strength abs(real(dft)) + abs(imaginary(dft)).(6) = (4q 1 q 2-2q 2-2q 1 + 1) = 4 q 1 q 2-2 q 2-2 q (9) The last term evaluates N. In other words, = N. The middle two terms require a closer examination. Assume that f1 and f2 contain no DC component: N f1 = 0 (10) 0 Then the sum of q 1 is: q 1 = (f 1 + 1)/2 = 0 + N/2 = N/2 (11) Similarly, the sum of q 2 is N/2. Combining these results it can be shown that: f 1.f 2 = 4 q 1.q 2-2N/2-2N/2 + N = 4(q 1.q 2 ) - N..(12) Therefore, in conclusion, we can say that the digitization with 0's and 1's is essentially the same as digitizing with +1's and - 1's. But a new "DC" term of N has been introduced and the dot product has been scaled which are the only differences [4]. Decoding Process In DTMF there are 16 distinct tones. Each tone is the sum of two frequencies: one from a low and one from a high frequency group [2], [3]. There are four different frequencies in each group. Most of our phones only use 12 of the possible 16 tones. If we observe our phone, there are only 4 rows (R1, R2, R3 and R4) and 3 columns (C1, C2 and C3). In case of some mobile phones, it may be vary. The rows and columns select frequencies from the low and high frequency group respectively. The exact value of the frequencies are listed in Table bellow: TABLE I Low and High Frequencies Selection Digitization process of +1 and -1 OR +1 and 0: So far we've been digitizing to +1 and -1. However, in a real program we'll probably want to digitize to +1 and 0 since these are the numbers which are most comfortable for microcontroller operation. The next point is how does this impact the DFT calculations. Suppose we have two square waves that are digitized to +1 and - 1. What will happen to their dot product if we digitize them to +1 and 0 instead. Let f1 and f2 be the two square waves as like below: f1 = -1 or +1 and f2 = -1 or +1 For the conversion from +1 and 1 to 1's and 0's: q 1 = (f 1 + 1)/2 => f 1 = 2q 1 1.(7) q 2 = (f 2 + 1)/2 => f 2 = 2q 2 1.(8) So, q1 and q2 represent the re-digitized f1 and f2 square waves. Now the dot product: DFT = f1.f2 (2q 1-1).(2q 2-1) Each key is specified by its row and column locations. For example the "2" key is row 0 (R1) and column 1 (C2). Thus using the above table, "2" has a frequency of = 2033 Hz. The "9" is row 2 (R3) and column 2 (C3) and has a frequency of = 2329 Hz. E. The Program Flowcharts The main program executed on the MC (microcontroller) includes three units. The PIC 16F84A
5 41 microcontroller [7] is used to control the whole system. The first unit contains the initializations and sequential monitoring of the equipped sensor devices. The second part of the program performs the telephone calls. Finally, the last part contains the interrupt subroutine. When the main program starts to execute, the MC s serial communication band is set to the cellular phone s communication rate (i.e bit/sec). Afterwards a password and control sequence is accepted from the calling user. At the same time, the ports, which will be, used as either input or output ports are along with the identification of the registers. Afterwards the system enters a loop to wait alarm activation. Details of this can be observed in Fig. 10. Figure: Main program flowchart Figure11: Device control subroutine. In Fig. 11 the operation structure of switching device control flowchart is given. In the event of an alarm, -a burglar s entrance either to the premises or detection of a fire- the initial response of the system is activation of a buzzer. Alarm calls subroutine shown in figure 12. Figure10: Main program flowchart In the main program, the user can also be directed to switching subroutine that performs switch-on and switchoff for three different home appliances. Figure12: Alarm calls subroutine.
6 42 III. RESULT AND ANALYSIS A. Successful Authentication With GSM Network The GSM [1] receiver has tested for successful communication with network. This test will includes automation and consistency of the connection and will be conducted in the following way: 1) The cellular phone dials the GSM receiver s number 2) Once connection is established a DTMF will be sent to the GSM receiver. 3) The GSM receiver will e given DTMF to be transferred to the decoder The DTMF received will be observed on both end to verify its consistency. Result: The GSM receiver and transmitter both established a successful communication over GSM network. B. Proper Decoding Proper decoding of the remote user s command and issuance of the equivalent command to the controlled device will be perfomed. A simulated instruction will be feed to the microcontroller communication port. 1) The output command at the input/output interface with the corresponding controlled device will be observed. 2) The i/o (input/output) command s voltage will be tested to meet the levels required to actuate the individual devices. Result: Proper decoding of DTMF have completed and microcontroller causes the proper voltage to be observed at the desired devices control interfaces. C. Password Authentication The password will test for proper operation. 1) A simulated mix of correct and incorrect password will be sent to the microcontroller. 2) The response of the microcontroller will be observed for each of the inputted passwords. Result: Microcontroller grants access to all the right passwords. Figure13: (HACS) Home and Office appliance control system. An standard Home and Office appliance control system (HACS) is shown in figure8. IV. CAPABILITY OF IMPLEMENTATION IN BANGLADESH In Bangladesh, almost one fifth of the total population use cell phone. Moreover, the GSM service providers in this country provide their services at cheap rate. Considering this cell phone can be an effective element so that the home and office appliances may be controlled by wireless device.devices are directly connected to the power system causes a huge power loss because they are not controlled (turning on./off) properly. As usual, devices connected as home and office appliances are controlled manually most of the time. Each devices being turned on/off by a individual switch. Therefore, operator will needed to control them. This would time consuming and not reliable switching because of forgetful mind of human being. Users will be capable to use system this to control their home appliances by using their wireless devices (cell phone).though the user can remote access to the system, which ensures proper controlling of devices thereby saving of power. Moreover, Users are comprised of owners, who own the system; administrators, who are responsible for managing and configuring the system and the police/fire department personnel, who are contacted in case of an emergency can utilizes this system as an effective method. V. FACTORS TO BE CONSIDERED TO IMPLEMENT THE SYSTEM 1) The receiver must reside in a location where a signal with sufficient strength can be obtained 2) The only person who can communicate with the control module is the person who will be successfully authenticated 3) Only devices with electrical controlling input ports will be possible targets for controlling. 4) The receiver must have a power source (12V) attached at all times. 5) Operation of the controlling unit is only possible through a cell phone with DTMF capabilities and voice message. V. EVALUATING THE SYSTEM REGARDING THE COST TABLE II Cost evaluation of the system Component name Number Cost in TK Resistance Capacitance Diode LED Cristal oscilator IC Regulator AC/DC Adapter Microcontroller Connecting wire 1feet 3.00 Relay Cell phone set NOKIA Breadboard Total = Tk only = $ 62 (in dollar)
7 43 If we take 69 Taka per U.S dollar then we can find the approximate cost estimation of the system in international currency. The cost estimation of our system in Bangladeshi currency is around BD Taka. So if we convert it to U.S dollars, it would be around 62 U.S dollar ($) which is very reasonable. US dollar ($) 1 = Taka (Tk) 69 VI. FURTHER STUDY 1) Possibility of confirming the devices initial condition (status) using short messaging system(sms) 2) Though mobile in the control panel required to be charged, therefore charging system should be automated which meant a timer can be implemented so that mobile can be charged after a certain period and disconnected from the charger when not required. 3) The system can be expanded to provide such control over the GPRS. In this way, the capabilities of the internet can be combined with the capabilities of our physical line free communication system. Furthermore, by adding a closed loop control facility, the system capabilities can be improved. VII. CONCLUSION Mobile phones have become an indispensable part of our life. Our system uses a controller and a cellular phone for its operations. The systems can be used as a test bed for any application that requires on-off switching based applications. Wireless controlled home appliances in the comforts of any environment will revolutionize our way of living. Controlling appliances remotely by a cell phone will one day become a reality and one should give thanks to the capabilities of HACS. HACS might one day become a standard system in the new homes to come. ACKNOWLEDGMENT The authors would like express gratitude to all the persons who gave their kind assistance during the experiment specially to Dr. Al Mansur, assistant professor Dept. of Electrical and Electronic Engineering and Technology (CUET), Chittagong, Bangladesh. REFERENCES [1] GSM SYSTEM SURVEY,Student text, EN/LZT , R5B revised upgrade edition. p [2] Dual-tone multi-frequency, Available: [3] Schenker, L., Pushbutton Calling with a Two-Group Voice-Frequency Code - The Bell system technical journal (ISSN ) vol:39 iss:1 pp: , 1960 [4] DTMF decoding, Available: [5] Microcontroller Technology:16F84A, prentice hall, 7 th edition, page32, 2002 [6] I. Coskun and H. Ardam, A Remote Controller for Home and Office Appliances by Telephone, IEEE Trans. Consumer Electron., vol. 44, no. 4, pp , November 1998 [7] PIC16F84A microcontroller data sheet, Available: [8] Daldal Nihat, GSM Based Security and Control System (In Turkish), M.Sc. Term Project, Gazi University, Ankara, [9] E. Wong, A Phone-Based Remote Controller For Home And Office Automation, IEEE Trans.Consumer Electron., vol. 40, no. 1, pp , February [10] Relay Information, Available: [1] C. K. DAS (Choton Kanti Das) was born at Chittagong in Bangladesh on 5 th september, He obtained his B. Sc. Degree from Electrical and Electronic Engineering (EEE) Department of Chittagong University of Engineering and Technology (CUET), Chittagong-4349, Bangladesh, in January, He was the LECTURER of the Electrical and Electronic Engineering (EEE) department in Premier University (PU), Chittagong, Bangladesh, from 13, March 2006 to 13, January After then he joined as a LECTURER at the Electrical and Electronic Engineering (EEE) department of Chittagong University of Engineering and Technology (CUET), Chittagong, Bangladesh. Now he is working as a faculty member of EEE department in CUET. He has interest in the Microprocessor Application in control system. Mr. Das is now Associate Member of the Engineers Institution, Bangladesh (IEB). [2] M. Sanaullah was born at Kishoreganj in Bangladesh on 27 th March, He obtained his B. Sc. Degree from the department of Electrical and Electronic Engineering (EEE) of Chittagong University of Engineering and Technology (CUET), Chittagong-4349, Bangladesh, in August, He joined as a LECTURER at the Electrical and Electronic Engineering (EEE) department of Chittagong University of Engineering and Technology (CUET), Chittagong, Bangladesh at 2 nd September, Now he is working as a faculty member of EEE department in CUET. He s field of interest is Digital System Design. Mr. Sanaullah is now Associate Member of the Engineers Institution, Bangladesh (IEB). [3] H. M. G. Sarower Obtained his B. Sc. Degree from the Electrical and Electronic Engineering Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. He has interest in control system. [4] M. M. Hasan is the undergraduate student of the Electrical and Electronic Engineering Department, Chittagong University of Engineering and Technology, Chittagong-4349, Bangladesh. He is very much interested in control system.
Development of a Cell Phone based Remote Control System: an Effective Switching System for Controlling Home and Office Appliances.
International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:09 No:10 23 Development of a Cell Phone based Remote Control System: an Effective Switching System for Controlling Home and Office
Design of a GSM Cell Phone based Vehicle Monitoring & Theft Security System
Design of a GSM Cell Phone based Vehicle Monitoring & Theft Security System Amol S. Dhotre, Abhishek S. Chandurkar & S. S. Jadhav Dept. of Electronics Engineering, Govidrao Wanjari College of Engineering,
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,
SMS based Remote Control System
International Journal of Computer Science and Management Studies, Vol. 11, Issue 02, Aug 2011 19 SMS based Remote Control System Amit Chauhan 1, Reecha Ranjan Singh 2, Sangeeta Agrawal 3, Saurabh Kapoor
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,
Feasibility Study of Implementation of Cell Phone Controlled, Password Protected Door Locking System
Feasibility Study of Implementation of Cell Phone Controlled, Password Protected Door Locking System Ashish Jadhav 1, Mahesh Kumbhar 2, Mahesh Walunjkar 3 Lecturer, Dept. of Electronics and Telecommunication,
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
TO HANDPHONE BURGLAR ALARM USING PIC 16F877A MICROCONTROLLER
KULLIYYAH OF ENGINEERING INTERNATIONAL ISLAMIC UNIVERSITY MALAYSIA TO HANDPHONE BURGLAR ALARM USING PIC 16F877A MICROCONTROLLER ABDUL HASSAN B JAAFAR 0615723 ENGINEERING INDUSTRIAL TRAINING AT TELEKOM
International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ISSN 2278-7763 THROUGH MOBILE
International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ANTI ELECTRICAL THEFTING AND TROUBLE SHOOTING THROUGH MOBILE 1. ABSTRACT The proposed project work aims on
A Smart Telephone Answering Machine with Voice Message Forwarding Capability
A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and
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
Dual-tone multi-frequency signaling
Dual-tone multi-frequency signaling One of the few production telephone DTMF keypads with all 16 keys, from an Autovon Telephone. The column of red keys produces the A, B, C, and D DTMF events. Dual-tone
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
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
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
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
Tutorial. replace them with cell-phone operated module. The advantages of a cell-phone operated bot are:-
Tutorial Overview: The basic aim of the project is to find an alternative to the usual RF circuits that are seen so frequently and replace them with cell-phone operated module. The advantages of a cell-phone
Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology
Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology R. Senthil Kumar [1] Assistant professor, Dept. of ECE Jay Shriram Group of Institutions, Tirupur [email protected]
The Calculation of G rms
The Calculation of G rms QualMark Corp. Neill Doertenbach The metric of G rms is typically used to specify and compare the energy in repetitive shock vibration systems. However, the method of arriving
GSM Alarm System User Manual
GSM Alarm System User Manual For a better understanding of this product, please read this user manual thoroughly before using it. Quick Guider After getting this alarm system, you need to do the following
Cell Phone Controlled Robot with Fire Detection Sensors
Cell Phone Controlled Robot with Fire Detection Sensors Lakshay Arora, Prof.Amol Joglekar Mithibai College, Mumbai Abstract: In this proposed Research Paper the mobile phone controls a robot by making
ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1
WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's
DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK
DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK Varun Goel 1, Vinni 2 Abhishek Goel 3 1,2,3 Electronics & Communication Engineering Department, Hindu
Computer Aided Design of Home Medical Alert System
Computer Aided Design of Home Medical Alert System Submitted to The Engineering Honors Committee 119 Hitchcock Hall College of Engineering The Ohio State University Columbus, Ohio 43210 By Pei Chen Kan
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
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
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,
Design and Construction of Microcontroller- Based Telephone Exchange System
Design and Construction of Microcontroller- Based Telephone Exchange System Aye Sandar Win Abstract This paper demonstrates design and construction of microcontroller-based telephone exchange system and
Measurement of Capacitance
Measurement of Capacitance Pre-Lab Questions Page Name: Class: Roster Number: Instructor:. A capacitor is used to store. 2. What is the SI unit for capacitance? 3. A capacitor basically consists of two
Understanding Mechatronics Engineering Using a School Project
The International Journal of Engineering And Science (IJES) Volume 2 Issue 1 Pages 10-17 2013 ISSN: 2319 1813 ISBN: 2319 1805 Understanding Mechatronics Engineering Using a School Project Philip Adesola
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com
PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT
PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT ELECTRONICS ENGINEERING DEPARTMENT SVNIT, SURAT-395007, INDIA Prepared by: Anurag Gupta (U05EC401) Dhrumeel Bakshi (U05EC326) Dileep Dhakal
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
3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology.
Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project
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,
Implementation of Knock Based Security System
Implementation of Knock Based Security System Gunjan Jewani Student, Department of Computer science & Engineering, Nagpur Institute of Technology, Nagpur, India ABSTRACT: Security is one of the most critical
CELL PHONE AUDIO CONTROLLED POINT OF SALE TECHNOLOGY REVIEW REPORT. Alana Sweat Group 9 October 18, 2008
CELL PHONE AUDIO CONTROLLED POINT OF SALE TECHNOLOGY REVIEW REPORT Alana Sweat Group 9 October 18, 2008 1. REVISION HISTORY 1 2. INTRODUCTION 2 2.1 CUSTOMER REQUIREMENTS & PROJECT BACKGROUND 2 2.2 PROJECT
A Low Cost Power Quality and Energy Savings Laboratory for Undergraduate Education and Research
Session #3133 A Low Cost Power Quality and Energy Savings Laboratory for Undergraduate Education and Research Abdullatif Bagegni, Vance Poteat Merrimack College Abstract This paper describes the design
Design and Construction of Microcontroller- Based Telephone Exchange System
Design and Construction of Microcontroller- Based Telephone Exchange System Aye Sandar Win Abstract This paper demonstrates design and construction of microcontroller-based telephone exchange system and
Accurate Measurement of the Mains Electricity Frequency
Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC [email protected] Abstract The frequency of the mains electricity supply
Controlling a Dot Matrix LED Display with a Microcontroller
Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.
SR2000 FREQUENCY MONITOR
SR2000 FREQUENCY MONITOR THE FFT SEARCH FUNCTION IN DETAILS FFT Search is a signal search using FFT (Fast Fourier Transform) technology. The FFT search function first appeared with the SR2000 Frequency
New GSM Alarm System. User s Manual. Profile For a better understanding of this product, please read this user manual thoroughly before using it.
New GSM Alarm System User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Chapter 1. Features Chapter 2. Alarm Host Introduction Chapter
Lecture 27: Mixers. Gilbert Cell
Whites, EE 322 Lecture 27 Page 1 of 9 Lecture 27: Mixers. Gilbert Cell Mixers shift the frequency spectrum of an input signal. This is an essential component in electrical communications (wireless or otherwise)
Microcontroller Based Home Security and Load Controlling Using Gsm Technology
I. J. Computer Network and Information Security, 2015, 4, 29-36 Published Online March 2015 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijcnis.2015.04.04 Microcontroller Based Home Security and Load
Study on Differential Protection of Transmission Line Using Wireless Communication
Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,
Programming Logic controllers
Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,
POWER SYSTEM HARMONICS. A Reference Guide to Causes, Effects and Corrective Measures AN ALLEN-BRADLEY SERIES OF ISSUES AND ANSWERS
A Reference Guide to Causes, Effects and Corrective Measures AN ALLEN-BRADLEY SERIES OF ISSUES AND ANSWERS By: Robert G. Ellis, P. Eng., Rockwell Automation Medium Voltage Business CONTENTS INTRODUCTION...
MEMS ACCELEROMETER BASED PASSWORD RECOGNITION SYSTEM USING GSM
Int. J. Engg. Res. & Sci. & Tech. 2014 K Chandrasekar and M Surumbar khuzhali, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved MEMS ACCELEROMETER
Surveillance System Using Wireless Sensor Networks
Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA [email protected] [email protected] Abstract The
AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR
AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors
Pulse Width Modulation Applications
Pulse Width Modulation Applications Lecture 21 EE 383 Microcomputers Learning Objectives What is DTMF? How to use PWM to generate DTMF? How to use PWM to control a servo motor? How to use PWM to control
GSM Based Home Automation, Safety and Security System Using Android Mobile Phone
GSM Based Home Automation, Safety and Security System Using Android Mobile Phone Akanksha Singh (Student) Arijit Pal (Student) Bijay Rai (Assistant Professor) Department Of Electrical & Electronics Department
Smart Thermostat page 1
Smart Thermostat page 1 3. APPROACH In today s home appliances market, automation is becoming the norm and Smart Thermostat is a typical automation appliance able to be applied easily at home. With Smart
LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.
LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus
Telecommunications Switching Systems (TC-485) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC)
PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC) Department of Electronic Engineering NED University of Engineering and Technology, Karachi LABORATORY
HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE
HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE Ajinkya Korane 1, Sanket Salunke 2 1 UG, Mechanical, 2 UG, E & TC, University of Pune, (India) ABSTRACT Today we are living in 21st century where
Laboratory 4: Feedback and Compensation
Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular
Microcontroller-based experiments for a control systems course in electrical engineering technology
Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: [email protected]
A PSTN Terminal for FSK Decoding and DTMF Dialing Applications
, pp. 35-42 http://dx.doi.org/10.14257/ijsip.2015.8.5.04 A PST Terminal for FSK Decoding and DTMF Dialing Applications Liang Xin-Tao, Fan Qing-u and 1 Lin Wen-Chang Affiliation: College of Electrical and
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS
A MULTI SENSOR REMOTE HOME SECURITY SYSTEM USING LabVIEW
A MULTI SENSOR REMOTE HOME SECURITY SYSTEM USING LabVIEW Sugumar K 1, Susanna Evangeline 2, Vignesh S 3, Yogalakshmi S 4,V.Saravanan 5, M.Nethravathi 6 [1,2,3,4] UG scholars, 5 Associate Professor, 6 Software
Other 555 based and 8051 based projects...
Dear Engineer, We at ARK Technosolutions try to bring out the Innovative side in budding engineers by providing them workshops, which emphasise on Practical Knowledge which they do not seek in their daily
SMS GSM Alarm Messenger
SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up
Tamura Closed Loop Hall Effect Current Sensors
Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors
CHAPTER 11: Flip Flops
CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach
Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist.
Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Abstract. I have been asked to put together a detailed article on a SWR meter. In this article I will deal
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.
Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati
Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Module: 2 Bipolar Junction Transistors Lecture-2 Transistor
Programmable Logic Controllers
Programmable Logic Controllers PLC Basics Dr. D. J. Jackson Lecture 2-1 Operating systems and application programs A PLC contains a basic operating system that allows for: Downloading and executing user
SIGNAL PROCESSING & SIMULATION NEWSLETTER
1 of 10 1/25/2008 3:38 AM SIGNAL PROCESSING & SIMULATION NEWSLETTER Note: This is not a particularly interesting topic for anyone other than those who ar e involved in simulation. So if you have difficulty
Home Security System Design and Implementation
Home Security System Design and Implementation Mohamed Hassan Ali Mohamed 1, Dalia Mahmoud 2 1 Alneelain University, College of Graduates Studies, MSC in Control System Engineering, Khartoum, Sudan 2Assistan
1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver
Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,
ARCHITECTURE OF INDUSTRIAL AUTOMATION SYSTEMS
ARCHITECTURE OF INDUSTRIAL AUTOMATION SYSTEMS Abdu Idris Omer Taleb M.M., PhD Majmaah University, Kingdom of Saudia Arabia Abstract This article is aimed to name the levels of industrial automation, describes
New Pulse Width Modulation Technique for Three Phase Induction Motor Drive Umesha K L, Sri Harsha J, Capt. L. Sanjeev Kumar
New Pulse Width Modulation Technique for Three Phase Induction Motor Drive Umesha K L, Sri Harsha J, Capt. L. Sanjeev Kumar Abstract In this paper, various types of speed control methods for the three
A Prepaid Energy Meter for Efficient Power Management
A Prepaid Energy Meter for Efficient Power Management Dr. K. Sheelasobanarani 1, S. Dinesh Raja 2, B. Dhanaraj 3, K. Manickam 4, K. Karthick Raja 5 1 Associate Professor, Department of Electronics and
ARRL Morse Code Oscillator, How It Works By: Mark Spencer, WA8SME
The national association for AMATEUR RADIO ARRL Morse Code Oscillator, How It Works By: Mark Spencer, WA8SME This supplement is intended for use with the ARRL Morse Code Oscillator kit, sold separately.
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,
Experiment # (4) AM Demodulator
Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment
Plc Based Monitoring and Controlling System Using Wi-Fi Device
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. II (Jul - Aug. 2014), PP 29-34 Plc Based Monitoring and Controlling System
25. AM radio receiver
1 25. AM radio receiver The chapter describes the programming of a microcontroller to demodulate a signal from a local radio station. To keep the circuit simple the signal from the local amplitude modulated
Lock - in Amplifier and Applications
Lock - in Amplifier and Applications What is a Lock in Amplifier? In a nut shell, what a lock-in amplifier does is measure the amplitude V o of a sinusoidal voltage, V in (t) = V o cos(ω o t) where ω o
Advanced Car Security System Using GSM
International Journal of Scientific and Research Publications, Volume, Issue, May 0 Advanced Car Security System Using GSM Hnin Pwint Han, Hla Myo Tun Email: [email protected] Abstract- This system
Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager
Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS
Overview of the Telecommunications Network
1 Overview of the Telecommunications Network 15 Telecommunication Networks 2 Basic purpose of a telecommunications network: transmit user information in any form to another user of the network. Many forms
Line Reactors and AC Drives
Line Reactors and AC Drives Rockwell Automation Mequon Wisconsin Quite often, line and load reactors are installed on AC drives without a solid understanding of why or what the positive and negative consequences
TX GSM SMS Auto-dial Alarm System. Installation and User Manual
TX GSM SMS Auto-dial Alarm System Installation and User Manual Product Features: 1. 16 wireless zones, 3 wired zones alarm system, suitable for small to medium size offices and homes. 2. The system uses
Current Loop Application Note 1495
Current Loop Application Note Document No. CLAN1495 International Headquarter B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax
SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION
1 SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION By Lannes S. Purnell FLUKE CORPORATION 2 This paper shows how standard signal generators can be used as leveled sine wave sources for calibrating oscilloscopes.
Glolab Talking Phone Dial Monitor
Introduction The detects the tones generated when numbers are dialed on your touch tone telephone and speaks the numbers that were dialed. This verifies that you dialed the correct number and is especially
Business/Home GSM Alarm System. Installation and User Manual
Business/Home GSM Alarm System Installation and User Manual Brief Introduction: GSM 900/1800/1900 bands, can be used in most parts of the world Full duplex communication with the host Monitor the scene
ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013
Control4 Smart Home System using Lab VIEW Akshatha N Gowda (1), Girijamba D L (2), Rishika G N (3), Shruthi S D (4),Niveditha S (5) 1,2,3,4 and 5 belongs to Department of Electronics & Communication Engineering
AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION
AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION Pramod Ghimire 1, Dr. Alan R. Wood 2 1 ME Candidate Email: [email protected] 2 Senior Lecturer: Canterbury University
Final Project Report E3390 Electronic Circuit Design Lab. Automatic Phone-Alert Home Security System
Final Project Report E3390 Electronic Circuit Design Lab Automatic Phone-Alert Home Security System Helen Marie Young Hsiang-Yun Chen May 7, 2007 Department of Electrical Engineering Columbia University
Wireless power meter monitoring with power theft detection and intimation system using GSM and Zigbee networks
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. I (Nov - Dec. 2014), PP 04-08 Wireless power meter monitoring with power
Cell Phone Operated Robotic Car
Cell Phone Operated Robotic Car Awab Fakih, Jovita Serrao Abstract Conventionally, wireless-controlled robots use RF circuits, which have the drawbacks of limited working range, limited frequency range
A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM
ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2009 : 9 : 1 (921-927) A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM Salih ARSLAN 1 Koray KÖSE
