6
High Temperature Hbridge Motor Driver

H-bridge Motor Driver Hardware Manual

Embed Size (px)

DESCRIPTION

Manual

Citation preview

Page 1: H-bridge Motor Driver Hardware Manual

High Temperature H-Bridge Motor Driver©201 3 by e-Gizmo Mechatonix Central

High TemperatureH­bridge Motor DriverTechnical Manual Rev 1 r0

The H-Bridge Motor driver is the all-new e-Gizmoindustrial motor control kit. I t is good for al lindustrial applications especial ly for carrying heavyloads and resistant to high temperature.

I t is designed for DC motor control in a hightemperature environment l ike mechatronicassemblies in hot engines l ike turbo chargers.

I t has PWM and direction control lers that del iversthe motor direction and controls the motor speed.

I t includes battery overvoltage protection frombelow 8V and above 20V.

Page 1 of 6 pages

Features & Specifications:

- Watchdog control pin (30Hz)- Current l imitations: Approx. 6A- Max. Temperature: up to 200C junction- Ambient Temp: up to 1 50C- With battery overvoltage protection.- With forward/reverse direction control- With short circuit protection- With optional current sensing circuit (seeSchematic Diagram)

Page 2: H-bridge Motor Driver Hardware Manual

High Temperature H-Bridge Motor Driver©201 3 by e-Gizmo Mechatonix Central

MAJOR PARTS PRESENTATION

TABLE 1. LED indicators

Figure 1. High temperature H­Bridge Motor Drivermajor part presentation

Page 2 of 6 pages

From table 1 , MOTOR STAT1 & 2 indicates HIGH or LOW condition of the motor. The PWM indicatorshows the motor speed and the DIR indicator shows the direction wherein HIGH output implies forwarddirection and LOW output indicated reverse direction. Diagnostic outputs DG1 , DG2, and DG3, showsthe MCU condition.

Page 3: H-bridge Motor Driver Hardware Manual

AVR32©201 3 by e-Gizmo Mechatonix Central

PARTS & PIN DESCRIPTIONS

Page 3 of 6 pages

TABLE 2. P3 Control terminal

TABLE 3. K1 Supply voltage terminal

Operation requirements:

+VIN = 8-20VWD = Pulse Width Modulation 30Hz

DIR = Logic "1 " or "0"

Page 4: H-bridge Motor Driver Hardware Manual

High Temperature H-Bridge Motor Driver©201 3 by e-Gizmo Mechatonix Central

SAMPLE APPLICATION

// Library by Dan, e-Gizmo Mechatronix Central// The library is made to simplify HBridge control// and pwm frequency setting

/*Available commands:HBridge variable(wd_pin,pwm_pin,dir_pin);variable.begin(); // Sets wd pinvariable.Forward(speed); // Forwardvariable.Backward(speed); // Backwardvariable.Stop(); // Stop

*/

#include <HBridge.h>

HBridge motors(11 ,6,8);

void setup(){motors.begin();}

void loop(){motors.Forward(255);delay(1 000);motors.Backward(255);delay(1 000);motors.Stop();delay(1 000);}

NOTE:

Import l ibrary "HBridge.h" to your Arduino IDE bygoing to your Arduino's l ibraries folder. Simplycopy and paste the HBridge folder located on thesame folder as this hardware manual to thel ibraries folder.

Figure 2. Sample application using a Gizduino Microcontroller

Page 4 of 6 pages

Page 5: H-bridge Motor Driver Hardware Manual

High Temperature H-Bridge Motor Driver©201 3 by e-Gizmo Mechatonix Central

SCHEMATIC DIAGRAM

Page 5 of 6 pages

Fig

ure

3.S

chem

atic

diag

ram

ofH

igh

tem

pera

ture

Brid

geM

otor

Driv

erA

TA68

24C

boar

d.

Page 6: H-bridge Motor Driver Hardware Manual

High Temperature H-Bridge Motor Driver©201 3 by e-Gizmo Mechatonix Central

PCB LAYOUT

Page 6 of 6 pages

Fig

ure

4.H-BrdigeMotorDriverPartsPlacement