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

Size: px
Start display at page:

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

Transcription

1 IJSRD - International Journal for Scientific Research & Development Vol. 6, Issue 07, 2018 ISSN (online): Agriculture Automation & Monitoring using NI my RIO & Image Processing to Estimate Physical Parameters of Soil Bala Priya C. Department of Electronics & Communication Engineering Coimbatore Institute of Technology, India Abstract Smart agriculture involves the application of modern information technology in agriculture. Agricultural productivity is predominantly influenced by the availability of water and characteristics of the soil. Continuous monitoring of the field is essential to maintain optimal field conditions. The system proposed aims at automating irrigation by irrigating the field when the temperature exceeds the threshold. The system also determines the physical characteristics of soil such as specific gravity, liquid limit and several other physical parameters by estimating the fractal dimension using box counting method. The temperature sensor (PMOD TMP3), moisture sensor and motor were interfaced to NI my RIO and on-board wifi was configured. The various physical characteristics of the soil were estimated using image processing technique from the soil samples collected from field. This system can also incorporate the field temperature and moisture as a network-shared variable and enable its monitoring in NI Datadashboard. Key words: NI my RIO, Irrigation Automation, WIFI Configuration, Fractal Dimension, Box Counting Method Physical Characteristics I. INTRODUCTION Agriculture is the backbone of Indian economy. Due to the unpredictable and inconsistent nature of factors that influence farming in India, there arises a need to extend technology into agriculture thereby reducing the rapid decline in productivity. Optimum soil temperature and moisture levels should be maintained to augment crop growth. Macronutrient levels should also be maintained to adequacy for better yield. A smart monitoring platform is required to monitor the field conditions continuously. This system facilitates smart monitoring of several parameters such as optimum water and other soil properties that cumulatively influence productivity in primary sector. Automation is done by interfacing sensors to NI myrio which is supported by Lab VIEW software. Image processing technique using suitable algorithm has been implemented to detect physical parameters of the soil. II. RELATED WORK The following works are based on various methods used for automated irrigation. The authors, A. D. Kadage & J. D. Gawade (2009), have designed and implemented a system to monitor field conditions continuously by interfacing sensors to a microcontroller and notifying the farmer through SMS (Short Message Service) when field conditions deviate from normal. The system utilizes a GSM module and prompts for command from farmer to take necessary action. However, network availability and related constraints have not been considered. Thus, continuous monitoring is facilitated without emphasizing on automating the process of irrigation. The authors Swarup S Mathurkar and Rahul B.Lanjewar(2014) proposed a system to develop a smart sensor based monitoring system for agricultural environment using field programmable gate array (FPGA) which comprised of wireless protocol, different types of sensors, microcontroller, serial protocol and the field programmable gate array with display element. The paper based on using sensors which helps in checking moisture, temperature and humidity conditions. According to the conditions farmer can schedule his work. The authors, Bansari Deb Majumder, Arijita Das, Dibyendu Sur, Susmita Das, Avishek Brahma &ChandanDutta (2015), have attempted to develop an automated system which can measure different agricultural process parameters (like temperature, soil moisture, sunlight intensity, humidity, chemical contents etc.) and control using PID controller.these parameters can be remotely monitored and controlled. With the help of MATLAB interfaced with NI LabVIEW, a virtual simulation of the entire process on front panel is made feasible.alarm systems are incorporated to generate necessary alarm signal in case of worst scenario in order to alert the farmer about the consequences. This will provide the farmer a remote control approach to look after his land and crops. It will also increase the productivity of land though efficient control and will reduce human efforts though complete automation of the harvesting process. The authors, Anastasia Sofou, Georgios Evangelopoulos, and Petros Maragos(2005) proposed a system examine a sophisticated integration of some modern methods from computer vision for image feature extraction, texture analysis, and segmentation into homogeneous regions, relevant to soil morphology. The experimental results in images digitized under different specifications and scales demonstrate the efficacy of proposed system. III. DESIGN & IMPLEMENTATION A. Functional Requirements The following requirements define the functions and the components of the system. Sense Temperature and moisture Update wirelessly to NI datadashboard Analysis of soil physical charecteristiccs Response to sensor readings to turn the pump on /off B. Non-Functional Requirements 1) Availability The system operates successfully at any point of time. 2) Reliability The user is able to access the readings of sensors at all times. 3) Maintainability The system can be easily upgrade by adding components with improved features. All rights reserved by 170

2 C. Hardware & Software System Design 1) NI myrio It is a real-time embedded evaluation board made by National Instruments. It is used to develop applications that utilize its onboard FPGA and microprocessor. It requires LabVIEW. It can implement multiple design concepts with one reconfigurable I/O (RIO) device. Featuring I/O on both sides of the device in the form of MXP and MSP connectors, it includes 10 analog inputs, six analog outputs, 40 digital I/O lines, Wi-Fi, LEDs, a push button, an onboard accelerometer, a Xilinx FPGA, and a dual core ARM Cortex-A9 processor. The myrio-1900 can be programmed with Lab VIEW or C. This Wi-Fi-enabled version allows for fast and easy integration into remote embedded applications. 2) Lab VIEW Laboratory Virtual Instrument Engineering Workbench (Lab VIEW) is a system-design platform and development environment for a visual programming language from National Instruments, front panel serving as a user interface, or, when dropped as a node onto the block diagram, the front panel defines the inputs and outputs for the node through the connector pane. The Lab VIEW programming environment, with the included examples and documentation, makes it simple to create small applications. 3) Temperature Sensor In Fig.2, the soil moisture sensor YL-69 used for soil moisture determination is shown. 5) Motor A motor connected to myrio can be turned ON/OFF to automate the irrigation process. IV. PROPOSED WORK The work is aimed at automating irrigation process by interfacing the necessary sensors, namely, the temperature sensor and moisture sensors to NI myrio and configuring the onboard Wi-Fi. When the power supply is on myrio will get powered. The temperature sensor monitors the soil temperature, if it exceeds 30 degree Celsius it will automatically turn ON the motor and temperature can be viewed on Datadashboard by deploying it as a shared variable. When the temperature lies below threshold, the motor remains OFF. Fig. 3: Block Diagram of the Proposed System Fig. 1: PMOD TMP3 - Temperature Sensor Fig. 1 shows the temperature sensorpmodtmp3. The PmodTMP3 provides three 3-pin headers for selecting the I2C address of the chip, and one 2-pin header for controlling external devices based upon temperature thresholds defined by the user in software.it is a Ambient temperature sensor with up to 12- bit resolution.its typical accuracy is of ±1 C.It has programmable temperature alert pin.there are multiple jumpersfor eight selectable addresses.its typical conversion time time is 30 to 40 ms.there is a small PCB flexible designs (2.54 cm 2.0 cm) 4) Moisture Sensor The soil moisture sensor YL-69 has built-in potentiometer, a power LED and a digital output LED. It operates at a voltage of 5V.The output analog voltage corresponds to the sensed moisture level. Fig. 4: Flowchart for Irrigation Automation Fig.4 shows the flowchart for automation of irrigation system. Initially, the myrio is configured and then interfaced with the sensors. The datas are read from sensor, according to the threshold fixed the automation control of motor is done. Fig. 2: Soil Moisture Sensor YL-69 All rights reserved by 171

