H-Bridge Motor Driver.

Slides:



Advertisements
Similar presentations
Interfacing Lab Part Guide. The Solderless Breadboard Rows along the top and bottom are connected horizontally along the length of the board Holes in.
Advertisements

Fair Use Building and Research Labs Presents
Electronics Dan Simon Cleveland State University ESC 120 Revised August 28, 2010.
Magnetism Any time electrical power is moving through a wire magnetism is created Any time magnetism moves past a wire electrical power is created.
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
Copyright 2009 Hal Aronson BASIC ELECTRICITY for PVs Part One: Volts, Amps, Watts Series and Parallel Wiring.
SENIOR DESIGN 10/16.
Embedded Programming and Robotics
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Electricity Calculating Electric Power When installing new appliances, equipment, tools, or any type of electrical convenience, it is important to know.
Chapter 1 Quick review over Electronics and Electric Components Prepared By : Elec Solv.
Topic 2 Electricity Within a Circuit. Static and Current Electricity: When charged particles build up in an object it is called static electricity. Another.
Assembly of Conductivity Flow Loop EAS 199B living with the lab (in preparation for calibrating conductivity sensor)
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Motors Make the world go ‘round By Jackson Greer, Room 305.
Wind Energy Station Directions. Simple Wind Generator 1.Connect the LED to the motor in the pvc stand (using the red and black wires). 2.Place the motor.
Ch4 Electronic Components Circuit/Schematic Symbols.
TOPIC-MAKING CONNECTION OF ONE SWITCH AND ONE SOCKET
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Introduction to Electronics. Basic Electronics What is electricity? How is it measured? Terms Ohm’s Law Kirchhoff's Laws Power Putting it together Power.
Annie Ly Lawrence Cagatin EE485 Spring 2012 Tuffy Medical Devices.
Electric Fields A charged object experiences a force inside an electric field.
You’re in charge This is a product of the science department of Dartford Technology College.
Electricity and the devices that carry it.. POWER  Electricity and the devices that carry it.  Rules of Lighting Design  Law of Reflection  Law of.
Circuits and Wiring Lesson 10. Important Electrical Concepts  Voltage, Current and Resistance Voltage (V)- measured in volts Voltage (V)- measured in.
Experiments Day 1 & 2 Resistors, Potentiometers and Photocells.
Experiments Day 1 Resistors.. Electronic Technology Definition: The technology of using small amounts of electricity for controlling, detecting, collecting,
Current Electricity. Why did the electron cross the road? Or, why do electrons move in the wire when terminals are connected?
First, let’s review the structure and use of a breadboard.
4.2.3B Electrical Power What About Watts?. Power Law Moving electrons (current) requires ENERGY How much energy gets used depends on: Strength of push.
Detection Circuit ENGR Lecture. Learning Objectives of Lab  Students will learn about –  Electronic circuit components  Building the binary.
MOTORS. Definition Of Motor That powered by electricity or internal combustion, that supplies motive power for a vehicle or for some other device. A device.
Physical Science Mr. Barry. Series circuits have one loop through which current can flow.
Step 1. Place IC on board. Leave one empty row below IC.
2c) Energy and Potential Difference in Circuits Part 1 Current and Charge.
MAKE: AN ELECTRONICS WORKSHOP
Electricity Notes 5 Electric Power – the rate at which _______________________ the rate at which _____________________ is converted into another form of.
Voice Controlled Bot ITSP Idea To make a bot which will follow speech instructions The instructions will be simple like : “start, stop, left, right,
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
Amperes, Volts and Ohms. We use different units to measure different things: We use different units to measure different things: Time – minutes Time –
Terms Wiring WVAOhm’s Law Misc. FR.
Circuits, Voltage & Current Electronics Mr. Engel.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
 Measurement of difference in potential energy between 2 locations in a circuit.  Also called potential difference  Measured in volts (V)  Drives.
Using a Mulitmeter A digital multimeter is a test tool used to measure two or more electrical values—principally voltage (volts), current (amps) and resistance.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
simple example program to control a DC-Motor
Prototyping with Microcontrollers and Sensors
THREE PHASE FAULT ANALYSIS WITH AUTO RESET ON TEMPORARY FAULT AND PERMANENT TRIP OTHERWISE Submitted by:
Using Arduino to modify RC controls Nick Carter 12/31/2015
PIMPRI CHINCHWAD POLYTECHNIC
What makes your vehicle go…
DC Motors Types: Continuous Rotation Servo (Remote Control)
connect a DC-Motor with an arduino
Fair Use Building and Research Labs Presents
Lesson 4 Electricity Part 3.
Arduino Basics Rajeev Dwivedi, PhD.
Praktikum Mikrokontroler
Transistors to Gates Transistors to Gates Gateway To Technology
Basic Electronics Part Two: Electronic Components.
Fair Use Building and Research Labs Presents
Michael McGrath Simple DC Motor Michael McGrath
Figure PIC18 Connection to Relay
Electrical Quantities
CTY SAR FCPS Shawn Lupoli, Elliot Tan
UNIT 9 Relays.
Electricity and STEM Lab #5
UNIT 9 Relays.
Buttons.
Presentation transcript:

H-Bridge Motor Driver

Applications The H-Bridge is used to control larger amounts of power The H-Bridge is also used to change the direction of current flow

Motor Application A motor’s direction is determined by the direction of current flow An H-Bridge allows us to change polarity without physically unplugging and switching the motor wires

Motor Application A wheelchair motor requires: 24 volts, 4 amps (24x4 = 96 watts) The Arduino digital pins provide: 5 Volts, .04 amps (5 x .04 = 0.2 watts) That’s 4,800 digital Arduino pins!

Motor Application A larger power source is needed to drive the motor We just want the Arduino to control the flow For this we can use a H-Bridge motor driver!

How it Works The H-Bridge consists of 4 transistors in an “H” configuration Transistors are switches that the Arduino can open and close

How it Works Closing switches S1 and S4 forces the electricity to flow left to right ‘Close’ a switch by connecting it to a HIGH Arduino pin 2 Arduino pins are needed (S1 + S4 and S2 + S3)

How it Works Closing switches S2 and S3 forces the electricity to flow right to left The power being used to operate the H-Bride is DIFFERENT than that being used to power the motor

How it Works

Wiring The Vcc pin is for supply that will power the motors The green terminals are for 2 motors The 4 male pins go to Arduino digital pins. Two per motor

Wiring We require a separate 5v source to power the transistor The button to the right allows the chip to “steal” power from the larger VCC motor supply In this case the +5v is not needed

Wiring All motor drivers have similar pins, although their location on the board might differ

Complete the H-Bridge lab in Unit 12