Dual DC Motor Shield V2

Dual DC Motor Shield V2
  • Dual DC Motor Shield V2
  • Dual DC Motor Shield V2

Dual DC Motor Shield V2

Code: MR007-001.2
The Dual DC Motor Shield V2 is a shield that has been projected to enable an Arduino board to drive two brushed DC motors or one 4-wire two-phase stepper motor, controlling the speed and direction of each one independently.

Description

The Dual DC Motor Shield V2 is a shield that has been projected to enable an Arduino board to drive two brushed DC motors or one 4-wire two-phase stepper motor, controlling the speed and direction of each one independently.

 

Some applications may need to control the motor speed or a servo angular position by a potentiometer; for these reasons in this shield two digital I/O ports and two analog input ports have been added.

 

Analog input ports can be used to read potentiometers or any other analogic sensor, while digital I/O ports can be used to drive servos or interface other digital devices.

 

This shield is based on the A4953, a high voltage, high current dual full-bridge driver. To prevent board damages, all driver lines are diode protected from back EMF. The maximum supply voltage supported by this board is 46V.

 

To ensure safely operating condition you can measure the motor current absorption of each motor; this allow to avoid stall conditions. On this shield it has been included an integrated I2C digital temperature sensor to monitor the shield temperature in order to prevent overtemperature threat.

In fact when the A4953 chip works at high current values it may become very hot and this heat can flow through all the shield. To avoid dangerous overheating condition you can use the integrated I2C digital temperature sensor mounted close to the A4953 chip. This allows the temperature monitoring via the I2C bus using the Arduino pins SCL and SDA. The sensor is the integrated circuit TCN75A and you can refer to its datasheet to better understanding its communication protocol.

 

The logic of the Dual DC Motor Shield V2 is powered directly from the Arduino board, whereas motor outputs can be powered both from Arduino Vin pin or from external power source, even if it is strongly encouraged to use external power supply.

 

On this shield the selection of the power source for motor outputs is accomplished by a jumper. Moving the jumper from one side to the other the power source can be changed.

 

This board also provides direction LED indicators for both channels and this is very usefull during setup stage to verify the firmware behaviour; the led indicators work also without appling a real motor to the output.

 

!!! CAUTION !!!

The Driver IC may become very hot when working with current more than 1A.

 

Specifications

  • Supply voltage (logic): 5V from Arduino board
  • Supply current (logic): 25mA(typ.) 37mA(max.)
  • Supply voltage (for motors): 46Vmax.
  • Output current: 2Amax. per channel
  • Data I/O voltage: TTL (5V)
  • Operating temperature: –25°C to 125°C
  • TCN75A slave address: 1001000 (binary)
  • Current sensing: 4.8V @ 2A
  • Dimensions: 2.7" x 2.1" (68 x 53 mm)
  • Weight: 0.92oz (26g)

 

Download

 datasheet (english version)

 datasheet (italian version)

 TCN75A Datasheet

 A4953 Datasheet

 

Useful Links

libreria Arduino on GitHub

 

 

Similar

  1. 1
    ATMEGA328P with bootloader
    Code: MR300-008
    ATMEGA328P-PU microcontroller with pre-loaded Arduino UNO bootloader. Can be used to replace the Arduino UNO microcontroller or to build an Arduino compatible board.
  2. 2
    Easy Motor Controller V2
    Code: MR001-003.2
    The Easy Motor Controller allows to control the speed and the direction of rotation of a DC motor through three different possible inputs: analog (potentiometer), radio control RC, I2C digital communication. Includes management of the limit switches
  3. 3
    Dual DC Motor Driver 4A V3
    Code: MR001-004.3
    This powerfull DC motor driver can drive motor up to 30V and 4Amax. It has direction leds for help testing operations.