3 The other part of the work is image processing.the soil image is taken with an 8-mega pixels digital camera and using image processing technique in LabVIEW,we can find the physical characteristics of the soil(i.e.,water content, liquid limit, plastic limit, shrinkage limit, specific gravity etc. Fig. 7: Block Diagram for Image Thresholding and Subarray Extraction Fig.7 depicts the blocks that are required to perform colour thresholding on the obtained image and to extract the 3x3 matrix that is required for fractal dimension computation Fig 5: Flowchart for Image Processing Fig.5 shows the flowchart for image processing. The image processing involves capturing the images of the soil and converted into binary image, and then calculating the average value using box counting method by which physical characteristics of the soil are obtained by fractal dimension calculation. Fig. 8: Physical Characteristics Estimation Fig.8 shows the various numeric blocks that are needed to compute the physical characteristics of the soil samples.the physical characteristics computed include water content, liquid limit, plastic limit, specific gravity, and shrinkage limit, coefficient of uniformity, field density and coefficient of curvature A. Automation of Irrigation V. RESULTS Fig. 6: Block Diagram for Irrigation Automation In Fig.6, the block diagram in LabVIEW for irriation automation is depicted. The VI for reading temperature and moisture from respective sensors and motor control by testing for threshold optimacy is shown Fig. 9: Tabulation of Results for Temperature Sensor and Motor Status The table shows the results obtained by placing the temperature sensor in the soil and monitoring the field temperature for its optimum level. B. Image Processing To Determine Physical Characteristics The images of different soil samples, collected from various field are processed in Lab VIEW Fig. 7: Loop for Moisture Sensor Fig.7 shows the while loop that runs continuously to sense moisture level in the soil. All rights reserved by 172

4 Fig. 10: Alluvial Soil Samples In Fig.10, the images of alluvial soil that were processed for physical characteristics determination are shown. Fig. 11: Red Soil Samples In Fig.11, the red soil samples that were considered for analysis to determine physical characteristics are shown. Fig. 8: Front Panel Results for Physical Parameters of (I) Alluvial Soil (Ii) Red Soil In Fig.8, the results of values of various physical parameters obtained for the alluvial and red soil samples taken are displayed Fig. 7: Colour Thresholding & Subarray Extraction Fig.7 shows the results obtained on applying colour thresholding to the image. The resized subarray is used for fractal dimension estimation which is consequently Fig. 9: Physical Characteristics Averaged of Alluvial Soil Fig.9 lists out the physical parameters that have been estimated by image processing of alluvial soil samples.the readins shown were obtained by averaging the readings over three samples taken. All rights reserved by 173

5 Fig.10: Physical Characteristics of Red Soil The table in Fig.10 displays the values of physical characteristics obtained by averaging the values obtained for three red soil samples. VI. ADVANTAGES Enhanced productivity and safety Easier agriculture procedures Simplified determination of physical characteristics as compared to conventional procedures. VII. CONCLUSION In this paper, we propose a smart Agriculture System that can analyse an environment and intervene to maintain its adequacy. The system also allows for future extensions improve efficacy. Monitoring and automation of agricultural process has been achieved. REFERENCES [1] Bansari Deb Majumder, Arijita Das, Dibyendu Sur, Susmita Das, Avishek Brahma &ChandanDutta (2015), Development of automated agricultural process monitoring and Control Technology, IOSR Journal of Agriculture and Veterinary Science, Vol. 8,Page no [2] H.T.Ingale&N.N.Kasat (2012), Automated Irrigation System,International Journal of Engineering research and Development, Vol. 4,Page no [3] A.D.Kadage&J.D.Gawade(2009), A Wireless Control System for Agricultural Motor, IEEE transactions on Emerging Technology, Vol. 09, Page no [4] Anastasia Sofou Georgios Evangelopoulos(2005) Soil Image Segmentation and Texture Analysis: A Computer Vision Approach,IEEE Geo Science And Remote Sensing Letters, Vol. 2, N0. 4 Page No: [5] Swarup S.Mathurkar& Rahul B.Lanjewar (2014) Smart sensors Based Monitoring System for agriculture using Field Programmable Gate Array, International Journal on Circuit,Power and Computing Technologies, Vol. 03, Page no All rights reserved by 174

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

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

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

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

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

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

Asset Tracking and Accident Detecting Using NI MyRIO

Asset Tracking and Accident Detecting Using NI MyRIO RESEARCH ARTICLE OPEN ACCESS Asset Tracking and Accident Detecting Using NI MyRIO V.Shepani 1, P.N. Subbulakshmi 2, K.Revathi 3, S.Sreedivya 4, A. Christy Arockia Rani 5 1,2,3,4(UG students, 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

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

LABVIEW DESIGN FOR EDGE DETECTION USING LOG GABOR FILTER FOR DISEASE DETECTION

LABVIEW DESIGN FOR EDGE DETECTION USING LOG GABOR FILTER FOR DISEASE DETECTION INTERNATIONAL JOURNAL FOR RESEARCH & DEVELOPMENT IN TECHNOLOGY Volume-5,Issue-5 (May-16) ISSN (O) :- 2349-3585 LABVIEW DESIGN FOR EDGE DETECTION USING LOG GABOR FILTER FOR DISEASE DETECTION Vipul Kumbhalwar

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

e-automatic MOTOR CONTROL SYSTEM

e-automatic MOTOR CONTROL SYSTEM e-automatic MOTOR CONTROL SYSTEM Mr. G.Venkata Prasad 1, Mr.P.Shanker 2 1,2 Assistant Professor, Department of CSE, Sphoorthy Engineering College, Hyderabad ABSTRACT In this paper e-automatic MOTOR CONTROL

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

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

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

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

Irrigation System for Greenland using Soil Moisture Sensor

Irrigation System for Greenland using Soil Moisture Sensor Irrigation System for Greenland using Soil Moisture Sensor Ankit Singh¹, Devendra Kumar Pandey² ¹ ² Dept. of Electrical and Electronics, Pranveer Singh Institute of Technology, Kanpur, Uttar Pradesh, India

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Estimation of Moisture Content in Soil Using Image Processing

Estimation of Moisture Content in Soil Using Image Processing ISSN 2278 0211 (Online) Estimation of Moisture Content in Soil Using Image Processing Mrutyunjaya R. Dharwad Toufiq A. Badebade Megha M. Jain Ashwini R. Maigur Abstract: Agriculture is the science or practice

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Undefined Obstacle Avoidance and Path Planning

Undefined Obstacle Avoidance and Path Planning Paper ID #6116 Undefined Obstacle Avoidance and Path Planning Prof. Akram Hossain, Purdue University, Calumet (Tech) Akram Hossain is a professor in the department of Engineering Technology and director

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

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

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

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

ARDUINO. Monitoring moisture of soil using low cost homemade Soil Moisture Sensor and Arduino UNO

ARDUINO. Monitoring moisture of soil using low cost homemade Soil Moisture Sensor and Arduino UNO - 2017 FINAL ECE (Embedded mbedded) IEEE FINAL YEAR Projects @ JP infotech S.NO Project Code IEEE -17 FINAL Embedded (ECE) Project Titles Domain Lang/Ye ar ARDUINO 1 E01 2 E02 Monitoring moisture of soil

More information

Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques

Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques 2006 Summer Research Program By Ben Matthews Advisors: Greg Brent, David Lonobile Abstract: For multiple-beam

More information

Patient Monitoring System Using LabVIEW

Patient Monitoring System Using LabVIEW International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 24 Issue 4 MARCH 2017. Patient Monitoring System Using LabVIEW Mohanraj T #1 and Keshore

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

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

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

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

System and method for subtracting dark noise from an image using an estimated dark noise scale factor

System and method for subtracting dark noise from an image using an estimated dark noise scale factor Page 1 of 10 ( 5 of 32 ) United States Patent Application 20060256215 Kind Code A1 Zhang; Xuemei ; et al. November 16, 2006 System and method for subtracting dark noise from an image using an estimated

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

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

Wireless Speed Control of an Induction Motor Using Pwm Technique with Gsm

Wireless Speed Control of an Induction Motor Using Pwm Technique with Gsm IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 2 (May. - Jun. 2013), PP 01-05 Wireless Speed Control of an Induction Motor Using

More information

Real-Time Testing Made Easy with Simulink Real-Time

Real-Time Testing Made Easy with Simulink Real-Time Real-Time Testing Made Easy with Simulink Real-Time Andreas Uschold Application Engineer MathWorks Martin Rosser Technical Sales Engineer Speedgoat 2015 The MathWorks, Inc. 1 Model-Based Design Continuous

More information

NI Pollution Monitoring & Weather Station

NI Pollution Monitoring & Weather Station NI Pollution Monitoring & Weather Station Abstract proposal submitted for Contact Person: Engr. Muhammad Javed Iqbal Y a n b u I n d u s t r i a l C o l l e g e Pollution Monitoring & Weather Station Contest

More information

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

Image Processing and Particle Analysis for Road Traffic Detection

Image Processing and Particle Analysis for Road Traffic Detection Image Processing and Particle Analysis for Road Traffic Detection ABSTRACT Aditya Kamath Manipal Institute of Technology Manipal, India This article presents a system developed using graphic programming

More information

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com

More information

Assistant Professor, 2, 3, 4, 5 Students, 1, 2, 3, 4, 5

Assistant Professor, 2, 3, 4, 5 Students, 1, 2, 3, 4, 5 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

Car Over-Speed Detection with Remote Alerting

Car Over-Speed Detection with Remote Alerting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Car Over-Speed Detection with Remote Alerting Amey Sawant Jyoti Khandale

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

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

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

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Sensors Fundamentals Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Agenda Introduction Sensors fundamentals ADI sensors Sensors data acquisition ADI support for sensors applications

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

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ABSTRACT *Miss. Kadam Vaishnavi Chandrakumar, ** Prof. Hatte Jyoti Subhash *Research Student, M.S.B.Engineering College, Latur, India

More information

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan

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

The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture

The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture Main goal in scope of this project was to design system the sensor network, targeted

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

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

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

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

Interfacing of Proximity Sensor with My-RIO Toolkit Using LabVIEW R. Aasin Rukshna 1 S.Anusha 2 E.Bhuvaneswarri 3 T.Devashena 4

Interfacing of Proximity Sensor with My-RIO Toolkit Using LabVIEW R. Aasin Rukshna 1 S.Anusha 2 E.Bhuvaneswarri 3 T.Devashena 4 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 Interfacing of Proximity Sensor with My-RIO Toolkit Using LabVIEW R. Aasin Rukshna 1

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

IMPLEMENTATION AND DESIGN OF TEMPERATURE CONTROLLER UTILIZING PC BASED DATA ACQUISITION SYSTEM

IMPLEMENTATION AND DESIGN OF TEMPERATURE CONTROLLER UTILIZING PC BASED DATA ACQUISITION SYSTEM www.elkjournals.com IMPLEMENTATION AND DESIGN OF TEMPERATURE CONTROLLER UTILIZING PC BASED DATA ACQUISITION SYSTEM Ravindra Mishra ABSTRACT Closed loop or Feedback control is a popular way to regulate

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

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

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL

A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL ABSTRACT A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL Pratima Datta 1, Pritha Saha 2, Bapita Roy 3 1,2 Department of Applied Electronics and Instrumentation, Guru Nanak Institute of Technology, (India)

More information

DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA

DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA S.Karthikeyan 1 Dr.P.Rameshbabu 2,Dr.B.Justus Robi 3 1 S.Karthikeyan, Research scholar JNTUK., Department of ECE, KVCET,Chennai

More information

Internet of Things (Winter Training Program) 6 Weeks/45 Days

Internet of Things (Winter Training Program) 6 Weeks/45 Days (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53g, Sec- 11, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com Office: +91-120-4245860

More information

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd.

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd. RF module and Sensing Workshop Proposal Tachlog Pvt. Ltd. ABOUT THIS DOCUMENT Purpose of this The Workshop proposal document, explains the syllabus, estimate, activity document and overview of the workshop

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

Design and Implementation of Boost Converter for IoT Application

Design and Implementation of Boost Converter for IoT Application Design and Implementation of Boost Converter for IoT Application Peeyush 1, Varsha Chaurasia 2 M. Tech (Power Electronics), Department of EEE, R.V. College of Engineering, Bengaluru, India 1 M. Tech (Power

More information

Hardware Implementation of Automatic Control Systems using FPGAs

Hardware Implementation of Automatic Control Systems using FPGAs Hardware Implementation of Automatic Control Systems using FPGAs Lecturer PhD Eng. Ionel BOSTAN Lecturer PhD Eng. Florin-Marian BÎRLEANU Romania Disclaimer: This presentation tries to show the current

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

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles and Cooperation over the Internet Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles UCLA Applied Mathematics REU 2011 Credit: c 2010 Bruce Avera Hunter, Courtesy of life.nbii.gov

More information

New Current-Sense Amplifiers Aid Measurement and Control

New Current-Sense Amplifiers Aid Measurement and Control AMPLIFIER AND COMPARATOR CIRCUITS BATTERY MANAGEMENT CIRCUIT PROTECTION Mar 13, 2000 New Current-Sense Amplifiers Aid Measurement and Control This application note details the use of high-side current

More information

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

A Self-Contained Large-Scale FPAA Development Platform

A Self-Contained Large-Scale FPAA Development Platform A SelfContained LargeScale FPAA Development Platform Christopher M. Twigg, Paul E. Hasler, Faik Baskaya School of Electrical and Computer Engineering Georgia Institute of Technology, Atlanta, Georgia 303320250

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

Intelligent Power Economy System (Ipes)

Intelligent Power Economy System (Ipes) American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-08, pp-108-114 www.ajer.org Research Paper Open Access Intelligent Power Economy System (Ipes) Salman

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

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

Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer

Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer Application note (ASN-AN026) October 2017 (Rev B) SYNOPSIS SDR (Software Defined Radio)

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Design and Implementation of Modern Digital Controller for DC-DC Converters

Design and Implementation of Modern Digital Controller for DC-DC Converters Design and Implementation of Modern Digital Controller for DC-DC Converters S.Chithra 1, V. Devi Maheswaran 2 PG Student [Embedded Systems], Dept. of EEE, Rajalakshmi Engineering College, Chennai, Tamilnadu,

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Arduino Based Robot for Pick and Place Application

Arduino Based Robot for Pick and Place Application Arduino Based Robot for Pick and Place Application Priya H. Pande Pallavi V. Saklecha Prof. Pragati D. Pawar Prof. Atul N. Shire Abstract Here, the project is designed to develop a system in which robot

More information

DESIGN OF SENSOR NETWORK FOR REAL TIME DATA ACQUISITION OF WATER LEVEL IN THE AGRICULTURAL FIELD

DESIGN OF SENSOR NETWORK FOR REAL TIME DATA ACQUISITION OF WATER LEVEL IN THE AGRICULTURAL FIELD DESIGN OF SENSOR NETWORK FOR REAL TIME DATA ACQUISITION OF WATER LEVEL IN THE AGRICULTURAL FIELD Amit Biswal, Marimuthu R., S. Balamurugan and S. Ravi School of Electrical Engineering, VIT University,

More information

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG This thesis

More information

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller Sukumar Kamalasadan Division of Engineering and Computer Technology University of West Florida, Pensacola, FL, 32513

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

Available online at ScienceDirect. Procedia Technology 14 (2014 )

Available online at   ScienceDirect. Procedia Technology 14 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 14 (2014 ) 108 115 2nd International Conference on Innovations in Automation and Mechatronics Engineering, ICIAME 2014 Design

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

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

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor

Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor Implementation of Number Plate Extraction for Security System using Raspberry Pi Processor K. Sri Sasikala Shakeel Ahmed Assistant Professor Sr. Asst. Professor Department of EIE Department of ECE CVR

More information