2x7A DC Motor Driver (แท้จาก DFRobot)

2x7A DC Motor Driver (แท้จาก DFRobot)
2x7A DC Motor Driver (แท้จาก DFRobot)2x7A DC Motor Driver (แท้จาก DFRobot)2x7A DC Motor Driver (แท้จาก DFRobot)2x7A DC Motor Driver (แท้จาก DFRobot)
รหัสสินค้า AG00761
หมวดหมู่ Motor Drive / Shield
ราคา 985.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
ดูรายละเอียดวิธีการใช้งานและตัวอย่าง arduino code ได้ที่ Click 

Description:

This is an ultra small Dual DC motor driver for some room limited projects. UVLO (Under Voltage Latch-Out) features a safe guard for your system. It is very considerate to own an Photo Coupler isolation for all the signals in case of that the motor's Reverse Current would interfere the control signals. Besides all, all the interfaces includes ESD (electro-static discharge) protection.

 

 

 

2x7A DC Motor Driver Arduino Connection - DFRobot

 

Features:

  •  
  • Voltage supply: DC 7 ~ 24 V
  • Voltage supply limit: 6.5 ~ 27 V
  • Control signal Level (Compatible 3.3V/5V)
  • High: DC 3.0 ~ 6.5 V
  • Low: DC0 ~ 0.8 V
  • Output Channel: 2
  • Control signal current: 3 ~ 11 mA (Each route)
  • Maximum continuous operating current: 7 A
  • Peak current: 50 A
  • Speed control: PWM
  • Minimum valid Pulse Width: 5 us
  • Working Temperature: -25 ~ 85 °C
  • Mounting Hole: M3
  • Dimension (Length * Width * Height): 55 x 55(mm)/2.165 x 2.165(in)
  • Weight: 32g

Shipping List:

  • 7A Dual DC Motor Driver x1

Tutorial

This tutorial will cover how to use PWM to control a motor using the shield. Do the wiring according to the Connection Diagram below, and then upload the sample code below to the Arduino card, here we use a arduino UNO as the controller, you could see your motor run forward for 3 second and then run reversely for another 3 seconds and repeat this behavior then.

Requirements

  • Hardware

    • 1 x DFRduino UNO (or similar)

    • 1 x This 7A Dual DC Motor Driver

    • 2 x DC Motor

    • 1 x Fuse@20A

    • Jumper wires

  • Software

    • Arduino IDE Click to Download Arduino IDE from Arduino®.

Connection Diagram

DRI0041 2x7A DC Motor Driver Connection Diagram DRI0041 2x7A DC Motor Driver Connection Diagram

Facility Safety and the Personal Safety: Please add a fuse@20A between the Power source and this shield.

Installation Tips

The backside of the driver, as right-hand picture shows, that its conducting layer can be very wide, so you should take some measurements to ensure it won't short-circuit, like applying 1mm layer conductive epoxy or any other similar materials.

Pluggable Connector

You may find that the connector is designed as pluggable type to adapt with Male or Female wires.

DRI0041 2x7A DC Motor Driver Connection Diagram

Sample Code

/*
* @file Motor driver DRI0042_Test.ino
* @brief DRI0042_Test.ino Motor control program
*
* control motor positive inversion
*
* @author bernie.chen@dfrobot.com
* @version V1.0
* @date 2016-8-10
*/
const int IN1=5;
const int IN2=4;
const int ENA=6;

const int IN3=8;
const int IN4=7;
const int ENB=9;

void setup() {
pinMode(IN1, OUTPUT);
pinMode(IN2, OUTPUT);
pinMode(ENA, OUTPUT);

pinMode(IN4, OUTPUT);
pinMode(IN3, OUTPUT);
pinMode(ENB, OUTPUT);
}

void loop() {
Motor1_Brake();
Motor2_Brake();
delay(100);
Motor1_Forward(200);
Motor2_Forward(200);
delay(1000);
Motor1_Brake();
Motor2_Brake();
delay(100);
Motor1_Backward(200);
Motor2_Backward(200);
delay(1000);
}

void Motor1_Forward(int Speed)
{
digitalWrite(IN1,HIGH);
digitalWrite(IN2,LOW);
analogWrite(ENA,Speed);
}

void Motor1_Backward(int Speed)
{
digitalWrite(IN1,LOW);
digitalWrite(IN2,HIGH);
analogWrite(ENA,Speed);
}
void Motor1_Brake()
{
digitalWrite(IN1,LOW);
digitalWrite(IN2,LOW);
}
void Motor2_Forward(int Speed)
{
digitalWrite(IN3,HIGH);
digitalWrite(IN4,LOW);
analogWrite(ENB,Speed);
}

void Motor2_Backward(int Speed)
{
digitalWrite(IN3,LOW);
digitalWrite(IN4,HIGH);
analogWrite(ENB,Speed);
}
void Motor2_Brake()
{
digitalWrite(IN3,LOW);
digitalWrite(IN4,LOW);
}

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2129
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,393,408 ครั้ง
ผู้ชมทั้งหมด5,896,486 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท16 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม