Ks0100 keyestudio EASY plug White LED Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(Created page with "==Introduction== This is a special EASY plug white LED module. When connecting to ARDUINO, after programming, it can emit white light. For easy use, the module’s 3pin are b...")
 
No edit summary
Line 1: Line 1:
==Introduction==
This is a special EASY plug white LED module. When connecting to ARDUINO, after programming, it can emit white light.
For easy use, the module’s 3pin are brought out as a crystal head socket. The socket is compatible with EASY plug Control board V2.0
You should connect the LED module to control board for communication using an RJ11 cable.
You can combine with other sensors to do various interactive experiments.


You can also choose other LED modules to emit different light color like blue, green, yellow and red.


==Features==
 
[[image:Ks0226-1.png|thumb|300px|right|Keyestudio EASY plug White LED Module]]
 
<br>
== Introduction ==
This is a special EASY plug white LED module. When connecting to ARDUINO, after programming, it can emit white light. <br>
For easy use, the module’s 3pin are brought out as a crystal head socket. The socket is compatible with EASY plug Control board V2.0 <br>
You should connect the LED module to control board for communication using an RJ11 cable.<br>
You can combine with other sensors to do various interactive experiments. <br>
You can also choose other LED modules to emit different light color like blue, green, yellow and red.<br>
 
<br>
== Features ==
* Interface: Easy plug
* Interface: Easy plug
* Sensor type: Digital
* Sensor type: Digital
Line 15: Line 21:
* Useful for light projects
* Useful for light projects


==Technical Details==
<br>
== Technical Details ==
* Dimensions: 34mm*20mm*18mm
* Dimensions: 34mm*20mm*18mm
* Weight: 3.8g
* Weight: 3.8g


==Connect It Up==
<br>
Connect the EASY Plug LED module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
== Connect It Up ==
Connect the EASY Plug LED module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.<br>
<br>[[File:Ks0226-2.png|600px|frameless|thumb]]<br>
 
<br>
== Upload the Code ==
Copy and paste below code to Arduino IDE and upload.  <br>
 
<pre>
int led = 9;
void setup()
{
pinMode(led, OUTPUT);//Set Pin9 as output
}
void loop()
{
digitalWrite(led, HIGH);//Turn led on
delay(1000);
digitalWrite(led, LOW);//Turn led off
delay(1000);
}
</pre>
 
<br>
== What You Should See ==
The LED will flash on for one second, then off for one second. <br>
If it doesn’t, make sure you have assembled the circuit correctly and verified and uploaded the code to your board.  <br>
<br>[[File:Ks0226-2.png|600px|frameless|thumb]]<br>
 
<br>
==Resources ==
'''Download the PDF and Code:'''<br>
https://drive.google.com/open?id=1LcNJH98qIrB9dRE167_HNLJIhyC5q6is
 
 
<br>
==Buy from ==
 
*[https://www.keyestudio.com/keyestudio-rj11-easy-plug-led-module-white-for-arduino-stem-p0387-p0387.html '''Official Website''' ]
 
*[https://www.aliexpress.com/store/product/2016-NEW-Keyestudio-EASY-plug-Piranha-L-ED-Module-for-arduino/1452162_32639439302.html?spm=2114.12010612.8148356.1.3fed6d83r1MGWv  '''aliexpress store''']
 
 
[[category: EASY Plug]]

Revision as of 13:54, 25 April 2019


Keyestudio EASY plug White LED Module


Introduction

This is a special EASY plug white LED module. When connecting to ARDUINO, after programming, it can emit white light.
For easy use, the module’s 3pin are brought out as a crystal head socket. The socket is compatible with EASY plug Control board V2.0
You should connect the LED module to control board for communication using an RJ11 cable.
You can combine with other sensors to do various interactive experiments.
You can also choose other LED modules to emit different light color like blue, green, yellow and red.


Features

  • Interface: Easy plug
  • Sensor type: Digital
  • Working voltage: 5V
  • LED color: white
  • Easy to use
  • Useful for light projects


Technical Details

  • Dimensions: 34mm*20mm*18mm
  • Weight: 3.8g


Connect It Up

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

thumb


Upload the Code

Copy and paste below code to Arduino IDE and upload.

int led = 9;
void setup()
{
pinMode(led, OUTPUT);//Set Pin9 as output
}
void loop()
{
digitalWrite(led, HIGH);//Turn led on
delay(1000);
digitalWrite(led, LOW);//Turn led off
delay(1000);
}


What You Should See

The LED will flash on for one second, then off for one second.
If it doesn’t, make sure you have assembled the circuit correctly and verified and uploaded the code to your board.

thumb


Resources

Download the PDF and Code:
https://drive.google.com/open?id=1LcNJH98qIrB9dRE167_HNLJIhyC5q6is



Buy from