รหัสสินค้า | A44 |
หมวดหมู่ | ขับมอเตอร์ |
ราคา | 50.00 บาท |
สถานะสินค้า | พร้อมส่ง |
ลงสินค้า | 13 พ.ค. 2564 |
อัพเดทล่าสุด | 21 ก.ค. 2568 |
คงเหลือ | 89 ชิ้น |
จำนวน | ชิ้น |
Arduino sketch found at; github.com and Youtube video.
Arduino Sketch For DRV8825/A4988 Expansion Board
-------------------------------------------------------------------------
int Index;
void setup()
{
pinMode(6, OUTPUT); //Enable
pinMode(5, OUTPUT); //Step
pinMode(4, OUTPUT); //Direction
digitalWrite(6,LOW);
}
void loop()
{
digitalWrite(4,HIGH);
for(Index = 0; Index < 2000; Index++)
{
digitalWrite(5,HIGH);
delayMicroseconds(500);
digitalWrite(5,LOW);
delayMicroseconds(500);
}
delay(1000);
digitalWrite(4,LOW);
for(Index = 0; Index < 2000; Index++)
{
digitalWrite(5,HIGH);
delayMicroseconds(500);
digitalWrite(5,LOW);
delayMicroseconds(500);
}
delay(1000);
}
----------------------------------------------------------------
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีด้านล่าง โดยลูกค้าสามารถโอนเงินหลังทำรายการสั่งซื้อได้ทันทีไม่ต้องรอยืนยัน
หลังจากโอนเงินแล้วสามารถแจ้งชำระเงินได้ที่ เมนูแจ้งชำระเงิน
หรือชำระเงินผ่าน PayPal โดยคลิกที่ ชำระเงินออนไลน์
หน้าที่เข้าชม | 1,830,165 ครั้ง |
ผู้ชมทั้งหมด | 799,165 ครั้ง |
เปิดร้าน | 12 ธ.ค. 2558 |
ร้านค้าอัพเดท | 8 ก.ย. 2568 |