DFR0411

DFR0411 Datasheet


Gravity 130 DC Motor SKU DFR0411

Part Datasheet
DFR0411 DFR0411 DFR0411 (pdf)
PDF Datasheet Preview
Gravity 130 DC Motor SKU DFR0411

Gravity 130 DC Motor

Contents
• 1 Introduction
• 2 Specification
• 3 Tutorial

Preparation Connection Sample code
• 4 FAQ

Introduction

Gravity 130 DC motor is a very interesting module, the module does not need additional motor driver board, you can use Arduino board to drive it easily. And the speed control could be realized with PWM signal. Very popular with DIY project

Specification
• Operating Voltage 5v
• Interface type Gravity 3-pin digital sensor interface
• Dimension 52 * 27 mm
• Weight 40 g

Tutorial

We will use Arduino to control module speed.

Preparation
• Hardware DFRduino UNO R3 x1 IO Expansion Shield for Arduino V7.1 x1 130 DC motor module x1
• Software Arduino IDE Version Download Arduino IDE

Connection
connection diagram

Sample code

Copy the sample code, and paste it in the Arduino IDE
/* 130 DC Motor by DFRobot
int motorPin = 3 int motorSpeed;
//Motor drive pin D3 //Define motor speed
void setup

Serial.begin 9600 ;
void loop
for motorSpeed = 0 motorSpeed <= 255 motorSpeed+=5
analogWrite motorPin, motorSpeed //PWM speed contro l
delay 30 for motorSpeed = 255 motorSpeed >= 0 motorSpeed-=5
analogWrite motorPin, motorSpeed //PWM speed contro l
delay 30 ;

There are no questions about this product yet. If you have any problems or suggestions, you are welcome to email us or post on the DFRobot forum!

For any questions/advice/cool ideas to share, please visit the DFRobot Forum.

Powered By DFRobot 2008-2016
More datasheets: AT27C040-90RC | AT27C040-90RI | AT27C040-15RC | AT27C040-70RC | PNRT110A | DNRT110A | MT48LC2M32B2TG-6A:J | MT48LC2M32B2TG-6A IT:JTR | MT48LC2M32B2TG-6A IT:J | B39151B3831U210


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0411 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0411 508754