Fan Module DFR0332
Part | Datasheet |
---|---|
![]() |
DFR0332 (pdf) |
PDF Datasheet Preview |
---|
Fan Module DFR0332 Contents • 1 Introduction • 2 Specification • 3 Connection Diagram • 4 Sample Code Introduction This is a Fan module. You could make some interesting project with this module. Specification • Working • Working • Speed no rpm • Speed rpm • Current • Stall current • Torque 6V :0.111kg/cm • Size 36*27*13 mm • Weight 22g Connection Diagram Sample Code //Arduino Sample Code for Fan Module //Version #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 ; Powered By DFRobot 2008-2017 |
More datasheets: 74ABT245CMTC | 74ABT245CMTCX | 74ABT245CSC | 74ABT245CMSA | 74ABT245CMSAX | 74ABT245CSJX | 74ABT245CSJ | 74ABT245CSCX | 74ABT245CPC | SA628-B018 |
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 DFR0332 Datasheet file may be downloaded here without warranties.