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

Size: px
Start display at page:

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

Transcription

1 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 5 1 Assistant Professor, Department of Electronics and Telecommunication Engineering, VESIT, Chembur, Mumbai, India 2,3,4,5 UG Student, Department of Electronics and Telecommunication, VESIT, Chembur, Mumbai, India Abstract The rapid development and miniaturization of sensor devices, and the recent advances in wireless communication and networking technologies, are allowing scientists and engineers to develop networks of small sensors that can be used to continuously monitor the health and stability of the environment. Wireless Sensor Networks (WSNs) consist of a number of spatially distributed sensors with computing, processing and communication capabilities that can continuously sense and transmit data to a base station, where data can be processed and observed in real time. This project provides a detailed study and implementation of a WSN for monitoring of environmental parameters like temperature, humidity, soil moisture, light intensity, greenhouse gas levels. A wireless sensor network was implemented using an Arduino microcontroller and GSM module for transmitting the data to the Receiver station through SMS, where this transmitted data is collected and passed on to the Fuzzy logic toolbox programmed in MATLAB via an Android App. Fuzzy logic analyses all the environmental parameters and combining results water flow in the field via irrigation is controlled so that soil gets an appropriate amount of water depending on environmental conditions. Keywords Wireless sensor network [WSN] ; agricultural environment; temperature measurement; light measurement; soil moisture measurement; greenhouse gas content measurement ;GSM module ; Arduino microcontroller ; MATLAB software ; Fuzzy logic I. INTRODUCTION Sensor Networks have been deployed for a wide variety of applications [1] and awareness has increased with regards to implementing technology into an agricultural environment [2]. Manual collection of data for chosen factors can be sporadic and produce variations from incorrect measurement taking; this can cause complications in controlling any important factors[2][3] Wireless sensor nodes can reduce effort and time required for monitoring a particular environment. Monitoring systems can ensure quicker response to roll factors and conditions, better quality control of produce and lower labor. The utilization of technology would allow for remote measurement of factors such as temperature, humidity, atmospheric pressure, soil moisture, water level, light detection and greenhouse gases content. There seems to be increased development aimed towards wireless solutions in comparison to wired-based systems. Today s technology watchword is wireless. Wireless technology is one that is becoming all pervasive. When generating the idea for this project, the likely scenario considered was deployment of wireless technology for communication and control in agriculture as a part of modern farming techniques. The wireless sensor network investigates being a comparatively self- organizing system [2]. It allows sensor nodes to connect to a network and have their data and transmit it over a distance where sensed data can be used for controlling actions. A WSN s consist of small Sensors each which specific parameter sensing capability, sensors are interfaced to the microcontroller and microcontroller is interfaced with the GSM module for the transmission of the collected data by the sensors. The measurements can be taken in fixed time intervals or based on an event driven model [1][6]. The data collected by the sensors is then sent to a base station where the data can be stored for analysis and processing. The application of WSN for environmental monitoring has been studied in the literature. For example, in [1], WSNs were used to collect information about greenhouse gases. In this paper, we present the implementation and testing of a real time agricultural environmental monitoring system using wireless sensor networks, capable of measuring temperature, humidity, soil moisture, light intensity and greenhouse gas like CH4 concentration levels. The network consists of various sensors, microcontroller and GSM module as the Wireless communication module. The captured data is made available to the user through a SMS which contains all the sensed values in listed format h which is then passed to MATLAB which is programmed using Fuzzy Control Logic for taking Controlling of the water supply to the agricultural field depending on the results of the sensed data. The rest paper of the paper is organized in following way, in section II we present to the Wireless Sensor Network architecture and design considerations with detailed description of transmitter section receiver section and controlling action. 399

