INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)"

Transcription

1 INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN (Print) ISSN (Online) Volume 4, Issue 5, September October, 2013, pp IAEME: Journal Impact Factor (2013): (Calculated by GISI) IJECET I A E M E DATA ACQUISITION SYSTEM AND TELEMETRY SYSTEM FOR UNMANNED AERIAL VEHICLES FOR SAE AERO DESIGN SERIES Ramesh Kamath 1, Siddhesh Nadkarni 2, Kundan Srivastav 3, Dr. Deepak Vishnu Bhoir 4 1,2,3 UG Students, Department of Electronics Engineering, 4 Professor and Head, Department of Electronics Engineering Fr. Conceicao Rodrigues College of Engineering Fr Agnel Ashram, Bandstand, Bandra (W), Mumbai, Maharashtra, India. Pin Code: ABSTRACT Society of Automotive Engineers (SAE) conducts Aero Design Series competition annually in the United States of America (USA). This paper explains and details about a Data Acquisition System (DAS) and a wireless Telemetry system which is the requirement for the Unmanned Aerial Vehicles (UAVs) of 'Advanced class' of this competition. The major requirements that DAS and Telemetry systems on UAVs must fulfil are: long range, low power consumption, accuracy of measurements and compact size. In order to fulfil these requirements, our system comprised of an altimeter, Global Positioning System (GPS) module, microcontroller, ZigBee modules and a display unit for GUI at the base station. The system performed well and stood true on all its expectations. There are off-the-shelf solutions available for the task but they lack on one parameter or other. Additionally, their cost is prohibitive at times. The system, explained in this paper, is comprehensive, inexpensive and rugged and can be implemented on any kind of UAV operation such as surveillance, weather forecasting, amateur UAVs, and other related applications. Keywords: Aero, Altimeter, Arduino, DAS, GPS, SAE, Telemetry, UAV, XBee, ZigBee I. INTRODUCTION SAE International is a global association of more than 138,000 engineers and related technical experts in the aerospace, automotive and commercial-vehicle industries. SAE International's core competencies are life-long learning and voluntary consensus standards development. To nurture and encourage talent in the field of aviation, SAE International conducts Aero Design Series competition annually in the USA. The competition involves student teams from 90

2 all over the world designing and fabricating UAVs. Depending on the design and event objectives, there are three classes in this competition: Micro, Regular and Advanced Class. The objective of the Advanced Class, of the 2013 edition of SAE Aero Design Series, was to design the most efficient aircraft capable of accurately dropping a three pound (3 lb) humanitarian aid package from a minimum of 100ft off the ground. Though the class was mostly focused on mission success, students were needed to perform trade studies to optimize empty weight and anticipate repair build-up weight while meeting several aircraft design requirements. The Advanced Class also entailed design of a DAS for the UAV and involved an array of tasks that the DAS should accomplish to win high flight points, primary of which was to record altitude and assist in precise expulsion of humanitarian cargo. The DAS objectives were: 1. Team must be able to provide real-time altitude reading at a ground station. 2. Team must be able to record the altitude at the moment they release the expellable cargo. An important requirement of the altimeter was that it should have a precision of at least 1 ft. The importance of DAS can be gauged from the fact that DAS failures were considered a missed flight attempt and zero flight points were awarded for the same. Furthermore, it s evident from the design objectives that a sound and rugged wireless Telemetry system was a necessity so as to transmit vital recordings which could assist the pilot on the base station for precise cargo expulsion. This summarizes the DAS requirements for Advanced class event of SAE Aero Design Series 2013 and to satisfy the same, this paper proposes a comprehensive DAS and Telemetry system. Keeping these requirements in mind, the system hardware comprises of: DS00 Laser Altimeter by Lightware Optoelectronics Mediatek GTP A010 GPS module Arduino Uno microcontroller Digi XBee-PRO modules The GPS and altimeter modules consistently relay their readings to the microcontroller which transmits the data to the base station. A laptop present at the base station displays a Graphical User Interface (GUI) which presents all the measured data and also has a provision of a Fire button to initiate the cargo ejection. The XBee-PRO modules can transmit in a large range of 1 kilometre radius giving the system a critical edge in terms of range of operation. II. BLOCK DIAGRAM OF THE SYSTEM Figure 1: Block diagram 91

