DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER LINE COMMUNICATION

Size: px
Start display at page:

Download "DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER LINE COMMUNICATION"

Transcription

1 Volume 115 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER LINE COMMUNICATION Sai Vishal 1,S.T. Aarthy 2,Tungala Sai Puneeth,Neelisetty Jagadeesh 4 1,2,3,4 B.Tech, Electronics and Communication, University, Chennai, India saipvishal@saimail.com, aarthy.s@ktr.srmuniv.ac.in, saipuneeth369@gmail.com, jagadeesh.neeeliseety@gmail.com Abstract: A smart home network uses a multitude of sensors and and all of them have to be connected to each other. Each set of sensors in a particular room is considered as a node. In traditional smart homes wireless sensor networks (WSN) are used. WSNs have a number of problems. Here we hope to over to overcome them using PLC. The sensors in the PLC based smart home network are connected using the electrical wiring running through the house. These cables have a phase and a neutral. The phase which is used to transmit electricity is also used to transmit the signals from the sensors. The sensors are connected to a PIC microcontroller which is then connected to a PLC modem. The PLC modem then either modulates or demodulates the signal from or to the PIC microcontroller in any of the nodes. The readings of each node can be read from the PIC microcontroller in the same node. In addition to this all the readings from all the nodes can be read on the PC. The modulation technique used in the PLC modem is Orthogonal Frequency Division Multiplexing (OFDM). Keywords: power line communication, smart homes, orthogonal frequency division multiplexing 1. Introduction Every device in today's world is going smart, starting from mobile phones to TV's and even refrigerators and homes. Smart homes are still very uncommon but this will change in the coming years. A smart homes consists of multiple sensors and devices operating together to make the user as comfortable as possible. Most of the existing and even proposed architectures of smart homes use wireless sensor networks (WSN)[1].But wireless systems have multiple problems like range, interference, packet loss, scalability, etc., so they are not very efficient. These problems can be overcome by using wired solutions but, the reason we even use wireless solutions is that wires are incredibly messy and whatever you do to cover all the wires is time consuming, difficult and we might even end up drilling holes in our walls. An efficient and elegant solution is either a wireless system which does not succumb to the problems given above or a non messy wired system. In this work the latter is used. The question now is how to arrange a non messy wired system that also does not need an excessive amount of time to arrange. The answer is to use existing wiring in the house. By using the existing wiring there is no mess created compared to using new wiring. The cost is also kept pretty low. But how do you transmit and receive signals from and to the nodes, each of which is placed in a different room. There is a technology called power line communication (PLC) or power line carrier communication (PLCC)[1]. PLC allows us to send information through the electrical wiring. This technology has been in wide use since 1950 and was mainly used by the grid stations to transmit information at high speed. The information from the node is sent to a PLC modem. The modem then modulates the signal and sends it through the phase of the electrical wiring. PLC modems are connected to every node. So, every PLC modem can send and receive information from every other modem. A PC or laptop is connected to any of the nodes and it receives information from all the nodes. The modem that we are using is KQ330, but other modems can also be used. The KQ330 modem uses Orthogonal Frequency Division Multiplexing (OFDM) [2]. 577

