Difference between revisions of "Motor Shield"

From LinkSprite Playgound
Jump to: navigation, search
(Created page with "== Introduction == The Motor Shield is a perfect platform for robotics and mechanical applications. It enables the Arduino to drive two brushed DC motors or one 4-wire two-p...")
 
(Specifications)
Line 60: Line 60:
  
 
''* Recommend maximum duty <50% at full load''
 
''* Recommend maximum duty <50% at full load''
 +
 +
== Interface Function  ==
 +
 +
{| border="1" cellspacing="0" width="100%"
 +
|-
 +
! style="width: 20%" scope="col" align="center" | Pin Name
 +
! scope="col" align="center" | Direction
 +
! scope="col" align="center" | Connection to Arduino
 +
! scope="col" align="center" | Description
 +
|-
 +
! scope="row" | VCC
 +
| align="center" | /
 +
| align="center" | VCC
 +
| align="center" | Power supply selector
 +
|-
 +
! scope="row" | VS, GND
 +
| align="center" | /
 +
| align="center" | /
 +
| align="center" | Power Supply for Motor, 6V - 15V
 +
|-
 +
! scope="row" | EA
 +
| align="center" | Input
 +
| align="center" | D9
 +
| align="center" | TTL Compatible Enable Input of Bridge A
 +
|-
 +
! scope="row" | EB
 +
| align="center" | Input
 +
| align="center" | D10
 +
| align="center" | TTL Compatible Enable Input of Bridge B
 +
|-
 +
! scope="row" | IN1
 +
| align="center" | Input
 +
| align="center" | D8
 +
| align="center" | TTL Compatible Inputs of the Bridge A
 +
|-
 +
! scope="row" | IN2
 +
| align="center" | Input
 +
| align="center" | D11
 +
| align="center" | TTL Compatible Inputs of the Bridge A
 +
|-
 +
! scope="row" | IN3
 +
| align="center" | Input
 +
| align="center" | D12
 +
| align="center" | TTL Compatible Inputs of the Bridge B
 +
|-
 +
! scope="row" | IN4
 +
| align="center" | Input
 +
| align="center" | D13
 +
| align="center" | TTL Compatible Inputs of the Bridge B
 +
|-
 +
! scope="row" | M1-, M1+
 +
| align="center" | Output
 +
| align="center" | /
 +
| align="center" | Outputs of the Bridge A
 +
|-
 +
! M2-, M2+
 +
| align="center" | Output
 +
| align="center" | /
 +
| align="center" | Outputs of the Bridge B
 +
|}

Revision as of 15:47, 17 November 2012

Introduction

The Motor Shield is a perfect platform for robotics and mechanical applications. It enables the Arduino to drive two brushed DC motors or one 4-wire two-phase stepper motor. Based on the H-bridge driver Chip L298N motor driver integrated circuit, it requires a 6V to 15V power supply to power the motor and also includes an on-board 5V voltage regulator for powering the main Arduino board. Additional plug and play Grove sensors can be connected to the 13 on-board Grove connectors.

Features

  • Standard Arduino compatible
  • Pulse-width modulated speed control mode
  • 4 direction indicator lights
  • Compatible with Grove plug and play sensors
  • Extra large heat sink helps handle big loads
  • Supports up to 14 servos

Specifications

Item Min Typical Max Unit
Logic Control Voltage 4.5 5 5.5 V
Motor Supply Voltage 6 / 15 V
Output Voltage 0 / Vinput -1 V
Output Current( For Each Channel) / / 2000 * mA
Output Duty range 0%~100% /
Dimension 68.5x54.5x29.5 mm
Net Weight 37 g

* Recommend maximum duty <50% at full load

Interface Function

Pin Name Direction Connection to Arduino Description
VCC / VCC Power supply selector
VS, GND / / Power Supply for Motor, 6V - 15V
EA Input D9 TTL Compatible Enable Input of Bridge A
EB Input D10 TTL Compatible Enable Input of Bridge B
IN1 Input D8 TTL Compatible Inputs of the Bridge A
IN2 Input D11 TTL Compatible Inputs of the Bridge A
IN3 Input D12 TTL Compatible Inputs of the Bridge B
IN4 Input D13 TTL Compatible Inputs of the Bridge B
M1-, M1+ Output / Outputs of the Bridge A
M2-, M2+ Output / Outputs of the Bridge B