DFR0239

DFR0239 Datasheet


RGB LED Breakout 3528 SKU:DFR0239

Part Datasheet
DFR0239 DFR0239 DFR0239 (pdf)
PDF Datasheet Preview
RGB LED Breakout 3528 SKU:DFR0239

From Robt Wiki

RGB LED Breakout 3528

Contents
• 1 Introduction
• 2 Specification
• 3 Connection Diagram
• 4 Sample Code

Introduction

This small size breakout is programmable full-color RGB LED for hobbyists, industrial designers, prototypers, and experimenters. It is designed to allow the easy addition of dynamic indicators, displays, and lighting to existing or new projects. Controlled by PWM channels can be available in soft red, orange, yellow, green, blue and white...The high quality LED has wide viewing angle and optimized light coupling by inter reflector.

Specification
• Full color RGB LED
• Operating Voltage:5V
• Wide viewing angle
• White package
• Operating to +85
• Size:13x13mm

Connection Diagram

Sample Code

As 3528 is a common anode PWM value formula PWM=255-RGB. For example Purple 128,0,128
int r=128 int g=0 int b=128 //purple void setup
pinMode 9,OUTPUT pinMode 10,OUTPUT pinMode 11,OUTPUT pinMode 12,OUTPUT void loop
digitalWrite 12,HIGH //Power 5V analogWrite 11, 255-r analogWrite 10, 255-g analogWrite 9, 255-b ;

Powered By DFRobot 2008-2017
More datasheets: 84873016 | 84873015 | 19-218/T1D-AQ2R2TY/3T | ELSS-206USRWA/S530-A3/S290 | CY7C4265V-15ASC | 7383-Y7C3-AQSB-P-MS | AS7620EB | PCX8240VTPU200E | PCX8240VTPU200EZD3 | 3474AN-BADB-AGJA-PR-MS


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0239 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0239 508684