Autonomous Robotic Boat Platform

Size: px
Start display at page:

Download "Autonomous Robotic Boat Platform"

Transcription

1 Autonomous Robotic Boat Platform Team: Ryan Burke, Leah Cramer, Noah Dupes, & Darren McDannald Advisors: Mr. Nick Schmidt, Dr. José Sánchez, & Dr. Gary Dempsey Department of Electrical and Computer Engineering February 24 th, 2015

2 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 2

3 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 3

4 Objective Design and build an autonomous boat platform Versatile Robust 8 th annual RoboBoat competition (Virginia Beach, VA) Competition time frame: July Images taken from [1]. 4

5 Catamaran Boat Design Image taken from [1]. 5

6 6

7 Division of labor Task Central processing Image processing GPS/compass interfacing Motor control Remote control Navigation Person assigned to task Darren McDannald Leah Cramer Ryan Burke Noah Dupes Darren McDannald Ryan Burke, Darren McDannald 7

8 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 8

9 Gantt chart 9

10 Gantt chart 10

11 GPS/compass unit block diagram 11

12 GPS/compass unit block diagram 12

13 Acknowledge message GPS initialization MCU Change baud rate to kbaud GPS 13

14 Acknowledge message GPS initialization MCU Baud rate changed successfully GPS 14

15 GPS and compass data testing GPS data Longitude Latitude Compass data Standard deviation 2.48E E Variance 6.15E E Number of samples Average value Actual value

16 Navigation system operation 16

17 Navigation system operation 17

18 Navigation system operation 18

19 Navigation system operation 19

20 Navigation system operation 20

21 Navigation system operation 21

22 Navigation system operation 22

23 Navigation system operation 23

24 Navigation system operation 24

25 Navigation system operation 25

26 Navigation system operation 26

27 Navigation system operation 27

28 Navigation system operation 28

29 Navigation system operation 29

30 Navigation system operation 30

31 Navigation system operation 31

32 Progress 32

33 Progress 33

34 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 34

35 C++ Images from: Amazon.com Bit-tech.net Willowgarage.com 35

36 Competition obstacles Image from: 36

37 Buoy identification flowchart with circle detection 37

38 Circle detection buoy identification results Hough transform Percentage of frames True positive (buoy detected) 80% False positive (incorrect buoy detected) 13.5% False negative (buoy not detected) 6.5% 38

39 Buoy identification flowchart with blob detection 39

40 Blob detection with buoy identification results Blob detection Percentage of frames True positive (buoy detected) 33% False positive (incorrect buoy detected) 62% False negative (buoy not detected) 5% 40

41 Project task progress 41

42 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 42

43 T100 thruster Brushless DC (BLDC) Provides 2.36 kgf ( 5.2 lbf ) of forward thrust Sensorless T100 thruster size comparison obtained from[1] 43

44 A4960 pre-driver configuration The Allegro pre-driver A4960 motor controller with MCU input. Image obtained and modified from[5] Pre-Driver 44

45 A4960 pre-driver configuration The Allegro pre-driver A4960 motor controller with MCU input. Image obtained and modified from[5] Pre-Driver 45

46 Digital commutation for a brushless motor Utilize a three phase configuration Rotor Position( ) High Side Off Low Side High Side Off Low Side High Side Off Low Side Figure 1: Y-configuration of a three phase motor obtained from[2] Figure 2: Three phase digital commutation obtained from[3] 46

47 MOSFET driver configuration 12V Legend H- High Side Driver L- Low Side Driver A- A Phase B- B Phase C- C phase H-A H-B H-C B A C L-A L-B L-C 47

48 Current path for the driver configuration 12V Legend H- High Side Driver L- Low Side Driver A- A Phase B- B Phase C- C phase High-Side Current Path Low-Side Current Path H-A L-A H-B L-B H-C L-C B A C 48

49 Current path for the driver configuration 12V Legend H- High Side Driver L- Low Side Driver A- A Phase B- B Phase C- C phase High-Side Current Path Low-Side Current Path H-A L-A H-B L-B H-C L-C B A C 49

50 Current path for the driver configuration 12V Legend H- High Side Driver L- Low Side Driver A- A Phase B- B Phase C- C phase High-Side Current Path Low-Side Current Path H-A L-A H-B L-B H-C L-C B A C 50

51 Current path for the driver configuration 12V Legend H- High Side Driver L- Low Side Driver A- A Phase B- B Phase C- C phase High-Side Current Path Low-Side Current Path Coil Measuring BEMF H-A L-A H-B L-B H-C L-C B A C 51

52 Utilizing back electro-magnetic force (BEMF) Measured at common terminal, S, between the high and low side MOSFETS Used to determine the rotor position and speed of the BLDC motor S A4960 outputs a frequency varying TACHO signal proportional to the rotors speed 52

53 Latest progression of Gantt 1 ID 1 Task name Research motor controller and configuration Nov 2014 Dec Jan 2015 Feb Mar 2 Motor controller circuit design and testing 3 Assembly of motor configuration on boat frame 4 Progress presentation Schedule Time Completed Milestone 53

54 Slide 53 1 Continue designing and building the A4960 motor controller configuration Expected delivery of T100: January 2015 Research and design the controls algorithm for the diamond thruster configuration -ndupes,

55 Presentation outline Background Objective Block diagram Division of labor R. Burke GPS/compass finalization and navigation system L. Cramer Detecting buoys with computer vision N. Dupes Motor controller D. McDannald Central processor 54

56 Serial communication A C++ class to access a subsystem through serial Sets attributes and can have multiple instances of each connection Able to request and receive data 55

57 Project filing system Easy compilation using a make file Saves time by only compiling when items have been changed Related files in single folder 56

58 Project filing system Easy compilation using a make file Saves time by only compiling when items have been changed Related files in single folder 57

59 Project filing system Easy compilation using a make file Saves time by only compiling when items have been changed Related files in single folder 58

60 Project filing system Easy compilation using a make file Saves time by only compiling when items have been changed Related files in single folder 59

61 Boat trial script A C++ class takes care of the naming of each frame Script makes video automatically at the end of each run Compresses the runs folder Script asks for a description of the surroundings to help testing 60

62 Used TinyXML to configure boat Use of xml files to make to boat easily configurable and on the fly Used to keep compilation times down 61

63 GPS class Request data from GPS and compass data Store the data Path planning Motor and speed commands Data will be used to navigate between one location to another 62

64 Motor class Takes in a speed, direction, and amount of pivot Outputs a string that corresponds to the four motors on the boat calculate(speed, direction, pivot); Converts direction and pivot to a vector for each motor Outputs string over serial *m1: 120 m2: 35 m3: 25 m4: 25 63

65 Schedule 64

66 Future Work Currently working on a navigation system Finish making the motor class and test its operation Implement an accurate time base Threading to process the different systems 65

67 Autonomous Robotic Boat Platform Team: Ryan Burke, Leah Cramer, Noah Dupes, & Darren McDannald Advisors: Mr. Nick Schmidt, Dr. José Sánchez, & Dr. Gary Dempsey Department of Electrical and Computer Engineering February 24 th, 2015

68 Appendix 67

69 Motor Configuration Selection Diamond configuration Consists of four motors Allows for strafing Allows for 360 rota on Diamond configuration on a catamaran platform 68

70 Transistor Configuration For Three Phase Drive Three phase drive circuit consisting of six transistors, six flyback diodes, and a y-configuration three phase motor obtained from[4] 69

71 Power Consumption Of Transistors Type MOSFET BJT IGBT Power consumption calculation Typical values Power consumption of a 11.5 A drive using typical transistor values 70

72 References [1] Blue Robotics. (2014). T100 Thruster [Online]. Available: [2] Global Spec. (2011). Synchronous Motor Grounding [Online]. Available: [3] Embedded. (2008). Designing a MCU-driver permanent magnet BLDC motor controller: Part 1 [Online]. Available: [4] Analog Dialogue. (2008). High Current Sensing [Online]. Available: [5] Allegro MicroSystems. (2014). A4933: Automotive 3-Phase MOSFET Driver [Online]. Available: [6] St. Cyprain s Greek Orthodox Primary Academy. (2014) [Online]. Available: [7] SparkFun Electronics. (2014). Dual Full-Bridge Driver [Online]. Available: [8] Vishay. (2011). IRF520 Power MOSFET [Online]. Available: 71

73 Image Processing-Rectangle Detection Purpose of Research and Testing: Determine How to Detect Polygons Contained within an Image Research OpenCV Utilizes Contours For Detection Of Polygons Contours: Outline or Enclosed Border of a Shape or Form The Contour Detection Algorithm Used By OpenCV: Topological Structural Analysis of Digitized Binary Images by Border Following by Satoshi Suzuki and Keiichi Abe[] MATLAB Testing Imcontour() Implementation Contour Algorithm Testing 72

74 MATLAB Imcontour()-Original Image Image obtained from[6] 73

75 MATLAB Imcontour()-Contour Detection 74

76 H-Bridges Purpose of Research and Testing: Understand the Benefits and Drawbacks of Using H-Bridges Features Bi-Directional Motor Control Four Transistor Configuration Provides Dynamic Breaking Capabilities Allows For Current Sensing 75

77 H-Bridge Testing L298 H-Bridge Contains Two Internal H-Bridge Configurations Two Enable Signals Allows for a 150w motor(50v, 3A Max Rating) Fly Back Diode: 1N4004 Motor 12V >2A While In Air 76

78 L298 H-Bridge Internal Configuration Image obtained from[7] 77

79 H-Bridge Free Running Motor Stop 78

80 H-Bridge Dynamic Motor Stop 79

81 Benefits: Simple Configuration Easily Controllable Provides Bi-Directional Control H-Bridge Conclusion Drawbacks: Large Power Dissipation The Internal BJT Configuration Has Constant Power Dissipation Limits Design 80

82 Choosing A Transistor Type There Are Two Primary Transistor Types: MOSFET and BJT MOSFET Output Is Controlled By Gate Voltage Positive Temperature Coefficients Power Dissipation Depends On Internal Resistance High Gate Capacitance Higher Switching Frequencies BJT Output Is Controlled By Base Current Negative Temperature Coefficients Power Dissipation Depends Terminal Voltage Differentials Low Gate Capacitance Lower Switching Frequencies 81

83 Choosing A MOSFET IPP040N06N R DS max=4 mω V DS max=60 V I D max= 80 A Q G max= 44nC IPP060N06N R DS max=6 mω V DS max=60 V I D max= 40 A Q G max= 32nC IRLB8721PbF R DS max=8.7 mω V DS max=30 V I D max= 44 A Q G max= 13nC IRLB8748PbF * * R DS max=4.8 mω V DS max=30 V I D max= 44 A Q G max= 23nC * * Indicates the current choice for the MOSFET configuration 82

84 PWM Driven Transistor Configuration Purpose of Research and Testing : Design a Transistor Switch Configuration Driven by a Microcontroller Generated PWM Controlled by an Analog Input. 83

85 Block Diagram For System 84

86 Design And Testing IRF520 VDS Max = 100V RDS(ON) Max = 0.27 Ω Max Gate Charge = 16 nc Output Characteristics of the IRF520 obtained from[8] Atmega168 Microcontroller Minimum Pin Output Voltage = 4.2V Maximum Pin Output Current = 40mA 2N2222A Hfe(Gain) = 75 Max VCE(Sat) = 1.6V Max VBE(Sat) = 2.6V 85

87 Observations of the Gate Input for the IRF520 Gate input with Rc equal to 1.2KΩ Gate input with Rc equal to 10KΩ Gate input with Rc equal to 100KΩ 86

88 A4960 Specs Absolute Ratings Max Load Supply Voltage: 50 V Max Logic Supply Voltage: 6 V Max Sink Current: 150 ma Max Gate Output Turn on/off: 20 ns Max System Clock Period: 57 ns (17.5 MHz) Minimum Input Pulse Filter Time: 500 us (2 KHz) 87

89 Three Phase Back EMF Output Image obtained from [5] 88

90 IRF520 Circuit Configuration Circuit 1: Motor Drive IRF520 Configuration Circuit 2: IRF520 Test Configuration 89

91 Circuit Design for the Transistor Switch Configuration 90

92 = + = + [source: wikipedia] 91

93 [source: wikipedia] 92

94 [source: wikipedia] 93

95 = + = + 94

96 95

97 21HT Hough Transform Method Reduces the amount of memory required. Uses edge direction Two step process 1.) The center of any given circle is the intersection point of all the normal lines from the circle edge. A 2-dimensional array is used to record the "votes" along the normal line of each detected edge point. 2.) "To identify the radius of circles, the distance of each point from a candidate center is calculated and a radius histogram is produced." PROS: This method is low on storage space. Only a 2-d array is used and a 1-d histogram. CONS: If the radius threshold is very low (i.e. The 21HT is being used to detect very small circles) there is a risk of many false peaks occurring in step 1. This can increase the amount of computational work necessary in step 2. 96

98 Gaussian Filtering, =

99 OpenCV Results using: RGB Colorspace Gaussian Filtering Canny Edge Detection Hough Transform 98

Nautical Autonomous System with Task Integration

Nautical Autonomous System with Task Integration Nautical Autonomous System with Task Integration (code name NASTI) Students: Terry Max Christy, Jeremy Borgman Advisors: Dr. Gary Dempsey, Nick Schmidt 1 Outline Original Goals System Overview Review of

More information

Navigation and Thrust System for AUVSI RoboBoat

Navigation and Thrust System for AUVSI RoboBoat Navigation and Thrust System for AUVSI RoboBoat Authors: Michael S. Barnes, Evan J. Dinelli, Dan R. Van de Water Advisor: Dr. Gary Dempsey Client: Mr. Nick Schmidt Department of Electrical and Computer

More information

Nautical Autonomous System with Task Integration

Nautical Autonomous System with Task Integration Nautical Autonomous System with Task Integration Authors: Jeremy Borgman, Terry Max Christy, Zackary Knoll, Steven Blass Advisors: Dr. Gary Dempsey & Mr. Nick Schmidt Department of Electrical Engineering

More information

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r o p o s a l 0 Nautical Autonomous System with Task Integration Project Proposal Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r

More information

Nautical Autonomous System with Task Integration (Code name)

Nautical Autonomous System with Task Integration (Code name) Nautical Autonomous System with Task Integration (Code name) NASTI 10/6/11 Team NASTI: Senior Students: Terry Max Christy, Jeremy Borgman Advisors: Nick Schmidt, Dr. Gary Dempsey Introduction The Nautical

More information

Navigation and Thrust System for AUVSI RoboBoat

Navigation and Thrust System for AUVSI RoboBoat Navigation and Thrust System for AUVSI RoboBoat Author: Evan J. Dinelli Team Members: Michael S. Barnes and Dan R. Van de Water Advisor: Dr. Gary Dempsey Client: Mr. Nick Schmidt Department of Electrical

More information

Project Name: SpyBot

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

More information

Brushless 5 click. PID: MIKROE 3032 Weight: 25 g

Brushless 5 click. PID: MIKROE 3032 Weight: 25 g Brushless 5 click PID: MIKROE 3032 Weight: 25 g Brushless 5 click is a 3 phase sensorless BLDC motor controller, with a soft-switching feature for reduced motor noise and EMI, and precise BEMF motor sensing,

More information

Speed Control of BLDC Motor Using FPGA

Speed Control of BLDC Motor Using FPGA Speed Control of BLDC Motor Using FPGA Jisha Kuruvilla 1, Basil George 2, Deepu K 3, Gokul P.T 4, Mathew Jose 5 Assistant Professor, Dept. of EEE, Mar Athanasius College of Engineering, Kothamangalam,

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS vii TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS iii xii xiii xxi 1 INTRODUCTION 1 1.1 GENERAL 1 1.2 LITERATURE SURVEY 1 1.3 OBJECTIVES

More information

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Kevin Block, Timothy De Pasion, Benjamin Roos, Alexander Schmidt Gary Dempsey

More information

Simulation Study of MOSFET Based Drive Circuit Design of Sensorless BLDC Motor for Space Vehicle