2 Section III explains the detailed working of the network and control action. Section IV gives details of the components of the project. Finally the section V gives conclusion and future work. II. NETWORK ARCHITECTURE The key considerations required for practical application of the system Ability for battery operation of the network. Integration with various sensors for monitoring agricultural environmental factors of interest Simple and easy design of the network Adjustable timings for communication reporting of the sensed values Portability of the system Ease of operation at the base station. Automated controlling action based on the collected data. Low cost implementation of the network. The system developed is based on arduino microcontroller and SIM 900 A GSM module in order to communicate data to the base station. Various Sensors of interest are interfaced with the arduino microcontroller, which is then interfaced to SIM 900 A GSM module for communication using SMS service. The proposed system block diagram is shown in Fig. 1.. At user defined intervals data is sensed by the sensors and transmitted to the base station or the Receiver station which will have a processing unit with MATLAB. Receiver will receive the sensed data through SMS from the GSM module, SMS will be converted to a text file by the use of an android application which will generate a text file which will be passed to the computer or processor through android debugging bridge, which will directly pass on the text file to the computer wirelessly. The text file generated will be used by the MATLAB for fuzzy control logic. A. Transmitter Node Fig.1 Implementation Block Diagram To achieve a power efficient network, open source and low-power consumption hardware were used to implement the transmitter. The structure of the transmitting nodes and the final product are shown in Fig. 2. The Transmitter section consists of Arduino Microcontroller board for interfacing various sensors, various sensors like temperature, soil moisture, humidity, light intensity sensor, greenhouse gas level sensor and the SIM 900 A GSM module which is the wireless communication module. GSM module operates at a dual band frequency 1800/900 MHz, works on regulated 12 V power supply.. It is suitable for SMS, Voice as well as DATA transfer application in M2M interface. The sensors consist of humidity sensor HSM 20 G with a power consumption of <350mw at 5V. 400

3 The HSM-20G is an analog that outputs analog voltage respects to relative humidity. The light intensity sensor is BH1750FVI digital light intensity sensor with a current consumption of <200mA at 5V it converts illumination into digital data. Sensor used for sensing temperature is LM35 precision centigrade temperature sensor Calibrated Directly in Celsius (Centigrade), Rated for Full 55 C to 150 C Range operating at 5 V power supply. Soil moisture level sensor which gives output in terms of percentage. Soil moisture sensors are selfcalibrating for all soil types and conditions and are unaffected by salty soil conditions or soils with a high ph. Soil moisture readings are within ±3% of the actual volumetric soil moisture content. Measurement ranges from 5% moisture to fully saturated soil. The greenhouse gas i.e. methane sensor used is MQ 4 which gives the methane content of the atmosphere. To program the Arduino controller in the transmitter node, the Arduino open source environment was used where the C++ programming language was utilized. For each sensor, using the data sheets provided by the manufacturer, a distinct code and library was implemented.. The function of the transmitter node is summarized below Collect real time data from each sensor at user defined time interval. Process the inputs from each sensor using the corresponding sensor code. Transmit the sensed data via SMS using GSM module SIM 900 A to the receiver station at user defined time interval. B. Receiver Station The receiver station or the receiver gets the sensed data transmitted by GSM module SIM 900 A in the form of SMS, for our proposed design receiver should be equipped with an Android Operated Smart Phone. The SMS received of the sensed data is on the android phone gets converted into a text file via our developed android application which converts the SMS of the sensed values into a text file. Fig 3 a shows the snapshot of the received SMS on to the mobile phone of the receiver. The SMS gets passed on to our developed android application which converts the SMS with the Values into a text file,the idea behind converting into a text file was to use the sensed data for passing it to the processing unit for controlling actions. In this project we are using MATLAB software which has a FUZZY logic toolbox. Fig. 3 a. Snapshot of SMS received on the receiver s android mobile phone. The text file obtained from android app is passed to the processing unit or computer automatically using Android Debugging Bridge, which is a bridge created between the computer and Android phone when both the mobile phone and the computer are connected to one common Wi-Fi. Once this text file is passed to to the MATLAB in which Fuzzy Logic toolbox is programmed to take action to control the water flow in the field. The function of the Receiving station is summarized below. To Receive Sensed data via SMS from the transmitter in real time To convert SMS into text file through an Android application Transfer the text file to MATLAB for controlling action of the water flow in the field. Fig 2. Structure of transmitter 401

