Stufin
Home Quick Cart Profile

300 RPM Single Shaft BO Motor with Wheel (4 sets)

Buy Now on Stufin

Name

300 RPM Single Shaft BO Motor with Wheel (4 sets)

Category

DC Motors with Gearbox and Wheel Assembly

Description

The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is a compact, high-performance DC motor solution designed for various robotics, automation, and IoT applications. This component consists of a single shaft BO (Brushed) motor coupled with a gearbox and a wheel assembly, providing a complete solution for mobility and movement-based projects.

Functionality

The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is designed to provide rotational motion to a load, such as a wheel or a gear, converting electrical energy into mechanical energy. The motor's primary function is to rotate the attached wheel at a speed of 300 RPM, enabling the movement of a device or a platform.

Key Features

  • Motor:

Type

Plastic wheel with metal axis

Voltage

3-12V DC

Current

100mA (max)

Power

3W

Speed

300 RPM 10%

Torque

0.5 kg-cm (max)

  • Gearbox:

Gear Ratio

130

Material

Plastic and metal

  • Mounting:

Diameter

60mm

Width

20mm

Motor mounting type

Screw holes (4)

Wheel mounting type

Press-fit onto motor shaft

  • Connectivity:

Wire type

20 AWG

Wire length

100mm

Terminal type

Gold-plated

  • Operating Environment:

Temperature

-20C to 40C

Humidity

20% to 80% RH

  • Other Features:

4 sets of motors and wheel assemblies included in the package

Compact design for easy integration into projects

Suitable for robotics, automation, IoT, and DIY projects

Applications

The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is ideal for various applications, including

Robotics and robotic arms

Automation systems

IoT projects (e.g., home automation, industrial automation)

DIY projects (e.g., robotic cars, robotic platforms)

Educational projects and prototyping

Technical Specifications

Please note that the technical specifications may vary depending on the specific application and operating conditions. It is recommended to test the component under actual operating conditions to ensure optimal performance.

Warranty and Support

The component is backed by a limited warranty and dedicated technical support. Please refer to the manufacturer's documentation for warranty details and contact information for technical support.

Pin Configuration

  • 300 RPM Single Shaft BO Motor with Wheel (4 sets) - Pinout Explanation and Connection Guide
  • The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is a compact and efficient DC motor designed for various IoT and robotics applications. The motor comes with four sets of wheels, making it ideal for robotics, drones, and other devices that require precise movement.
  • Pinout Explanation:
  • The motor has a total of 2 pins, which are responsible for controlling the motor's direction and speed.
  • 1. VCC (Positive Power Supply Pin):
  • Function: Provides positive voltage to the motor.
  • Recommended voltage range: 3V to 6V DC.
  • Typical current consumption: 100mA to 300mA (depending on the motor load).
  • 2. GND (Ground Pin):
  • Function: Provides a grounding point for the motor.
  • Connects to the negative terminal of the power supply.
  • Connection Structure:
  • To connect the motor, follow these steps:
  • Step 1: Power Supply Connection
  • Connect the VCC pin to the positive terminal of a DC power supply (e.g., a battery or a DC power adapter).
  • Ensure the voltage is within the recommended range (3V to 6V DC).
  • Step 2: Ground Connection
  • Connect the GND pin to the negative terminal of the DC power supply.
  • This connection provides a common ground for the motor and power supply.
  • Step 3: Motor Direction and Speed Control
  • The motor's direction and speed can be controlled using an external microcontroller or motor driver IC.
  • Connect the motor driver IC's output pins to the motor's VCC and GND pins.
  • Program the microcontroller to send control signals to the motor driver IC to control the motor's direction and speed.
  • Important Notes:
  • Always use a suitable heatsink or thermal pad to prevent overheating, especially when operating the motor at higher speeds or loads.
  • Ensure the motor is properly fixed and secured to prevent vibrations and damage during operation.
  • Follow proper soldering techniques and safety precautions when connecting the motor pins to prevent damage or electrical shock.
  • By following these steps and guidelines, you can successfully connect and control the 300 RPM Single Shaft BO Motor with Wheel (4 sets) for your IoT or robotics project.

Code Examples

300 RPM Single Shaft BO Motor with Wheel (4 sets) Documentation
Overview
The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is a high-performance motor designed for a variety of IoT applications. This motor features a single shaft design with four wheels, making it ideal for applications requiring precise movement and control. With a maximum speed of 300 RPM, this motor is suitable for applications such as robotics, autonomous vehicles, and industrial automation.
Technical Specifications
Motor Type: Single Shaft BO Motor
 RPM: 300 RPM
 Voltage: 6V - 12V DC
 Current: 1A - 2A
 Shaft Material: Steel
 Wheel Material: Rubber
 Wheel Size: 32mm diameter x 10mm width
 Motor Dimensions: 36mm x 20mm x 15mm
 Weight: 120g
Interface and Control
The 300 RPM Single Shaft BO Motor with Wheel (4 sets) can be controlled using a variety of interfaces, including:
PWM (Pulse Width Modulation): For speed control and direction control
 Analog Input: For speed control and direction control
 Digital Input: For on/off control and direction control
Code Examples
### Example 1: Arduino Control using PWM
In this example, we will demonstrate how to control the motor using an Arduino board and PWM.
```c++
const int motorPin = 9;  // Pin for motor control
void setup() {
  pinMode(motorPin, OUTPUT);
}
void loop() {
  // Set motor speed to 50% using PWM
  analogWrite(motorPin, 128);
  delay(1000);
// Set motor speed to 100% using PWM
  analogWrite(motorPin, 255);
  delay(1000);
// Set motor speed to 0% using PWM
  analogWrite(motorPin, 0);
  delay(1000);
}
```
### Example 2: Raspberry Pi Control using Python
In this example, we will demonstrate how to control the motor using a Raspberry Pi and Python.
```python
import RPi.GPIO as GPIO
import time
# Set up GPIO mode
GPIO.setmode(GPIO.BCM)
# Define motor control pin
motor_pin = 17
# Set up motor control pin as output
GPIO.setup(motor_pin, GPIO.OUT)
try:
    while True:
        # Set motor speed to 50% using PWM
        GPIO.PWM(motor_pin, 50)
        time.sleep(1)
# Set motor speed to 100% using PWM
        GPIO.PWM(motor_pin, 100)
        time.sleep(1)
# Set motor speed to 0% using PWM
        GPIO.PWM(motor_pin, 0)
        time.sleep(1)
except KeyboardInterrupt:
    GPIO.cleanup()
```
Safety Precautions
Always handle the motor with care to avoid damage or injury.
 Ensure proper ventilation and cooling to prevent overheating.
 Use appropriate power supply and wiring to avoid electrical shock or fire hazards.
 Follow proper installation and mounting procedures to ensure stable operation.
Warranty and Support
The 300 RPM Single Shaft BO Motor with Wheel (4 sets) is covered by a 1-year limited warranty. For technical support, please contact our dedicated support team at [support@example.com](mailto:support@example.com).