3 A. LiDAR Altimeter As stated earlier, precise measurement of real-time altitude and altitude measurement of the UAV at the time of cargo deployment were a part of the DAS design objective. For doing the same, different altitude measurement sensors and technologies were studied. There are 3 major technologies for distance measuring equipment: LASER Ultrasonic Radar The relative performance of distance measuring instruments based on these three different technologies depends to some extent on the application. In our case, the UAV was to fly at an average altitude of feet. Under these circumstances, ultrasonic devices fall short because their wide beam loses energy quickly and disturbances caused by background noise or air movement dissipate their return signals. Radar technology is capable of long range measurement but it too has a wide measuring beam that cannot easily pick out small targets. Laser technology is markedly superior when accurate and long range measurements of small targets need to be made, owing to its narrow beam. Our requirement is high accuracy, long range and fast update rates, and hence Laser range finders provide the leading edge. Employing LASER LiDAR (Light Detection and Ranging) technology, the DS00 laser range finder by Lightware optoelectronics is selected. The key features which prompted us to select this module are: It can measure targets over 100m away with accuracy; well within the maximum altitude that the UAV would attain Has best resolution of 1cm; satisfying the competition requirement of minimum 1ft accuracy Can update distance results 100 times per second; helping to utilize ZigBee s data-rate efficiently Figure 2: DS00 LiDAR module by Lightware Optoelectronics The default method of communicating with the module is via a USB port. However a few alterations on the circuit have enabled us to obtain the altitude values serially using TTL logic in order to facilitate communication with Arduino Uno, which does not have a dedicated USB communication port. The transmitter and receptor of the DS00 module are mounted at the bottom of the fuselage, facing downwards towards the ground. 92

4 B. Global Positioning System (GPS) module As evident from the DAS design statement, specific usage of GPS modules isn't expected. But to facilitate accurate and timely ejection of the humanitarian cargo, GPS module is employed to obtain real-time location co-ordinates of the UAV. The significance of the GPS co-ordinates can be depicted through the following calculations: Figure 3: Package deployment distance measurement from the target As depicted in Figure 3, the expelled cargo follows a projectile trajectory and hence precise positioning of the UAV before expulsion is a must. An algorithm is followed by the GUI, present in the laptop at the base station, to indicate the point when the package has to be ejected. It employs following calculations: Approximate Range of the projectile is calculated, assuming that the UAV is moving parallel to the surface of the Earth: Let the velocity of the UAV be u = 15m/s Let the altitude of the UAV be H = 30m Taking acceleration due to gravity to be g = 9.81m/s^2 Initial Velocity in x direction Ux = U = 15m/s Initial Velocity in y direction Uy = 0m/s Distance to be travelled in y direction = H = 30m = 0.5*g*(t^2).. as Uy = 0m/s Therefore, we get t = (2*H/g)^0.5 Distance to be travelled in x direction (Range) S = Ux*t = U * (2*H/g)^0.5 That is, S = 15 * (2 * 30/9.81)^0.5 Thus, we get S = m Thus, the humanitarian package should be deployed precisely m before the target, when the UAV is travelling towards the target. 93

5 This horizontal distance of m between the UAV and the target is computed by obtaining the GPS co-ordinates. For the same, GPS module: Mediatek GTP A010 is chosen due to its following features: L1 Frequency, C/A code, 66 channels Multi path detection and compensation External Antenna I/O interface Low Power Consumption: acquisition, tracking Max. Update Rate: up to 10Hz (Configurable by firmware) Figure 4: Mediatek GTP A010 module At the base station, distance between two points is calculated using their GPS co-ordinates as follows: Distance = Acos[sin(lat1)*sin(lat2)+cos(lat1)*cos(lat2)*cos(lon2-lon1)]*6371 where 6371 is approximate radius of earth in km, lat is the latitude reading and lon is the longitude reading. The method of communication between GTP A010 and Arduino Uno microcontroller is serial with TTL logic. C. ZigBee module As demanded by the DAS Design Objective, wireless Telemetry is a critical component of the problem statement and is essential for attainment of the required data, including altitude and GPS readings, at the base station. Among the various wireless technologies available, the three under consideration were: 1. ZigBee 2. Bluetooth 3. Wi-Fi 94

