รหัสสินค้า | SA00008 |
หมวดหมู่ | Motor Drive / Shield |
ราคา | 300.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | 1 |
Motor Drive Shield ( L298P )
อุปกรณ์ตัวนี้สามารถใช้กับบอร์ดทุกรุ่นครับ แต่จะมีขนาดใกล้เคียงกับบอร์ดรุ่น UNO
โดยสามารถใช้ชับ DC มอเตอร์ขนาดเล็กได้ 2 ตัว โดยสามารถขับกระแสต่อเนื่องได้ไม่เกิน 2 A
โดยสามารถรับแรงดันที่จ่ายให้กับมอเตอร์ได้ตั้งแต่ 50 โวลต์
ไอซีที่ใช้เป็นหลักในการทำงานคือ L298P รุ่นนี้จะขับกระแสได้ "มากกว่า" รุ่น L293D ครับ
เป็นไอซีที่ใช้ H-Bridgeเหมือนกัน ไอซีเป็นแบบ Surface Mount
มีหัว Terminal ให้ต่อเรียบร้อยพร้อมใช้งานได้ทันทีครับ
http://www.es.co.th/Schemetic/PDF/L298-ST.PDF
ดูรายละเอียดและตัวอย่างของการใช้งานได้ที่นี่ครับ
http://droboticsonline.com/ebaydownloads/L298_Motor_Shield_Manual.pdf
http://www.dfrobot.com/wiki/index.php?title=Arduino_Motor_Shield_(L298N)_(SKU:DRI0009)
หมายเหตุ ภาพสุดท้ายต่อประกอบกับ UNO ให้ดูครับ ขายแยกกันนะครับ
L298P Shield 2A High Current Dual DC Motor Drive
ตัวอย่างจากผู้ผลิต
int E1 = 3; / / PWMA int M1 = 4; / / DIRA int E2 = 6; / / PWMB int M2 = 7; / / DIRB int Val = 0; int ChangeValue = 20; / / the speed value, changevalue from 0-255 void setup () { pinMode (M1, OUTPUT); pinMode (M2, OUTPUT); } void foward () { digitalWrite (M1, LOW); analogWrite (E1, Val); / / the value of MOTORA Speed is 20 digitalWrite (M2, LOW); analogWrite (E2, Val); / / the value of motorB Speed is 20 Val = Val + ChangeValue; if (Val == 0 | | Val == 255) { ChangeValue =-ChangeValue; } delay (100); } void back () { digitalWrite (M1, HIGH); analogWrite (E1, Val); / / PWM speed digitalWrite (M2, HIGH); analogWrite (E2, Val); / / PWM speed Val = Val + ChangeValue; if (Val == 0 | | Val == 255) { ChangeValue =-ChangeValue; } delay (100); { foward (); delay (500); back (); delay (500); } |
Introduction:
This 2A Motor shield uses L298P chip which allow to drive two 7-12V DC motors with maximum 2A current. This shield can be directly mount onto standard Ardu Due mi lan ove/UNO and Ardu Mega/2560.
The speed control is achieved through conventional PWM which can be obtained from Ardu’s PWM output Pin 5 and 6. The enable/disable function of the motor control is signalled by Ardu Digital Pin 4 and 7. The Motor shield can be powered directly from Ardu or from external power source. It is strongly encouraged to use external power supply to power the motor shield.
Specification:
- Logic Control Voltage:5V (From Ardu)
- Motor Driven Voltage:6.5~12v(VIN Power Supply),4.8~35V (External Power Source)
- 2 way motor drive
- Logic supply current Iss:≤36mA
- Motor Driven current Io:≤2A
- Maximum power consumption:25W(T=75°C)
- Up to 2A current each way
- Pin 4,5,6,7 are used to drive two DC motor
- Signals control electrical level
High level: 2.3V≤Vin≤5V
Low level: -0.3V≤Vin≤1.5V
- Working temperature: -25°C~+130°C
- Dual-way High Power H-brige drive
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,408,254 ครั้ง |
ผู้ชมทั้งหมด | 5,911,334 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 26 ก.ย. 2568 |