หากต้องการใบเสนอราคา / ใบแจ้งหนี้ 
ติดต่อได้ทาง LINE Official: @mikroelec
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ



BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์

BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์
BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์BTN7960 BTS7960 43A High-power Motor Drive Module 74HC224 H-bridge Semiconductor Refrigeration Smart DIY Car Drive Control โมดูลขับมอเตอร์
รหัสสินค้า SKU-01038
หมวดหมู่ โมดูลขับมอเตอร์ (Motor Driver)/ อุปกรณ์ IO
ราคา 145.00 บาท
สถานะสินค้า พร้อมส่ง
ลงสินค้า 30 ต.ค. 2563
อัพเดทล่าสุด 25 พ.ค. 2568
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ
This driver uses chips BTN7960 composed of high-power drive full H-bridge driver module with thermal over-current protection. Double BTN7960 H-bridge driver circuit, with a strong drive and braking, effectively isolating the microcontroller and motor driver! High-current 43A
 
Features:
Double BTN7960 large current (43 A) H bridge driver;
5V isolate with MCU, and effectively protect MCU;
5V power indicator on board;
voltage indication of motor driver output end;
can solder heat sink;
 
Pin Definition:
1. RPWM:  Right Turn PWM
2. LPWM: Left Turn PWM
3. R_EN: Right Turn Enable (High Active)
4. L_EN: Left Turn Enable (High Active)
5. R_IS: Right Turn Current Warning (May Leave Floating)
6. L_IS: Left Turn Current Warning (May Leave Floating)
7. VCC: (5V)
8. GND

Just need four lines from MCU to driver module (GND. 5V. PWM1. PWM2);
isolation chip 5 V power supply (can share with MCU 5 V);
size: 4 * 5 * 1.2 cm;
Able to reverse the motor forward, two PWM input frequency up to 25kHZ;
two heat flow passing through an error signal output;
isolated chip 5V power supply (can be shared with the MCU 5V), can also use the on-board 5V supply;
the supply voltage 5.5V to 27V;

Connections:
 
Method 1:
VCC: 5V from Microcontroller(MCU)
GND: GND from Microcontroller(MCU)
L_PWM: PWM or 5V from Microcontroller(MCU) for CCW(CW) Turns
R_PWM: PWM or 5V from Microcontroller(MCU) for CW(CCW) Turns
R_EN and L_EN:  5V from Microcontroller(MCU)
 
Method 2:
VCC: 5V from Microcontroller(MCU)
GND: GND from Microcontroller(MCU)
L_PWM: 5V from Microcontroller(MCU) for CCW(CW) Turns
R_PWM: 5V from Microcontroller(MCU) for CW(CCW) Turns
R_EN and L_EN:  PWM from Microcontroller(MCU)

โคดตัวอย่างควบคุมมอเตอร์ให้เดินหน้า ถอยหลัง เลี้ยวซ้าย เลี้ยวขวา
// กำหนดขาที่เชื่อมต่อกับ BTS7960 const int RPWM_Pin = 3; // Input PWM สำหรับมอเตอร์ขวา const int LPWM_Pin = 5; // Input PWM สำหรับมอเตอร์ซ้าย const int R_EN_Pin = 4; // L_EN Pin สำหรับมอเตอร์ขวา const int L_EN_Pin = 6; // R_EN Pin สำหรับมอเตอร์ซ้าย void setup() { // กำหนดขาเป็น Output pinMode(RPWM_Pin, OUTPUT); pinMode(LPWM_Pin, OUTPUT); pinMode(R_EN_Pin, OUTPUT); pinMode(L_EN_Pin, OUTPUT); } void loop() { // เดินหน้า setMotorSpeed(255, 255); delay(2000); // ถอยหลัง setMotorSpeed(-255, -255); delay(2000); // เลี้ยวซ้าย setMotorSpeed(255, -255); delay(1000); // เลี้ยวขวา setMotorSpeed(-255, 255); delay(1000); } void setMotorSpeed(int rightMotorSpeed, int leftMotorSpeed) { // กำหนดทิศทางมอเตอร์ขวา if (rightMotorSpeed < 0) { analogWrite(RPWM_Pin, -rightMotorSpeed); digitalWrite(R_EN_Pin, LOW); } else { analogWrite(RPWM_Pin, rightMotorSpeed); digitalWrite(R_EN_Pin, HIGH); } // กำหนดทิศทางมอเตอร์ซ้าย if (leftMotorSpeed < 0) { analogWrite(LPWM_Pin, -leftMotorSpeed); digitalWrite(L_EN_Pin, LOW); } else { analogWrite(LPWM_Pin, leftMotorSpeed); digitalWrite(L_EN_Pin, HIGH); } }

