จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | สเต็ปเปอร์มอเตอร์ stepper motor |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Name: 4988/8825 stepper motor drive module expansion board
Size: 42*42*15mm
Fixed: 3mm
Hole distance: 1400*1400mil (35.56*35.56mm)
Logic voltage: 5V
Input voltage: 12-30V
Port: Number
Interface: direction, enable, speed
Applicable modules: A4988, DRV8825
Note: Please pay attention to the direction when installing the driver module, otherwise it will burn the module
This product is only an expansion board, does not contain 4988/8825 drive module
ตัวอย่างการใช้งาน ตัวอย่าง CODE const int dirPin = 8;
const int stepPin = 9;
const int enablePin = 7;
void setup() {
pinMode(enablePin, OUTPUT);
pinMode(stepPin, OUTPUT);
pinMode(dirPin, OUTPUT);
digitalWrite(enablePin, LOW);
}
void loop() {
const int steps = 2000;
const int delayMicros = 500;
const int delayMillis = 1000;
digitalWrite(dirPin, HIGH);
for (int i = 0; i < steps; i++) {
digitalWrite(stepPin, HIGH);
delayMicroseconds(delayMicros);
digitalWrite(stepPin, LOW);
delayMicroseconds(delayMicros);
}
delay(delayMillis);
digitalWrite(dirPin, LOW);
for (int i = 0; i < steps; i++) {
digitalWrite(stepPin, HIGH);
delayMicroseconds(delayMicros);
digitalWrite(stepPin, LOW);
delayMicroseconds(delayMicros);
}
delay(delayMillis);
}
![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,073,199 ครั้ง |
ผู้ชมทั้งหมด | 1,333,925 ครั้ง |
ร้านค้าอัพเดท | 8 ก.ย. 2568 |