MYSHOP

최근 본 상품

이전 제품

다음 제품

DRV8835 Dual Motor Driver Carrier

(해외배송 가능상품)
공급사 바로가기
기본 정보
상품명
DRV8835 Dual Motor Driver Carrier
판매가
6,636원
적립금
0원 (1%)
상품코드
P000EBWC
수량
수량증가수량감소
세액
664원
공급사
Pololu
SNS 상품홍보
SNS 상품홍보

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

상품 옵션
옵션 선택

(최소주문수량 1개 이상 / 최대주문수량 0개 이하)

사이즈 가이드

수량을 선택해주세요.

위 옵션선택 박스를 선택하시면 아래에 상품이 추가됩니다.

상품 목록
상품명 상품수 가격
DRV8835 Dual Motor Driver Carrier 수량증가 수량감소 (  0)
총 상품금액(수량) : 0 (0개)

 

상품상세정보

 

Overview

DRV8835 dual motor driver carrier, bottom view with dimensions.

TI SN754410 (16-pin DIP) next to the #2135 DRV8835 carrier (14-pin DIP) and #2990 DRV8838 carrier (10-pin DIP) for size reference.

Texas Instruments’ DRV8835 is a tiny dual H-bridge motor driver IC that can be used for bidirectional control of two brushed DC motors at 0 V to 11 V. It can supply up to about 1.2 A per channel continuously and can tolerate peak currents up to 1.5 A per channel for a few seconds, making it an ideal driver for small motors that run on relatively low voltages. The DRV8835 is a great IC, but its small, leadless package makes it difficult for the typical student or hobbyist to use; our breakout board gives this driver the form factor of a 14-pin DIP package, which makes it easy to use with standard solderless breadboards and 0.1″ perfboards. Since this board is a carrier for the DRV8835, we recommend careful reading of the DRV8835 datasheet (1MB pdf). The board ships populated with SMD components, including the DRV8835, and adds a FET for reverse battery protection.

Alternative driver options

This board is very similar to our DRV8833 dual motor driver carrier in operating voltage range and continuous current rating, but the DRV8835 has a lower minimum operating voltage, offers an extra control interface mode, and is 0.1″ smaller in each dimension. The DRV8833 has a higher peak current rating (2 A per channel vs 1.5 A), optional built-in current-limiting, and no need for externally supplied logic voltage.

For a smaller, lower-cost, single-channel alternative to this driver, please consider our DRV8838 carrier. The DRV8838 has the same operating voltage range as the DRV8835 and very similar current capabilities, and it uses the same PHASE/ENABLE control interface.

For higher-voltage alternatives to this driver, consider our A4990 and DRV8801 motor driver carriers.

We also carry a DRV8835 dual motor driver Arduino shield that makes it easy to incorporate this great driver into an Arduino project, as well as a DRV8835 motor driver kit for the Raspberry Pi.

Features

  • Dual-H-bridge motor driver: can drive two DC motors or one bipolar stepper motor
  • Motor supply voltage: 0 V to 11 V
  • Logic supply voltage: 2 V to 7 V
  • Output current: 1.2 A continuous (1.5 A peak) per motor
  • Motor outputs can be paralleled to deliver 2.4 A continuous (3 A peak) to a single motor
  • Two possible interface modes: IN/IN (outputs mostly mirror inputs) or PHASE/ENABLE (one pin for direction and another for speed)
  • Inputs are 3V- and 5V-compatible
  • Under-voltage lockout on the logic supply and protection against over-current and over-temperature
  • Reverse-voltage protection on the motor supply
  • Compact size (0.7″×0.4″) with the form factor of a 14-pin DIP package

Included hardware

Two 1×7-pin breakaway 0.1″ male headers are included with the DRV8835 dual motor driver carrier, which can be soldered in to use the driver with breadboards, perfboards, or 0.1″ female connectors. (The headers might ship as a single 1×14 piece that can be broken in half.) The right picture above shows the two possible board orientations when used with these header pins (parts visible or silkscreen visible). You can also solder your motor leads and other connections directly to the board.

Using the motor driver

Minimal wiring diagram for connecting a microcontroller to a DRV8835 dual motor driver carrier in phase-enable mode.

Motor and motor power connections are made on one side of the board and logic power and control connections are made on the other. The driver requires a motor voltage between 0 V and 11 V to be supplied to the VIN or VMM pin and a logic voltage between 1.8 V and 7 V to be supplied to the VCC pin; the logic voltage can typically be supplied by or shared with the controlling device. The VIN pin is the reverse-protected motor supply input and is the recommended point for connecting motor power. However, driver performance will start getting worse when the input voltage to the reverse-protection circuit is below a few volts, and 1.5 V is the lower limit of where the VIN pin can be used. For very low voltage applications, the motor supply should be connected directly to VMM, which bypasses the reverse-protection circuit.

The DRV8835 features two possible control modes: IN/IN and PHASE/ENABLE. The MODE pin determines the control interface. Each control input is pulled low through a weak pull-down resistor (approximately 100 kΩ), so the driver will be in the IN/IN mode if the MODE pin is left disconnected, and the driver outputs will be disabled by default. Setting the MODE pin high, either with a pull-up resistor or a driving-high I/O line, sets the driver to PHASE/ENABLE mode, where the PHASE pin determines the motor direction and the ENABLE pin can be supplied with a PWM signal to control the motor speed. This mode is generally easier to use as it only requires one PWM per channel, but it only allows for drive/brake operation. (Drive/brake operation usually provides a more linear relationship between PWM duty cycle and motor speed than drive/coast operation, and we generally recommend using drive/brake operation when possible.)