โค้ดนี้ประกอบด้วย:

  1. กำหนดขาที่เชื่อมต่อระหว่าง Arduino กับโมดูล BTS7960
  2. ฟังก์ชันสำหรับกำหนดความเร็วและทิศทางของมอเตอร์ซ้ายและขวา
  3. ในวงวนหลัก (loop()) กำหนดการเคลื่อนที่ของมอเตอร์โดยเรียกใช้ฟังก์ชันกำหนดความเร็ว พร้อมหน่วงเวลาด้วย delay()

สามารถปรับแก้ไขค่าความเร็วมอเตอร์และเวลาหน่วงตามต้องการ โค้ดนี้เป็นเพียงตัวอย่างพื้นฐาน ในการใช้งานจริงอาจต้องมีการปรับปรุงเพิ่มเติม




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

บมจ. ธนาคารกสิกรไทย สาขาโรบินสัน ศรีสมาน ออมทรัพย์
พร้อมเพย์ สาขา- mobile
Scan this!
ไมโครอิเล็กทรอนิกส์
098-xxxxxx-9
Accept All Banks | รับเงินได้จากทุกธนาคาร

นโยบายการเปลี่ยนหรือคืนสินค้า

หากสินค้าชำรุดหรือใช้งานไม่ได้ สามารถขอเปลี่ยนสินค้าได้ภายใน 7 วัน

หมายเหตุ
ต้องไม่เสียหายอันเกิดจากใช้งานผิดพลาด ใช้ผิดวิธี ต่อไฟผิดขั้ว จ่ายไฟเกินกำหนด หรืออื่นๆที่ตรวจสอบแล้วไม่ได้เกิดจากความผิดพลาดจากการผลิตสินค้า


ค้นหาเลขพัสดุ/Track

  • ค้นหา
*ใส่ เบอร์มือถือ หรือ email ที่ใช้ในการสั่งซื้อ

Categories

เซนเซอร์(Senser)/ โมดูล(Module) [503]
อุปกรณ์ / อะไหล่อิเล็กทรอนิกส์ (Electronic component) [495]

Statistic

หน้าที่เข้าชม563,546 ครั้ง
ผู้ชมทั้งหมด321,189 ครั้ง
ร้านค้าอัพเดท19 ต.ค. 2568

Member

รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านMikroElectronic
MikroElectronic
จำหน่ายอุปกรณ์อิเล็กทรอนิกส์ โมดูล เครื่องมือ และอุปกรณ์ต่างๆ arduino อาดูโน อะไหล่เครื่องใช้ไฟฟ้า อะไหล่อิเล็กทรอนิกส์ รับออกแบบวงจร เขียนโปรแกรมด้วยอาดูโน รับทำโครงงาน นักเรียนนักศึกษา ให้คำปรึกษาแก้ปัญหาโครงงาน ออกแบบและสร้างงานต้นแบบ ร้านตั้งอยู่ ซอยร่วมสุข ปทุมธานี สถานที่ใกล้เคียง ดอนเมือง สรงประภา ศรีสมาน นนทบุรี แจ้งวัฒนะ
เบอร์โทร : 0984829329
อีเมล : mikroelec@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม