Ks0241 keyestudio EASY plug L9110 Fire Extinguishing Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
==EASY plug L9110 Fire Extinguishing Module==
[[image:ks0241图.jpg|thumb|600px|right|EASY plug Fan Motor Module ]]
<br>[[File:KS0241-1.png|500px|frameless|thumb]]<br>
 


==Introduction==
==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.<br>
Make an air aerial propeller vessel, a cooling system, or spinning machine with this small fan module. Add flavor to your own interesting projects with this module.<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 fan motor module uses the L9110 driver to control the forward and reverse rotation of propeller. It should be connected to the double digital port with only one line, pretty convenient. <br>
It can easily blow out the fire of a lighter 20cm away. This module is commonly used for STEM class. <br>
This module should be used together with EASY plug control board.
 
<span style=color:red> '''Special Note:''' <br>
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface. <br> If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module. </span><br>
 
<br>


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


<br>
==Technical Details==
* Dimensions: 50mm*75mm*18mm
* Weight: 14.2g


==Connection Diagram ==
<br>
<br>[[File:KS0241-2.png|500px|frameless|thumb]]<br>
==Connect It Up==
Connect the EASY Plug fan motor module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
<br>[[File:KS0241.jpg|500px|frameless|thumb]]<br>
<br>


==Sample Code==
==Upload the Code==
<pre>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
int INA = 3; 
<br>[[File:ks0398 7.1.png|500px|frameless|thumb]]<br>
int INB = 4;
 
void setup()
<br>
{
==What You Should See==
pinMode(INA,OUTPUT);
<br>[[File:0241-图片1.png|500px|frameless|thumb]]<br>
pinMode(INB,OUTPUT);
<br>
}
Done uploading the code, the motor fan will rotate forward for 3 seconds, and then rotate reverse for 3 seconds, repeatedly.
void loop()
<br>[[File:ks0241 Result.png|500px|frameless|thumb]]<br>
{
 
analogWrite(INA, 255);
<br>
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);
}
</pre>


==Resources ==
==Resources ==


'''Datasheet:''' <br>
https://fs.keyestudio.com/KS0241
http://www.keyestudio.com/files/index/download/id/1500358136/
 
<br>


==Buy from ==
==Buy from ==
http://www.keyestudio.com/easy-plug-l9110-fire-extinguishing-module.html
*[https://www.keyestudio.com/keyestudio-easy-plug-l9110-fan-module-for-arduino-firefighting-robot-steam-p0104.html  '''Official Website'''  ]
 
*[https://www.aliexpress.com/store/product/Keyestudio-EASY-plug-L9110-Fan-Module-For-Arduino-Firefighting-Robot/1452162_32819729414.html?spm=2114.12010612.8148356.43.4ecd4ba77Wc7P0  Shop on aliexpress ]


[[category:Module]]
[[category:EASY Plug]]

Latest revision as of 08:34, 8 January 2021

EASY plug Fan Motor Module


Introduction

Make an air aerial propeller vessel, a cooling system, or spinning machine with this small fan module. Add flavor to your own interesting projects with this module.
The fan motor module uses the L9110 driver to control the forward and reverse rotation of propeller. It should be connected to the double digital port with only one line, pretty convenient.
It can easily blow out the fire of a lighter 20cm away. This module is commonly used for STEM class.
This module should be used together with EASY plug control board.

Special Note:
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface.
If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module.


Specification

  • Fan diameter: 75mm
  • Interface: double digital
  • Working voltage: 5V


Technical Details

  • Dimensions: 50mm*75mm*18mm
  • Weight: 14.2g


Connect It Up

Connect the EASY Plug fan motor module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
thumb

Upload the Code

Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See


thumb

Done uploading the code, the motor fan will rotate forward for 3 seconds, and then rotate reverse for 3 seconds, repeatedly.
thumb


Resources

https://fs.keyestudio.com/KS0241


Buy from