Electronics

Motor DC Vibration Module Black

AED 14.70

1

Description

The Motor DC Vibration Module Black is a small electronic device that generates vibration using a DC motor. It is commonly used in electronic devices such as smartphones, gaming controllers, and wearable devices to provide haptic feedback to users. The module is black in color and can be easily integrated into various electronic projects. It operates on low voltage and can be controlled using a microcontroller or other electronic circuits.

 

Package Includes:

  • 1 x Motor DC Vibration Module Black

 

Features:

  1. Small size: The module is compact and small, making it easy to integrate into various electronic devices.
  2. Non-audible indicator: The vibration motor generates vibration that is non-audible, making it suitable for use in silent mode phones and other devices where noise is not desired.
  3. Low operating voltage: The module operates on a low voltage range of 3.0-5.3VDC, making it energy efficient and suitable for battery-powered devices.
  4. High speed: The rated speed of the motor is 9000 rpm minimum, allowing it to generate strong and fast vibrations.
  5. Easy to control: The module is compatible with UNO R3/ Mega2560, making it easy to control using a microcontroller or other electronic circuits.
  6. Suitable for DIY projects: The module is a great component for DIY projects, allowing electronics enthusiasts to create their own custom vibration-enabled devices.

 

 

Description:

The Motor DC Vibration Module Black is a small electronic component that is designed to provide non-audible vibrations as a form of feedback or indication in various electronic devices. The module operates on a rated voltage of 5.0VDC, but it can function within a range of 3.0 to 5.3VDC. It has a high-rated speed of 9000 rpm minimum, which enables it to generate strong and fast vibrations. The module is equipped with a DC motor that requires a starting voltage of DC3.7V, and it has an insulation resistance of 10Mohm. The rated current of the module is up to 60mA, and it has a starting current of up to 90mA. The Motor DC Vibration Module Black is compatible with UNO R3/Mega2560, making it easy to control using a microcontroller or other electronic circuits.

 

Principle of Work: 

The Motor DC Vibration Module Black works on the principle of a DC motor. It consists of a small DC motor, which is attached to an eccentric weight that rotates with the motor shaft. When a voltage is applied to the motor, the eccentric weight rotates rapidly, causing the entire module to vibrate. The amount of vibration produced by the module is determined by the speed of the motor, the weight of the eccentric weight, and the balance of the motor assembly. The module can be controlled using a microcontroller or other electronic circuits to vary the voltage and frequency of the applied signal, which in turn controls the speed and intensity of the vibrations produced. The vibrations generated by the module can be used as a form of non-audible feedback or indication in various electronic devices. For example, the module can be used to provide haptic feedback in smartphones and gaming controllers to enhance the user experience. It can also be used in wearable devices to provide alerts and notifications without disturbing the user or others around them.

 

Pinout of the Module:

  

  • VCC: Module power supply – 5 V
  • GND: Ground
  • IN: Input

 

Applications: 

  • Haptic feedback in gaming controllers: The Motor DC Vibration Module Black is commonly used in gaming controllers to provide haptic feedback to the user, making the gaming experience more immersive and realistic.
  • Mobile phones: The module can be used in mobile phones to provide vibration alerts for incoming calls, messages, and notifications.
  • Wearables: The Motor DC Vibration Module Black is used in wearable devices such as smartwatches and fitness trackers to provide haptic feedback for notifications, alarms, and activity tracking.
  • Medical devices: The module can be used in medical devices such as pacemakers and insulin pumps to provide feedback to the user when the device is in operation.
  • Robotics: The Motor DC Vibration Module Black can be used in robotics as part of the tactile sensing system to provide feedback to the robot when it comes into contact with objects or surfaces.
  • Automotive: The module is used in automotive applications, such as anti-lock braking systems, to provide feedback to the driver when the brakes are applied.

 

Circuit:

This circuit will monitor the 9V battery using Arduino on pin A0:

 

 

Library:

No library Needed

         

Code: 

// the setup routine runs once when you press reset:
void setup() {
  pinMode(3, OUTPUT);
}

// the loop routine runs over and over again forever:
void loop() {
  digitalWrite(3, HIGH);
  delay(500);
  digitalWrite(3, LOW);
  delay(1000);
 
}

 

Technical Specifications:

  •  Rated voltage: 5.0VDC
  •  Operating voltage: 3.0- 5.3VDC
  •  Rated speed: 9000 rpm minimum
  •  Starting voltage: DC3.7V
  •  Insulation resistance: 10Mohm
  •  Rated current: up to 60 mA
  •  Starting current: up to 90 mA

 

Resources: