Ks0229 keyestudio EASY plug Digital Green LED Module
Introduction
The LED light module has a shiny color, ideal for emitting green light. It can be easily connected to Arduino IO/Sensor shield.
Note: this module needs to be used together with EASY plug control board.You can also choose other LED modules to emit different light color like blue, red, yellow and white.
Specification
- Interface: Easy plug
- Sensor type: Digital
- PH2.54 socket
- Easy to use
- Useful for light projects
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.
Sample Code
Copy and paste below code to Arduino IDE and upload.
int led =6; void setup() { pinMode(led, OUTPUT);//Set Pin6 as output } void loop() { digitalWrite(led, HIGH);//Turn led on delay(2000); digitalWrite(led, LOW);//Turn led off delay(2000); }
What You Should See
The LED will flash on for two seconds, then off for two seconds. If it doesn’t, make sure you have assembled the circuit correctly and verified and uploaded the code to your board.
Resources
Download the PDF:
https://drive.google.com/open?id=1nPsN7XYPcfNdOvvuaP-bf5p8FjBJKBJE
Buy from
- Official Website: http://www.keyestudio.com/ks0229.html