6 Here is a comparative study of the three: Parameter ZigBee Bluetooth Wi-Fi Rage of operation m 10m 50m Extension Automatic None Depends on the existing network Operational duration Longest Medium Lowest with a given power supply Complexity of Simple Complicated Very Complicated networking Transmission speed 250Kbps 1Mbps 1-54Mbps Frequency of operation 868MHz, 916MHz, 2.4GHz 2.4GHz, 5GHz 2.4GHz Network nodes Linking time 30ms Up to 10s Up to 3s Cost of terminal unit Low Low High Security 128bit AES 64bit, 128bit AES SSID Integration level & High High Normal reliability Prime Cost Low Low Normal Ease of use Easy Normal Hard Table 1: Comparison of ZigBee, Bluetooth and Wi-Fi wireless technologies The parameters on which ZigBee was finally selected were: 1. Space and weight constraints on the UAV 2. Distance range of operation 3. Reliability 4. Support for large number of nodes 5. Extremely low setup time 6. Very long battery life 7. Secure 8. Ease of use 9. Low cost Low data-rate isn t a problem as only two sensor readings have to be transmitted and neither of the two are bandwidth intensive. Also, the rate at which GPS co-ordinates are received is sufficient for successful target distance computation. Figure 5: Digi XBee-PRO module mounted on Arduino ZigBee shield 95

7 Two XBee-PRO modules, from Digi International, are employed in the entire setup, which have a range of 1km. One is present on board and transmits the critical measured parameters to the base station. The other module is placed at the base station and supplies the received data to the laptop via the USB port. Additionally, the base station also transmits a string to the on-board controller, using these ZigBees, so as to initiate the package ejection sequence. Hence, it necessitates full-duplex communication between the two ZigBees. This setup is programmed using the AT Commands. Figure 6: Digi XBee-PRO modules being programmed D. Arduino Uno There are many microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, MIT s Handyboard and Arduino were the various options under consideration. All of these tools provide microcontroller programming in an easy-to-use package. Arduino simplifies the process of working with microcontrollers and also offers some peculiar advantages over other systems: Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. Pre-assembled Arduino modules cost less than Rs Cross-platform - The Arduino software runs on Windows, Macintosh OSX and Linux operating systems. Most microcontroller systems are limited to Windows. Simple programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. Open source and extensible software- The Arduino software is published as open source tools, available for extension by programmers. The language can be expanded through C++ libraries. In the Arduino family, Arduino Uno is selected as the on-board microcontroller. The general features of Arduino Uno are as follows: Microcontroller ATmega328 Operating Voltage 5V Digital I/O Pins 14 (of which 6 provide PWM output) Analog Input Pins 6 Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader Clock Speed 16 MHz Table 2: General features of Arduino Uno microcontroller 96

8 Figure 7: Arduino UNO microcontroller Location co-ordinates from the GPS module and the altitude readings from the LiDAR altimeter are obtained by the microcontroller using two digital I/O pins, programmed as software serial ports. The ZigBee module is interfaced with the Arduino Uno using the ZigBee shield. It utilizes the only hardware UART (Universal Asynchronous Reception Transmission) port available. The GPS module s output follows the NMEA protocol which has output messages containing data like latitude, longitude, airspeed, time etc. Out of these, only latitude and longitude are to be used and hence the Arduino Uno is programmed so as to break down these incoming strings and segregate only latitude and longitude data using MTK commands. On the other hand, the LiDAR altimeter provides altitude readings in string format which is transmitted to the base station without extra formatting. The sampling rate of the DAS is limited only by the data-rate of the Zigbee, which is still well above the rate desired at the base station, for precise calculation of location co-ordinates for humanitarian cargo ejection. Update rate of 5 readings/second (5 Hz) is obtained with the setup but this varies slightly depending on the ambient conditions which affect Zigbee s operation. Figure 8: Altimeter readings obtained during testing on COM port of laptop 97