Simplified drive/brake operation with MODE=1 (PHASE/ENABLE)
xPHASExENABLExOUT1xOUT2operating mode
0PWMPWMLforward/brake at speed PWM %
1PWMLPWMreverse/brake at speed PWM %
X0LLbrake low (outputs shorted to ground)

Advanced usage with IN/IN mode

Minimal wiring diagram for connecting a microcontroller to a DRV8835 dual motor driver carrier in in-in mode.

When the MODE pin is disconnected or low, the control interface is IN/IN, which allows for slightly more advanced control options. The following truth table show how to achieve drive/coast and drive/brake operation using the IN/IN control interface:

Drive/coast or drive/brake operation with MODE=0 (IN/IN)
xIN1xIN2xOUT1xOUT2operating mode
00OPENOPENcoast (outputs off)
PWM0PWMLforward/coast at speed PWM %
0PWMLPWMreverse/coast at speed PWM %
1PWMPWMLforward/brake at speed 100% − PWM %
PWM1LPWMreverse/brake at speed 100% − PWM %
11LLbrake low (outputs shorted to ground)

Pinout

PINDefault StateDescription
VIN Reverse-protected motor power supply input. While the driver can operate from a motor supply of 0 V to 11 V, the reverse-protection circuit will start negatively affecting performance below a few volts, and 1.5 V is the lower limit of where it can be used. Power can be supplied directly to VMM to bypass the reverse-protection circuit.
VCC 1.8 V to 7 V logic power supply connection. Logic supply current draw is typically only a few milliamps at most, so in many applications this pin can optionally be dynamically powered by a microcontroller digital output.
VMM This pin gives access to the motor power supply after the reverse-voltage protection MOSFET (see the board schematic below). It can be used to supply reverse-protected power to other components in the system. It is generally intended as an output, but it can also be used to supply board power (such as in cases where the motor supply voltage is too low for the reverse-protection circuit).
GND Ground connection points for the motor and logic power supplies. The control source and the motor driver must share a common ground.
AOUT1 The motor A half-bridge 1 output.
AOUT2 The motor A half-bridge 2 output.
BOUT1 The motor B half-bridge 1 output.
BOUT2 The motor B half-bridge 2 output.
AIN1/APHASELOWA logic input control for motor channel A.
AIN2/AENABLELOWA logic input control for motor channel A.
BIN1/BPHASELOWA logic input control for motor channel B.
BIN2/BENABLELOWA logic input control for motor channel B.
MODELOWLogic input that determines the control interface. Logic low on this pin results in IN/IN mode while logic high results in PHASE/ENABLE mode.

Real-world power dissipation considerations

The DRV8835 datasheet recommends a maximum continuous current of 1.5 A per motor channel. However, the chip by itself will overheat at lower currents. For example, in our tests at room temperature with no forced air flow, the chip was able to deliver 1.5 A per channel for approximately 15 seconds before the chip’s thermal protection kicked in and disabled the motor outputs, while a continuous current of 1.2 A per channel was sustainable for many minutes without triggering a thermal shutdown.

Note that when both the logic and motor supply voltages are low (on order of a few volts), the driver will start overheating sooner and the maximum achievable output current will be lower than what we observed in the tests mentioned above.

The actual current you can deliver will depend on how well you can keep the motor driver cool. The carrier’s printed circuit board is designed to draw heat out of the motor driver chip, but performance can be improved by adding a heat sink. Our tests were conducted at 100% duty cycle; PWMing the motor will introduce additional heating proportional to the frequency.

This product can get hot enough to burn you long before the chip overheats. Take care when handling this product and other components connected to it.

Schematic

Schematic of the DRV8835 dual motor driver carrier.


상품결제정보

* 세금계산서 발행방법은 게시판 공지사항 참조.
* 기술문의는 이메일(
master@toolparts.co.kr)로 문의.

전자부품 특성상 제품에 이상이 있거나, 상품정보와 상이한 경우 외 에 단순 고객변심으로는
교환 반품이 불가능 합니다 구매전 이점 유의해 주세요!!!

고액결제의 경우 안전을 위해 카드사에서 확인전화를 드릴 수도 있습니다. 확인과정에서 도난 카드의 사용이나 타인 명의의 주문등 정상적인 주문이 아니라고 판단될 경우 임의로 주문을 보류 또는 취소할 수 있습니다.  

무통장 입금은 상품 구매 대금은 PC뱅킹, 인터넷뱅킹, 텔레뱅킹 혹은 가까운 은행에서 직접 입금하시면 됩니다.  
주문시 입력한 입금자명과 실제입금자의 성명이 반드시 일치하여야 하며, 7일 이내로 입금을 하셔야 하며 입금되지 않은 주문은 자동취소 됩니다.

배송정보

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,000원
  • 배송 기간 : 1일 ~ 3일
  • 배송 안내 : 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    주문하신 제품은 입금확인후 1~3일 내에 출고되며 (해외배송)으로 표시된 제품은
    해외배송 제품으로 배송기간이 약 10일~14일정도 소요될수 있습니다.
    구매전 해외배송 제품은 배송기간을 꼭 확인해 주세요.
    해외배송 진행하신상품은 반품 불가능 합니다.

교환 및 반품정보

교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)


서비스문의

상품사용후기

상품의 사용후기를 적어주세요.

게시물이 없습니다

상품문의하기 모두 보기

상품 Q&A

상품에 대해 궁금한 점을 해결해 드립니다.

게시물이 없습니다

상품문의하기 모두 보기