PERFORMANCE COMPARISON OF ARM CORTEX M3 AND M4 BASED PROCESSORS FOR SENSOR DATA ACQUISITION AND PROCESSING FOR MAV

Size: px
Start display at page:

Download "PERFORMANCE COMPARISON OF ARM CORTEX M3 AND M4 BASED PROCESSORS FOR SENSOR DATA ACQUISITION AND PROCESSING FOR MAV"

Transcription

1 International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 6, Issue 7, July (2015), pp , Article ID: Article ID: Available online at ISSN Print: and ISSN Online: IAEME Publication PERFORMANCE COMPARISON OF ARM CORTEX M3 AND M4 BASED PROCESSORS FOR SENSOR DATA ACQUISITION AND PROCESSING FOR MAV Pankaj Akula Scientist, ALD, CSIR-NAL, Bangalore, Karnataka, INDIA Ajith Kumar P. Shetty School of Electronics Engineering, VIT University, Vellore, Tamilnadu, INDIA Mamata Hegde Visveswaraya Technological University, Belgaum, Karnataka, INDIA. Dr. C.M. Ananda HOD, Principal Scientist, ALD, CSIR-NAL, Bangalore, Karnataka, INDIA ABSTRACT The performance of a Flight Controller is dependent on the acquisition time and processing speed of the microcontroller. The paper discusses the usage of the Cortex M3 based processor PSoC5 and cortex M4 based processor STM32F4 for sensor data acquisition and processing. The Flight Controller comprises of Global Positioning System (GPS), Sensor suite, external flash for data logging, and Pulse Width Modulation (PWM) to control aileron, rudder and elevator surfaces of Micro Aerial Vehicle (MAV). The paper summarizes the acquisition and performance comparison of the two processors PSoC and STM32F4. Keywords: Cortex M3, Cortex M4, PSoC, MAV and STM32F4. Cite This Article: Pankaj Akula, Ajith Kumar P. Shetty, Mamata Hegde and Dr. C.M. Ananda, Performance Comparison of ARM Cortex M3 And M4 Based Processors For Sensor Data Acquisition And Processing For Mav. International Journal of Electronics and Communication Engineering & Technology, 6(7), 2015, pp editor@iaeme.com

2 Performance Comparison of ARM Cortex M3 and M4 Based Processors For Sensor Data Acquisition and Processing For MAV 1. INTRODUCTION The growth in the development of Micro Aerial Vehicles (MAVs) has been increasing over the past years.modern MAVs are airborne robotic systems controlled by flight control board [1].It comprises of sensors, interfaces and microcontrollers. The applications of MAVs have become broader i.e., not limited to military applications. The present day MAVs support various civil missions such as weather observation, enemy surveillance and traffic monitoring [2]. Flight Controller is a highly optimized set of inertial and air data sensors and GPS to achieve fully autonomous mission capabilities from take-off to landing. MAVs depend on Flight Controller for its navigation and orientation. TheFlight Controller controls the aerial vehicle along the three axes i.e., Pitch, Roll and Yaw [3]. A Flight controller consists of an Inertial Measurement Unit (IMU) for sensing aircraft attitude, a Global Positioning System (GPS) unit for navigation, telemetry unit for data collection, as well as a microcontroller for data processing [4]. Present day flight controllers have the capability to control the movement of the aircraft without constant control by a human operator. MAV is automatically controlled using an embedded computing device called Flight Control Systems [5]. The Flight Controller hosts the flight control law for the aircraft. The performance of the Flight Controller depends on the acquisition and processing times from sensors [6]. Hence an attempt is made in this paper to find the best controller in terms of acquisition and processing time. The timing requirement is achieved by proper scheduling between the tasks [7]. Figure1 shows the complete operational overview of the Unmanned Arial Vehicle which includes an aircraft, Ground Control Station (GCS) and a Radio Control (RC) joystick. For the present exercise, open source GCS Mission Planner from Ardu is used. RC joystick is used to control the flight movement. The tools, techniques and devices which are used to compare the performance of the ARM Cortex M3 and M4 based flight controllers are being discussed here. Fig.1.Operational Overview 9 editor@iaeme.com

3 Pankaj Akula, Ajith Kumar P. Shetty, Mamata Hegde and Dr. C.M. Ananda 2. ARCHITECTURE OF THE SYSTEM Proposed system mainly comprises of a Microcontroller, Inertial Measurement Unit (IMU), Global Positioning System (GPS) and external flash memory. Controller is mainly responsible to perform these tasks. Communicating with sensor suite for data acquisition [Motion Processing Unit, Magnetometer and GPS]. Storing data on to flash. PWM signal generation for servo motor controlling. A three axis accelerometer is used to detect and measure the current magnitude of acceleration, three axis gyroscopes is used to detect changes in rotational attributes like pitch, roll and yaw with proper estimators and a three axis magnetometer is used to measure the earth s magnetic field. The GPS receiver provides tracking capabilities with position and speed. Design and development of Flight Controller using STM32F4 and Programmable System on Chip (PSoC5) as core element is experimented. Goal of this paper is to compare the performance of PSOC5 based Flight Controller with STM32F4 based controller and provide some insights into further reduction of access time based on Phase Locked Loop (PLL) optimisation settings for STM32F4.Design of same Flight Controller application code with different cores (cortex M3 and Cortex M4) is being discussed here. Hardware Architecture PSoC-5 is ARM cortex M3 based controller and has supporting hardware such as reconfigurable Universal Digital Blocks (UDB), reconfigurable routing and interconnects. Programmable blocks make PSoC distinct from other Microcontroller Units (MCU s). Figure 2 depicts the system architecture of PSoC based Flight Controller. STM32F4 microcontroller includes ARM cortex M4 as core with additional hardware improvements such as Floating Point Unit (FPU), Adaptive Real Time memory accelerator (ART accelerator). Figure3 depicts the block diagram of Flight Controller using STM32F4. PSOC5 IMU ACCELEROMETER MAGNETOMETER GYROSCOPE I2C CORTEX M3 67MHz 256KB FLASH PWM OUTPUT TO SERVO MOTOR (CONNECTED TO WING SURFACE) GPS UART 64KB SRAM SPI FLASH(1 Gbit) POWER MANAGEMENT UNIT POWER SUPPLY Fig. 2.System architecture of PSoC 5 based flight controller editor@iaeme.com