9 Figure 9: NMEA sentences from GPS obtained on COM port of laptop E. Graphical User Interface (GUI) The GUI at the base station provides a visual experience of the critical parameter measurements. It incorporates the readouts for latitude, longitude, airspeed and a Fire button for package deployment. This button, when pressed, sends a string to the on-board microcontroller, which identifies it as a trigger for initiating the ejection. Figure 10: Screenshot of GUI on the laptop The GUI uses Python language and is made using the Eclipse IDE. 98

10 III. CONCLUSION AND FUTURE SCOPE A complete DAS and wireless Telemetry System for a UAV have been designed and implemented. Apart from conforming to the design requirements of SAE Aero Design Series, it is a fully functional unit which can be placed on any UAV. It proves to be an invaluable tool for assisting the flight and mission requirements of the UAV. The future scope from here is to explore suitable cameras and Telemetry options with wider bandwidth so as to transmit live video feed from the UAV to the base station. Additionally, measurement of critical parameters such as remaining fuel and airspeed can also be undertaken. IV. REFERENCES [1] About SAE AERO International, [2] DS00 - Laser Range Finder Manual_Rev_00.pdf [online], [3] Taylor H.R, Data Acquisition for Sensor Systems [4] XBee-Manual.pdf, [5] Introduction to Zigbee, [6] Di Paolo Emilio Maurizio, Data Acquisition Systems: From Fundamentals to Applied Design [7] Eftichios Koutroulis and Kostas Kalaitzakis, Nov 2001, Development of an integrated dataacquisition system for renewable energy sources systems monitoring [online], Renewable Energy 28 (2003) , y%20systems%20_science.pdf [8] SAE Aero 2013 rules.pdf, [9] Arduino - Introduction, [10] GTP A010 datasheet.pdf, [11] Dr. Aditya Goel and Ravi Shankar Mishra, Remote Data Acquisition Using Wireless - Scada System [online], International Journal of Engineering (IJE), Volume (3) : Issue (1), [12] Smita B. Garde and Prof. S.L.Kotgire, Coalmine Safety System with Zigbee Specification, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 2, 2013, pp , ISSN Print: , ISSN Online: [13] Sarang D. Patil. and Prof. S.N. Pawar, Wireless AMR System using Zigbee Technology, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp , ISSN Print: , ISSN Online: [14] Deepalakshmi.R, Jothi Venkateswaran C, A Survey on Mining Methods for Protein Sequence Analysis: An Aerial View, International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp , ISSN Print: , ISSN Online: [15] Ansari Md.Asif, Md Riyasat, Prof.J.G.Rana, Vijayshree A More and Dr.S.A.Naveed, Green House Monitoring Based on Zigbee, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp , ISSN Print: , ISSN Online: [16] Abhishek S H and Dr. C Anil Kumar, A Review of Unmanned Aerial Vehicle and Their Morphing Concepts Evolution and Implications for the Present Day Technology, International Journal of Mechanical Engineering & Technology (IJMET), Volume 4, Issue 4, 2013, pp , ISSN Print: , ISSN Online:

11 AUTHORS Dr. Deepak Vishnu Bhoir, IEEE member since 2005, has received B.Sc.(Tech) degree from University of Bombay in 1990, thereafter finished the Masters in Electronics Engineering from University of Mumbai. He has obtained a Ph.D. in Biomedical field from VJTI, Mumbai. His specialization is in Biomedical Instrumentation and VLSI Design. He has a teaching experience of 22 years and is currently the Head of Department, Department of Electronics, Fr. Conceicao Rodrigues College of Engineering. Ramesh Kamath is pursuing degree of Bachelor of Engineering in Electronics Engineering from Fr. Conceicao Rodrigues College of Engineering, Bandstand, Bandra (West), Mumbai , affiliated to Mumbai University. His current research interests include Automotive Electronics, Embedded Systems and Avionics. Siddhesh Nadkarni is pursuing degree of Bachelor of Engineering in Electronics Engineering from Fr. Conceicao Rodrigues College of Engineering, Bandstand, Bandra (West), Mumbai , affiliated to Mumbai University. His current research interests include Image Processing, Avionics and Embedded Systems. Kundan Srivastav is pursuing degree of Bachelor of Engineering in Electronics Engineering from Fr. Conceicao Rodrigues College of Engineering, Bandstand, Bandra (West), Mumbai , affiliated to Mumbai University. His current research interests include Power Electronics, Avionics and Embedded Systems. 100

