Compact and efficient R280 DC motor with a voltage range of 3-12V and a maximum speed of 13750 RPM. Perfect for small projects, toys, and hobbyist applications requiring high-speed performance.
Short Features
Operates between 3-12V DC
Maximum speed of 13750 RPM
Lightweight and compact design
Suitable for a variety of hobbyist and DIY projects
Durable construction for long-lasting use
Specification
Model: R280
Voltage Range: 3-12V DC
Speed: 13750 RPM (at 12V no-load)
Current: ~0.5A (no-load at 12V)
Torque: Suitable for lightweight applications
Dimensions: Compact cylindrical motor (standard R280 size)
Material: Metal casing with reliable internal components
Applications: Toys, small fans, portable tools, and RC vehicles
🔌
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
📄 File: dc_motor_r280_3-12v_13750rpm_-_arduino_uno.inoArduino Uno
633 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// DC Motor R280 3-12V 13750RPM 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// DC Motor R280 3-12V 13750RPM 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: dc_motor_r280_3-12v_13750rpm_-_arduino_mega.inoArduino Mega
634 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// DC Motor R280 3-12V 13750RPM 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// DC Motor R280 3-12V 13750RPM 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// DC Motor R280 3-12V 13750RPM 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// DC Motor R280 3-12V 13750RPM 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: dc_motor_r280_3-12v_13750rpm_-_raspberry_pi_pico.inoRaspberry Pi Pico
643 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// DC Motor R280 3-12V 13750RPM 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.