• How to Place an Order

  • Store Pick Up

  • Request for Quotation/ International Sourcing

  • Order Status

Reference: RBD-0351

MIFARE Classic 1K RFID NFC Smart Card 13.56MHz Printable

Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...

Price BDT 32
More
In-Stock
All best sellers
Stepper Motor NEMA-17 1.2A KS42STH40-1204A Robotics Bangladesh
  • Stepper Motor NEMA-17 1.2A KS42STH40-1204A Robotics Bangladesh

Stepper Motor NEMA-17 1.2A KS42STH40-1204A

RBD-2477

The KS42SH40-1204A is a high quality 1.2A NEMA-17 precision stepper motor that is commonly used in 3D printers, CNC machines and other applications that require precise control.

BDT 1,350
Quantity
In Stock

12 people have purchased this item recently
12 people added this item to the cart in last 10 days
41 items in stock in Uttara, Dhaka
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

DESCRIPTION

The KS42SH40-1204A is a high quality 1.2A NEMA-17 precision stepper motor that is commonly used in 3D printers, CNC machines and other applications that require precise control.

PACKAGE INCLUDES:

  • KS42STH40-1204A Motor
  • 4-wire cable 6-pin JST to 4-pin Dupont Female connector – 39″ long

KEY FEATURES OF STEPPER MOTOR NEMA-17 1.2A KS42STH40-1204A:

  • 4-wire bipolar operation
  • Compatible with NEMA17 standard
  • Dimensions: 42 x 42 x 40mm
  • Motor shaft diameter: 5mm
  • Step angle: 1.8 degrees
  • Step Count per revolution: 200
  • Standard Voltage: 2V
  • Phase current: 1.2A
  • Phase resistance: 1.7 ohm
  • Holding torque: 4N.m (minimum)
  • Weight: 290g

Stepper motors draw power to hold their current position even if they are not turning, so they tend to be power hungry.  They are best suited for being driven off a power supply rather than batteries unless you are using batteries with some serious  current capability.

Bipolar stepper motors require two full H-Bridges to drive them unlike unipolar steppers so they are best paired with a good bipolar driver to drive them.  These drivers have active current limiting built-in and allow for the motors to be driven from voltages much higher than their rated voltage (2V in this case) which gives improved performance.  What is important in these motors is to not exceed their maximum current capability (1.2A in this case), but you can run them at 12V or higher without any problems.

These drivers also allow for micro-stepping which allows you to move the stepper just a fraction of a full step.  The motor has 200 full steps for one rotation, but the DRV8825 driver for instance allows you to also use between 1/2 to 1/32 micro-steps, so the 200 full steps can become up to 6400 micro-steps for making one full rotation thus providing much greater precision if it is needed.

Motor Connections:KS42STH40-1204A Stepper Motor - Connector

These are bipolar stepper motors with 4 wires.  Direction of rotation is expressed as you are looking at the output shaft.  Positive commands turn the motor clockwise.  If the motor is rotating in the opposite direction than you intended, simply swap the leads to one coil only.

Cable colors may vary.  When looking at the connector on the motor, it is 6 pin, but only 4 of the pins are used.  Pins 1 & 3 are for one coil and pins 4 & 6 are the other coil.

OUR EVALUATION RESULTS:

These stepper motors are well made, have good torque and are very smooth in operation.  They work great with our DRV8825 Stepper Motor Driver down below.  We also have an optional steel bracket which is painted black that can be used for mounting the motor for some applications if you are building something from scratch.

The example software below uses the DRV8825 to drive this servo motor to show the basic mechanics of making one of these things go.  More information can be found on the DRV8825 page linked down below.DRV8825 Driver Minimal Setup Schematic

When using with an Arduino, the BasicStepperDriver.h library can be downloaded from GitHub which provides control for the DRV8825 and similar stepper drivers and is used in our program below.

The program is a simple test program.  It uses the driver module in the minimal hardware mode using just the DIR and STEP pins with the micro-stepping set to the default of full step as shown in the drawing to the right.

It moves the stepper in one direction for 5 rotations, rotates in the reverse direction for 1 rotation and then rotates for one rotation in discrete individual full steps. Ensure that the RST and SLP pins are pulled up to Vcc on the Arduino.  Also ensure that the current limiting has been adjusted for the motor you are using.

Stepper Motor KS42STH40-1204A / DRV8825 Test Program

/*
 * Exercise the DRV8825 Stepper Motor Driver Module
 *
 * This uses the minimal setup configuraiton with DIR connected to pin 8 and 
 * STEP connected to pin 9.
 *
 * The /Reset and /Sleep pins need to be pulled up to VCC
 * Step size is left at default of Full Step
 * This uses the BasicStepperDriver.h library which can be downloaded at GitHub
 */
#include <Arduino.h>
#include "BasicStepperDriver.h"