4 C. Fuzzy Control logic in MATLAB Fuzzy logic is widely used in a machine control. The term "fuzzy" refers to the fact that the logic involved can deal with concepts that cannot be expressed as the "true" or "false" but rather as "partially true". Although alternative approaches such as genetic algorithms and neural networks can perform just as well as fuzzy logic in many cases, fuzzy logic has the advantage that the solution to the problem can be cast in terms that human operators can understand, so that their experience can be used in the design of the controller [7][8]. This makes it easier to mechanize tasks that are already successfully performed by humans. In our system we use Fuzzy logic in MATLAB is used for controlling of the stepper motor which is interfaced with the main water supply tap of the agricultural field depending on the moisture level of the field and temperature of the atmosphere fuzzy logic decides at what flow water should be supplied to the field.figure 4 shows the screenshot of the fuzzy logic toolbox in MATLAB and conditions defined as per environmental conditions of the water flow Fig 4. Fuzzy logic Condition box Fig 4. Shows the example where temperature sensed fall in the low range category, ranges are predefined by the user, water level of soil i.e. soil moisture sensed is very high implies water supply flow should be slow so fuzzy logic selects the slow condition implying the tap will be rotated by a smaller angle. Thus various conditions are defined of the water level of the soil and temperature and depending on both the parameters water flow is decided to be slow medium fast very fast and no supply, supply flow is directly proportional to the angle rotation of the water supply tap. More number of conditions can be defined as per user requirements. III. WORKING OF THE PROJECT Step 1: The sensors placed in the field interfaced with the Arduino microcontroller sense real time values at user defined intervals and pass the sensed values to the Arduino microcontroller. Step 2: Arduino microcontroller passes all the sensed values to the GSM module which generates an SMS of all the sensed parameter and transmits the SMS to the receiver or the receiving station. Step 3: Receiving station or the receiver will get the SMS of all the sensor outputs on the Android operated mobile phone. Step 4: SMS received gets converted to a text file by an Android application for converting SMS to text file. Step 5: Text file generated by the Android application is wirelessly gets transferred to the computer or the processing unit through Android Debugging Bridge. Step 6: Text file is inputted to MATLAB software which contains FUZZY logic toolbox, using Fuzzy logic a program was implemented which determines various conditions of the water level of the soil taking into consideration all the Sensed values. Step 7: Now according to the determined condition of the water level of the soil Fuzzy logic decides by how much water has to be supplied to the field, this water flow is controlled by stepper motor which is connected to the main water supply tap of the agricultural field. For e.g.: Water content present in the soil is low and temperature of the atmosphere are high this means the agricultural field has to supplied with large amount of water, so fuzzy logic issues the command to Stepper Motor to rotate the tap by a larger angle so that more amount of water is supplied to the agricultural field and vice versa if soil moisture levels are high and temperature is at moderate levels thus Fuzzy logic issues commands to the stepper Motor to rotate the Water supply tap by a smaller angle. Time intervals for which tap will be on is same for both the conditions. Table 1 shows the tap rotation in s by the stepper motor taking into account soil moisture and temperature of the environment. Thus using all the Sensed values by the Sensors at the time we can control the water supply of an agricultural field 402

