
Reference: RBD-1354
Jumper Wire Single 20cm
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-1354
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0351
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)...
Reference: 0245
Choose your desire Resistor value from below:
Reference: 0031
3 Types Available (Please select from option) 1. Male to Male 2. Male to Female 3. Female-Female
Reference: RBD-0768
Size: 5mm Color: RED Head Shape: Round Lens Appearance: Transparent
Reference: 1353
Length: 12.5 inches/30 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0761
Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical
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.
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.
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.
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.
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.
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.
/* * 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); }
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. |
Reference: RBD-0817
Step Angle Step Angle: 1.8 ° Current: 2.8 A/Phase Holding Torque: 10.1 N-cm Detent torque: 3.6 N.cm (Maximum) Lead Wires: 4 Shaft diameter: 8.00 mm
Reference: RBD-0573
Rated voltage: 5V DC Reduction Ratio: 64:1 Step Angle: 5.625° /64 Frequency: 100Hz Self-positioning Torque: >34.3mN.m Friction torque: 600-1200 gf.cm Pull in torque: 300 gf.cm
Reference: RBD-3006
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
Reference: RBD-3005
Rated voltage: 12V DC Reduction Ratio: 64:1 Step Angle: 5.625° /64 Frequency: 100Hz Self-positioning Torque: >34.3mN.m Friction torque: 600-1200 gf.cm Pull in torque: 300 gf.cm
Reference: RBD-1390
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.
Reference: RBD-2926
NEMA Stepper Motor Cable with Dupont Connector Pure Copper – 1 MeterCompatible with Nema Motor
Reference: RBD-1379
Nema 23 23HS5628 2.8A Two Phase 6.35mm Shaft Stepper Motor TB6600 Stepper Motor Driver CNC and 3D Printer
Reference: RBD-2927
Stepper Motor Cable XH2.54 4Pin to PH2.0 6Pin – 1.5 Meter
Reference: RBD-2069
Round motor Vibration Motor Big toy motor Dynamo Motor Big solar motor Double Shaft toy motor Double shaft round motor DVD/Solar Motor Toy Motor, Double Shaft Geared Motor L Shaped Geared Motor
Reference: RBD-2803
This is NEMA17 stepper motor commonly used in 3D printers, CNC machines, and linear gantry systems. Model: 42BYGH40-A-24DH
Reference: RBD-2574
This sturdy black bracket is made from 3mm-thick coated steel and weighs about 100g. It is specifically designed to work with the typical face plate mounting holes of NEMA 17 stepper motors.
Reference: RBD-3016
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
Reference: RBD-2308
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...
Reference: RBD-0094
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...
Reference: RBD-0217
Model: MG90S Weight: 13 gm Operating voltage: 4.8V~ 6.6V Servo Plug: JR Stall torque @4.8V : 1.8kg-cm Stall torque @6.6V : 2.2kg-cm Note: The component, colour & shape of the motor may vary depending on our stock rotation.
Reference: RBD-0908
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
Reference: RBD-2360
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 & shape of the motor may vary depending on our stock rotation. Continuous...
Reference: RBD-1879
Input Voltage (V): 100 ~ 280 VAC @50 ~ 60Hz. Input current (mA): 100. Output Power: 12V 2A. Input Plug: 2-Pin USA type. Output Plug: 5.5mm DC plug. RoboticsBD Model: NBSB24120200VU Brand: Motorola
Reference: RBD-1951
High hardness, Corrosion protection. Waterproofness and High precision. The mode of its output signal:0-5V(Voltage signal). supply voltage: DC 12-24V. Power consumption:Voltage MAX≤0.3W. Start wind speed:0.4-0.8m/s.
Reference: RBD-0434
Supply Voltage: 8.2 – 42 VDC. Current Capacity : 2.2A max(24V). Continuous current per phase: 1.5 A. Minimum Logic voltage: 2.5V. Maximum Logic Voltage: 5V. Microstep resolutions: full, 1/2, 1/4, 1/8, 1/16, and 1/32. Dimensions : 15 x 20 mm. Weight: 4 gm. RoboticsBD