2 2. Methodology A smart home requires multiple components to automate various things which would otherwise require manual operation. Given below is a block diagram of the the proposed system: Figure. 1. Block diagram a) PLC Modem prototype of The device used to send and receive information through the wiring is called the PLC modem. The modem that we use is the KQ330[3]. It is one of the components connected to the power supply. Therefore, the input of the modem is 230V AC. The modem modulates the information sent from and to the PIC microcontroller. By using modulation techniques, binary data stream is keyed on to a carrier signal and then coupled on to the power lines by the modem. At the receiver end another modem detects the signal and extracts the corresponding bit stream. Data is processed before transmission on power lines. First data is modulated and filtered and then by using couplers, it is sent over the power lines. Figure. 2. KQ330 PLC modemm module The modulation technique used by the KQ330 is Orthogonal Frequency Division Multiplexing (OFDM) [2]. b) Why OFDM? The characteristics of the power line channel continuously vary with time and load. So conventional modulation tech-niques like ASK, FSK or PSK cannot be employed with them. PLCC needs a technique that can deal with unpredictable Attenuation and phase shifts. Modulation techniques that can opt lower frequency ranges of 35KHz to 95KHz can perform better as compared to the whole available frequency band. OFDM [2] is the modulation technique that is used in home plug specification network appliances. In OFDM, information is modulated on to a multiple carrier, where each carrier occupies its own frequency ranging from 4.3 to 20.9MHz. Incoming bit stream is demultiplexed into N number of parallel bit streams each with 1/ /N of original bit rate which are modulated then on N orthogonal carriers. By using multiple carriers at a time, the OFDM uses the spectrum most efficiently. During the transmission, each frequency is monitored and if any interferences, noise or data loss occurs, the responsible frequency is ignored. However, this OFDM does not perform well when a large attenuation and jamming occurs in the communication channel, yet it can perform effectively when compared to other modulation techniques. c) PIC Microcontroller The microcontroller is quite literally the brains of each node. In our prototype, PIC microcontroller, specifically the PIC16F877A is used. The PIC16F877A features 256 bytes of EEPROM data memory, self-programming, an ICD, 2 Comparators, 8 channels of 10-bit Analog-to-Digital (A/D) converter, 2 capture/compare/pwm functions, the synchronous serial port can be configured as either 3- wire Serial Peripheral Interface (SPI) or the 2-wire Inter-Integrated Circuit (I²C) bus and a Universal Asynchronous Receiver Transmitter (USART). All of these features make it ideal for more advanced level A/D applications in 578

3 automotive, industrial, appliances and consumer applications. Figure. 3.PIC16F877A d) Temperature sensor Temperature ( o C) = Vout * (100 o C/V) So if Vout is 1V, then, Temperature = 100 o C The output voltage varies linearly with temperature. e) Humidity Sensor Humidity Sensor is used to determine the humidity of the surrounding area. Humidity is the amount of water vapor in the air. Humidity indicates the probability of precipitation, dew or fog. Higher humidity reduces the effectiveness of sweating in cooling the body by reducing the rate of evaporation of moisture from the skin. Humidity is calculated in a heat index table or humidex. The humidity sensor that is used here is DHT11. It measures the realtive humidity which is the current absolute humidity relative to the maximum for that temperature and is expressed in percentage. The temperature sensor used is LM35. It is an IC sensor that can be used to measure temperature (in o C) with an output voltage proportional to it. Figure. 5. Humidity Sensor f) Gas Sensor Figure. 4. Temperature sensorlm35 The scale factor is.01v/ o C. It does not require any external calibration or trimming and maintains an accuracy of +/-0.4 o C at room temperature and +/- 0.8 o C over a range of 0 o C to +100 o C. Another important characteristic of the LM35DZ is that it draws only 60 micro amps from its supply and possesses a low self-heating capability. The output voltage is converted to temperature by a simple conversion factor. The sensitivity of the sensor is 10mV / o C. We use a conversion factor that is the reciprocal, that is 100 o C/V. To output voltage to temperature we use the following equation: A gas sensor is used to detectt the presence of gas in an area. It is used as a part of safety systems to detect gas leaks. Here we use an MQ6 electrochemical gas sensor. It has high sensitivity to LPG, iso-butane, propane and low sensitivity to smoke and alcohol. It works by allowing gases to diffuse through a porous membrane to an electrode where it is either chemically oxidized or reduced. The amount of current produced is determined by how much of the gas is oxidized at the electrode indicating the concentrationn of the gas. We use electrochemical sensors because they are small and they tended to be more stable and reliable over the sensor's duration since the diffusion barrier is a physical/mechanical barrier. Manufactures can also customize electrochemical gas sensors by changing the porous barrier to allow for the detection of a certain gas concentration range. 579

