Crowtail- Super Bright

From Elecrow
Revision as of 06:21, 22 August 2019 by Admin (talk | contribs) (Created page with "== Description == Crowtail- Super Bright is a high brightness and large angle LED. Then it low thermal resistancea it can be applied to indoor lighting, commercial lighting,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Crowtail- Super Bright is a high brightness and large angle LED. Then it low thermal resistancea it can be applied to indoor lighting, commercial lighting, you can provide a strong light source for your project, lighting, lighting or so on.

Model:CRT00536L


Crowtail-Super Bright.jpg

Features

  • Operating Voltage: 5VDC
  • Opearting Current: 20mA (Max)

Specification

Dimensions(mm):20.0(L)x20.0(W)x9.8(H)

Item Description
LED Control Mode Digital Pin of Arduino
Working Voltage 5V
Supply Mode Crowtail Interface

Usage

1. Connect the LED to Base Shield's digital D12 with 4pin Crowtail Cable and micro USB cable to micro USB port.

Bright connect1.jpg

2.Copy the demo code to your sketch, then upload to Arduino or Crowduino board.

const int ledpin=12;   
void setup()
{
  pinMode(ledpin,OUTPUT); 
}
void loop()
{
  digitalWrite(ledpin,HIGH); 
  delay(1000);
  digitalWrite(ledpin,LOW); 
  delay(1000);
}

3.You will see the LED blink every second.

500px

Bright off1.jpg

Resource