Ks0241 keyestudio EASY plug L9110 Fire Extinguishing Module: Difference between revisions
Jump to navigation
Jump to search
Keyestudio (talk | contribs) No edit summary |
Keyestudio (talk | contribs) |
||
Line 3: | Line 3: | ||
==Introduction== | ==Introduction== | ||
EASY plug L9110 fire extinguishing module needs to match with the EASY plug Control board V2.0 | EASY plug L9110 fire extinguishing module needs to match with the EASY plug Control board V2.0. The module is connected to the double digital port with only one line, which is very easy and convenient.<br> | ||
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.<br> | 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.<br> | ||
<br>[[File:KS0241-.jpg|500px|frameless|thumb]]<br> | <br>[[File:KS0241-.jpg|500px|frameless|thumb]]<br> |
Revision as of 08:17, 18 October 2017
EASY plug L9110 Fire Extinguishing Module
Introduction
EASY plug L9110 fire extinguishing module needs to match with the EASY plug Control board V2.0. 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
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