4 A command is an instructionn given to LCD to do a predefined task like initializing it, clearing its screen, setting the cursor position, controlling display etc. whereas the data comprises of the ASCII value of the characterr to be displayed on the LCD. Figure.6.Gas Sensor g) LDR A Light Dependent Resistor (aka LDR, photoconductor, or photocell) is a light controlled variable resistor. It has a resistance that varies according to the amount of light falling on its surface. It exhibits photoconductivity which means that its resistance decreases with increasing intensity of incident light. Light dependent resistors are a vital component in any electric circuit which is to be turned on and off automatically according to the level of ambient light. Figure.8. LCD i) Relay A relay is an electro-mechanical switch that is capable of being remotely actuated/controlled. The schematics involving relays could be very simple, or incredibly complex since they may employ the well-known "relay-logic". A relay contains two parts: a switch (or a system of switches) that controls the power/primary/analog circuits, and a digital (remote) control part. Figure.7.LDR h)lcd LCD (Liquid Crystal Display) a flat panel display module. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. LCD's are preferred over seven segments and other multi segment LED's. The reasons being: LCD's are economical; easily programmable; have no limitation of displaying special & even custom characters (unlike in seven segments), animations and so on. A 16x2 LCD can display 2 lines, each consisting of16 characters. In this LCD each character is displayed in 5x7 pixel matrix. This LCD has two registers, namely, Command and Data. The command register stores the command instructions given to the LCD while the data register stores the data to be displayed on the LCD. Figure.9. Relay j) DC Motor A DC motor runs on DC electric power. It works on the principal that when a current carrying conductor is placed in Magnetic field, it experiences a torque and has a tendency to move. This is known as motoring action. If the direction of current in the wire is reversed, the direction of rotation also reverses. The working principle of the DC motor is based on the fact that the interaction between magnetic field and electric field produces a mechanical force. 580

5 . 3. Implementation of the Proposed system The result of the implementation is the successful transfer of information between the nodes and to view all the information on the PC or laptop. Figure.9.DC Motor k) Cooling and Exhaust Fans These are basically small PC fans to stimulate the blower of an air conditioner and the exhaust of a kitchen. Figure.13.Hardware Setup Figure.11. Cooling and Exhaust Fans l) Bulb The bulb or a tube switches on and off depending on the LDR value. Any bulb can be used since it is connected to the full 230V AC power supply In node 1, the 230V AC power supply is connected to the PLC modem and a 12V step down transformer. The 12V transformer is connected to the PIC microcontroller which is in turn connected to the Temperature Sensor, Humidity Sensor, PLC modem and the relay. Node 2 has a similar setup with some differences. The 230V AC power supply is also connected to a bulb in addition to the modem and transformer. LDR and Gas Sensor are used here and the relay switches on the bulb and exhaust fan in response to crossing the threshold value corresponding to them respectively. The information regarding the nodes can be viewed in the LCD display of the PIC microcontroller or on the laptop Figure.12. Bulb 581

6 Figure.14.Monitoring using PC 4. Real time smart home Architecture Smart home architecture using PLC would look like the figure given below: Figure.15. Proposed Smart Home Architecture There are multiple sensor nodes in each room connected to a PIC microcontroller. It is coded using MPLAB to fit the necessary requirements of the room. The PIC is then connected to the PLC modem which is connected to the electrical wiring running throughout the house. The power line would then go to the PLC gateway where it would connect to the computer. This is where this system differs from most existing systems where PIC is connected to wi-fi or ZigBee which connect wirelessly to the computer and are affected by problems like low range, packet loss and interference with other wireless systems, especially those operating in the 2,4 Ghz range like WLAN, microwave oven etc. Additional features can also be added to the proposed system like IOT through which you can control your home system from any part of the globe. 5. Conclusion This work has involved designing a complete PLC based smart home architecture. This proposed system was developed by keeping in mind problems facing WSNs. Here PLC is used both as the backbone and for data sensing. We have developed a prototype of the proposed system. It mitigates the problem of wireless interference and packet loss, all while increasing the range and scalability and even reducing power loss. Using PLC based systems also reduces the cost substantially and increases efficiency. [1] Ming Fu Li and Hung-Ju Lin Design and Implementation of Smart Home Control Systems Based on Wireless Sensor Networks and Power Line Communications, IEEE Transactions on Industrial Electronics Volume 62 Issue 7,December [2] Nisha S Police Patil, Abhilasha P, Narendra Kumar, RF Based Data Communication Between Industrial PLC S USING KQ330 Module, International Journal of Industrial Electronics and Electrical Engineering, September [3] Yin QUN, Zhang JIANBO, Design of Power Line Carrier Communication Systembased on FSK-KQ330 Module ELECTROTEHNICA ELECTRONICA, AUTOMATICA. vol.62(2014), Nr.3. [4] V Padmajothi, Ankit Rai, M Dastagiri Reddy, N Renu Kumar, Cost Effective Home Energy Monitoring System International Innovative Research Journal of Engineering and Technology. Vol. 2, March References 582