5 Temperature Low Ex. 0C Medium Ex. 20C High Ex. 40C Medium Ex. 30C A. Hardware used TABLE I Soil Moisture Level Very high Ex. 100% medium Ex. 50% Very low Ex. 0% high Ex. 70% Water flow Slow fast Very fast medium IV. COMPONENTS REQUIRED Ta rotation in s Ex.0 Ex.240 Ex.325 Ex.155 a) Arduino Microcontroller Board b) GSM SIM 900 A module c) HSM 20 G humidity Sensor d) LM35 temperature sensor e) Soil moisture Sensor f) BH1750FVI light intensity sensor g) MQ 4 methane gas i.e. greenhouse gas sensor. h) Stepper Motor for water supply tap controlling i) Stepper motor driver circuit. B. Software Packages used a) MATLAB for Fuzzy Control Logic b) Android operating system. V. FUTURE WORK AND CONCLUSION A Wireless sensor network was successfully implemented for monitoring agricultural environmental parameters and greenhouse gases and was tested for real time. The sensed data is transmitted to the receiver station through via SMS by GSM module. Receiving station converts the SMS into a text file and this text file is passed to the FUZZY control logic toolbox in MATLAB for taking controlling actions of water flow in the field depending on the soil moisture contents and atmospheric conditions. Further enhancements to this project that can be done is to log the sensed data into server which can be used for research and analysis work of the soil conditions and predicting the future atmosphere and soil health. The communication between the transmitter and the receiver is crucial to collect the data without any interruption. Currently, the arduino microcontroller and the GSM module operate on external 12 v power supply in transmitter section. In the next phase of the project, the use of renewable energy sources such as solar energy will be studied. Acknowledgment The authors would like to thank the Department of Electronics and Telecommunication- V.E.S. Institute of Technology for their support in making the paper REFERENCES [1] Lambebo, Ashenafi, and Sasan Haghani. "A Wireless Sensor Network for Environmental Monitoring of Greenhouse Gases." [2] Mendez, Gerard Rudolph, Mohd Amri Md Yunus, and Subhas Chandra Mukhopadhyay. "A WiFi based smart wireless sensor network for monitoring an agricultural environment." Instrumentation and Measurement Technology Conference (I2MTC), 2012 IEEE International. IEEE, [3] A. Aziz, M. H. Hasan, M. J. Ismail, M. Mehat, and N. S. Haron, Remote monitoring in agricultural greenhouse using wireless sensor and short message service (SMS), International Journal of Engineering & Technology IJET Vol: 9 No: 9 [4] J. Yang and X. Li, Design and implementation of low-power wireless sensor networks for environmental monitoring, Proc. of IEEE International Conference on Wireless Communications, Networking and Information Security, Beijing, China, June 2010, pp [5] Guillermo Barrenetxea, Francois Ingelrest, Gunnar Schaefer, and Martin Vetterli. Wirless Sensor Network for Environmantal Monitoring : The SesnsorScope Experience, Proc. of 2008 International Zurich Seminar on Communications, Zurich, Switzerland, March 2009, pp [6] N. Giannopoulos, C. Giannopoulos, A. Kameas Design Guidelines for Building a Wireless Sensor Network for Environmental Monitoring Proc. of 2009 Panhellenic Conference on Informatics, Corfu Greek,September 2009, pp [7] Guillemin, Pierre. "Fuzzy logic applied to motor control." Industry Applications, IEEE Transactions on 32.1 (1996): [8] Mohamed Fayek, Haytham. "Fuzzy Logic Based Motor Control." (2011). 403

Wireless Sensor Network Based Agriculture System

Wireless Sensor Network Based Agriculture System Volume 3, Issue 1, 2017 Wireless Sensor Network Based Agriculture System Sumit Singh Sumitsingh1093@gmail.com Suresh Gyan Vihar University,Jaipur ABSTRACT -India is an agricultural country. For economical

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

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

A XBEE based WSN with GSM Technology to Monitor Paddy Field Environment

A XBEE based WSN with GSM Technology to Monitor Paddy Field Environment A XBEE based WSN with GSM Technology to Monitor Paddy Field Environment A. Santhosh M.Tech Vardhaman College of Engineering Kacharam, Hyderabad, India S. Sujana Associate Professor Vardhaman College Of

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

Agriculture Automation & Monitoring using NI my RIO & Image Processing to Estimate Physical Parameters of Soil

Agriculture Automation & Monitoring using NI my RIO & Image Processing to Estimate Physical Parameters of Soil IJSRD - International Journal for Scientific Research & Development Vol. 6, Issue 07, 2018 ISSN (online): 2321-0613 Agriculture Automation & Monitoring using NI my RIO & Image Processing to Estimate Physical

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

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

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

Design and implementation of GSM based and PID assisted speed control of DC motor

Design and implementation of GSM based and PID assisted speed control of DC motor Design and implementation of GSM based and PID assisted speed control of DC motor Prithviraj Shetti 1, Shital S. Bhosale 2, Amrut Ubare 3 Lecturer, Dept. of ECE, Ashokrao Mane Polytechnic, Wathar, Kolhapur-416

More information

GSM BASED AGRICULTURE MONITORING SYSTEM

GSM BASED AGRICULTURE MONITORING SYSTEM GSM BASED AGRICULTURE MONITORING SYSTEM Aprajita Anand 1, Akansha Parasar 2, Assoc. Prof. A Prabhakar 3 1.2Btech in Electronics and telecommunication engg. BVDUCOE,Pune,Maharashtra,India 3Assoc. Professor

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

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

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL K.Nireesha, A.Venkateswara Rao M.Tech, Department Of Electronics Communication and Engineering Sri Sivani Institute

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

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID B.Gopinathan 1,Rohith.R 2,Harish.M 3,Jagapathibabu.BM 4. 1 Professor & 2 Students Department of Computer Science and Engineering Adhiyamaan College of Engineering,

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Smart Irrigation Using RF Technology and Solar Metering System Akash M. Ingalkar,

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