4 Performance Comparison of ARM Cortex M3 and M4 Based Processors For Sensor Data Acquisition and Processing For MAV STM32F4 IMU ACCELEROMETER MAGNETOMETER GYROSCOPE I2C CORTEX M4 + FPU 168MHz 1MB FLASH PWM OUTPUT TO SERVO MOTOR (CONNECTED TO WING SURFACE) GPS UART ART CACHE 192KB SRAM SPI FLASH(1 Gbit) POWER MANAGEMENT UNIT POWER SUPPLY Fig. 3. Block Diagram of STM32F4 based Flight Controller. Software Architecture Software architecture is divided into developing device drivers for sensor suite (data acquisition), code for data logging on to the flash and PWM signal generation for servo motor control. Application software for Flight Control is written in C language. STM32F4Microcontroller Unit (MCU) uses Keil Integrated Development Environment (IDE) and PSoC-5 uses PSoC Creator IDE. Software architecture for both PSoC and STM32F4 shown in the Figure 4 Fig. 4.Software Architecture Data Acqisition Application: It is the function of reading data from sensor suite.gps provide position information such as longitude,latitude and altitude. IMU provide state information such as angular rates and accelration. Data Log Application: This process is responsible for writing flight data on to flash for offline analysis as part of flight testing or operational requirements. PWM signal generation: PWM signal is used to control the rotation of the servomotors shaft. Position of the shaft is determined by the width of PWM signal editor@iaeme.com

5 Pankaj Akula, Ajith Kumar P. Shetty, Mamata Hegde and Dr. C.M. Ananda To achieve optimum performance out of ARM cortex M4, STMicroelectronics has developed ART accelerator, which is a micro controller system like cache controller tailored to the needs of programs executing from flash. Because of ART accelerator, execution speed will be increased by around 2.5% due to zero wait state memory. The most noticeable difference between ARM Cortex M3 and M4 is the optional single precision (IEEE-754) Floating Point Unit (FPU) which is available with the ARM Cortex M4. Table 1. Comparison of Environment between STM32F4 and PSOC5 based Flight Controllers. S.No Part Name STM32F4 based configuration PSoC5 based configuration Hardware 1 Processor STM32F4 PSoC5 LP 2 Accelerometer MPU 9150 MPU Gyroscope MPU9150 MPU Magnetometer HMC5883L HMC5883L 5 GPS 3DR MTK 2.0 3DR MTK Flash Spansion NOR 1 Gbit Spansion NOR 1 Gbit Software 1 IDE Keil PSoC Creator 2 Application Software Language Embedded C Embedded C 3. METHODOLOGY The Flight Control System which is present in a MAV is capable of acquiring the data from all the sensors and stores them in the flash. This paper mainly focuses on performance comparison of ARM Cortex M3 and M4 based Flight Control System for the sensor data acquisition and processing time for the estimator algorithm. Proposed system includes MCU with the sensor suites. The accelerometer and gyroscope integrated in the Motion Processing Unit provides state information, while magnetometer and GPS serve to provide magnetic field information and location coordinates. The data from the sensors are acquired and given to the attitude estimator which works based on the principle of Kalman Filter. The output is then used in order to calculate aircraft attitudes with other flight parameters and stored in the flash. Further the pitch, roll and yaw angles are compared with the input range values. If there is any deviation in the angle detected or the change in same, The Flight Control System detects the change and generates the Pulse Width Modulated (PWM) signal accordingly based on its variation. It will be then directed to the servo motor connected to the control surface in order to control the principal axis of the flight i.e., the ailerons, rudder and elevators. The process flow is shown in the Figure editor@iaeme.com

6 Performance Comparison of ARM Cortex M3 and M4 Based Processors For Sensor Data Acquisition and Processing For MAV STEP 1 Initialize the Sensors STEP 2 Reading data from IMU, BMP, Magnetometer STEP 3 Sending data into NCF estimator STEP 4 Compute the state estimates from the NCF STEP 5 Storing data in the flash Fig. 5.Program Flow for the above explaned block diagram. 4. EXPERIMENTAL RESULTS Figure 6 shows the experimental setup of the fight controller which includes PSoC5 development kit, Inertial Measurement Unit, Magnetometer, GPS with Logic analyser. The data from sensors has been acquired with developed application software and processed in PSoC controller using attitude estimator to get Attitude information. The data acquisition and processing time has been analysed and result is presented in Table 2 and Table 3. Fig. 6. Experimental setup using PSoC5. Figure 7 shows the experimental setup of the Fight Controller which includes STM32F4 evaluation with Logic Analyser editor@iaeme.com