// Motor steps per revolution. Most steppers are 200 steps or 1.8 degrees/step
const int MOTOR_STEPS = 200;
// Set speed of rotation
const int RPM = 120;

// Using default step size. 1=full step, 2=half step, etc.
const int MICROSTEPS = 1;

// Define Arduino pins usedUses default full step
const int DIR_PIN = 8;
const int STEP_PIN = 9;

// Create stepper object in 2-wire basic configuration.  
BasicStepperDriver stepper(MOTOR_STEPS, DIR_PIN, STEP_PIN);

//===============================================================================
//  Initialization
//===============================================================================
void setup() {
    stepper.begin(RPM, MICROSTEPS);  // Uses default full step mode
}
//===============================================================================
//  Main
//===============================================================================
void loop() {
   int i;
     for(i=0; i<5; i++) stepper.rotate(360);  // 360 = degrees rotation

    stepper.rotate(-360);   // Rotate once in opposite direction

    for(i=0; i<200; i++){ // Rotate 1 step at a time, pause between steps
      stepper.move(1 * MICROSTEPS); // Steps are full steps
      delay(25);
    }
    delay(1000);
}

What is the price of Stepper Motor NEMA-17 1.2A KS42STH40-1204A in Bangladesh?

The latest price of Stepper Motor NEMA-17 1.2A KS42STH40-1204A in Bangladesh is BDT 1,350 You can buy the Stepper Motor NEMA-17 1.2A KS42STH40-1204A at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-2477
41 Items
All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
12 other products in the same category:

Reference: RBD-3006

42BYGH40 2-Phase 4-Wire Stepper Motor for 3D Printers

It is a simple 2 phases hybrid stepper motor. It features 3.5kg high torque output. It is applied in most CNC machine or 3D printer such as makerbot and ultimaker. If you want to make your own CNC or 3D printer, this motor is the most suitable one. Usually, a CNC machine requires 3 motors and a 3D Printer requires 4.Model: 42BYGH40-A-24DH

Price BDT 1,350
More
In Stock

Reference: RBD-1390

Nema 17 Stepper Motor 17HS4401S

Nema17 Bipolar. Number of Phases: 2. Step Angle: 1.8°. Phase Voltage: 2.6Vdc. Phase Current: 1.7A. Resistance: 1.5Ω ±10%. Inductance: 2.8mH ±20% (1KHz). Number of Wire: 4 (100cm Length). Holding Torque: 43N.cm. Shaft Diameter: Ø5mm. Motor Length: 40mm. Mass: 270g.

Price BDT 1,290
More
In-Stock

Reference: RBD-3016

MP24Z 12V DC Universal Step Swing Flap Motor

12V DC synchronous swing step motor Model: MP24Z, also known as SSA512T096 Step angle: 7.5 degrees (48 steps for 360° rotation) Provides a torque of approximately 100 mNm Suitable for various specialized applications

Price BDT 310
More
In-Stock
Customers who bought this product also bought:

Reference: RBD-2308

DC 3V-36V 15A Dual H-Bridge DC Motor Driver

DC 3V-36V 15A Dual H-Bridge DC Motor Driver for high-current applications Can handle a maximum current of up to 30A for robust motor control Features PWM modulation with 0%-99% duty cycle for precise motor speed control Equipped with N-channel IRF3205 MOSFETs for enhanced performance and braking Ideal for driving high-current brushed DC motors in robotics...

Price BDT 1,650
More
In-Stock

Reference: RBD-0094

Arduino Uno R3

The Arduino Uno R3 High-Quality Edition Arduino UNO in Bangladesh Micro-controller : ATmega328. Operating Voltage : 5V. Input Voltage (recommended) : 7-12V. Digital I/O Pins : 14 (of which 6 provide PWM output). Analog Input Pins : 6. The Arduino Uno R3 High-Quality Edition embodies superior craftsmanship and meticulous attention to detail, resulting in...

Price BDT 988 Regular price BDT 1,043
More
In-Stock

Reference: RBD-0908

Digital Tachometer DT2234C+

VDT2234C+ digital laser RPM photo tachometer, non contact measurement tool  Professional tachometer measures the RPM of any rotational part with wide measuring range and high resolution Durable in using, large LCD display gives exact RPM data. RoboticsBD9V Battery is not Included. You need to purchase it separately

Price BDT 1,450
More
In-Stock

Reference: RBD-2360

Servo Motor Micro MG90S 360 Degree Continuous Rotation

360° Continuous rotation servo for speed control and direction-based movement. Compact and lightweight design with integrated motor driver for robotic applications. Operates within 4.8V-6.6V range, providing a torque of up to 2.2kg-cm at 6.6V.  Note: The component, colour &amp; shape of the motor may vary depending on our stock rotation. Continuous...

Price BDT 270 Regular price BDT 395
More
In-Stock

Follow us on Facebook