Simulation Study of MOSFET Based Drive Circuit Design of Sensorless BLDC Motor for Space Vehicle Simulation Study of MOSFET Based Drive Circuit Design of Sensorless BLDC Motor for Space Vehicle Rajashekar J.S. 1 and Dr. S.C. Prasanna Kumar 2 1 Associate Professor, Dept. of Instrumentation Technology,

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear 1 Single-phase Variable Frequency Switch Gear Department of Electrical and Computer Engineering Eric Motyl and Leslie Zeman Advisor: Professor Steven D. Gutschlag November 19, 2015 2 Outline Problem Description

More information

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions National Infotech A way to Power Electronics and Embedded System Solutions Electrical Drive Trainers In every industry there are industrial processes where electrical motors are used as a part of process

More information

Motor Drive Business Unit Gem Li Marketing Manager

Motor Drive Business Unit Gem Li Marketing Manager Motor Drive Business Unit Gem Li Marketing Manager H-Bridge: The Heart of the Driver VM High Side Gate Driver M High Side Gate Driver Low Side Gate Driver Low Side Gate Driver Critical Specs / Care abouts:

More information

Universal High Brightness LED Driver

Universal High Brightness LED Driver FEATURES Over 90% Efficiency 10V to 600V Input Range Constant Current LED Driver Applications from a few ma to more than 1A output LED String From One to Hundreds of Diodes Linear and PWM Dimming Capability

More information

N-Channel Power MOSFET 60V, 70A, 12mΩ

N-Channel Power MOSFET 60V, 70A, 12mΩ TSM2N6LCP N-Channel Power MOSFET 6V, 7A, 2mΩ FEATURES Low R DS(ON) to minimize conductive losses Logic level Low gate charge for fast power switching % UIS and R g tested Compliant to RoHS directive 2/65/EU

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear Single-phase Variable Frequency Switch Gear Eric Motyl, Leslie Zeman Advisor: Professor Steven Gutschlag Department of Electrical and Computer Engineering Bradley University, Peoria, IL May 13, 2016 ABSTRACT

More information

Solid State Devices (2)

Solid State Devices (2) Solid State Devices (2) Daniel Kohn University of Memphis Department of Engineering Technology TECH 3821 Industrial Electronics Fall 2015 Opto Isolators An optoisolator (also known as optical coupler,

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear Single-phase Variable Frequency Switch Gear Eric Motyl, Leslie Zeman Advisor: Professor Steven Gutschlag Department of Electrical and Computer Engineering Bradley University, Peoria, IL October 15, 2015

More information

N-Channel Power MOSFET 40V, 135A, 3.8mΩ

N-Channel Power MOSFET 40V, 135A, 3.8mΩ TSM38N4LCP N-Channel Power MOSFET 4V, 35A, 3.8mΩ FEATURES Low R DS(ON) to minimize conductive losses Logic level Low gate charge for fast power switching % UIS and R g tested Compliant to RoHS directive

More information

Sistemi per il controllo motori

Sistemi per il controllo motori Sistemi per il controllo motori TALENTIS 4ª SESSIONE - 28 MAGGIO 2018 Speaker: Ing. Giuseppe Scuderi Automation and Motion control team Central Lab Prodotti ST per il controllo motori 2 Applicazioni e

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Project Proposal Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Advisor Dr. Gary Dempsey Bradley University Department of Electrical Engineering December

More information

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

Gregory Bock, Brittany Dhall, Ryan Hendrickson, & Jared Lamkin Project Advisors: Dr. Jing Wang & Dr. In Soo Ahn Department of Electrical and Computer

Gregory Bock, Brittany Dhall, Ryan Hendrickson, & Jared Lamkin Project Advisors: Dr. Jing Wang & Dr. In Soo Ahn Department of Electrical and Computer Gregory Bock, Brittany Dhall, Ryan Hendrickson, & Jared Lamkin Project Advisors: Dr. Jing Wang & Dr. In Soo Ahn Department of Electrical and Computer Engineering March 1 st, 2016 Outline 2 I. Introduction

More information

SMPS MOSFET. V DSS Rds(on) max I D

SMPS MOSFET. V DSS Rds(on) max I D Applications Switch Mode Power Supply ( SMPS ) Uninterruptable Power Supply High speed power switching Lead-Free Benefits Low Gate Charge Qg results in Simple Drive Requirement Improved Gate, Avalanche

More information

Product Information Using the SENT Communications Output Protocol with A1341 and A1343 Devices

Product Information Using the SENT Communications Output Protocol with A1341 and A1343 Devices Product Information Using the SENT Communications Output Protocol with A1341 and A1343 Devices By Nevenka Kozomora Allegro MicroSystems supports the Single-Edge Nibble Transmission (SENT) protocol in certain

More information

Cedarville University RoboBoat

Cedarville University RoboBoat Cedarville University RoboBoat Tyler Chan, Krista Kroninger, Jimmy Myers, Tim Swanson (Team Leader) Samuel Dallas, Josiah Franklin, Kyle Girtz, Jonathon Power, Jimmy Smyly Team Advisor: Timothy Tuinstra

More information

Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive

Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive ISSN 1 746-72, England, UK World Journal of Modelling and Simulation Vol. 9 (201) No. 2, pp. 8-88 Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive Nalin Kant

More information

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore)

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Laboratory 14 Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Required Components: 1x PIC 16F88 18P-DIP microcontroller 3x 0.1 F capacitors 1x 12-button numeric

More information

