Leviton

5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with

Description: Store New Arrivals Add to Favorite View Feedback Contact 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with Arduino 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with Arduino Stepper motor with a standard interface, when used directly pluggable.A, B, C, D four-phase LED indicates the status of the stepper motor work.5 line 4 phase can be used for ordinary ULN2003 chip driver, connect to the 2 phase , support the development board,With convenient use, direct dockingDrive Module Board Size(in): 1.37*1.18*0.6 ; Stepper Motor diameter: 1.06(in) ; Stepper Motor lines: 9.45(in)Great packing in a box : 5 set Uln2003 Stepper Motor + Driver Board (with a little gift) Product Description Established in 2011, ELEGOO is a thriving technology company dedicated to open-source hardware research & development, production and marketing. Our own Quality Management Team will secure the premium quality of our products and we would like to receive your valuable suggestions for our products and make your idea come true. BYJ48 STEPPER MOTOR Stepper Motor is a type of electromagnetic device which moves in discrete steps. This has several coils, the center shaft has a series of magnets mounted on it, and the coils surrounding the shaft are alternately given current or not, creating magnetic fields which repulse or attract the magnets on the shaft, causing the motor to rotate. This Unipolar Stepper Motor 28-BYJ48 is provided with five wires and four coils. The center connections of the coils are tied together and usually used as the power connection. They are named unipolar steppers because power always comes in on this one pole. Specification - A, B, C, D four-phase LED indicates the status of the stepper motor work. - Stepper motor with a standard interface, when used directly pluggable. - 5 line 4 phase can be used for ordinary ULN2003 chip driver, connect to the 2 phase , support the development board, with convenient use, direct docking. - Rated Voltage: DC5V 4-phase - Insulation Resistance: >10MΩ (500V) - Dielectric Strength: 600V AC / 1mA / 1s - Step angle: 5.625 x 1/64 - DC Resistance: 200Ω±7% (25C) - Reduction ratio: 1/64 - Insulation Grade: A - No-load Pull in Frequency: >600Hz - No-load Pull out Frequency: >1000Hz - Pull in Torque: >34.3mN.m(120Hz) - Detent Torque: >34.3mN.m - Temperature Rise: < 40K(120Hz) Programm Code Example The Arduino IDE support a library for stepper motor, after connect motor with microcontroller you can upload the sketch on to the microcontroller. The following is the code of an example program, it can be modified according to your needs: #define IN1 8 #define IN2 9 #define IN3 10 #define IN4 11 int Steps = 0; boolean Direction = true; void setup() { Serial.begin(9600); pinMode(IN1, OUTPUT); pinMode(IN2, OUTPUT); pinMode(IN3, OUTPUT); pinMode(IN4, OUTPUT); } void loop() { for(int i=0; i<4096; i++){ stepper(1); delayMicroseconds(800); } Direction = !Direction; } void stepper(int xw) { for (int x = 0; x < xw; x++) { switch (Steps) { case 0: digitalWrite(IN1, LOW); digitalWrite(IN2, LOW); digitalWrite(IN3, LOW); digitalWrite(IN4, HIGH); break; case 1: digitalWrite(IN1, LOW); digitalWrite(IN2, LOW); digitalWrite(IN3, HIGH); digitalWrite(IN4, HIGH); break; case 2: digitalWrite(IN1, LOW); digitalWrite(IN2, LOW); digitalWrite(IN3, HIGH); digitalWrite(IN4, LOW); break; case 3: digitalWrite(IN1, LOW); digitalWrite(IN2, HIGH); digitalWrite(IN3, HIGH); digitalWrite(IN4, LOW); break; case 4: digitalWrite(IN1, LOW); digitalWrite(IN2, HIGH); digitalWrite(IN3, LOW); digitalWrite(IN4, LOW); break; case 5: digitalWrite(IN1, HIGH); digitalWrite(IN2, HIGH); digitalWrite(IN3, LOW); digitalWrite(IN4, LOW); break; case 6: digitalWrite(IN1, HIGH); digitalWrite(IN2, LOW); digitalWrite(IN3, LOW); digitalWrite(IN4, LOW); break; case 7: digitalWrite(IN1, HIGH); digitalWrite(IN2, LOW); digitalWrite(IN3, LOW); digitalWrite(IN4, HIGH); break; default: digitalWrite(IN1, LOW); digitalWrite(IN2, LOW); digitalWrite(IN3, LOW); digitalWrite(IN4, LOW); break; } SetDirection(); } } void SetDirection() { if (Direction == 1) { Steps++; } if (Direction == 0) { Steps--; } if (Steps > 7) { Steps = 0; } if (Steps < 0) { Steps = 7; } } Add to Cart Add to Cart Add to Cart Add to Cart Add to Cart Add to Cart Customer Reviews 4.7 out of 5 stars 4,645 4.7 out of 5 stars 14,937 4.7 out of 5 stars 7,212 4.7 out of 5 stars 2,947 4.5 out of 5 stars 3,694 4.7 out of 5 stars 2,330 Price $14.99$14.99 $44.99$44.99 $65.99$65.99 $59.99$59.99 $49.99$49.99 $36.99$36.99 Control Board UNO R3 UNO R3 MEGA 2560 UNO R3 UNO R3 / Compatibility with Arduino ✓ ✓ ✓ ✓ ✓ ✓ Projects Tutorial Included ✓ ✓ ✓ ✓ ✓ ✓ Assembly Requirement ✓ No No No ✓ No Reasons to Buy The Same ATmega328 with Arduino UNO R3 Board; The Same ATmega16U2 with Arduino Tutorial of 24 Projects, Cost-effetive Starter Kit Tutorial of 33 Projects, Powerful Mega R3 Control Board Tutorial of 33 Projects, Complete Stater Kit with UNO R3 ELEGOO EleRobot APP; FPV Mode; Obstacle Avoidance; Line Tracking Mode Tutorial of 34 Projects, Updated Version, Compatibility with Arduino IDE and STM32 Product Dimensions: 5.0 inches x 5.0 inches x 2.0 inches. Weight: 10.23 oz About Us Our vision is to be eBay’s most customer-centric store, where customers can find and discover anything they might want to buy online, and endeavors to offer its customers the lowest possible prices." "Our mission is to serve consumers online and focus on selection, price, and convenience." #Find it, Love it, Buy it Payment policy We currently accept payment via eBay managed payment only. Once payment is cleared, We will dispatch your shipment with 1-3 business days. Please refer to the "Shipping" tab for more information regarding shipping speed to your destination. Shipping policy 1. We offer FREE shipping on all orders! 2. We ship within three business days of payment, usually sooner. 3. We use a selection of shipping services such as UPS, FedEx, USPS etc. 4. We only ship to the lower 48 states, no APO/FPO addresses or PO Boxes allowed. 5. Local pickups and combined shipping options are not provided at this time. Returns We are committed to your happiness. That’s why we offer a 30-Day Return Policy on items that you are not completely satisfied with. You have the option for a refund or an exchange of the item.

Price: 22.86 USD

Location: Sheridan, Wyoming

End Time: 2024-09-25T18:37:26.000Z

Shipping Cost: 0 USD

Product Images

5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board Compatible with

Item Specifics

Return shipping will be paid by: Seller

All returns accepted: Returns Accepted

Item must be returned within: 30 Days

Refund will be given as: Money back or replacement (buyer's choice)

Return policy details:

Brand: Does not apply

MPN: Does not apply

Item model number: EL-SM-003

Display Resolution Maximum: 3840 x 2160 Pixels

Display Type: LED

Color: As per images

Special Feature: Portable

Product Dimensions: 5 x 5 x 2 inches; 10.23 ounces

Country of Origin: China

Item dimensions L x W x H: 5 x 5 x 2 inches

Connectivity Technology: USB

Human Interface Input: Buttons

Graphics Card Description: Dedicated

Is Discontinued By Manufacturer: No

Screen Size: 2 Inches

shipping: Free And Fast Shipping

satisfaction: 100% Customer Satisfaction

handling_time: Up to 3 Business Days (Usually same day)

customer_service: Professional Service, We Will Solve Any Problem

Type: Does not apply

Recommended

Hit & Run - DVD - GOOD
Hit & Run - DVD - GOOD

$5.27

View Details
JAPANESE DVD DISC
JAPANESE DVD DISC

$16.90

View Details
The Assassination of Gianni Versace American Crime Story Season 3 Dvd Set
The Assassination of Gianni Versace American Crime Story Season 3 Dvd Set

$22.95

View Details
Justice League: Crisis on Infinite Earths - Part 1/2/3 Bundle New, Sealed DVD(s)
Justice League: Crisis on Infinite Earths - Part 1/2/3 Bundle New, Sealed DVD(s)

$45.99

View Details
Lawless - DVD - GOOD
Lawless - DVD - GOOD

$4.57

View Details
Lot 16 Empty Blank Standard Size Black DVD Replacement Case w/Clear Sleeve
Lot 16 Empty Blank Standard Size Black DVD Replacement Case w/Clear Sleeve

$11.95

View Details
OKTIS-2 Fuel GAS Tester Express Analyzer Petrol Portable Octane Number Meter ENG
OKTIS-2 Fuel GAS Tester Express Analyzer Petrol Portable Octane Number Meter ENG

$169.00

View Details
Ghostbusters - DVD By Melissa McCarthy - GOOD
Ghostbusters - DVD By Melissa McCarthy - GOOD

$4.74

View Details
Love Actually - DVD - VERY GOOD
Love Actually - DVD - VERY GOOD

$3.98

View Details
Dolores Claiborne (DVD)
Dolores Claiborne (DVD)

$8.93

View Details