7 583

8 584

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM G.Rupa 1, K.Sangeetha 2, A.Sowmiya 3, J.Shri saranya 4 1,2,3Student, Electrical and Electronics Engineering, Jeppiaar SRR Engineering

More information

An Optical Version of WIFI for Indoor Application

An Optical Version of WIFI for Indoor Application I J C T A, 9(15), 2016, pp. 8267-8274 International Science Press An Optical Version of WIFI for Indoor Application P.M. Joel* and S.T. Aarthy** ABSTRACT Visible Light Communication is an efficient bidirectional

More information

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE J.Gopinath, A.V.Manirathnam, K.Manoj Kumar, C.Murugan M. Tech, Dept. of ECE, VELTECH, Chennai, India ABSTRACT: An effective

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR Priyadarshni.S 1, Sakthigurusamy.S 2,Susmedha. U 3, Suryapriya.M 4, Sushmitha. L 5, Assistant Professor 1, Student members 2,3,4,5 Department of Electronics

More information

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM ASHWINI B. BOBADE M.E. Student, Department of E&TC, DIEMS, Aurangabad, India PROF. A. R. WADHEKAR Department of E&TC,

More information

Visual Tracking and Surveillance System

Visual Tracking and Surveillance System Visual Tracking and Surveillance System Neena Mani 1, Ammu Catherine Treesa 2, Anju Sivadas 3, Celus Sheena Francis 4, Neethu M.T. 5 Asst. Professor, Dept. of EEE, Mar Athanasius College of Engineering,

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

Security Management System for Oilfield Using GSM & Zigbee Communication

Security Management System for Oilfield Using GSM & Zigbee Communication Security Management System for Oilfield Using GSM & Zigbee Communication Pushkar elave 1, Pravin Gawhale 2, Abhilash Jawlekar 3, Mr. R. S. Sahu 4 Student, Dept. of Electronics and Telecommunication Engineering,

More information

GSM based Patient monitoring system

GSM based Patient monitoring system For more Project details visit: http://www.projectsof8051.com/patient-monitoring-through-gsm-modem/ Code Project Title 1615 GSM based Patient monitoring system Synopsis for GSM based Patient monitoring

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION 1 Mr. Kamble Santosh Ashok, 2 Mr.V.Naga Mahesh 1 M.Tech Student, 2 Astt.Prof. 1 Ece - Embedded System, 1 Scient Institute Of Technology, Ibrahimpatnam,

More information

LPG Gas Leakage Detection & Control System

LPG Gas Leakage Detection & Control System LPG Gas Leakage Detection & Control System Hitendra Rawat, Ashish Kushwah, Khyati Asthana, Akanksha Shivhare Abstract Home security has been a major issue where crime is increasing and everybody wants

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION

GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION Volume 115 No. 7 2017, 555-560 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu GREEN RADIO: ENERGY EFFICIENT MOBILE TOWER NETWORK COMMUNICATION R.Vignesh

More information

Automated Irrigation System In Agriculture Using Wireless Sensor Technology

Automated Irrigation System In Agriculture Using Wireless Sensor Technology Automated Irrigation System In Agriculture Using Wireless Sensor Technology Karthikeswari M 1, Mithradevi P 2 PG Student [CS], Dept. of ECE, Muthayammal Engineering College, Namakkal,Tamilnadu, India 2

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

Transmission and Reception Using Power Line Communication

Transmission and Reception Using Power Line Communication International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Transmission and Reception Using Power Line Communication Preeti Pannu, Sahil Kamboj, Saransh

More information

LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER

LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER Saurabh S. Karmakar 1, Shubham V. Gedam 2, Harshal W. Nagpure 3, Amit Yadav 4, Ganesh S. Thote 5 UG Student, Department of Electrical Engineering,

More information

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): (

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): ( INTELLIGENT COMMUNICATION BETWEEN MULTIPLE ROBOTS Sundar Ganesh C S* & Suriya Madhan P** * Assistant Professor, Department of Robotics and Automation Engineering, PSG College of Technology, Coimbatore,

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it The main aim of this project is video coverage at required places with the help of digital camera and high power LED.

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR Rakesh Sahu 1, Sachin Tiwari 2, Satish Singh 3, Abhishek Gaurav 4 1 Assistant Professor, Deptt. Of Electrical and Electronics Engineering, Gandhi Institute

More information

Microcontroller Based Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430)

WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430) WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430) Mr. M. Prashanth UG Student, Electronics and Communication Engineering, Knowledge Institute of Technology, Salem, Tamilnadu, India

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 9, March 2015

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 9, March 2015 Intelligent safety system for coal miners Beena M Varghese, Binisha Balan, Neethu Varghese, Reshma Gangadharan, Shaima PK M A College of Engineering, Kothamangalam, Kerala. Abstract Disasters are common

More information

Automated E-Billing and Supply Control using Power Line Communication

Automated E-Billing and Supply Control using Power Line Communication Automated E-Billing and Supply Control using Power Line Communication Vishal Salunke 1, Datta Barsale 2, Rushikesh Kashid 3 Jagadeesh Hallur 4 123 Student, Dept of E&TC, DYPSOET, Maharashtra, India 4 Asst.

More information

HIGH POWER TRANSMITTER MONITORING & CONTROL USING GSM

HIGH POWER TRANSMITTER MONITORING & CONTROL USING GSM HIGH POWER TRANSMITTER MONITORING & CONTROL USING GSM Imran A Tailor 1, Kalpesh A Patel 2, FarukMd Z Rathod 3 1, 2, 3 Department of Electronics & Communication, Government Engineering College, Bharuch

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Design and Implementation of Visible Light Communication System using low cost microcontroller module and LED as light source

Design and Implementation of Visible Light Communication System using low cost microcontroller module and LED as light source Design and Implementation of Visible Light Communication System using low cost microcontroller module and LED as light source 1 Subhajit Mukherjee, 2 Abhishek Dey, 3 Neelakshi Roy, 4 Mukul Kumar Yadav

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

More information

sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS

sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS 1 G.Ahalya, 2 P.Suresh Babu, 3 P.Prabhakar Rao, 1 M.Tech (ECE), ECE Department, Mother Theresa Institute of science &Technology,Sathupally,Andhra

More information

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION HARSH DHIMAN Department of Electrical Engineering, The M. S. University, Vadodara,

More information

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller International Journal of Latest Tr ends in Engineering and Technology Vol.(7)Issue(3), pp. 263-270 DOI: http://dx.doi.org/10.21172/1.73.536 e-issn:2278-621x Design and Fabrication of High Frequency Linear

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org WIRELESS RF TRANSCEIVER FOR ENERGY METER

More information

Design and implementation of a programmable remote controlled and monitored irrigation system

Design and implementation of a programmable remote controlled and monitored irrigation system IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 12 (December 2014), V1 PP 25-29 www.iosrjen.org Design and implementation of a programmable remote controlled

More information

Monitoring Water Quality using RF Module

Monitoring Water Quality using RF Module Monitoring Water Quality using RF Module Pradeep Kumar Somasundaram 1, Dharon Joseph Ediosn 2 1&2 Electronics and Communication St. Joseph s College of Engineering Chennai, India ABSTRACT Water is one

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

International Journal of Advance Engineering and Research Development. Fault Detection Robot for Underground Cable

International Journal of Advance Engineering and Research Development. Fault Detection Robot for Underground Cable Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 5, Issue 01, January -2018 Fault Detection Robot for Underground Cable DR.

More information

International Journal of Scientific Research and Reviews

International Journal of Scientific Research and Reviews Research article Available online www.ijsrr.org ISSN: 2279 0543 International Journal of Scientific Research and Reviews Arduino Based Drinking Water Bill Calculator Using GSM Technology Karthikeyan Sundarasamy

More information

AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN ALTERNATIVE TO THE FUSE PROTECTION TECHNIQUE A. Z. Loko 1, A. I. Bugaje 2, A. A. Bature 3 1 Department of Physics Electronics/Nasarawa

More information

Design and Simulation of Automatic Temperature Control and Alert System Based PIC16F887

Design and Simulation of Automatic Temperature Control and Alert System Based PIC16F887 International Journal of Informatics and Communication Technology (IJ-ICT) Vol. 6, No. 2, August 2017, pp. 95~104 ISSN: 2252-8776, DOI: 10.11591/ijict.v6i2.pp95-104 95 Design and Simulation of Automatic

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