The University of Wisconsin-Platteville

The University of Wisconsin-Platteville Embedded Motor Drive Development Platform for Undergraduate Education By: Nicholas, Advisor Dr. Xiaomin Kou This research and development lead to the creation of an Embedded Motor Drive Prototyping station

More information

Project Name: Tail-Gator

Project Name: Tail-Gator EEL 4924 Electrical Engineering Design (Senior Design) Final Report 22 April 2013 Project Name: Tail-Gator Team Name: Eye in the Sky Team Members: Name: Anthony Incardona Name: Fredrik Womack Page 2/14

More information

Team S.S. Minnow RoboBoat 2015

Team S.S. Minnow RoboBoat 2015 1 Team RoboBoat 2015 Abigail Butka Daytona Beach Homeschoolers Palm Coast Florida USA butkaabby872@gmail.com Nick Serle Daytona Beach Homeschoolers Flagler Beach, Florida USA Abstract This document describes

More information

N-Channel Power MOSFET 150V, 1.4A, 480mΩ

N-Channel Power MOSFET 150V, 1.4A, 480mΩ TSM48N5CX6 N-Channel Power MOSFET 5V,.4A, 48mΩ FEATURES Low R DS(ON) to minimize conductive losses Low gate charge for fast power switching Compliant to RoHS directive /65/EU and in accordance to WEEE

More information

Current-mode PWM controller

Current-mode PWM controller DESCRIPTION The is available in an 8-Pin mini-dip the necessary features to implement off-line, fixed-frequency current-mode control schemes with a minimal external parts count. This technique results

More information

EE152 Final Project Report

EE152 Final Project Report LPMC (Low Power Motor Controller) EE152 Final Project Report Summary: For my final project, I designed a brushless motor controller that operates with 6-step commutation with a PI speed loop. There are

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

BLOCK DIAGRAM OF THE UC3625

BLOCK DIAGRAM OF THE UC3625 U-115 APPLICATION NOTE New Integrated Circuit Produces Robust, Noise Immune System For Brushless DC Motors Bob Neidorff, Unitrode Integrated Circuits Corp., Merrimack, NH Abstract A new integrated circuit

More information

AM V N-CHANNEL ENHANCEMENT MODE MOSFET

AM V N-CHANNEL ENHANCEMENT MODE MOSFET DESCRIPTION The is the N-Channel logic enhancement mode power field effect transistor is produced using high cell density. Advanced trench technology to provide excellent RDS(ON). This high density process

More information

ALL Switch GaN Power Switch - DAS V22N65A

ALL Switch GaN Power Switch - DAS V22N65A Description ALL-Switch is a System In Package (SIP) switch. A Normally-Off safe function is integrated within the package, designed according to SmartGaN topology, an innovation by VisIC Technologies.

More information

MIC38C42A/43A/44A/45A

MIC38C42A/43A/44A/45A MIC38C42A/43A/44A/45A BiCMOS Current-Mode PWM Controllers General Description The MIC38C4xA are fixed frequency, high performance, current-mode PWM controllers. Micrel s BiCMOS devices are pin compatible

More information

12N60 12N65 Power MOSFET

12N60 12N65 Power MOSFET 12 Amps, 600/650 Volts N-CHANNEL POWER MOSFET DESCRIPTION 1 1 TO-220 ITO-220/TO-220F is a high voltage and high current power MOSFET, designed to have better characteristics, such as fast switching time,

More information

Mind Games. Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38

Mind Games. Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38 Mind Games Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38 Goals & Objectives Basic Overview The goal of this project is to control multiple applications through nontraditional

More information

High Current DC Motor Driver Manual

High Current DC Motor Driver Manual High Current DC Motor Driver Manual 1.0 INTRODUCTION AND OVERVIEW This driver is one of the latest smart series motor drivers designed to drive medium to high power brushed DC motor with current capacity

More information

Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot.

Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot. EEL4924 - Electrical Engineering Design 2 Final Design Report April 23, 2013 Boozer Cruiser The Mobile Bartending Robot Team Members: Mackenzie Banker Perry Fowlkes mbanker@ufl.edu perry.pfowlkes@gmail.com

More information

UNISONIC TECHNOLOGIES CO., LTD

UNISONIC TECHNOLOGIES CO., LTD UNISONIC TECHNOLOGIES CO., LTD 5A, 650V N-CHANNEL POWER MOSFET DESCRIPTION The UTC 5N65 is a high voltage power MOSFET designed to have better characteristics, such as fast switching time, low gate charge,

More information

AP CANmotion. Evaluation Platform with BLDC Motor featuring XC886CM Flash Microcontroller Version 2007/10. Microcontrollers

AP CANmotion. Evaluation Platform with BLDC Motor featuring XC886CM Flash Microcontroller Version 2007/10. Microcontrollers Application Note, V1.0, April 2007 AP08060 CANmotion Evaluation Platform with BLDC Motor featuring XC886CM Flash Microcontroller Version 2007/10 Microcontrollers Edition 2007-04 Published by Infineon Technologies

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

UNISONIC TECHNOLOGIES CO., LTD 5N60

UNISONIC TECHNOLOGIES CO., LTD 5N60 UNISONIC TECHNOLOGIES CO., LTD 5N60 5A, 600V N-CHANNEL POWER MOSFET DESCRIPTION The UTC 5N60 is a high voltage power MOSFET and is designed to have better characteristics, such as fast switching time,

More information

Motor Control using NXP s LPC2900

Motor Control using NXP s LPC2900 Motor Control using NXP s LPC2900 Agenda LPC2900 Overview and Development tools Control of BLDC Motors using the LPC2900 CPU Load of BLDCM and PMSM Enhancing performance LPC2900 Demo BLDC motor 2 LPC2900

More information

Digital PWM Techniques and Commutation for Brushless DC Motor Control Applications: Review

Digital PWM Techniques and Commutation for Brushless DC Motor Control Applications: Review Digital PWM Techniques and Commutation for Brushless DC Motor Control Applications: Review Prof. S.L. Tade 1, Ravindra Sor 2 & S.V. Kinkar 3 Professor, Dept. of E&TC, PCCOE, Pune, India 1 Scientist, ARDE-DRDO,

More information

A Practical Primer On Motor Drives (Part 13): Motor Drive Control Architectures And Algorithms

A Practical Primer On Motor Drives (Part 13): Motor Drive Control Architectures And Algorithms ISSUE: February 2017 A Practical Primer On Motor Drives (Part 13): Motor Drive Control Architectures And Algorithms by Ken Johnson, Teledyne LeCroy, Chestnut Ridge, N.Y. Part 12 began the explanation of

More information

Universal Input Switchmode Controller

Universal Input Switchmode Controller Universal Input Switchmode Controller Si9120 FEATURES 10- to 0- Input Range Current-Mode Control 12-mA Output Drive Internal Start-Up Circuit Internal Oscillator (1 MHz) and DESCRIPTION The Si9120 is a

More information

II/IV B.Tech (Supplementary) DEGREE EXAMINATION

II/IV B.Tech (Supplementary) DEGREE EXAMINATION CS/IT 221 April, 2017 1. a) Define a continuous random variable. b) Explain Normal approximation to binomial distribution. c) Write any two properties of Normal distribution. d) Define Point estimation.

More information

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge L298 Full H-Bridge HEF4071B OR Gate Brushed DC Motor with Optical Encoder & Load Inertia Flyback Diodes Arduino Microcontroller

More information

P-Channel Power MOSFET -40V, -22A, 15mΩ

P-Channel Power MOSFET -40V, -22A, 15mΩ TSM5P4LCS P-Channel Power MOSFET -4V, -22A, 5mΩ FEATURES Low R DS(ON) to minimize conductive losses Logic level Low gate charge for fast power switching % UIS and R g tested Compliant to RoHS directive

More information

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TRINAMIC Motion Control GmbH & Co. KG Sternstraße 67 D 20357 Hamburg GERMANY www.trinamic.com

More information

8N Amps, 600/650 Volts N-CHANNEL POWER MOSFET 8N60 MOSFET N 600V 7.5A 1,2 OHM. Power MOSFET. DESCRIPTION FEATURES

8N Amps, 600/650 Volts N-CHANNEL POWER MOSFET 8N60 MOSFET N 600V 7.5A 1,2 OHM. Power MOSFET.   DESCRIPTION FEATURES MOSFET N 6V 7.5A,2 OHM 8N6 7.5 Amps,6/65 Volts N-CHANNEL POWER MOSFET DESCRIPTION The UTC 8N6 is a high voltage and high current power MOSFET, designed to have better characteristics, such as fast switching

More information

V DSS Rds(on) max I D

V DSS Rds(on) max I D Applications l Switch Mode Power Supply ( SMPS ) l Uninterruptable Power Supply l High speed power switching l Lead-Free Benefits l Low Gate Charge Qg results in Simple Drive Requirement l Improved Gate,

More information

UNISONIC TECHNOLOGIES CO., LTD

UNISONIC TECHNOLOGIES CO., LTD UNISONIC TECHNOLOGIES CO., LTD 4A, 6V N-CHANNEL POWER MOSFET DESCRIPTION TO-22F TO-22F The UTC 4N6-C is a high voltage power MOSFET and is designed to have better characteristics, such as fast switching

More information

TB6537P/PG,TB6537F/FG

TB6537P/PG,TB6537F/FG TOSHIBA CMOS Integrated Circuit Silicon Monolithic TB6537P/PG,TB6537F/FG TB6537P/PG/F/FG 3-PHASE FULL-WAVE SENSORLESS CONTROLLER FOR BRUSHLESS DC MOTORS The TB6537P/PG/F/FG is a 3-phase full-wave sensorless

More information

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: _ATV Group No. 3 Team Member Completing This Homework: Sebastian Hening

More information

Fuzzy Logic Based Speed Control of BLDC Motor

Fuzzy Logic Based Speed Control of BLDC Motor Fuzzy Logic Based Speed Control of BLDC Motor Mahesh Sutar #1, Ashish Zanjade *2, Pankaj Salunkhe #3 # EXTC Department, Mumbai University. 1 Sutarmahesh4@gmail.com 2 Zanjade_aa@rediffmail.com 3 pasalunkhe@gmail.com

More information

TO-220 G D S. T C = 25 C unless otherwise noted

TO-220 G D S. T C = 25 C unless otherwise noted 500V N-Channel MOSFET General Description This Power MOSFET is produced using Maple semi s advanced planar stripe DMOS technology. This advanced technology has been especially tailored to minimize on-state

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

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

PHASE BRUSHLESS DC MOTOR CONTROLLER/DRIVER FEATURES

PHASE BRUSHLESS DC MOTOR CONTROLLER/DRIVER FEATURES Data Sheet 29318.20B 2936-120 Combining logic and power, the UDN2936W-120 provides commutation and drive for three-phase brushless dc motors. Each of the three outputs are rated at 45 V and ±2 A (±3 A

More information

INVESTIGATION OF GATE DRIVERS FOR SNUBBERLESS OVERVOLTAGE SUPPRESSION OF POWER IGBTS

INVESTIGATION OF GATE DRIVERS FOR SNUBBERLESS OVERVOLTAGE SUPPRESSION OF POWER IGBTS INVESTIGATION OF GATE DRIVERS FOR SNUBBERLESS OVERVOLTAGE SUPPRESSION OF POWER IGBTS Alvis Sokolovs, Iļja Galkins Riga Technical University, Department of Power and Electrical Engineering Kronvalda blvd.

More information

Cold-Junction-Compensated K-Thermocoupleto-Digital Converter (0 C to +128 C)

Cold-Junction-Compensated K-Thermocoupleto-Digital Converter (0 C to +128 C) 19-2241; Rev 1; 8/02 Cold-Junction-Compensated K-Thermocoupleto-Digital General Description The cold-junction-compensation thermocouple-to-digital converter performs cold-junction compensation and digitizes

More information

Dual N-Channel MOSFET 30V, 20A, 20mΩ

Dual N-Channel MOSFET 30V, 20A, 20mΩ Dual N-Channel MOSFET 30V, 20A, 20mΩ FEATURES Fast switching 100% avalanche tested Pb-free plating RoHS compliant Halogen-free package APPLICATION Power Supply Motor COntrol KEY PERFORMANCE PARAMETERS

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

UNISONIC TECHNOLOGIES CO., LTD

UNISONIC TECHNOLOGIES CO., LTD UNISONIC TECHNOLOGIES CO., LTD 10A, 650V N-CHANNEL POWER MOSFET DESCRIPTION The UTC 10N65 is a high voltage and high current power MOSFET, designed to have better characteristics, such as fast switching

More information

MM5452/MM5453 Liquid Crystal Display Drivers

MM5452/MM5453 Liquid Crystal Display Drivers MM5452/MM5453 Liquid Crystal Display Drivers General Description The MM5452 is a monolithic integrated circuit utilizing CMOS metal gate, low threshold enhancement mode devices. It is available in a 40-pin

More information

SMPS MOSFET. V DSS R DS(on) max I D

SMPS MOSFET. V DSS R DS(on) max I D Absolute Maximum Ratings SMPS MOSFET Applications l High Frequency Isolated DC-DC Converters with Synchronous Rectification for Telecom and Industrial Use l High Frequency Buck Converters for Server Processor

More information

Dual P-Channel MOSFET -60V, -12A, 68mΩ

Dual P-Channel MOSFET -60V, -12A, 68mΩ Dual P-Channel MOSFET -60V, -12A, 68mΩ FEATURES Fast switching Low thermal resistance package Low profile package Pb-free plating RoHS compliant Halogen-free package KEY PERFORMANCE PARAMETERS PARAMETER

More information

MOSFET as a Switch. MOSFET Characteristics Curves

MOSFET as a Switch. MOSFET Characteristics Curves MOSFET as a Switch MOSFET s make very good electronic switches for controlling loads and in CMOS digital circuits as they operate between their cut-off and saturation regions. We saw previously, that the

More information

TSM6866SD 20V Dual N-Channel MOSFET

TSM6866SD 20V Dual N-Channel MOSFET TSSOP-8 Pin Definition: 1. Drain 1 8. Drain 2 2. Source 1 7. Source 2 3. Source 1 6. Source 2 4. Gate 1 5. Gate 2 PRODUCT SUMMARY V DS (V) R DS(on) (mω) I D (A) 30 @ V GS = 4.5V 6.0 20 40 @ V GS = 2.5V

More information

ELECTRONIC GIANT. EG3113 Datasheet. Half-Bridge Driver. Copyright 2017 by EGmicro Corporation REV 1.0

ELECTRONIC GIANT. EG3113 Datasheet. Half-Bridge Driver. Copyright 2017 by EGmicro Corporation REV 1.0 ELECTRONIC GIANT EG33 Datasheet Copyright 27 by EGmicro Corporation REV. EG33 datasheet Contents. Features... 2 2. General Description... 2 3. Applications... 2 4. Device Information... 3 4.. Pin map...

More information

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Number, 2 Pages 3-24 Jordan Journal of Electrical Engineering ISSN (Print): 249-96, ISSN (Online): 249-969 Analysis of Brushless DC Motor with Trapezoidal Back EMF using MATLAB Taha A. Hussein

More information

Type Ordering Code Package BTS 7700 G Q67007-A9375 P-DSO-28-14

Type Ordering Code Package BTS 7700 G Q67007-A9375 P-DSO-28-14 TrilithIC BTS 7700 G Data Sheet Overview. Features Quad D-MOS switch driver Free configurable as bridge or quad-switch Optimized for DC motor management applications ow R DS ON : 0 mω high-side switch,

More information

SMPS MOSFET HEXFET Power MOSFET. V DSS R DS(on) max I D. 320 P C = 25 C Power Dissipation 260 Linear Derating Factor.

SMPS MOSFET HEXFET Power MOSFET. V DSS R DS(on) max I D. 320 P C = 25 C Power Dissipation 260 Linear Derating Factor. Applications l High frequency DC-DC converters l UPS and Motor Control l Lead-Free Benefits l Low Gate-to-Drain Charge to Reduce Switching Losses l Fully Characterized Capacitance Including Effective C

More information

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU Application Note Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU AN026002-0608 Abstract This application note describes a controller for a 200 W, 24 V Brushless DC (BLDC) motor used to power

More information

AMT Dual DMOS Full-Bridge Motor Driver PACKAGE: AMT49702 AMT49702

AMT Dual DMOS Full-Bridge Motor Driver PACKAGE: AMT49702 AMT49702 FEATURES AND BENEFITS AEC-Q100 Grade 1 qualified Wide, 3.5 to 15 V input voltage operating range Dual DMOS full-bridges: drive two DC motors or one stepper motor Low R DS(ON) outputs Synchronous rectification

More information

SA60. H-Bridge Motor Driver/Amplifiers SA60

SA60. H-Bridge Motor Driver/Amplifiers SA60 H-Bridge Motor Driver/Amplifiers FEATURES LOW COSOMPLETE H-BRIDGE SELF-CONTAINED SMART LOWSIDE/ HIGHSIDE DRIVE CIRCUITRY WIDE SUPPLY RANGE: UP TO 8V A CONTINUOUS OUTPUT ISOLATED CASE ALLOWS DIRECT HEATSINKING

More information

TIDA Brushless DC Propeller Controller Reference Design

TIDA Brushless DC Propeller Controller Reference Design Design Overview The TIDA-00735 reference design is a 10.8V to 25.2V brushless DC motor controller for high power propeller, fan, and pump applications. It uses the DRV8303 brushless DC motor gate driver,

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

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

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

More information

Features. 5V Reference UVLO. Oscillator S R

Features. 5V Reference UVLO. Oscillator S R MIC38C42/3/4/5 BiCMOS Current-Mode PWM Controllers General Description The MIC38C4x are fixed frequency, high performance, current-mode PWM controllers. Micrel s BiCMOS devices are pin compatible with

More information

SI-TECH SEMICONDUCTOR CO.,LTD S85N10R/S

SI-TECH SEMICONDUCTOR CO.,LTD S85N10R/S N-Channel MOSFET Features 85V,100A,Rds(on)(typ)=5.8mΩ @Vgs=10V High Ruggedness Fast Switching 100% Avalanche Tested Improved dv/dt Capability General Description This Power MOSFET is produced using Si-Tech

More information

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

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

More information

Application Note, V1.0, Oct 2006 AP08019 XC866. Sensorless Brushless DC Motor Control Using Infineon 8-bit XC866 Microcontroller.

Application Note, V1.0, Oct 2006 AP08019 XC866. Sensorless Brushless DC Motor Control Using Infineon 8-bit XC866 Microcontroller. Application Note, V1.0, Oct 2006 AP08019 XC866 Using Infineon 8-bit XC866 Microcontroller Microcontrollers Edition 2006-10-20 Published by Infineon Technologies AG 81726 München, Germany Infineon Technologies

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

Dual N-Channel MOSFET 30V, 20A, 20mΩ

Dual N-Channel MOSFET 30V, 20A, 20mΩ Dual N-Channel MOSFET 30V, 20A, 20mΩ FEATURES Fast switching 100% avalanche tested Pb-free plating Compliant to RoHS directive 2011/65/EU and in accordance to WEEE 2002/96/EC Halogen-free according to

More information

C Soldering Temperature, for 10 seconds 300 (1.6mm from case ) Mounting Torque, 6-32 or M3 screw 1.1 (10) N m (lbf in)

C Soldering Temperature, for 10 seconds 300 (1.6mm from case ) Mounting Torque, 6-32 or M3 screw 1.1 (10) N m (lbf in) Typical Applications l Industrial Motor Drive Features l Advanced Process Technology l Ultra Low On-Resistance l 175 C Operating Temperature l Fast Switching l Repetitive Avalanche Allowed up to Tjmax

More information

V DSS R DS(on) max I D

V DSS R DS(on) max I D PD- 94504 IRF1312 IRF1312S IRF1312L HEXFET Power MOSFET Applications High frequency DC-DC converters Motor Control Uninterrutible Power Supplies l l l V DSS R DS(on) max I D 80V 10mΩ 95A Benefits l Low

More information

Features. Symbol Parameter Rating Units V DS Drain-Source Voltage 60 V V GS Gate-Source Voltage ±20 V

Features. Symbol Parameter Rating Units V DS Drain-Source Voltage 60 V V GS Gate-Source Voltage ±20 V General Description These N-Channel enhancement mode power field effect transistors are using trench DMOS technology. This advanced technology has been especially tailored to minimize on-state resistance,

More information

1200V GaN Half Bridge VM40HB120D GaN Power Integrated

1200V GaN Half Bridge VM40HB120D GaN Power Integrated Description Based on GaN technology as an Intelligent Power Module configurated as Half Bridge. GaN transistors and gate drivers (Buffers) with temperature and current sensors are combined in a single

More information

LSI/CSI LS7290 STEPPER MOTOR CONTROLLER. LSI Computer Systems, Inc Walt Whitman Road, Melville, NY (631) FAX (631)

LSI/CSI LS7290 STEPPER MOTOR CONTROLLER. LSI Computer Systems, Inc Walt Whitman Road, Melville, NY (631) FAX (631) LSI/CSI UL A800 FEATURES: LSI Computer Systems, Inc. 1 Walt Whitman Road, Melville, NY 114 (1) 1-0400 FAX (1) 1-040 STEPPER MOTOR CONTROLLER Controls Bipolar and Unipolar Motors Cost-effective replacement

More information