7 Pankaj Akula, Ajith Kumar P. Shetty, Mamata Hegde and Dr. C.M. Ananda Fig. 7. Experimental setupusing STM32F4. Comparison of read timefor the two different sensors and Execution time of the attitude estimator inboth STM32F4 and PSOC5 based flight controller are presented. The PSoC5 supports up to 67MHz of clock frequency and STM32F4 supports up to 168MHz Fig. 8. PLL clock settings using STMCubeMX 14

8 Performance Comparison of ARM Cortex M3 and M4 Based Processors For Sensor Data Acquisition and Processing For MAV Table 2. Comparison of performances between STM32 and PSOC 5 Flight Controllers Sensor 1. Accelerometer + Gyroscope 2. Magnetometer 3. Pressure Sensor Read time for STM32F4 (Cortex M4) based Flight Controller (in ms) Read time for PSOC5 (Cortex M3) based Flight Controller (in ms) Table 3 and Table 4 shows the comparison of read time and execution time of different sensors and Attitude Estimator respectively for STM32F4 and PSOC5 based Flight Controller. Due to the increase in the clock frequency as discussed above, the performance of STM32F4 based Flight Controller is better than PSoC5 based Flight Controller. Table 3. Comparison of Execution time of Attitude Estimator between STM32 and PSoC5 based Flight Controller. Function Execution time for STM32F4 (Cortex M4) based Flight Controller (in ms) Execution time for PSOC (Cortex M3) based Flight Controller (in ms) Attitude Estimator Figure 8 shows clock configuration of STM32F4 using STMCubeMX. By changing the prescaler values (i.e. M, N and P), the PLL clock configuration has been done. Still reduced read time and execution time can be encountered after performing PLL customization is as shown in the Table 4 and Table 5. Table 4. Read time for STM32 Flight Controllers after PLL optimisation Sensor 1. Accelerometer + Gyroscope 2. Magnetometer 3. Pressure Sensor Read time for STM32F4 (Cortex M4) based Flight Controller(in ms) Table 5. Execution time of Attitude Estimator for STM32 Flight Controller after PLL optimisation. Function Execution time for STM32F4 (Cortex M4) based Flight Controller(in ms) Attitude Estimator editor@iaeme.com

9 Pankaj Akula, Ajith Kumar P. Shetty, Mamata Hegde and Dr. C.M. Ananda The computing power of cortex M3 and M4 is 1.25(Dhrystone Million Instructions per Second) DMIPS/MHz but frequency capability is different. The supported clock frequency of PSoC5 and STM32F4 translates into higher DMIPS capability for STM32F4. 5. CONCLUSION The paper has discussed the implementation and characterization of STM32F4 and PSOC based flight controllers using the configuration as described. The improvement in access time by using STM32F4 compared to PSoC and further improvement in STM32F4 by using appropriate PLL settings has been discussed. 6. ACKNOWLEDGEMENT Author would like to thank Mr. Shyam Chetty, Director NAL for continuous support and motivation. Authors also would like to thank Mr. Pavan Kumar, Ms.Swetha, Mr. Sharath and team of NALMETF for their support in testing and integration of Autopilot System. REFERENCES [1] El-Sayed, A.; ElHelw, M., "Distributed component-based framework for Unmanned Air Vehicle systems," Information and Automation (ICIA), 2012 International Conference on, vol., no., pp.45,50, 6-8 June 2012 [2] JinLin Hu; ShangyouZeng; Zhengzhen Zhang, "The Design of Wireless Data Acquisition System Based on STM32F4 and Virtual Instrument," Wireless Communications, Networking and Mobile Computing (WiCOM), th International Conference on, vol., no., pp.1,4, Sept [3] He Shen; YunjunXu; Remeikas, C., "Pressure sensor array based nonlinear robust pitch control for small or micro aerial vehicle," American Control Conference (ACC), 2012, vol., no., pp.1732,1736, June 2012 [4] Wang Hua-jie; Su Juan, "The Design and Research of Infrared Sensor Monitoring System Based on STM32F4," Computational and Information Sciences (ICCIS), 2012 Fourth International Conference on, vol., no., pp.876,879, Aug [5] Winkler, S.; Buschmann, M.; Kruger, L.; Schulz, H.-W.; Vorsmann, P., "Multiple Sensor Fusion for Autonomous Mini and Micro Aerial Vehicle Navigation," TENCON IEEE Region 10, vol., no., pp.1,6, Nov [6] JinjunRao; TongyueGao; Zhen Jiang; Zhenbang Gong, "Flight control system of a robotic portable unmanned aerial vehicle," Advanced Computer Control (ICACC), nd International Conference on, vol.1, no., pp.540,544, March 2010 [7] Pastor, E.; Lopez, J.; Royo, P., "An Embedded Architecture for Mission Control of Unmanned Aerial Vehicles," Digital System Design: Architectures, Methods and Tools, DSD th EUROMICRO Conference on, vol., no., pp.554,560, editor@iaeme.com

An inertial haptic interface for robotic applications

An inertial haptic interface for robotic applications An inertial haptic interface for robotic applications Students: Andrea Cirillo Pasquale Cirillo Advisor: Ing. Salvatore Pirozzi Altera Innovate Italy Design Contest 2012 Objective Build a Low Cost Interface

