17HS4401 Stepper Motor - elctronics อิเลคทรอนิกส์
LOGIN   |   REGISTER    
VAT Included, TAX ID 1200600249391         แจ้งชำระเงิน
 
 
 
  STORE  
  PRODUCT  
  LEARNING  
  MEMBER  
  CONTACT  
    0   CART  
 
  0   ORDER
 
Untitled Document
 
เลือกหมวดหมู่สินค้า
 เครื่องกล / หุ่นยนต์
 อิเล็กทรอนิกส์ / ไฟฟ้า
 บอร์ด / คอนโทรลเลอร์
 เครื่องมือช่าง
 Package / ชุด KIT
 
   
 
 
 
17HS4401 Stepper
  รหัสสินค้า    BC1740 
 
 อิเล็กทรอนิกส์ / ไฟฟ้า   DC Motor 
 
 GENERAL FEATUREs 
Hybrid Stepper Motor รุ่น 17HS4401
• NEMA17 (National Electrical Manufacturers Association)
• มอเตอร์ 2 เฟส สายไฟ 4 เส้น
• ใช้กระแส 1.7 A
• ความละเอียด (Step Angle) 1.8°
• ความต้านทานเฟส 1.5 Ω
• แรงบิด 40 N•cm (4.07 kg•cm) (Holding Torque)
• ความยาว 40 mm
• น้ำหนัก 280 g
มอเตอร์ + สายไฟพร้อม ในชุด
 
Commnandrone's official store
 BUY IT NOW 
*ส่วนลด,แต้มสะสมและสิทธิพิเศษอื่นๆ สำหรับสั่งซื้อแบบสมัครสมาชิกเท่านั้น!
  ฿  380.00 THB
  / 1 ชิ้น
ระบุจำนวน(ชิ้น)  
มีสินค้าพร้อมส่ง  
 
MANUAL! [คู่มือการใช้งาน]  
   
 
ขั้วของมอเตอร์
 
Code ตัวอย่าง

/* Simple Stepper Motor Control Exaple Code
*
* by Dejan Nedelkovski, www.HowToMechatronics.com
*
*/

// defines pins numbers
const int stepPin = 3;
const int dirPin = 4;

void setup() {
// Sets the two pins as Outputs
pinMode(stepPin,OUTPUT);
pinMode(dirPin,OUTPUT);
}
void loop() {
digitalWrite(dirPin,HIGH); // Enables the motor to move in a particular direction
// Makes 200 pulses for making one full cycle rotation
for(int x = 0; x < 200; x++) {
digitalWrite(stepPin,HIGH);
delayMicroseconds(500);
digitalWrite(stepPin,LOW);
delayMicroseconds(500);
}
delay(1000); // One second delay

digitalWrite(dirPin,LOW); //Changes the rotations direction
// Makes 400 pulses for making two full cycle rotation
for(int x = 0; x < 400; x++) {
digitalWrite(stepPin,HIGH);
delayMicroseconds(500);
digitalWrite(stepPin,LOW);
delayMicroseconds(500);
}
delay(500);
}

   
 
 
 
    SPONSORs
 
 
 
 Related Products 
Untitled Document
A4988 Stepper Driver
โมดูลควบคุม Stepper Motor
• ขับกระแสสูงสุด 2 A (มี Heatsink ให้)
• กำหนดกระแสสูงสุดได้ (Current Limit)
• V input 8 - 35 V
• ความละเอียดสูงสุด 1/16 Step
Untitled Document
฿  110.00 THB  ลดเหลือ
฿  85.00
ประหยัด
25 THB
 
ต่อ 1 ชิ้น
 
Untitled Document
Tower Pro SG90
Servo Motor Tower Pro SG90
• Analog Plastic Gear
• Stall Torque : 1.8 kg•cm (4.8V)
• Speed : 0.12 sec / 60° (4.8V)
• Forward Voltage : 4.8 - 5 V
• 180° Rotation
Untitled Document
฿  110.00 THB  ลดเหลือ
฿  70.00
ประหยัด
40 THB
 
ต่อ 1 ชิ้น
 
3 mm Yellow LED
LED 3 mm สำหรับงานอิเล็กทรอนิกส์
• สีเหลือง
• ไฟเลี้ยง 1.9 - 2.1 V 20 mA
฿  2.00 THB
ต่อ 1 หลอด
 
3 mm White LED
LED 3 mm สำหรับงานอิเล็กทรอนิกส์
• สีขาว
• ไฟเลี้ยง 3.0 - 3.2 V 20 mA
฿  2.00 THB
ต่อ 1 หลอด
 
 
 
  Untitled Document
  COMMENTS   0  
 
Your Name
Your Comments...
 
   
 
 
   
 
 
 
         
     
 
 
MAIN MENU
Yor are going to visit...
 
STORE
Homepage & News
PRODUCT
Shopping at our store
LEARNING
Tutorials & How to
MEMBER
Become our client
CONTACT
Getting more information
 
 
CONTACT
Contact Commandrone
 
083-012-1146
Bangsue, Bangkok
Commandrone Page
Commandrone Channel
thai.commandrone@gmail.com
commandronestore.com
 
PRE ORDER
สั่งจอง จัดหาและนำเข้าสินค้า
รับจัดหา และนำเข้าสินค้าที่เกี่ยวข้อง สั่งจองสินค้าที่หมด Stock พร้อมรับการเสนอราคาพิเศษกว่าใคร!!
 
 
ติดต่อสอบถาม / ขอใบเสอราคา
Information & Quotation
หรือทาง thai.commandrone@gmail.com
โทรศัพท์ 083-012-1146, Line ID : Pondlaser
 
 
  1342 Pageviews today (Approximately)
  42933  Product views
 
  Pre-Order Now
   
 
     
 
www.commandronestore.com
© 2016 Commandrone All Rights Reserved