The RS-550 12–24V DC Motor is a versatile and high-performance brushed DC motor designed for a wide range of small-scale and hobbyist applications. This motor offers a balanced combination of speed, torque, and compact size, making it ideal for robotics, DIY mechanical projects, and electronic systems. With a no-load speed of 5800 RPM and a high torque rating of 1864 g·cm, it provides reliable mechanical power for tasks requiring moderate force and rotational speed. Its design allows for easy integration with wheels, pulleys, gears, and small actuators, making it a practical choice for engineers, makers, and electronics enthusiasts alike. The motor operates efficiently across a voltage range of 12–24 volts DC, providing flexibility for different power sources and project requirements. Its compact and lightweight design ensures it fits seamlessly into small enclosures without compromising performance.
Features:
High-speed operation with a no-load speed of 5800 RPM.
Strong torque performance with a maximum stall torque of 1864 g·cm.
Wide operating voltage range from 12 to 24 volts DC.
Compact and lightweight design, suitable for small-scale mechanical assemblies.
Easy to integrate with gears, wheels, pulleys, and other mechanical components.
Reliable brushed DC construction for cost-effective and straightforward motor control.
Ideal for hobbyist and educational robotics projects.
Specifications:
Voltage: 12–24 V DC
No-load speed: 5800 RPM
Stall torque: 1864 g·cm
Shaft diameter: 3.175 mm
Motor type: Brushed DC, compact form factor
Applications: The RS-550 DC motor is highly adaptable and can be applied in a variety of practical scenarios:
Robotics: Perfect for driving wheels, gear systems, and small actuators in mobile robots or robotic arms, providing smooth and controlled motion.
DIY Mechanical Projects: Ideal for hobby projects such as conveyor belts, miniature fans, or small-scale automation mechanisms.
Pumps and Fans: Suitable for powering small fluid pumps or air-moving devices where compact size and sufficient torque are required.
Educational Tools: Used in schools, universities, or maker spaces to teach principles of electric motors, mechanical transmission, and control systems.
Prototyping and Custom Builds: A practical solution for engineers and hobbyists designing custom devices that need a reliable, high-speed motor with moderate torque.
Overall, the RS-550 12–24V DC Motor is a compact yet powerful solution for a variety of mechanical and electronic applications. Its balance of high speed, strong torque, and flexible voltage operation makes it a dependable choice for projects where performance, size, and versatility are essential.
🔌
Pin Connections
1 Table
Pin Connections Table 1
Board
Sensor Pin
Connection
Motor
to H-bridge OUT
motor leads into an H-bridge driver's output terminals
📟
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - Arduino Uno
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - Arduino Nano
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - Arduino Mega
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - ESP32
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - ESP8266
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - STM32
RS-550 12-24V DC Motor, 5800RPM, 1864 g cm High Torque - Raspberry Pi Pico
📄 File: rs-550_12-24v_dc_motor,_5800rpm,_1864_g_cm_high_torque_-_arduino_uno.inoArduino Uno
659 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=8, IN2=9, ENA(speed)=10 on Arduino Uno.
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=8, IN2=9, ENA(speed)=10 on Arduino Nano.
📄 File: rs-550_12-24v_dc_motor,_5800rpm,_1864_g_cm_high_torque_-_arduino_mega.inoArduino Mega
660 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=8, IN2=9, ENA(speed)=10 on Arduino Mega.
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=26, IN2=27, ENA(speed)=25 on ESP32.
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=D5, IN2=D6, ENA(speed)=D7 on ESP8266.
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=PB0, IN2=PB1, ENA(speed)=PA8 on STM32.
📄 File: rs-550_12-24v_dc_motor,_5800rpm,_1864_g_cm_high_torque_-_raspberry_pi_pico.inoRaspberry Pi Pico
669 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// RS-55012-24V DC Motor, 5800RPM, 1864 g cm High Torque needs an H-bridge driver (e.g. L298N/L293D/L9110S) between it and the board - a GPIO pin alone can't supply a motor's current. IN1=14, IN2=15, ENA(speed)=16 on Raspberry Pi Pico.