상품상세 정보

뒤로가기

HD-DRI0002(L298N-2A) (P0091)

HD-DRI0002(L298N-2A) (P0091)

상품 정보
상품코드 P0091-B12
제조사 DFrobot
판매가 29700
할인판매가 29,700원
할인금액 총 할인금액 원
(모바일할인금액 원)
적립금

326원(1.00%)

무통장 결제시 적립금 %

카드 결제시 적립금 %

실시간 계좌이체시 적립금 %

적립금 결제시 적립금 %

휴대폰 결제시 적립금 %

예치금 결제시 적립금 %

에스크로 결제시 적립금 %

가상계좌 결제시 적립금 %

가상계좌 결제시 적립금 %

케이페이 결제시 적립금 %

페이나우 결제시 적립금 %

페이코 결제시 적립금 %

카카오페이 결제시 적립금 %

제휴적립금
배송방법 택배
배송비 3,500원 (77,000원 이상 구매 시 무료)
상품 추가설명 번역정보
배송
수량 down up  
상품 목록
상품 정보 가격 삭제
총상품금액(수량) 0

할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.

구매하기예약주문
구매하기예약주문


This is a 4.8-46V, 2A Dual Motor Controller which is the revised version of the DF-MDV1.0. Its 
performance has been improved greatly. It can bear larger current due to the increased haetsink 
dissipation. It is easy to control, using LGS's outstanding high-power motor driver chip, the L298N. 
This chip allows for direct drive of two bi-directional DC motors, and incorporates high-speed short 
diodes for protection. Drive current up to 2A per motor output. The driver uses a broad-brush design 
to reduce wire resistance.






  • Logic part of the input voltage: 6 ~ 12V
  • Driven part of the input voltage Vs: 4.8 ~ 46V
  • The logical part of the work current Iss: 36mA
  • Drive part of the operating current Io: 2A
  • Maximum power dissipation: 25W (T = 75 degree Celsius)
  • Control signal input level:
  • High level: 2.3V = Vin = Vss
  • Low:-0.3V = Vin = 1.5V
  • Operating temperature: -25 degree Celsius ~ +130 degree Celsius
  • Drive Type: Dual high-power H-bridge driver
  • Module Size: 47 mm × 53mm
  • Module Weight: About 29g






Dfrobot-dual-motor-controller-specifications-B.jpg


 

DRI0002 CD.jpg
 

NOTE: Ensure you have a ground wire running between Arduino GND and motor controller GND where battery power GND is connected.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// # Editor     : Lauren from DFRobot
// # Date       : 17.02.2012
 
// # Product name: L298N motor driver module DF-MD v1.3
// # Product SKU : DRI0002
// # Version     : 1.0
 
// # Description:
// # The sketch for using the motor driver L298N
// # Run with the PWM mode
 
// # Connection:
// #        M1 pin  -> Digital pin 4
// #        E1 pin  -> Digital pin 5
// #        M2 pin  -> Digital pin 7
// #        E2 pin  -> Digital pin 6
// #        Motor Power Supply -> Centor blue screw connector(5.08mm 3p connector)
// #        Motor A  ->  Screw terminal close to E1 driver pin
// #        Motor B  ->  Screw terminal close to E2 driver pin
// #
// # Note: You should connect the GND pin from the DF-MD v1.3 to your MCU controller. They should share the GND pins.
// #
 
int E1 = 6;
int M1 = 7;
int E2 = 5;                        
int M2 = 4;                          
 
void setup()
{
    pinMode(M1, OUTPUT);  
    pinMode(M2, OUTPUT);
}
 
void loop()
{
  int value;
  for(value = 0 ; value <= 255; value+=5)
  {
    digitalWrite(M1,HIGH);  
    digitalWrite(M2,HIGH);      
    analogWrite(E1, value);   //PWM Speed Control
    analogWrite(E2, value);   //PWM Speed Control
    delay(30);
  
}







 









상품 상세 정보
상품명 HD-DRI0002(L298N-2A) (P0091)
상품코드 P0091-B12
제조사 DFrobot
판매가 29,700원 (부가세 미포함)
배송비 3,500원 (77,000원 이상 구매 시 무료)

결제 안내

배송 안내

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,500원
  • 배송 기간 : 1일 ~ 2일
  • 배송 안내 :

교환/반품 안내

서비스문의 안내

상품사용후기

상품후기쓰기 모두보기

게시물이 없습니다

상품 Q&A

상품문의하기 모두보기

게시물이 없습니다

판매자 정보


WORLD SHIPPING

PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :

GO
close