DFR0399

DFR0399 Datasheet


DC Micro Metal Gear Motor 75:1 w/Driver SKU DFR0399

Part Datasheet
DFR0399 DFR0399 DFR0399 (pdf)
PDF Datasheet Preview
DC Micro Metal Gear Motor 75:1 w/Driver SKU DFR0399

Micro Metal DC Geared Motor w/Driver

Contents
• 1 Introduction
• 2 Specification
• 3 Motor Overview
• 4 Tutorial

Requirements Connection Diagram Sample Code Note

Introduction

An ordinary DC motor requires an H Bridge to work with a microcontroller such as an UNO. For newcomers to electronics, the process of finding the right motor driver, connecting it to the MCU and learning the relevant electronic theory can be confusing and frustrating when you just need something to work quickly. We hope that using the DC Micro Metal gear motor changes this. The new micro DC geared motor is easy to operate - using the DFRobot "Gravity" interface, you are able to control the motor using only one control signal. Easily implement forward/reverse control and speed control via PWM. This motor also combines the features of a DC motor and 360 degree servo. We have also increased the stop range and reduced standby power consumption, so the current draw is less than 1mA without signal control. Ideal for DIY projects!

NOTE The embedded control chip will consume a small amount of the input voltage, therefore the motor voltage will be slightly reduced. The motor speed will also be slightly slower than the rated motor speed.

Specification
• Operating voltage 3.5V - 8V
• Reduction ratio 75:1
• No load current approx
• Static current <1mA no PWM control signal input
• Interface Gravity 3-Pin
• PPM signal resolution 1us
• PPM signal pulse width range 500us-2500us
• Clockwise pulse width range 500us-1400us 500us speed maximum
• Stop pulse width range 1400us-1600us
• Anticlockwise pulse width range 1600us-2500us speed maximum
• PWM frequency 500 Hz.

No. Label 1 Signal 2 Power

Motor Overview

Description PWM signal input -
3 GND

DFR0399

Tutorial

The motor works similar to a 360 degree rotation servo, using the servo library Arduino IDE included .

Requirements
• Hardware DFRduino UNO x1 DFR0399 Gear Motor x1
• Software Arduino IDE Click to Download Arduino IDE from

Connection Diagram

Micro Metal DC Geared Motor w/Driver

Sample Code
1 #include <Servo.h>
3 #define speed_maxP 0 //Clockwise rotation Max speed
4 #define speed_maxN 180 //Anticlockwise rotation Max speed
5 #define speed_stop 90 //Stop
7 Servo mymotor // create servo object to control a servo my motor
// twelve servo objects can be created on most boards
10 int pos=0;
11 void setup
13 mymotor.attach 9 //attaches the motor on pin 9 to the servo object
15 void loop
17 /**********Using 180 degree servo library to control N20 motor********** ********************/
18 mymotor.write speed_stop ;
//Stop
19 delay 1000 ;
//delay 1s
20 mymotor.write speed_maxP ;
//Clockwise rotation
21 delay 2000 ;
More datasheets: 69193-124HLF | 78299-204HLF | 69193-122HLF | 69193-408HLF | 78299-230HLF | 69193-110HLF | 78276-120HLF | 69193-108HLF | 78276-208HLF | SLIMCON-6


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 DFR0399 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0399 508753