1

Your cart is empty.

Firgelli Robots 5V 4-Phase 5-Wire Stepper Motor

5V 4-Phase 5-Wire Stepper Motor

$5.00

5V 4-Phase 5-Wire Stepper Motor

Description:

This is a very commonly used mini stepper motor for many hobbyist's electrical projects. It can be easily operated by one of the motor drive modules we supply.  Cheap price, but good quality.

Features:

* The rotation angle of the motor is proportional to the input pulse;
* The motor has full torque at standstill(if the windings are energized);
* Precise positioning and repeatability of movement since good stepper motors have an accuracy of – 5% of a step and this error is non cumulative from one step to the next;
* Excellent response to starting/stopping/reversing;
* Very reliable since there are no contact brushes in the motor; Therefore the life of the motor is simply dependent on the life of the bearing;
* The motors response to digital input pulses provides open-loop control, making the motor simpler and less costly to control;
* It is possible to achieve very low speed synchronous rotation with a load that is directly coupled to the shaft;
* A wide range of rotational speeds can be realized as the speed is proportional to the frequency of the input pulses. 

Measurements:

Technical Parameter:

* Diameter: 28mm
* Rated voltage : 5VDC
* Number of Phase : 4
* Speed Variation Ratio : 1/64
* Stride Angle : 5.625° /64
* Frequency : 100Hz
* DC resistance : 50Ω±7%(25℃)
* Idle In-traction Frequency : > 600Hz
* Idle Out-traction Frequency : > 1000Hz
* In-traction Torque >34.3mN.m(120Hz)
* Self-positioning Torque >34.3mN.m
* Friction torque : 600-1200 gf.cm
* Pull in torque : 300 gf.cm
* Insulated resistance >10MΩ(500V)
* Insulated electricity power :600VAC/1mA/1s
* Insulation grade :A
* Rise in Temperature <40K(120Hz)
* Noise <35dB(120Hz,No load,10cm)

 

Example code

digitalWrite(Pin3, HIGH);
break;
case 2:
digitalWrite(Pin0, LOW);
digitalWrite(Pin1, LOW);
digitalWrite(Pin2, HIGH);
digitalWrite(Pin3, LOW);
break;
case 3:
digitalWrite(Pin0, LOW);
digitalWrite(Pin1, HIGH);
digitalWrite(Pin2, HIGH);
digitalWrite(Pin3, LOW);
break;
case 4:
digitalWrite(Pin0, LOW);
digitalWrite(Pin1, HIGH);
digitalWrite(Pin2, LOW);
digitalWrite(Pin3, LOW);
break;
case 5:
digitalWrite(Pin0, HIGH);
digitalWrite(Pin1, HIGH);
digitalWrite(Pin2, LOW);
digitalWrite(Pin3, LOW);
break;
case 6:
digitalWrite(Pin0, HIGH);
digitalWrite(Pin1, LOW);
digitalWrite(Pin2, LOW);
digitalWrite(Pin3, LOW);
break;
case 7:
digitalWrite(Pin0, HIGH);
digitalWrite(Pin1, LOW);
digitalWrite(Pin2, LOW);
digitalWrite(Pin3, HIGH);
break;
default:
digitalWrite(Pin0, LOW);
digitalWrite(Pin1, LOW);
digitalWrite(Pin2, LOW);
digitalWrite(Pin3, LOW);
break;
}
if(dir){
_step++;
}else{
_step--;
}
if(_step>7){
_step=0;
}
if(_step<0){
_step=7;
}
delay(1);
}

0.5 lb





Copyright © 2024, Firgelli Robots. Powered by Shopify.