Implementation of Arduino Board on Wind Turbine Instrumentation System Using LabVIEW

Implementation of Arduino Board on Wind Turbine Instrumentation System Using LabVIEW Implementation of Arduino Board on Wind Turbine Instrumentation System Using LabVIEW K. Joel Abhishek 1, I. Santi Prabha 2 1 University College of Engineering, JNTUK, Electronics and Communication Department,

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

Design and Implementation of a Wireless Sensor Network on Precision Agriculture

Design and Implementation of a Wireless Sensor Network on Precision Agriculture I J C T A, 9(37) 2016, pp. 103-108 International Science Press Design and Implementation of a Wireless Sensor Network on Precision Agriculture Kedari Sai Abhishek * and S. Malarvizhi ** Abstract: The main

More information

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Vineetha John Tharakan 1 and Jai Prakash

More information

Design and Implementation of GSM Based Fertigation System Bhudev Singh 1

Design and Implementation of GSM Based Fertigation System Bhudev Singh 1 Design and Implementation of GSM Based Fertigation System Bhudev Singh 1 Department of ECE, MVN University, Haryana, India bhudevsingh86@gmail.com Dr. Rajeev Ratan 2 HOD (ECE) MVN University, Haryana India

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

GREEN HOUSE USING IOT

GREEN HOUSE USING IOT Abstract GREEN HOUSE USING IOT L.Praveen Kumar 1, U.V.Arivazhagu 2 ME.,M.B.A.,Ph.D., Department of Computer Science and Engineering Students 1, Professor and Head of Department 2, Kingston Engineering

More information

DTMF based Surveillance Robot

DTMF based Surveillance Robot DTMF based Surveillance Robot Ravi Teja Ch.V Assistant professor J. Akhil Kumar D. Shilpa G. Pragathi Reddy V.Bhargavi Abstract: The DTMF based robot is controlled by a mobile phone that makes a call to

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

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

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

Wireless sensor systems for irrigation management in container grown crops

Wireless sensor systems for irrigation management in container grown crops Wireless sensor systems for irrigation management in container grown crops International Workshop on Innovative irrigation technologies for container-grown ornamentals Centro Sperimentale Vivaismo, Pistoia

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

Energy Efficiency using Data Filtering Approach on Agricultural Wireless Sensor Network

Energy Efficiency using Data Filtering Approach on Agricultural Wireless Sensor Network International Journal of Computer Engineering and Information Technology VOL. 9, NO. 9, September 2017, 192 197 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Energy Efficiency using Data

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM

DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM Shunmugam.R 1, Ashok kumar.k 2, Deebika Devi.A.R 3, Manoj Kumar.K 4, Mathivanan.A.M 5 1 Atssociate professor,electrical And Electronics Engineering,

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

A Wireless Smart Sensor Network for Flood Management Optimization

A Wireless Smart Sensor Network for Flood Management Optimization A Wireless Smart Sensor Network for Flood Management Optimization 1 Hossam Adden Alfarra, 2 Mohammed Hayyan Alsibai Faculty of Engineering Technology, University Malaysia Pahang, 26300, Kuantan, Pahang,

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

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary...

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... Antenna Performance Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... 9 06/15/07 135765 Introduction In this new age of wireless

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 Measurement of NPK from PH value Mr. Khakal V.S. 1, Mr. Deshpande. N. M 2,

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

Wireless Temperature Sensor with Probe

Wireless Temperature Sensor with Probe The Leader in Low-Cost, Remote Monitoring Solutions Wireless Temperature Sensor with Probe TEMPERATURE 3 FOOT PROBE General Description The Wireless Temperature Sensor with Probe uses a type NTC thermistor

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

Wireless Temperature Sensor

Wireless Temperature Sensor The Leader in Low-Cost, Remote Monitoring Solutions Wireless Temperature Sensor General Description The Wireless Temperature Sensor uses a type NTC thermistor to measure temperature. Features Accurate

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

More information

Introduction To Wireless Sensor Networks

Introduction To Wireless Sensor Networks Introduction To Wireless Sensor Networks Wireless Sensor Networks A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices using sensors to cooperatively

More information

Control of irrigation automatically by using wireless Sensor network

Control of irrigation automatically by using wireless Sensor network Control of irrigation automatically by using wireless Sensor network S. Kalaivani 1, M.Kowsalya 2, D.Mekala 3 1,2 UG student Department of ECE 3 Assistant professor Department of ECE Sengunthar Enginerring

More information

Mobile Agent Based Intelligence Power Distribution Control System

Mobile Agent Based Intelligence Power Distribution Control System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Mobile Agent Based Intelligence Power Distribution Control System Pratik

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

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

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou,

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou, Contents lists available at Journal homepage: http://twasp.info/journal/home Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University

More information

Web Based Poultry Farm Monitoring System Using Wireless Sensor Network

Web Based Poultry Farm Monitoring System Using Wireless Sensor Network Web Based Poultry Farm Monitoring System Using Wireless Sensor Network Mohsin Murad mohsin_murad@yahoo.com Khawaja Mohammad Yahya yahyakm@yahoo.com Ghulam Mubashar Hassan gmjally@yahoo.com ABSTRACT In

More information

Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit

Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit Mr. Jawwad Khizar Patel 1, Mr. Mohammed Abdul Moyeed 2, Mr. Syed Ahmed Zayaanuddin 3, Mr. Mohammed 4, Mr. S.V Altaf

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 Automation for Irrigation Using GSM Approach with Smart Sensors

Advanced Automation for Irrigation Using GSM Approach with Smart Sensors Advanced Automation for Irrigation Using GSM Approach with Smart Sensors Piyush C.Deshmukh Department of Electronics & Telecommunication Zeal Education Society's Dnyanganga College of Engineering & Research,

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

High Speed and Intelligent Environment Monitoring System

High Speed and Intelligent Environment Monitoring System 6th International Conference on Sensor Network and Computer Engineering (ICSNCE 2016) High Speed and Intelligent Environment Monitoring System Xiaohui Wang1, 2, a * and Lei Tian3, b 1 College of Tourism

More information

A WIRELESS SENSOR FOR INDOOR MONITORING SYSTEM USING TELEGRAM APP

A WIRELESS SENSOR FOR INDOOR MONITORING SYSTEM USING TELEGRAM APP Volume 119 No. 16 2018, 3931-3936 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ A WIRELESS SENSOR FOR INDOOR MONITORING SYSTEM USING TELEGRAM APP E.Sai

More information

Embedded based Automation System for Industrial Process Parameters

Embedded based Automation System for Industrial Process Parameters Embedded based Automation System for Industrial Process Parameters Godhini Prathyusha 1 Lecturer, Department of Physics (P.G), Govt.Degree College, Anantapur, Andhra Pradesh, India 1 ABSTRACT: Automation

More information

A Crop Monitoring System Based on Wireless Sensor Network

A Crop Monitoring System Based on Wireless Sensor Network Available online at www.sciencedirect.com Procedia Environmental Sciences (20) 558 565 A Crop Monitoring System Based on Wireless Sensor Network Zhao Liqiang, Yin Shouyi, Liu Leibo, Zhang Zhen, Wei Shaojun.

More information

SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI

SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI 1 Mr.P.Balaji, 2 Mr.A.Karthick, 3 Mr.R.Murali, 4 Mr.M.Sudhakaran, 1,2 UG Student,Dept. of EEE, GanadipathyTulis

More information

Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms

Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms International Journal of Emerging Trends in Science and Technology Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms Brinda.s Student of M.Tech Information and

More information

REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT

REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT Shreyas B 1, Nadeem 2, Sadhan 3, Pramod 4 U.G Students, Dept. Of Information Science Engineering, Dr. Ambedkar Institute of Technology, Bangalore,

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

HANWELL UTILITY DATA SHEET

HANWELL UTILITY DATA SHEET HANWELL UTILITY DATA SHEET HANWELL UTILITY The Hanwell utility range is an innovative monitoring system that measures and records utility usage over time and allows statistical analysis of kilowatts/hrs,

More information

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM Pankaj Chitte 1, Vikas Gujar 2, Sarang Mahajan 3, Savita Shete 4 1 Professor, Electronics Engg. Pravara Rural Engg. College, Loni,

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

