• On sale!
  • -€1.50
DC Fan Module
  • DC Fan Module
  • DC Fan Module
  • DC Fan Module
  • DC Fan Module

DC Fan Module

:MOT07001
€5.80
€4.30 Save €1.50
Tax included

Make an air aerial propeller vessel, a cooling system, or spinning machine with this small fan module. It comes with a propeller, a 15,000 rpm motor and cable. Add flavor to your own interesting projects with this module.

Quantity

If you have any questions on this product please feel free to contact us.

*Disclaimer: The images are merely illustrative.

INTRODUCTION

Make an air aerial propeller vessel, a cooling system, or spinning machine with this small fan module. It comes with a propeller, a 15,000 rpm motor and cable. Add flavor to your own interesting projects with this module. 

This module is commonly used for STEM class.

Connection Diagram

DFR0332 connection.png

SPECIFICATION

  • Working Voltage:3~6V
  • Working Temperature:-20~85℃
  • Speed (no load):15000 rpm
  • Speed (6V):8000 rpm
  • Current (6V):40mA
  • Stall current (6V):360mA
  • Torque (6V):0.111kg/cm
  • Size: 36*27*13 mm(1.42*1.06*0.51")
  • Weight: 22g

DOCUMENTS

Sample Code

//Arduino Sample Code for Fan Module
//www.DFRobot.com
//Version 1.0

#define Fan 3    //define driver pins

void setup()
{
  pinMode(Fan,OUTPUT);
  Serial.begin(9600);    //Baudrate: 9600
}                          
void loop() 
{ 
  int value;
  for(value = 0 ; value <= 255; value+=5) 
  {
    analogWrite(Fan, value);   //PWM
    Serial.println(value);    
    delay(30); 
  }  
}

MOT07001

You might also like