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

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
It can easily blow out the fire of a lighter 20cm away. This module is commonly used for STEM class. <br>
It can easily blow out the fire of a lighter 20cm away. This module is commonly used for STEM class. <br>
<span style="color: red">'''Note: ''' this module should be used together with EASY plug control board.
<span style="color: red">'''Note: ''' this module should be used together with EASY plug control board.
<br>
<br>


Line 26: Line 27:


==Upload the Code==
==Upload the Code==
Copy and paste below code to [http://wiki.keyestudio.com/index.php/How_to_Download_Arduino_IDE Arduino IDE] and upload.  
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<pre>
<br>[[File:ks0398 7.1.png|500px|frameless|thumb]]<br>
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);
}
</pre>


<br>
<br>
==What You Should See==
==What You Should See==
Done uploading the code, the motor fan will rotate forward for five seconds at maximum speed, then stop for 0.2 second, and rotate reverse for five seconds at maximum speed, then stop for 0.2 second, repeatedly.  
Done uploading the code, the motor fan will rotate forward for 3 seconds, and then rotate reverse for 3 seconds, repeatedly.  
<br>[[File:ks0241 Result.png|500px|frameless|thumb]]<br>
<br>[[File:ks0241 Result.png|500px|frameless|thumb]]<br>
<br>
<br>


==Resources ==
==Resources ==
'''Download the Datasheet:''' <br>
'''Download the Arduino Code and Datasheet:''' <br>
https://drive.google.com/open?id=15dj8Gh5M06PriL6dOGv4_hWCJpBKdU6C
https://drive.google.com/open?id=15cFDjQIUiY1DLi9Zl6Su3rlm-Vzd2OFU


'''Download the Code:''' <br>
'''Download the Mixly Code and Datasheet:''' <br>
https://drive.google.com/open?id=1yhVH8Cma-zreYhrM_cF2Yt5yhwIutsJZ
https://drive.google.com/open?id=1e_SmLLwAWEBEGzhwiVMe-450yWycYo0f


<br>
<br>


==Buy from ==
==Buy from ==
*'''Official Website:'''  http://www.keyestudio.com/ks0241.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 ]
*[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:EASY Plug]]
[[category:EASY Plug]]

Revision as of 14:05, 8 May 2019

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.
Note: this module should be used together with EASY plug control board.


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

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


Resources

Download the Arduino Code and Datasheet:
https://drive.google.com/open?id=15cFDjQIUiY1DLi9Zl6Su3rlm-Vzd2OFU

Download the Mixly Code and Datasheet:
https://drive.google.com/open?id=1e_SmLLwAWEBEGzhwiVMe-450yWycYo0f


Buy from