Data Acquisition System for an Unmanned Aerial Vehicle

Data Acquisition System for an Unmanned Aerial Vehicle IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Data Acquisition System for an Unmanned Aerial Vehicle Akshay Patil Vrunal Mhatre Naveen

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

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

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

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

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

Performance Analysis of Ultrasonic Mapping Device and Radar

Performance Analysis of Ultrasonic Mapping Device and Radar Volume 118 No. 17 2018, 987-997 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Performance Analysis of Ultrasonic Mapping Device and Radar Abhishek

More information

Big Blue Mars Final Report

Big Blue Mars Final Report Big Blue Mars Final Report Member Names Kyle Hart Dale McClure Michael McEwen Contact Information hartman1000@hotmail.com michaelmce@yahoo.com dale.mcclure@uky.edu 2006-04-02 Faculty Advisor Dr. Bill Smith

More information

Teaching students science and engineering with high altitude balloons and ChipKits

Teaching students science and engineering with high altitude balloons and ChipKits Paper ID #10474 Teaching students science and engineering with high altitude balloons and ChipKits Mr. Matthew Nelson, Iowa State University My background and interests are in embedded systems and radio

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE 1090i uavionix Ping1090i Transceiver QUICK START GUIDE Install 1 Install the uavionix Ping App from the Apple App Store or Google Play. Search for uavionix Ping Installer or use the QR codes below. Connect

More information

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Attack on the drones Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Google trends Google trends This is my drone. There are many like it, but this one is mine. Majority

More information

Accident Sensor with Google Map Locator

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

More information

International Research Journal in Advanced Engineering and Technology (IRJAET)

International Research Journal in Advanced Engineering and Technology (IRJAET) International Research Journal in Advanced Engineering and Technology (IRJAET) ISSN (Print) : 2454-4744 ISSN (Online) : 2454-4752 (www.irjaet.com) Vol. 1, Issue 3, pp.83-87, October, 2015 ENERGY SAVING

More information

GLOBALSAT GPS Engine Board

GLOBALSAT GPS Engine Board GLOBALSAT GPS Engine Board Hardware Data Sheet Product No : MT-5531 Version 0.1 Globalsat Technology Corporation 16F., No. 186, Jian-Yi Road, Chung-Ho City, Taipei Hsien 235, Taiwan Tel: 886-2-8226-3799

More information

Final Report. Project Title: E-Scope Team Name: Awesome

Final Report. Project Title: E-Scope Team Name: Awesome EEL 4924 Electrical Engineering Design (Senior Design) Final Report 04 August 2009 Team Members: Charlie Lamantia Scott Lee Project Abstract: Project Title: E-Scope Team Name: Awesome In match shooting

More information

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT Mr.C.SATHEESWARAN* 1, AYISHA.R* 2, BIBI FATHIMA.J* 3 *1 Assistant Professor, Department of ECE, Dhaanish Ahmed College of Engineering, Padappai.

More information

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

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

Technology Considerations for Advanced Formation Flight Systems

Technology Considerations for Advanced Formation Flight Systems Technology Considerations for Advanced Formation Flight Systems Prof. R. John Hansman MIT International Center for Air Transportation How Can Technologies Impact System Concept Need (Technology Pull) Technologies

More information

DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR

DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR Volume 119 No. 15 2018, 793-798 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

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

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.2 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

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

Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing

Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing HariharaVarma I 1, Namitha R M 1, Sunil G N 1, Dr. H. V. Kumaraswamy 2 UG Student, Dept. of Telecommunication, R.V College of

More information

CubeSat Navigation System and Software Design. Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery

CubeSat Navigation System and Software Design. Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery CubeSat Navigation System and Software Design Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery Project Objectives Research the technical aspects of integrating the CubeSat

More information

Smart Navigation System for Visually Impaired Person

Smart Navigation System for Visually Impaired Person Smart Navigation System for Visually Impaired Person Rupa N. Digole 1, Prof. S. M. Kulkarni 2 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Assistant Professor, Department of E&TC, MITCOE,

More information

Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed

Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed In conjunction with University of Washington Distributed Space Systems Lab Justin Palm Andy Bradford Andrew Nelson Milestone One

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor,

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Communicator II WIRELESS DATA TRANSCEIVER

Communicator II WIRELESS DATA TRANSCEIVER Communicator II WIRELESS DATA TRANSCEIVER C O M M U N I C A T O R I I The Communicator II is a high performance wireless data transceiver designed for industrial serial and serial to IP networks. The Communicator

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

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

White paper on SP25 millimeter wave radar

White paper on SP25 millimeter wave radar White paper on SP25 millimeter wave radar Hunan Nanoradar Science and Technology Co.,Ltd. Version history Date Version Version description 2016-08-22 1.0 the 1 st version of white paper on SP25 Contents

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

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

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

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

Design of a prototype to detect mobile phone usage in restricted areas

Design of a prototype to detect mobile phone usage in restricted areas Design of a prototype to detect mobile phone usage in restricted areas Shruthi.K #1, Ramaprasad.P *2 # Assistant Professor Senior Scale, Dept. of E&C, Manipal Institute of Technology, Manipal University,

More information

Differential Global Positioning System

Differential Global Positioning System The School of Engineering and Energy Differential Global Positioning System Submitted in Partial Fulfilment of the requirements for the Degree of Bachelor of Engineering. 2010-2011 2011 Bradley J. Churcher

More information

Object Detection for Collision Avoidance in ITS

Object Detection for Collision Avoidance in ITS Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2016, 3(5): 29-35 Research Article ISSN: 2394-658X Object Detection for Collision Avoidance in ITS Rupojyoti Kar

More information

SAE Formula Car Data Acquisition & Display System. Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag

SAE Formula Car Data Acquisition & Display System. Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag SAE Formula Car Data Acquisition & Display System Joseph Groe, Michelle Ohlson, & Miles Homler Advisor: Professor Gutschlag Agenda Problem Background Problem Statement System Diagram Project Functional

More information

IPRO 312: Unmanned Aerial Systems

IPRO 312: Unmanned Aerial Systems IPRO 312: Unmanned Aerial Systems Kay, Vlad, Akshay, Chris, Andrew, Sebastian, Anurag, Ani, Ivo, Roger Dr. Vural Diverse IPRO Group ECE MMAE BME ARCH CS Outline Background Approach Team Research Integration

More information

Aerial Photographic System Using an Unmanned Aerial Vehicle

Aerial Photographic System Using an Unmanned Aerial Vehicle Aerial Photographic System Using an Unmanned Aerial Vehicle Second Prize Aerial Photographic System Using an Unmanned Aerial Vehicle Institution: Participants: Instructor: Chungbuk National University

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

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

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

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 5, Issue 6, June (2014), pp. 18-25 IAEME: http://www.iaeme.com/ijecet.asp

More information

DESIGN & FABRICATION OF UAV FOR DATA TRANSMISSION. Department of ME, CUET, Bangladesh

DESIGN & FABRICATION OF UAV FOR DATA TRANSMISSION. Department of ME, CUET, Bangladesh Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2017 (ICMERE2017) 18 20 December, 2017, Chittagong, Bangladesh ICMERE2017-PI-177 DESIGN & FABRICATION OF UAV FOR

More information

Motion Capture for Runners

Motion Capture for Runners Motion Capture for Runners Design Team 8 - Spring 2013 Members: Blake Frantz, Zhichao Lu, Alex Mazzoni, Nori Wilkins, Chenli Yuan, Dan Zilinskas Sponsor: Air Force Research Laboratory Dr. Eric T. Vinande

More information

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS Volume 114 No. 12 2017, 429-436 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

