Seeed Grove Vibration Motor Quick Start Manual

Seeed Grove Vibration Motor Quick Start Manual

Advertisement

Introduction

This is a mini vibration motor suitable as a non-audible indicator. When the input is HIGH, the
motor will vibrate just like your cell phone on silent mode.
For all Grove users (especially beginners), we provide you guidance PDF documents.
Please download and read through
Grove
before your using of the product.

Features

Grove compatiable
Non-audible
Low power consumption
High reliability
Grove - Vibration Motor
Preface - Getting Started
and
Introduction to

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grove Vibration Motor and is the answer not in the manual?

Questions and answers

Summary of Contents for Seeed Grove Vibration Motor

  • Page 1 Grove - Vibration Motor Introduction This is a mini vibration motor suitable as a non-audible indicator. When the input is HIGH, the motor will vibrate just like your cell phone on silent mode. For all Grove users (especially beginners), we provide you guidance PDF documents. Please download and read through Preface - Getting Started Introduction to...
  • Page 2 Specification Item Operate Voltage 3.0V 5.0V 5.5V Logic Level Control Mode (When Logic HIGH, the motor is ON. When LOW, the motor is OFF.) Rated speed 9000 rpm Usage To make it vibrate is just as easy as to turn on an LED. Here is an example showing how to turn on the vibration motor.
  • Page 3 click here if you do not know how to upload. Demo code like : int MoPin = 9; // vibrator Grove connected to digital pin 9 void setup() pinMode( MoPin, OUTPUT ); void loop() digitalWrite(MoPin, HIGH); delay(1000); digitalWrite(MoPin, LOW); delay(1000); Now, feel the vibration of your motor!

Table of Contents