Ks0235 keyestudio Blue Piranha LED Module
From Keyestudio Wiki
Contents
Blue Piranha LED Module
Introduction
This is a special LED module. When you connect it to ARDUINO development board, after program, it can emit beautiful blue light. Of course, you can also control it using PWM. It will be like fireflies at night. Isn’t cool? You can also combine it with other sensors to do various interesting interactive experiments.
Note: You can also choose other LED to emit the light of different color like yellow, red, green and white.
Specification
- Module type: digital
- Working voltage: 5v
- Distance between pins: 2.54mm
- Size: 30*20mm
- Weight: 3g
Connection Diagram
Sample Code
int led = 3; void setup() { pinMode(led, OUTPUT); //Set Pin3 as output } void loop() { digitalWrite(led, HIGH); //Turn off led delay(2000); digitalWrite(led, LOW); //Turn on led delay(2000); }
Resources
https://drive.google.com/open?id=18NXCwE7R9A8w_FJFPTFotwRX7jgNYxvB
Buy from
Official Website