WIRELESS THREE PHASE LINE FAULT MONITORING

WIRELESS THREE PHASE LINE FAULT MONITORING WIRELESS THREE PHASE LINE FAULT MONITORING Vaishnavi Kailas Pardeshi 1, Pooja Anil Kawade 2, Rutuja Ratanakar Kshirsagar 3 1,2,3 Department Electrical Engineer, Sandip Polytechnic, Nashik Maharashtra (India)

More information

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Nusrat Ansari 1, Himanshu Phatnani 2, Akash Yadav 3, Sanket Sakharkar 4, Akshay Khaladkar

More information

Data Transmission in Ships Based on Light Fidelity

Data Transmission in Ships Based on Light Fidelity Volume 114 No. 12 2017, 469-476 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Data Transmission in Ships Based on Light Fidelity Dr.A.Kalirasu Professor

More information

Data Transmission Using Visible Light

Data Transmission Using Visible Light ISSN: 2278 0211 (Online) Data Transmission Using Visible Light Nichenametla Mahesh Kumar Student, Dept. of E.C.E, K L University, Vaddeswaram, Andhra Pradesh, India Rayala Ravi Kumar Assosiate Professor,

More information

Design and Implementation of Energy Efficient Home Automation System

Design and Implementation of Energy Efficient Home Automation System Indian Journal of Science and Technology, Vol 9(6), DOI: 10.17485/ijst/016/v9i6/84141, February 016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Implementation of Energy Efficient Home

More information

Len Schaller Prepayment (Smart Payment) Technology Manager, South Africa

Len Schaller Prepayment (Smart Payment) Technology Manager, South Africa Len Schaller Prepayment (Smart Payment) Technology Manager, South Africa PLC Technology in Metering: Challenges of and Solutions to Communicating into the customer home Agenda 1. What is split metering?

More information

GSM Based Automated Embedded System for Monitoring and Controlling of Smart Grid

GSM Based Automated Embedded System for Monitoring and Controlling of Smart Grid GSM Based Automated Embedded System for Monitoring and Controlling of Smart Grid Amit Sachan Abstract The purpose of this paper is to acquire the remote electrical parameters like Voltage, Current, and

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL International Journal of Computer Networking, Wireless and Mobile Communications (JCNWMC) ISSN 2250-1568 Vol.3, Issue 1, Mar 2013, 111-116 TJPRC Pvt. Ltd. WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL

More information

Arm Based Remote Monitoring and Control System for Environmental Parameters in Greenhouse

Arm Based Remote Monitoring and Control System for Environmental Parameters in Greenhouse Arm Based Remote Monitoring and Control System for Environmental Parameters in Greenhouse V Divyabharathi M.Tech, Embedded Systems University-Hyd. divyabharathi458@gmail.com Shaik Saidulu Associate Professor,

More information

Advanced menu ordering system in restaurants

Advanced menu ordering system in restaurants Advanced menu ordering system in restaurants 1 Ragila VV, 2 Rosmi Varghese, 3 Soorya Rajeev K, 4 Shimna PK 1,2,3 UG Student, Dept. of ECE, Vimal Jyothi Engineering College, Kannur, Kerala, India 4 Assistant

More information

2D Image Transmission using Light Fidelity Technology

2D Image Transmission using Light Fidelity Technology 2D Image Transmission using Light Fidelity Technology Undergraduate Student, Computer Engineering Department Dwarkadas J. Sanghvi College of Engineering, Mumbai, India. Abstract : Recently wireless technology

More information

Ohm Technologiees.

Ohm Technologiees. +91-8048706704 Ohm Technologiees https://www.ohmtechnologiees.com/ Our company is engaged in manufacturing, supplying and importing the most sought after range Scientific Electronic Equipment. These products

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

To Measure Dielectric Constant of Liquid By Using PIC Microcontroller

To Measure Dielectric Constant of Liquid By Using PIC Microcontroller To Measure Dielectric Constant of Liquid By Using PIC Microcontroller Prof.P.K.Ghuge 1, Prof.N.R.Kolhare 2 1 Department of ETC, P.E.S.college of Engineering Aurangabad,Maharashtra,(India) 2 Department

