จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Description: The module has an interface pinout is almost the same with A4988 stepper motor drive carrier, so that it can be used as a higher performance in a pull-down menu the plates replaced in many applications.
DRV8825 features an adjustable current limit, overcurrent and overtemperature protection, six micro-resolution (down 1/32-step).
It uses 8.2 - 45V, can provide up to about 1.5 per phase no heat sink or forced air flow (rated up to 2.2 per volume sufficient additional cooling).
ตัวอย่างการต่อกับ Arduino UNO/NANO ![]() UNO -----> DRV8825 5V ------> SLP,RES GND ------> GND D7 -------> EN D8 -------> DIR D9 -------> STP DRV8825----->NEMA17 1B--------->สายแรก 1A--------->สายสอง 2A--------->สายสาม 2B--------->สายสี่ ตัวเก็บประจุ 100uF ขั้ว + ต่อเข้าไฟเข้า VMT ขั้ว - ต่อเข้า GND ตัวอย่างโค้ด 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);
} Features:
- Simple step and direction control interface
- The interface can connect directly with 3.3V and 5V systems
- Support over-temperature thermal shutdown, over-current shutdown and under-voltage lockout
- Support short-to-ground and shorted-load protection
- Six different step resolutions: full-step, half-step, 1/4-step, 1/8-step, 1/16-step, and 1/32-step
- 4-layer, 2 oz copper PCB for improved heat dissipation
- Adjustable current control support you to set the maximum current output with a potentiometer, which lets you use voltages above your stepper motor’s rated voltage to achieve higher step rates
- Intelligent chopping control that automatically selects the correct current decay mode (fast decay or slow decay)
- 45V maximum supply voltage
- Built-in regulator (needed external logic voltage supply)
Package included:
1 x Stepstick DRV8825 stepper driver
1 x Heat sink
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,072,435 ครั้ง |
ผู้ชมทั้งหมด | 1,333,161 ครั้ง |
ร้านค้าอัพเดท | 6 ก.ย. 2568 |