Polyhouse Monitoring And Controlling Using Wireless Sensor Network

Polyhouse Monitoring And Controlling Using Wireless Sensor Network Polyhouse Monitoring And Controlling Using Wireless Sensor Network 1 Rohini N. Deokar, 2 Prof. P. R. THORAT 1 PG Research fellow, SPWEC-Aurangabad 2 Asso. Professor & PG Teacher Embedded System & VLSI

More information

IoT Based Base Transceiver Station Health Monitoring for Smart Mobile Communication System

IoT Based Base Transceiver Station Health Monitoring for Smart Mobile Communication System IoT Based Base Transceiver Station Health Monitoring for Smart Mobile Communication System 1 G.Lavanya, 2 Dr.M.Shanmuga Priya, 3 Dr.M.A.Bhagyaveni 1 Department of ECE, College of Engineering Guindy Anna

More information

ēko Pro Series System

ēko Pro Series System ēko Pro Series System FOR ENVIRONMENTAL MONITORING The ACEINNA ēko Pro Series Starter Kit is a wireless agricultural and environmental sensing system for crop monitoring, microclimate studies and environmental

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

ILR #1: Sensors and Motor Control Lab. Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang

ILR #1: Sensors and Motor Control Lab. Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang ILR #1: Sensors and Motor Control Lab Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang Individual Progress For my team s sensors and motor control

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

Soil Moisture Control Using RF Transreceiver

Soil Moisture Control Using RF Transreceiver Soil Moisture Control Using RF Transreceiver A. C. Birajdar 1, M. G. Poddar 2 Assistant professor, Dept of Instrumentation Engg, M. B. E. Society s C.O.E Ambajogai, Maharastra, India. 1 Assistant professor,

More information

A Design of PH 3 Monitoring System Based on NB-IoT

A Design of PH 3 Monitoring System Based on NB-IoT 2018 5th International Conference on Electrical & Electronics Engineering and Computer Science (ICEEECS 2018) A Design of PH 3 Monitoring System Based on NB-IoT Zhu Tianpeia, Zang Chunhuab, Jin Yuchengc,

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

BRIDGE SAFETY MONITORING USING SVM

BRIDGE SAFETY MONITORING USING SVM International Journal of Electrical Engineering & Technology (IJEET) Volume 9, Issue 5, September- October 2018, pp. 42 51, Article ID: IJEET_09_05_005 Available online at http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=9&itype=5

More information

DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY

DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY *Mrs. Ashwini Sawant, **Mr. Sanjay Mirchandani, ***Santoshi Saravanan, ****Shreeparna Sarkar *Assistant Professor, Electronics

More information

Fundamentals of Industrial Control

Fundamentals of Industrial Control Fundamentals of Industrial Control 2nd Edition D. A. Coggan, Editor Practical Guides for Measurement and Control Preface ix Contributors xi Chapter 1 Sensors 1 Applications of Instrumentation 1 Introduction

More information

ENERGY EFFICIENT DATA COMMUNICATION SYSTEM FOR WIRELESS SENSOR NETWORK USING BINARY TO GRAY CONVERSION

ENERGY EFFICIENT DATA COMMUNICATION SYSTEM FOR WIRELESS SENSOR NETWORK USING BINARY TO GRAY CONVERSION ENERGY EFFICIENT DATA COMMUNICATION SYSTEM FOR WIRELESS SENSOR NETWORK USING BINARY TO GRAY CONVERSION S.B. Jadhav 1, Prof. R.R. Bhambare 2 1,2 Electronics and Telecommunication Department, SVIT Chincholi,

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

ISSN: [Singh* et al., 6(6): June, 2017] Impact Factor: 4.116

ISSN: [Singh* et al., 6(6): June, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ANTI CONDENSING ELECTRIC CIRCUIT USING ARDUINO MICROCONTROLLER Bhupender Singh, Manisha Verma Assistant Professor, Electrical

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, www.ijcea.com ISSN 2321-3469 INTELLIGENT SALINE CONTROL MECHANISM Anil M. Bhadgale 1, Ankita Rani 2,

More information

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology International Journal for Modern Trends in Science and Technology Volume: 03, Issue No: 08, August 2017 ISSN: 2455-3778 http://www.ijmtst.com Real Time Indoor Tracking System using Smartphones and Wi-Fi

More information

Photovoltaic Remote Monitoring System Based on GSM

Photovoltaic Remote Monitoring System Based on GSM Photovoltaic Remote Monitoring System Based on GSM Farihah Shariff, Nasrudin Abd Rahim, Hew Wooi Ping UM Power Energy Dedicated Advanced Centre (UMPEDAC) Level 4, Wisma R&D UM, Jalan Pantai Baharu, 59990

More information

International Journal Of Engineering Research & Management Technology

International Journal Of Engineering Research & Management Technology International Journal Of Engineering Research & Management Technology PREPAID ENERGY METER FOR IMPROVED METERING AND BILLING SYSTEM Amit, Assistant professor Nikhil Vijay, Farhaz Malik, Abhinav Sharma,

More information

Sensor based Automated Irrigation System with IOT

Sensor based Automated Irrigation System with IOT Sensor based Automated Irrigation System with IOT Sultan chougle, Pawan Sharma, Shreyas Shinde, Ravindra Yadav ABSTRACT Irrigation for plants, fruits and vegetable gardens and farms has been the need Of

More information

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe Smart Shoe Vaishnavi Nayak, Sneha Prabhu, Sanket Madival, Vaishnavi Kulkarni, Vaishnavi. M. Kulkarni Department ofinstrumentation Technology, B V Bhoomaraddi College of Engineering and Technology, Hubli,

More information

Devastator Tank Mobile Platform with Edison SKU:ROB0125

Devastator Tank Mobile Platform with Edison SKU:ROB0125 Devastator Tank Mobile Platform with Edison SKU:ROB0125 From Robot Wiki Contents 1 Introduction 2 Tutorial 2.1 Chapter 2: Run! Devastator! 2.2 Chapter 3: Expansion Modules 2.3 Chapter 4: Build The Devastator

More information

An Automated Rainfall Monitoring System

An Automated Rainfall Monitoring System ENGINEER - Vol. XXXIX, No. 02, pp. 53-58,2006 The Institution of Engineers, Sri Lanka The following paper received... An Automated Rainfall Monitoring System S.P.K.A Gunawardena, B.M.D Rangana & M.M Siriwardena

More information

A Simple Design of Clean Robot

A Simple Design of Clean Robot Journal of Computing and Electronic Information Management ISSN: 2413-1660 A Simple Design of Clean Robot Huichao Wu 1, a, Daofang Chen 2, Yunpeng Yin 3 1 College of Optoelectronic Engineering, Chongqing

More information

Low-cost Environmental Sensors in a Smart City Environment. Dr. Jonathan Corey OTEC Presentation October 11, 2017

Low-cost Environmental Sensors in a Smart City Environment. Dr. Jonathan Corey OTEC Presentation October 11, 2017 Low-cost Environmental Sensors in a Smart City Environment Dr. Jonathan Corey OTEC Presentation October 11, 2017 Outline Sensing in Smart Cities The Sensor Package Usage Calibration Walkabout Sensing in

More information

AUTOMATED WATER METER READING

AUTOMATED WATER METER READING AUTOMATED WATER METER READING Padmini M S(Assistant Professor) 1, Sejal S Kulkarni 2, Shruthi K Bhat 3, Shruti S Uppin 4 Dept. of Computer Science and Engineering,National Institute Of Engineering,Mysore,

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING P.NARENDRA ILAYA PALLAVAN 1, S.HARISH 2, C.DHACHINAMOORTHI 3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology,

More information

AUTOMATIC RAILWAY CROSSING SYSTEM

AUTOMATIC RAILWAY CROSSING SYSTEM International Journal of Electrical and Electronics Engineering (IJEEE) ISSN(P): 2278-9944; ISSN(E): 2278-9952 Vol. 3, Issue 4, July 2014, 17-22 IASET AUTOMATIC RAILWAY CROSSING SYSTEM AKRITI & UPENDRA

More information

Novel Wireless Weather Data Communication for Fishermen

Novel Wireless Weather Data Communication for Fishermen Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

6545(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

More information

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION Dhiraj Sunehra 1, Thirupathi Samudrala 2, K. Satyanarayana 3, M. Malini 4 1 JNTUH College of Engineering,

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information