More information

Hand Gestures Remote Controlled Robotic Arm

Hand Gestures Remote Controlled Robotic Arm Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 601-606 Research India Publications http://www.ripublication.com/aeee.htm Hand Gestures Remote Controlled

More information

A 5 Degree Feedback Control Robotic Arm (Haptic Arm)

A 5 Degree Feedback Control Robotic Arm (Haptic Arm) A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control

More information

A highly integrated UAV avionics system 8 Fourth Street PO Box 1500 Hood River, OR 97031 (541) 387-2120 phone (541) 387-2030 fax CCT@gorge.

A highly integrated UAV avionics system 8 Fourth Street PO Box 1500 Hood River, OR 97031 (541) 387-2120 phone (541) 387-2030 fax CCT@gorge. A highly integrated UAV avionics system 8 Fourth Street PO Box 1500 Hood River, OR 97031 (541) 387-2120 phone (541) 387-2030 fax CCT@gorge.net Bill Vaglienti Ross Hoag April 10, 2003 Table of contents

More information

Hardware In The Loop Simulator in UAV Rapid Development Life Cycle

Hardware In The Loop Simulator in UAV Rapid Development Life Cycle Hardware In The Loop Simulator in UAV Rapid Development Life Cycle Widyawardana Adiprawita*, Adang Suwandi Ahmad = and Jaka Semibiring + *School of Electric Engineering and Informatics Institut Teknologi

More information

The Design and Implementation of a Quadrotor Flight Controller Using the QUEST Algorithm

The Design and Implementation of a Quadrotor Flight Controller Using the QUEST Algorithm The Design and Implementation of a Quadrotor Flight Controller Using the QUEST Algorithm Jacob Oursland Department of Mathematics and Computer Science South Dakota School of Mines and Technology Rapid

More information

AP Series Autopilot System. AP-202 Data Sheet. March,2015. Chengdu Jouav Automation Tech Co.,L.t.d

AP Series Autopilot System. AP-202 Data Sheet. March,2015. Chengdu Jouav Automation Tech Co.,L.t.d AP Series Autopilot System AP-202 Data Sheet March,2015 Chengdu Jouav Automation Tech Co.,L.t.d AP-202 autopilot,from Chengdu Jouav Automation Tech Co., Ltd, provides complete professional-level flight

More information

SIX DEGREE-OF-FREEDOM MODELING OF AN UNINHABITED AERIAL VEHICLE. A thesis presented to. the faculty of

SIX DEGREE-OF-FREEDOM MODELING OF AN UNINHABITED AERIAL VEHICLE. A thesis presented to. the faculty of SIX DEGREE-OF-FREEDOM MODELING OF AN UNINHABITED AERIAL VEHICLE A thesis presented to the faculty of the Russ College of Engineering and Technology of Ohio University In partial fulfillment of the requirement

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Background of the Research Agile and precise maneuverability of helicopters makes them useful for many critical tasks ranging from rescue and law enforcement task to inspection

More information

VTOL UAV. Design of the On-Board Flight Control Electronics of an Unmanned Aerial Vehicle. Árvai László, ZMNE. Tavaszi Szél 2012 ÁRVAI LÁSZLÓ, ZMNE

VTOL UAV. Design of the On-Board Flight Control Electronics of an Unmanned Aerial Vehicle. Árvai László, ZMNE. Tavaszi Szél 2012 ÁRVAI LÁSZLÓ, ZMNE Design of the On-Board Flight Control Electronics of an Unmanned Aerial Vehicle Árvai László, ZMNE Contents Fejezet Témakör 1. Features of On-Board Electronics 2. Modularity 3. Functional block schematics,

More information

Onboard electronics of UAVs

Onboard electronics of UAVs AARMS Vol. 5, No. 2 (2006) 237 243 TECHNOLOGY Onboard electronics of UAVs ANTAL TURÓCZI, IMRE MAKKAY Department of Electronic Warfare, Miklós Zrínyi National Defence University, Budapest, Hungary Recent

More information

Raghavendra Reddy D 1, G Kumara Swamy 2

Raghavendra Reddy D 1, G Kumara Swamy 2 Car Accident Detection, Communication And Tracking Using ARM7 Controller Raghavendra Reddy D 1, G Kumara Swamy 2 1 PG Scholar, Dept of ECE, Malla Reddy Engineering College (Autonomous), Hyderabad, India.

More information

Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle

Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle Miguel A. Olivares-Méndez mig olivares@hotmail.com Pascual Campoy Cervera pascual.campoy@upm.es Iván Mondragón ivanmond@yahoo.com Carol

More information

AUTOPILOT QUICK START GUIDE

AUTOPILOT QUICK START GUIDE AUTOPILOT QUICK START GUIDE PARTS 1 2 3 4 5 6 7 8 9 10 11 1 Pixhawk 2 Buzzer 3 Safety switch 4 Micro-SD card and adapter 5 Micro-USB cable 6 Six-wire cable x2 7 Power module 8 I 2 C splitter module 9 Four-position

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology Basic Principles of Inertial Navigation Seminar on inertial navigation systems Tampere University of Technology 1 The five basic forms of navigation Pilotage, which essentially relies on recognizing landmarks

More information

Author: By Siegfried Krainer and Michael Thomas, Infineon Technologies and Ronald Staerz, MCI Innsbruck

Author: By Siegfried Krainer and Michael Thomas, Infineon Technologies and Ronald Staerz, MCI Innsbruck From toys to tools Author: By Siegfried Krainer and Michael Thomas, Infineon Technologies and Ronald Staerz, MCI Innsbruck Date: 05/04/2016 Categories: Evaluation & Development Kits, Internet of things

More information

All Programmable Logic. Hans-Joachim Gelke Institute of Embedded Systems. Zürcher Fachhochschule

All Programmable Logic. Hans-Joachim Gelke Institute of Embedded Systems. Zürcher Fachhochschule All Programmable Logic Hans-Joachim Gelke Institute of Embedded Systems Institute of Embedded Systems 31 Assistants 10 Professors 7 Technical Employees 2 Secretaries www.ines.zhaw.ch Research: Education:

More information

Development of Knowledge-Based Software for UAV Autopilot Design

Development of Knowledge-Based Software for UAV Autopilot Design Development of Knowledge-Based Software for UAV Autopilot Design George Tarrant Director CLOSED LOOP SYSTEMS Health Warning Autopilot design is a technical subject. In this paper, I have tried to translate

More information

How To Control Gimbal

How To Control Gimbal Tarot 2-Axis Brushless Gimbal for Gopro User Manual V1.0 1. Introduction Tarot T-2D gimbal is designed for the Gopro Hero3, which is widely used in film, television productions, advertising aerial photography,

More information

TI GPS PPS Timing Application Note

TI GPS PPS Timing Application Note Application Note Version 0.6 January 2012 1 Contents Table of Contents 1 INTRODUCTION... 3 2 1PPS CHARACTERISTICS... 3 3 TEST SETUP... 4 4 PPS TEST RESULTS... 6 Figures Figure 1 - Simplified GPS Receiver

More information

ZMART Technical Report The International Aerial Robotics Competition 2014

ZMART Technical Report The International Aerial Robotics Competition 2014 ZMART Technical Report The International Aerial Robotics Competition 2014 ZJU s Micro-Aerial Robotics Team (ZMART) 1 Zhejiang University, Hangzhou, Zhejiang Province, 310027, P.R.China Abstract The Zhejiang

More information

Original Research Articles

Original Research Articles Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-

More information

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.

More information

0 28 November 2011 N/A First Release of Manual 1 24 February 2012 Page 21 Error in FY31AP connection diagram corrected.

0 28 November 2011 N/A First Release of Manual 1 24 February 2012 Page 21 Error in FY31AP connection diagram corrected. Rev 1: 24 February 2012 FEIYU TECH FY31AP Autopilot System Installation & Operation Guide Guilin Feiyu Electronic Technology Co., Ltd Rm. B305, Innovation Building, Information Industry Park, Chaoyang

More information

Development of Automatic shooting and telemetry system for UAV photogrammetry INTRODUCTION

Development of Automatic shooting and telemetry system for UAV photogrammetry INTRODUCTION Development of Automatic shooting and telemetry system for UAV photogrammetry Jinwoo PARK 1, Minseok KIM 1, Khin Mar Yee 1, Chuluong CHOI 1 1 Department of Spatial Information Engineering, Pukyong National

More information

Communication Management Unit : Single Solution of Voice and Data Routing Unit

Communication Management Unit : Single Solution of Voice and Data Routing Unit Defence Science Journal, Vol. 63, No. 2, March 2013, pp. 181-185, DOI: 10.14429/dsj.63.4261 2013, DESIDOC SHORT COMMUNICATION Communication Management Unit : Single Solution of Voice and Data Routing Unit

More information

Control of a quadrotor UAV (slides prepared by M. Cognetti)

Control of a quadrotor UAV (slides prepared by M. Cognetti) Sapienza Università di Roma Corso di Laurea in Ingegneria Elettronica Corso di Fondamenti di Automatica Control of a quadrotor UAV (slides prepared by M. Cognetti) Unmanned Aerial Vehicles (UAVs) autonomous/semi-autonomous

More information

Vehicle Tracking and Monitoring By ARM7

Vehicle Tracking and Monitoring By ARM7 Vehicle Tracking and Monitoring By ARM7 Gangadhar M 1, Madhu M S 2 (M Tech) Dept. of Computer Network Engineering VTU PG Studies, Visvesvaraya Technological University Belgaum, India Abstract This paper

More information

PLC Based PV Module Tracking with Microcontroller Backup

PLC Based PV Module Tracking with Microcontroller Backup PLC Based PV Module Tracking with Microcontroller Backup S. Dhivya Lakshmi 1, S. Harine 2, P.T. Subasini 3, S.T. Priyanka 4 Student, Dept. of EEE, Velammal Engineering College, Chennai, Tamilnadu, India

More information

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring , pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information

More information

Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada

Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada Open Architecture Design for GPS Applications Yves Théroux, BAE Systems Canada BIOGRAPHY Yves Théroux, a Project Engineer with BAE Systems Canada (BSC) has eight years of experience in the design, qualification,

More information

EasyC. Programming Tips

EasyC. Programming Tips EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening

More information

REAL TIME TRAFFIC MONITORING SYSTEM AND DRIVER ASSISTANCE

REAL TIME TRAFFIC MONITORING SYSTEM AND DRIVER ASSISTANCE REAL TIME TRAFFIC MONITORING SYSTEM AND DRIVER ASSISTANCE 1 CHAITHRA M H, 2 KANTHARAJU V, 3 ANIL KUMAR B N 1.2 Assistant Professor, KNSIT, Bangalore 3 Assistant Professor, BRCE, Bangalore E-mail: chaithra.mh14@gmail.com,

More information

Driving Embedded Innovation with ARM Ecosystem

Driving Embedded Innovation with ARM Ecosystem Driving Embedded Innovation with ARM Ecosystem (Lauterbach Experts Forum, August 2015) Lifeng Geng Embedded Marketing Manager 1 ARM: The World s Most Scalable Architecture ARM ecosystem meets needs of

More information

Networking Remote-Controlled Moving Image Monitoring System

Networking Remote-Controlled Moving Image Monitoring System Networking Remote-Controlled Moving Image Monitoring System First Prize Networking Remote-Controlled Moving Image Monitoring System Institution: Participants: Instructor: National Chung Hsing University

More information

LEGO NXT-based Robotic Arm

LEGO NXT-based Robotic Arm Óbuda University e Bulletin Vol. 2, No. 1, 2011 LEGO NXT-based Robotic Arm Ákos Hámori, János Lengyel, Barna Reskó Óbuda University barna.resko@arek.uni-obuda.hu, hamoriakos@gmail.com, polish1987@gmail.com

More information

STM32L. Ultra-low-power Cortex -M3 devices

STM32L. Ultra-low-power Cortex -M3 devices STM32L Ultra-low-power Cortex -M3 devices STM32L press release STM32L 32- to 128-Kbyte products are entering full production 2 nd half March 2011 Part of industry s largest ARM Cortex -M 32-bit microcontroller

More information

An internal gyroscope minimizes the influence of dynamic linear acceleration on slope sensor readings.

An internal gyroscope minimizes the influence of dynamic linear acceleration on slope sensor readings. TECHNICAL DATASHEET #TDAX06070X Triaxial Inclinometer with Gyro ±180⁰ Pitch/Roll Angle Pitch Angle Rate Acceleration SAE J1939, Analog Output or RS-232 Options 2 M12 Connectors, IP67 with Electronic Assistant

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

Autonomous Navigated Global Positioning System Based Surveillance Unmanned Aerial Vehicle

Autonomous Navigated Global Positioning System Based Surveillance Unmanned Aerial Vehicle Volume 1, Issue 1 December 2012 ISSN: - 2306-708X Autonomous Navigated Global Positioning System Based Surveillance Unmanned Aerial Vehicle Abdul Qayyum and Moona Mazher Department of Computer Science,

More information

Reconfigurable System-on-Chip Design

Reconfigurable System-on-Chip Design Reconfigurable System-on-Chip Design MITCHELL MYJAK Senior Research Engineer Pacific Northwest National Laboratory PNNL-SA-93202 31 January 2013 1 About Me Biography BSEE, University of Portland, 2002

More information

The Design of DSP controller based DC Servo Motor Control System

The Design of DSP controller based DC Servo Motor Control System International Conference on Advances in Energy and Environmental Science (ICAEES 2015) The Design of DSP controller based DC Servo Motor Control System Haiyan Hu *, Hong Gu, Chunguang Li, Xiaowei Cai and

More information

Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013

Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013 Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013 Abstract Sensors are commonly used throughout many world wide applications. Out of many sensors that are used, the inertial measurement

More information

Android based Secured Vehicle Key Finder System

Android based Secured Vehicle Key Finder System International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Android based Secured Vehicle Key Finder System Sindhoori S. 1, Dr. N. Sathish Kumar 2 *(M.E. Embedded System Technologies, Sri

More information

Chapter 6 Lateral static stability and control - 3 Lecture 21 Topics

Chapter 6 Lateral static stability and control - 3 Lecture 21 Topics Chapter 6 Lateral static stability and control - 3 Lecture 21 Topics 6.11 General discussions on control surface 6.11.1 Aerodynamic balancing 6.11.2 Set back hinge or over hang balance 6.11.3 Horn balanace

More information

Application Note IMU Visualization Software

Application Note IMU Visualization Software ECE 480 Spring 2013 Team 8 Application Note IMU Visualization Software Name: Alex Mazzoni Date: 04/04/2013 Facilitator: Dr. Aviyente Abstract This application note covers how to use open source software

More information

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT ELECTRONICS ENGINEERING DEPARTMENT SVNIT, SURAT-395007, INDIA Prepared by: Anurag Gupta (U05EC401) Dhrumeel Bakshi (U05EC326) Dileep Dhakal

More information

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

Automated Security System using ZigBee

Automated Security System using ZigBee IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School

More information

FEEDBACK ICANE FOR STROKE PATIENT

FEEDBACK ICANE FOR STROKE PATIENT International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 1, Jan-Feb 2016, pp. 88-93, Article ID: IJCET_07_01_010 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=1

More information

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM Harsha G S Department of Electronics & Communication Channabasaveshwara Institute of Technology, Gubbi, 572216, India ABSTRACT Patient s condition

More information

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 2, Issue 11

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 2, Issue 11 Accelerometer Based Vehicle Monitoring And Tracking System Using ARM Processor And GPS B.Praveen kumar, V.Anuragh, NLP Raju M.Tech scholar, Assistant Professor, DEPT of ECE, BVC ENGG COLLEGE, Odalarevu.

More information

Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM

Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM TWR-MECH Mechatronics Board TOWER SYSTEM Get to Know the Tower Mechatronics Board Primary Connector / Switch MCF52259 Connectors for Up to Eight Servos SW4 (Reset) USB OTG 5V Supply Touch Panel Socket

More information

System Design Issues in Embedded Processing

System Design Issues in Embedded Processing System Design Issues in Embedded Processing 9/16/10 Jacob Borgeson 1 Agenda What does TI do? From MCU to MPU to DSP: What are some trends? Design Challenges Tools to Help 2 TI - the complete system The

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

Dedalus autopilot User's manual

Dedalus autopilot User's manual Dedalus autopilot User's manual Introduction Thank you for purchasing Dedalus Autopilot. We have put our many year experience in electronics, automatics and control of model planes into this device. Dedalus

More information

DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS

DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS Patil Snehal S.S. 1, Mr. Shivdas S.S. 2 1 M. E. Electronics (II), Department of Electronics Engineering;

More information

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES Bandi Sree Geeta 1, Diwakar R. Marur 2 1,2 Department of Electronics and Communication Engineering, SRM University, (India) ABSTRACT

More information

Dedalus autopilot user's manual. Dedalus autopilot User's manual. Introduction

Dedalus autopilot user's manual. Dedalus autopilot User's manual. Introduction Dedalus autopilot User's manual Introduction Thank you for purchasing Dedalus Autopilot. We have put our many year experience in electronics, automatics and control of model planes into this device. Dedalus

More information

MP2128 3X MicroPilot's. Triple Redundant UAV Autopilot

MP2128 3X MicroPilot's. Triple Redundant UAV Autopilot MP2128 3X MicroPilot's Triple Redundant UAV Autopilot Triple redundancy (3X) gives autopilot technology the reliability necessary to safely carry out sensitive flight missions and transport valuable payloads.

More information

Degree programme in Automation Engineering

Degree programme in Automation Engineering Degree programme in Automation Engineering Course descriptions of the courses for exchange students, 2014-2015 Autumn 2014 21727630 Application Programming Students know the basis of systems application

More information

An Embedded Based Web Server Using ARM 9 with SMS Alert System

An Embedded Based Web Server Using ARM 9 with SMS Alert System An Embedded Based Web Server Using ARM 9 with SMS Alert System K. Subbulakshmi 1 Asst. Professor, Bharath University, Chennai-600073, India 1 ABSTRACT: The aim of our project is to develop embedded network

More information

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.

More information

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 78 90, Article ID: IJARET_07_02_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Keywords: GPS, GSM, AVR Microcontroller, SMS.

Keywords: GPS, GSM, AVR Microcontroller, SMS. Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A System for Car Accident

More information

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET G. Rajiv and Sivakumar Sathyabama University, Chennai, India E-Mail: Rajiv.srkm@gmail.com ABSTRACT The purpose of the project is to build a robotic

More information

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

Collided Vehicle Position Detection using GPS & Reporting System through GSM

Collided Vehicle Position Detection using GPS & Reporting System through GSM Collided Vehicle Position Detection using GPS & Reporting System through GSM M.M.Raghaveendra 1, N.Sahitya 2, N.Nikhila 3, S.Sravani 4 1 Asst.Professor ECE Department, 2 Student, 3 Student, 4 Student,

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Cypress Semiconductor: Arduino Friendly PSoC Shield

Cypress Semiconductor: Arduino Friendly PSoC Shield Cypress Semiconductor: Arduino Friendly PSoC Shield Design Presentation ECE 480 Design Team 1 Cecilia Acosta Brett Donlon Matt Durak Aaron Thompson Nathan Ward Faculty Facilitator Dr. Robert McGough Sponsor

More information

CONTRIBUTIONS TO THE AUTOMATIC CONTROL OF AERIAL VEHICLES

CONTRIBUTIONS TO THE AUTOMATIC CONTROL OF AERIAL VEHICLES 1 / 23 CONTRIBUTIONS TO THE AUTOMATIC CONTROL OF AERIAL VEHICLES MINH DUC HUA 1 1 INRIA Sophia Antipolis, AROBAS team I3S-CNRS Sophia Antipolis, CONDOR team Project ANR SCUAV Supervisors: Pascal MORIN,

More information

Flight Controller. Mini Fun Fly

Flight Controller. Mini Fun Fly Flight Controller Mini Fun Fly Create by AbuseMarK 0 Mini FunFly Flight Controller Naze ( Introduction 6x6mm. 6 grams (no headers, 8 grams with). 000 degrees/second -axis MEMS gyro. auto-level capable

More information

Android Phone Controlled Robot Using Bluetooth

Android Phone Controlled Robot Using Bluetooth International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 443-448 International Research Publication House http://www.irphouse.com Android Phone Controlled

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

Using Arduino Microcontrollers to Sense DC Motor Speed and Position

Using Arduino Microcontrollers to Sense DC Motor Speed and Position ECE480 Design Team 3 Using Arduino Microcontrollers to Sense DC Motor Speed and Position Tom Manner April 4, 2011 page 1 of 7 Table of Contents 1. Introduction ----------------------------------------------------------

More information

Design and Implementation of an Accidental Fall Detection System for Elderly

Design and Implementation of an Accidental Fall Detection System for Elderly Design and Implementation of an Accidental Fall Detection System for Elderly Enku Yosef Kefyalew 1, Abubakr Rahmtalla Abdalla Mohamed 2 Department of Electronic Engineering, Tianjin University of Technology

More information

SIVAQ. Manufacturing Status Review

SIVAQ. Manufacturing Status Review SIVAQ Manufacturing Status Review Project Overview 2 Mission Statement: Augment the capabilities of the Parrot AR Drone 2.0 such that it flies autonomously with a predetermined flight path, records data,

More information

Design and Implementation of Home Monitoring System Using RF Technology

Design and Implementation of Home Monitoring System Using RF Technology International Journal of Advances in Electrical and Electronics Engineering 59 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Design and Implementation of Home Monitoring

More information

Serial port interface for microcontroller embedded into integrated power meter

Serial port interface for microcontroller embedded into integrated power meter Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia

More information

ANDROID LEVERED DATA MONITORING ROBOT

ANDROID LEVERED DATA MONITORING ROBOT ANDROID LEVERED DATA MONITORING ROBOT 1 HIMANI PATHAK, 2 VIDYALAKSHMI KRISHNAKUMAR, 3 SHILPA RAVIKUMAR, 4 AJINKYA SHINDE 1,2,3,4 Electronics & Telecommunication Engineering, Fr. C. R. Institute of Technology,

More information

Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique

Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique Vaibhav Bhatia Department of Electrical and Electronics Engg., Bhagwan Parshuram Institute of Technology, New Delhi-110089,

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security

Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security A. Alessandri, P. Bagnerini, M. Gaggero, M. Ghio, R. Martinelli University of Genoa - Faculty

More information

Information regarding the Lockheed F-104 Starfighter F-104 LN-3. An article published in the Zipper Magazine #48. December-2001. Theo N.M.M.

Information regarding the Lockheed F-104 Starfighter F-104 LN-3. An article published in the Zipper Magazine #48. December-2001. Theo N.M.M. Information regarding the Lockheed F-104 Starfighter F-104 LN-3 An article published in the Zipper Magazine #48 December-2001 Author: Country: Website: Email: Theo N.M.M. Stoelinga The Netherlands http://www.xs4all.nl/~chair

More information

CYCLOPS OSD USER MANUAL 5.0

CYCLOPS OSD USER MANUAL 5.0 CYCLOPS OSD USER MANUAL 5.0 Thank you for choosing CYCLOPS OSD V5.0 New features: CYCLOPS OSD V5.0 is incorporated with Autopilot function and infrared attitude sensor capable of controlling aircraft's

More information

Self-Evaluation Configuration for Remote Data Logging Systems

Self-Evaluation Configuration for Remote Data Logging Systems IEEE International Workshop on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications 6-8 September 2007, Dortmund, Germany Self-Evaluation Configuration for Remote Data

More information

Distributed Computing Solution for Hardware-In-LoopSimulation of Indian Satellites

Distributed Computing Solution for Hardware-In-LoopSimulation of Indian Satellites Distributed Computing Solution for Hardware-In-LoopSimulation of Indian Satellites Rashmi Jagade, Sridevi.K.N, Jitendranath Mungara Abstract The purpose of Hardware-In-Loop-Simulation (HILS) is to verify

More information

HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM

HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM K. Supriya 1 and Mr. S. Ramkumar 2 Student (M.Tech), Electronics and Communication Engineering, Lingayas institute

More information

Sensor Fusion Mobile Platform Challenges and Future Directions Jim Steele VP of Engineering, Sensor Platforms, Inc.

Sensor Fusion Mobile Platform Challenges and Future Directions Jim Steele VP of Engineering, Sensor Platforms, Inc. Sensor Fusion Mobile Platform Challenges and Future Directions Jim Steele VP of Engineering, Sensor Platforms, Inc. Copyright Khronos Group 2012 Page 104 Copyright Khronos Group 2012 Page 105 How Many

More information

STM32 F-2 series High-performance Cortex-M3 MCUs

STM32 F-2 series High-performance Cortex-M3 MCUs STM32 F-2 series High-performance Cortex-M3 MCUs STMicroelectronics 32-bit microcontrollers, 120 MHz/150 DMIPS with ART Accelerator TM and advanced peripherals www.st.com/mcu STM32 F-2 series The STM32

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul jellul@imperial.ac.uk Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Abstract This application note is a tutorial of how to use an Arduino UNO microcontroller to

More information

Bluecoin - Voice and Music Over an Embedded BLE Platform. Central Labs AST Robotics

Bluecoin - Voice and Music Over an Embedded BLE Platform. Central Labs AST Robotics Bluecoin - Voice and Music Over an Embedded BLE Platform Voice communication: a key driver of innovation since 1800 s 2 Voice Automation in the things : Voice Internet Assistant 3 Call me a taxi E-gadgets,

More information

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b A Design of Video Acquisition and Transmission Based on ARM Ziqiang Hao a, Hongzuo Li b Changchun University of Science & Technology, Changchun, Jilin, China a shuil47@163.com, b lihongzuo@sohu.com Keywords:video

More information

A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS

A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS Journal of Traffic and Logistics Engineering Vol. 4, No. 1, June 2016 A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS Muhammad Husnain Ul Abdeen, Umar

More information

Research Methodology Part III: Thesis Proposal. Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan

Research Methodology Part III: Thesis Proposal. Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan Research Methodology Part III: Thesis Proposal Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan Outline Thesis Phases Thesis Proposal Sections Thesis Flow Chart

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information