More information

RIEGL VUX-1UAV. Unmanned Laser Scanning. Lightweight UAV Laser Scanner with Online Waveform Processing. visit our website

RIEGL VUX-1UAV. Unmanned Laser Scanning. Lightweight UAV Laser Scanner with Online Waveform Processing. visit our website Lightweight UAV Laser Scanner with Online Waveform Processing RIEGL VUX-1UAV 1 mm survey-grade accuracy scan speed up to 2 scans / second measurement rate up to 5, meas./sec (@ 55 khz PRR & 33 FOV) operating

More information

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1 VCU Skyline Last Modified May 13, 2004 Team Members: Abhishek Handa Kevin Van Brittiany Wynne Jeffrey E. Quiñones Project Advisor: Dr. Robert Klenke VCU SKYLINE 1 * Table of Contents I. Abstract... 3 II.

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon

Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon Vasanth B, Sreenivasan S, Mathanesh V.R Sri Krishna College Of Engineering and Technology ABSTRACT: Though we have speed limit

More information

Mechatronics Project Presentation

Mechatronics Project Presentation Mechatronics Project Presentation An Inexpensive Electronic Method for Measuring Takeoff Distances BY: KARL ABDELNOUR ROBERT ECKHARDT SAUMIL PARIKH 1 OUTLINE OF PRESENTATION INTRODUCTION HARDWARE EXPERIMENTAL

More information

Controlling LED Smartphone using Arduino

Controlling LED Smartphone using Arduino ISSN(Online) : 9-875 ISSN (Print) : 7-670 (An ISO 97: 007 Certified Organization) Vol. 6, Issue 7, July 07 Controlling LED Smartphone using Arduino and Wifi with RSSI Rahul Raikwar Teaching and Research

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

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

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

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO

IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO Burgoji Santhosh Kumar Assistant Professor, Dept Of ECE, Anurag Group Of Institutions, Ts, India. Abstract The main objective of this project

More information

Industrial Wireless: Solving Wiring Issues by Unplugging

Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless - 1/6 Industrial environments are uniquely different from office and home environments. High temperatures, excessive airborne

More information

Microcontroller Based Electronic Circuitry to Record Speed of Moving Objects

Microcontroller Based Electronic Circuitry to Record Speed of Moving Objects Microcontroller Based Electronic Circuitry to Record Speed of Moving Objects N Dinesh Kumar, Associate Professor & HOD- EIE & ECE, Vignan Institute of Technology & Science, Deshmukhi 508284. dinuhai@yahoo.co.in

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

Intelligent Bus Tracking and Implementation in FPGA

Intelligent Bus Tracking and Implementation in FPGA Intelligent Bus Tracking and Implementation in FPGA D.Gowtham 1,M.Deepan 1,N.Mohamad Arsathdeen 1,N.Mithun Mano Ranjith 1,Mrs.A.K.Kavitha 2 1.B.E(student) Final year, Electronics and Communication Engineering

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 6, Issue 2, March 2017

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 6, Issue 2, March 2017 Implementation of Sensor Actuator Application and Input Output Hardware Layer of AUTOSAR Banushree 1, Hamsini C 2, Dr. S Gayathri 3, Dr. K T Veeramanju 4 Abstract AUTOSAR (Automotive Open System Architecture)

More information

AUTOMATED ELEPHANT TRACKER

AUTOMATED ELEPHANT TRACKER INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 6, Issue 1, January (2015), pp. 17-22 IAEME: http://www.iaeme.com/ijecet.asp

More information

Real Time Traffic Light Control System Using Image Processing

Real Time Traffic Light Control System Using Image Processing Real Time Traffic Light Control System Using Image Processing Darshan J #1, Siddhesh L. #2, Hitesh B. #3, Pratik S.#4 Department of Electronics and Telecommunications Student of KC College Of Engineering

More information

MASTER THESIS. TITLE: Arduino based acquisition system for control applications

MASTER THESIS. TITLE: Arduino based acquisition system for control applications MASTER THESIS TITLE: Arduino based acquisition system for control applications MASTER DEGREE: Master in Science in Telecommunication Engineering & Management AUTHOR: Miguel Ángel Granado Navarro DIRECTOR:

More information

Industrial Wireless Systems

Industrial Wireless Systems Application Considerations Don Pretty Principal Engineer Geometric Controls Inc Bethlehem, PA Sheet 1 Ethernet Dominates on the Plant Floor Sheet 2 Recognize Any of These? Sheet 3 Answers: 10 BASE 2 RG

More information

International Journal OF Engineering Sciences & Management Research

International Journal OF Engineering Sciences & Management Research EMBEDDED MICROCONTROLLER BASED REAL TIME SUPPORT FOR DISABLED PEOPLE USING GPS Ravi Sankar T *, Ashok Kumar K M.Tech, Dr.M.Narsing Yadav M.S.,Ph.D(U.S.A) * Department of Electronics and Computer Engineering,

More information

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System 1. INTRODUCTION Here, implementation a novel system to detect, maintain and warn the forthcoming road inconsistencies. In hilly, fog affected and unmaintained areas, vehicles/ motorists are more prone

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

Smart Street Light System using Embedded System

Smart Street Light System using Embedded System Smart Street Light System using Embedded System Yash Chaurasia yash10chaurasia@gmail.com Shailendra Somani Shailendra.somani13@vit.edu Siddhesh Bangade Siddhesh.bangade13@vit.edu Ajay Kumar VITPune, Ajaykumark426@gmail.com

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

Voice Guided Military Robot for Defence Application

Voice Guided Military Robot for Defence Application IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Voice Guided Military Robot for Defence Application Palak N. Patel Minal

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

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11 Introduction... 3 How it works... 3 Key features... 3 System requirements... 3 Hardware... 4 Specifications... 4 Using the RC Altimeter #2 BASIC module... 5 Powering the module... 5 Mounting the module...

More information

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

More information

GLOBALSAT GPS Engine Board

GLOBALSAT GPS Engine Board GLOBALSAT GPS Engine Board Hardware Datasheet Product No : MT-332(SMA) Version 1.0 GlobalSat WorldCom Corporation 16F., No. 186, Jian-Yi Road, Chung-Ho City, Taipei Hsien 235, Taiwan Tel: 886-2-8226-3799

More information

USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH

USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH Rahul Raikwar, Dr. V.K. Pachghare Teaching and Research Assistant, Department of Computer Engineering Associate Professor, Department

More information

3-Degrees of Freedom Robotic ARM Controller for Various Applications

3-Degrees of Freedom Robotic ARM Controller for Various Applications 3-Degrees of Freedom Robotic ARM Controller for Various Applications Mohd.Maqsood Ali M.Tech Student Department of Electronics and Instrumentation Engineering, VNR Vignana Jyothi Institute of Engineering

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

ASCOM EF Lens Controller

ASCOM EF Lens Controller ASCOM EF Lens Controller ASCOM EF Lens Controller control unit for Canon EF/EF-S lenses. It allows you to control lens using the ASCOM platform tools. Features (supported by driver): focus control; aperture

More information

uavionix Ping2020 Transceiver

uavionix Ping2020 Transceiver uavionix Ping2020 Transceiver QUICK START GUIDE Install 1 Install the uavionix Ping App from the Apple App Store or Google Play. Search for uavionix Ping Installer or use the QR codes below. Connect the

More information

Agricultural Field Monitoring System Using ARM

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

More information

Mobile 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

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 WORKING, OPERATION AND TYPES OF ARDUINO MICROCONTROLLER Bhupender Singh, Manisha Verma Assistant Professor, Electrical Department,

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS 10 th International Scientific Conference on Production Engineering DEVELOPMENT AND MODERNIZATION OF PRODUCTION METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS Dražen Pašalić 1, Zlatko

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

L76-L GNSS Module Presentation

L76-L GNSS Module Presentation L76-L GNSS Module Presentation May, 2016 Quectel Wireless Solutions Co., Ltd. All rights reserved www.quectel.com Contents Highlights Advanced Features Quectel L76-L vs. Competitor s Product Support Package

More information