Ks0241 keyestudio EASY plug L9110 Fire Extinguishing Module

From Keyestudio Wiki
Revision as of 09:35, 24 July 2017 by Keyestudio (talk | contribs) (Created page with "==EASY plug L9110 Fire Extinguishing Module== <br>500px|frameless|thumb<br> ==Introduction== EASY plug L9110 fire extinguishing module needs to match wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EASY plug L9110 Fire Extinguishing Module


thumb

Introduction

EASY plug L9110 fire extinguishing module needs to match with the EASY plug Control board V2.0 Control board. The module is connected to the double digital port with only one line, which is very easy and convenient.
The module uses the L9110 driver to control the front and back rotation of the propeller, which can easily blow out the fire of a lighter far from 20cm.

Specification

  • Fan diameter: 75mm
  • Interface:double digital interface
  • Working voltage: 5V
  • Weight:14.0g


Connection Diagram


thumb

Sample Code

int INA = 3;  
int INB = 4;
void setup() 
{ 
pinMode(INA,OUTPUT); 
pinMode(INB,OUTPUT); 
} 
void loop() 
{ 
analogWrite(INA, 255);
digitalWrite(INB,LOW); 
delay(5000);
digitalWrite(INA,LOW);
digitalWrite(INB,LOW); 
delay(200); 
digitalWrite(INA,LOW);
analogWrite(INB, 255);
delay(5000); 
digitalWrite(INA,LOW);
digitalWrite(INB,LOW); 
delay(200); 
}

Resources

Datasheet http://www.keyestudio.com/files/index/download/id/1500358136/

Buy from

http://www.keyestudio.com/easy-plug-l9110-fire-extinguishing-module.html