More information

People Counting and Alert System

People Counting and Alert System People Counting and Alert System Maheswari O D Department of computer science and Engineering Velammal College of Engineering and Technology Madurai, Tamilnadu, India Abstract People counting and alert

More information

IoT Based Monitoring of Industrial Safety Measures

IoT Based Monitoring of Industrial Safety Measures IoT Based Monitoring of Industrial Safety Measures K.Shiva Prasad Sphoorthy Engineering College E-mail: shiva13b71d5516@gmail.com A.Shashikiran Sphoorthy Enginnering College E-mail: shashi.kiran5190@gmail.com

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

More information

ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS

ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS ELECTRICITY THEFT MONITORING AND ITS CONSUMPTION SAVINGS Ms.V.Sellam 1, Saurav Chowdhury 2, MVS Vashishta 3, Anirudh Singh 4 1Asst. Prof, SRMIST,Chennai 2,3,4Student, SRMIST, Chennai ------------------------------------------------------------------------***-------------------------------------------------------------------------

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications DTMF Based Robot for Security Applications N. Mohan Raju 1, M. Naga Praveen 2, A. Mansoor Vali 3, M. Amrutha 4, K. Jaya Theertha 5 1,2,3,4,5 Department of ECE, JNTUA Abstract: The main idea is to implement

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 33

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  33 Resource Efficient Wireless Sensor Networks for Temperature and Gas Monitoring Ilavarasan.S 1, Latha.P 2, Vijayaraj.A 3 1,2,3 Department of Information Technology, Saveetha Engineering College Thandalam,

More information

HUMANOID ROBOT FOR REMOTE SURVEILLANCE

HUMANOID ROBOT FOR REMOTE SURVEILLANCE International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 8, August 2018, pp. 653 659, Article ID: IJMET_09_08_069 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=8

More information

INTELLIGENT SELF-PARKING CHAIR

INTELLIGENT SELF-PARKING CHAIR INTELLIGENT SELF-PARKING CHAIR Siddharth Gauda 1, Ashish Panchal 2, Yograj Kadam 3, Prof. Ruchika Singh 4 1, 2, 3 Students, Electronics & Telecommunication, G.S. Moze College of Engineering, Balewadi,

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

Wireless Sensor Network Based Precision Green House Management System

Wireless Sensor Network Based Precision Green House Management System Wireless Sensor Network Based Precision Green House Management System G.Gnanavel 1, G.Ezhilarasan 2, N.Pavithra 3 Assistant professor 12, PG scholar 3 Department of EEE V.R.S. College of engineering, Villupuram

More information

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS SHAIK NASREEN 1, H.SOMASEKHAR 2 1 Shaik Nasreen, M-Tech Student, Dept Of ECE, Kottam College of Engineering, Chinna tekur, Kallur mandal,

More information

Design and Construction of a Mobile Phone Based Home and Office Appliances Remote Switching System

Design and Construction of a Mobile Phone Based Home and Office Appliances Remote Switching System American Journal of Embedded Systems and Applications 2017; 5(1): 1-6 http://www.sciencepublishinggroup.com/j/ajesa doi: 10.11648/j.ajesa.20170501.11 ISSN: 2376-6069 (Print); ISSN: 2376-6085 (Online) Design

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech,

GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech, GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech, Asst.Professor, Dept.of ECE, SVPCET, RVS Nagar, Puttur. Asst. Professor, Dept. of ECE, SVPCET, RVS Nagar, Puttur.

More information

DIGITAL DATA TRANSMISSION USING LOW VOLTAGE POWER LINE Zbigniew Mantorski Ph.D. Andrzej Sitko B.Sc.

DIGITAL DATA TRANSMISSION USING LOW VOLTAGE POWER LINE Zbigniew Mantorski Ph.D. Andrzej Sitko B.Sc. IEA ECBCS, Annex45 3 rd Expert Meeting DIGITAL DATA TRANSMISSION USING LOW VOLTAGE POWER LINE Zbigniew Mantorski Ph.D. Andrzej Sitko B.Sc. e-mail: zbigniew.mantorski@polsl.pl a.sitko@poczta.fm Innsbruck,

More information

XBee based Remote-Controllable and Energy-Saving Room Architecture

XBee based Remote-Controllable and Energy-Saving Room Architecture XBee based Remote-Controllable and Energy-Saving Room Architecture Girish.M 1, Chandan.G.N 2, Pavithra A.C 3 1Assistant Professor, Dept. of ECE, ATMECE, Mysuru 2Assistant Professor, Dept. of ECE, ATMECE,

More information

IOT Based Smart Greenhouse Automation Using Arduino

IOT Based Smart Greenhouse Automation Using Arduino IOT Based Smart Greenhouse Automation Using Arduino Prof. D.O.Shirsath, Punam Kamble, Rohini Mane, Ashwini Kolap, Prof.R.S.More Abstract Greenhouse Automation System is the technical approach in which

More information

AC POWER CONTROL USING ANDROID CELLPHONE WITH LCD DISPLAY

AC POWER CONTROL USING ANDROID CELLPHONE WITH LCD DISPLAY Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org AC POWER CONTROL USING ANDROID CELLPHONE WITH LCD DISPLAY

More information

Implementaion of High Performance Home Automation using Arduino

Implementaion of High Performance Home Automation using Arduino Indian Journal of Science and Technology, Vol 9(21), DOI: 10.17485/ijst/2016/v9i21/94842, June 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Implementaion of High Performance Home Automation

More information

IN ELECTRICAL ENGINEERING - I C M E T CRAIOVA

IN ELECTRICAL ENGINEERING - I C M E T CRAIOVA Taking into account that power transformer is the major item of equipment in power systems, its correct operation is vital to system operation. It is well known that transformer failures are sometimes

More information

Automatic Monitoring of a Vodafone Radiocommunication Base Station

Automatic Monitoring of a Vodafone Radiocommunication Base Station Automatic Monitoring of a Vodafone Radiocommunication Base Station Francisco António Martins Travassos, Francisco André Corrêa Alegria, Member, IEEE Abstract This paper presents an automatic measurement

More information

RS-232 Based Low Cost Data IO Card

RS-232 Based Low Cost Data IO Card International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 1 (2013), pp. 47-54 International Research Publication House http://www.irphouse.com RS-232 Based Low Cost Data IO Card

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

OFDMA and MIMO Notes

OFDMA and MIMO Notes OFDMA and MIMO Notes EE 442 Spring Semester Lecture 14 Orthogonal Frequency Division Multiplexing (OFDM) is a digital multi-carrier modulation technique extending the concept of single subcarrier modulation

More information

Eng.º Domingos Salvador dos Santos.

Eng.º Domingos Salvador dos Santos. October 2009 Sistemas e Planeamento Industrial DOMÓTICA RADIO FREQUENCY Eng.º Domingos Salvador dos Santos email:dss@isep.ipp.pt Table of Contents Brief Outline HardwareforKNXRF SoftwareforKNXRF DataTransmissiononKNXRF

More information

A Unique Home Automation System through MEMS

A Unique Home Automation System through MEMS A Unique Home Automation System through MEMS Neha Surin 1, Dr. R. P. Gupta 2 1 Department of Electrical Engineering, BIT, Sindri, (DHANBAD) 2 Assistant professor, Department of Electrical Engineering,

More information

Power Line Carrier Communication Based Data Transmission for Tele-Operation of Devices

Power Line Carrier Communication Based Data Transmission for Tele-Operation of Devices Power Line Carrier Communication Based Data Transmission for Tele-Operation of Devices 1 Sundari.B, 2 Nandhini.N, 3 Agila.G 1 Assistant Professor, Dept of ECE, Jayam College of Engg & Technology, Tamilnadu,

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Built-in Chip Antenna - 250 kbps RF Data Rate

More information

Agricultural Field Monitoring System Using ARM

Agricultural Field Monitoring System Using ARM Agricultural Field Monitoring System Using ARM Shweta S. Patil 1, Ashwini V. Malviya 2 PG student, Department of Electronics And Telecommunication, SIPNA S College of Engineering And Technology, Amravati

More information

MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED TIME DURATION USING ARM7 TDMI LPC2148. K.Navaneetha* 1, Prof.

MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED TIME DURATION USING ARM7 TDMI LPC2148. K.Navaneetha* 1, Prof. e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/492-496 K. Navaneetha et. al./ International Journal of Engineering & Science Research MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED

More information