DFR0031

DFR0031 Datasheet


Digital piranha LED light module SKU DFR0031

Part Datasheet
DFR0031 DFR0031 DFR0031 (pdf)
PDF Datasheet Preview
Digital piranha LED light module SKU DFR0031

Contents
• 1 Introduction
• 2 Specifications
• 3 Pin Definition
• 4 Connection Diagram
• 5 Sample Code

Introduction

Digital piranha LED light module SKU DFR0031 Piranha LED light module, and special sensors Arduino board and ambient light sensor extension combination, can be used in the interaction with the light works. When the LED light module connected to Arduino, the digital pin LOW on, HIGH off is used to control it. The brightness of LED can be controller via PWM output.

Specifications
• Voltage +3.3-5V
• Weight 5g

Pin Definition

LED module pin definition :

Input Power GND

Connection Diagram
digital input module

Digital module connection diagram

Sample Code
///Arduino Sample Code for DFR0021 ///Last modified on 16th September 2010
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 ;

Powered By DFRobot 2008-2017
More datasheets: U4289BM-MFPG3 | U4289BM-MFP | FIN1031MX | FIN1031MTCX | FIN1031MTC | FIN1031M | CYW4390DKWBG | M5404 SL002 | M5404 SL001 | M5404 SL005


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 DFR0031 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0031 508608