TPIC0107B H-Bridge And DC Motor

Slides:



Advertisements
Similar presentations
SITOP power Automation and Drives SITOP modular The First Modular Power Supply SITOP - a step ahead.
Advertisements

Breadboard Power bus + (red) and – (blue) on left and right of breadboard abcde (green) are all connected in a row fghij (yellow) are all connected in.
Introduction to electronics lab ENGRI 1810 Using: Solderless prototype board (white board) Digital multimeter (DMM) Power Supply Signal Generator Oscilloscope.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
EET 2261 Unit 13 Controlling Stepper Motors and Servos  Read Almy, Chapter 21.  Lab #13 due next week.  Final Exam next week.
Vex 1.0 © 2006 Carnegie Mellon Robotics Academy Inc. Test Bed Assembly.
Old control system ( ) MVRT. Main Circuit Breaker Connected to the red wire (power) of the battery When turned off, all power is cut off and robot.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
1 Motors & Motor Controllers ECE AC or DC Motors AC –Few robots use AC except in factories –Most of those that use AC first convert to DC DC –Dominates.
IC Voltage Regulator.
Segway Controller Notes. = connection on top layer of circuit board = connection on bottom layer of circuit board Ground Plane: Areas enclosed by the.
Sensors. This is a set of transmitter and receiver in one of the photoelectric sensor. Detection distance can be adjusted according to the requirements.
Charge Controllers Regulating Battery Charging.
IR Controls Motors An-Najah National University Faculty of Engineering Electrical Engineering Supervised by: Dr. Ra’ad Jaber Prepared by: Rayad Hayek بسم.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Getting Started With the Arduino Uno
TechKnowTone Contents: Sensor Features Sensor Connections Sample Sketch Questions …Sensor Features… Arduino Coding – Distance Sensors.
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
Rebecca Bruce and Susan Reiser, May 2015 Analog Input and Output.
PIC18F4431. PIC18F1330 Infrared Encoder/Decoder.
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
Automatic Hotel Check-in and out System PROJECT #31 Tingting Dang, Tianyuan Feng, Yuncong Hao.
HOT CAR BABY DETECTOR Group #20 Luis Pabon, Jian Gao ECE 445 Dec. 8, 2014.
Arduino Based DC Motor Speed Control
Portable Power Station University of Wyoming Electrical and Computer Department EE Done By Mohammad S. Almoallem Mahmood S. Almoallem Advised.
ARM CORTEX (STM32) BASED MOTOR SPEED CONTROL SUBMITTED BY EDGEFX TEAM.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
Motors & Motor Controllers
Application Case Study Christmas Lights Controller
SENSORS.
UNIT III DC Choppers.
DC MOTOR INTERFACING WITH 8051 MICROCONTROLLER PRESENTED BY
RF Controlled Robotic Vehicle with Laser Beam Arrangement
MICROCONTROLLER AND INTERFACING
Electronic Devices Ninth Edition Floyd Chapter 14.
H-Bridge Motor Driver.
Arduino Uno – controlling LED strips
simple example program to control a DC-Motor
HIDDEN ACTIVE CELL PHONE DETECTOR
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
AC PWM CONTROL FOR INDUCTION MOTOR
A3144 SENSITIVE HALL-EFFECT SWITCHES & AH Linear Hall sensor
OVER VOLTAGE OR UNDER VOLTAGE
LOAD CUTOFF SWITCH UPON OVER VOLTAGE OR UNDER VOLTAGE
REMOTE JAMMING DEVICE.
UNIT-IV Application of Special I.C’s.
My customer has used TLE2142-Q1 as like below circuits and then they find that the output surge happens when the following conditions. The 5V is supplied.
IMPEDENCE - SOURCE INVERTER FOR MOTOR DRIVES
AC PWM BASED POWER Control BY IGBT / MOSFET
By: Raed Wa’el Ennab & Raja Sa’ed Anabtawi
ARDUINO DC MOTR SPEED CTL
PWM BASED SPEED CONTROL FOR DC MOTOR
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
ADD V, 88 LED Boost IC (200mA/LED)
Dr. Unnikrishnan P.C. Professor, EEE
DC Motor and Stepper Controller
LM2596: Buck Regulator, Switching, 3.0 A
CBC Fundamentals Lecture is based on material from Robotic Explorations: A Hands-on Introduction to Engineering, Fred Martin, Prentice Hall, 2001.
Introduction to H-Bridge
SINKING AND SOURCING Two terms most frequently mentioned when discussing connections to inputs or outputs are “sinking” and “sourcing“. These two concepts.
ELEC207 Linear Integrated Circuits
Principles & Applications Large-Signal Amplifiers
EET 2261 Unit 12 Controlling Stepper Motors and Servos
LM2596: Buck Regulator, Switching, 3.0 A
Regulating Battery Charging
Mark Bristow CENBD 452 Fall 2002
LM2596: Buck Regulator, Switching, 3.0 A
NCP1200: PWM Controller, Fixed Frequency, Flyback, Current Mode
Presentation transcript:

TPIC0107B H-Bridge And DC Motor Lucas Jessee ljj116@psu.edu CENBD 452

Features Dedicated PWM Input Port Optimized for Reversible Operation of Motors Internal Current Shutdown of 5 A 40 V Load Dump Rating CMOS Compatible Schmitt Trigger Inputs for High Noise Immunity

H-Bridge It is mandatory that all four ground terminals plus at least one substrate terminal are connected to the system ground. Use all VCC and OUT terminals. DIR controls Direction PWM (Pulse Width Modulation) controls the motor’s speed. OUT 1 and OUT 2 go to the motor. STATUS 1 and STATUS 2 are for use with microcontrollers.

Internal Diagram Circuit Has Several Modes of Protection Over Current/Short Circuit Over Temperature Under/Over Voltage Cross Conduction Open Circuit

Boring, but Important Note the unique Vcc Extreme temperature range 2 kHz Max PWM frequency

DC Motor Some DC motors have 4 wires, others have 2. Motors with 2 wires are easy to control, just connect the two wires to OUT 1 and OUT 2. Motors with 4 wires are easy as well. The Blue and Red wires are connected to OUT 1 and OUT 2, and the yellow and green wires aren’t used. They can be used to supply current through an internal generator. The motor I ended up using has only 2 wires.

How I Hooked Up My Circuit GNDS and GND all connected to ground. Vcc all connected to 6 volts DIR connected to push button PWM connected to function generator Status1 and Status2 are left open.

Demo