(SKU:RB-02S004)LED Module(color:white)

From ALSRobot-Wki
Jump to: navigation, search
LEDbai.jpg

Contents

Product overview

With the rapid development of LED raw materials market in recent years, all kinds of LED come into our lives, especially the rapid development of color LED display, let the LED application market in the new century, LED control system, the market also become more promising. To keep pace with The Times, the electronic lovers latest LED module is essential supplies, you learn to control the LED introduction module adopts the latest environmental protection piranha LED the market, compared with the traditional LED, not only small volume, low power consumption (3.3 V, current 20 ma), and long service life, high brightness, light Angle is big. Is superior to the many virtues, make its just caught attention, immediately after the birth of its development trend like piranhas fierce, have this name. Module through the 3 p sensor cables are connected to the sensor expansion board, convenient and quick, after controller programming, can easily implement LED interactive control.

specification

  1. Working voltage :3.3v-5v
  2. Color: white
  3. High brightness output
  4. Luminous intensity:2500-3300mcd
  5. Compatible with sensors extension board I/O
  6. 发光角度:80-110°
  7. size14 mm x 27.5mm
  8. weight:3g

Using the method and example program

Pin diagram

Ledbaise.jpg
  • S:(SIGNAL)
  • +:(VCC)
  • -:(GND)

Connection diagram

Ledbaisejiexian.jpg
  • S Port from the I/O interface of the controller.The + and - received power of + 5 v &gnd respectively.

sample program

LED module connected into Arduino digital 13, LOW, HIGH light. If the LED module in the Arduino PWM mouth, can also through the analogWrite (val) statements control the brightness of the LED module, interested friends can try in person.

The program code is as follows:

int led =13;                           
void setup() 
{ 
pinMode(led,OUTPUT);         
} 
void loop() 
{ 
  digitalWrite(led, HIGH);      
  delay(1000);                     
  digitalWrite(led, LOW);       
  delay(1000);                     
} 

Application effect

Download the program to the controller, we can see the LED module light 1 second, put out a second, so repeated alternately.

Products related to recommend

Buy address [ http://www.alsrobot.com/index.php?route=common/store]

Personal tools
Namespaces

Variants
Actions
Navigation
Tools