[Arduino] 168 Types of Sensor Module Series Experiments (Data Code + Simulation Programming + Graphical Programming)
Experiment 111: Vibration Motor Module, High and Low Level Vibration Small Motor, Intelligent Wearable Product Vibration Reminder Module
The micro vibration motor mainly used in mobile phones is a type of DC brushed motor. There is an eccentric wheel on the motor shaft, and when the motor rotates, the center of mass of the eccentric wheel is not on the motor’s axis of rotation, causing the motor to be in a constant state of imbalance, leading to vibration due to inertia.
Main Features and Applications
– Permanent magnet hollow DC motor
– Small size, lightweight (cylindrical)
– Radial rotation/circumferential rotation (flat)
– Low noise, low power consumption
– Strong vibration feeling
– Simple structure
– High reliability
– Short response time
The micro vibration motor is mainly used in mobile phones, toys, and health massage devices.
1027 Flat Vibration Motor Basic Parameters
Rated Speed: 12000 (rpm)
Rated Torque: 1 (NM)
Dimensions: 10*2.7 (mm)
Product Certification: ROHS
Applicable Range: Health Products
Efficiency: 99.9 (%)
Rated Power: 0.1-3.0 (W)
Product Type: Brushed DC Motor
Rated Voltage: 2.5 (V)
Rated Current: 80 (mA)
Model: 1027L
Main Uses: Mobile phones, tablets, instruments, health massage products, etc.
The vibration motor module is suitable as a small vibration motor module for non-audible indicators. When the input is high level, the motor vibrates, just like your phone in silent mode. Features: – Rated Voltage: 5.0VDC – Working Voltage: 3.0 – 5.3VDC – Rated Speed: Minimum 9000 RPM – Rated Current: Maximum 60 mA – Starting Current: Maximum 90 mA – Starting Voltage: DC3.7V – Insulation Resistance: 10Mohm – Compatibility: Compatible with UNO R3/Mega2560 – Very suitable for DIY projects.
Technical Specifications
Size: 21*30mm
Mounting Hole: 3mm
Hole Spacing: 15mm
Voltage: 5V
Port: Digital
Motor: Diameter 10mm, Thickness 2.7mm Flat Motor
Drive: MOS tube, high-level trigger, low-level cutoff
Platform: Arduino, Microcontroller
Module Features
Using high-quality mobile phone vibration motor, significant vibration effect
MOS amplification drive, can be directly controlled through Arduino’s digital port
Can control the vibration intensity of the motor via PWM
This module can easily convert electrical signals into mechanical vibration sensations
Suitable for making interactive products with vibration sensation, wearable smart devices for vibration reminders, etc.
Open-source code for the experiment
/*[Arduino] 168 Types of Sensor Module Series Experiments (Data Code + Simulation Programming + Graphical Programming) Experiment 111: Vibration Motor Module High and Low Level Vibration Small Motor Intelligent Wearable Product Vibration Reminder Module Project: Test Vibration Motor Module*/void setup(){pinMode(3,OUTPUT);}void loop(){digitalWrite(3,LOW);delay(1000);digitalWrite(3,HIGH);delay(1000);digitalWrite(3,LOW);delay(1000);digitalWrite(3,HIGH);delay(1000);}
END
Event Time: May 18 – July 31
Award Settings:
First Prize (1): DJI Mini 2 SE Drone (¥ 2388)
Second Prize (2): JD Card 500 Yuan
Third Prize (2): JD Card 300 Yuan
Encouragement Prize (10): JD Card 50 Yuan
Event Requirements:
Can be a simple disassembly process, a simple DIY, or disassembly + modification.
Click to read the original article, participate in the event!
Leave a Comment
Your email address will not be published. Required fields are marked *