QB007 LED Module

1.Product Introduction

../../_images/LED-1.png

The LED module is a component that integrates LED lamp beads, drive circuits, and housing. Used to provide lighting, indication, or display functions. According to the specific application requirements, the LED module can be a wide variety of shapes, sizes and colors, while its color depends on the material and the light emitting principle.

Application reference: warning lights, floodlights, etc.

2.Parameter Specification

Parameter Value//Description
Operating voltage 3.3V~5V
Operating temperature -25°C~+85°C
Color of light Blue
Control signal Digital signal /PWM signal
Lamp bead diameter 5MM
Size 3.16cm*2.38cm
../../_images/LED-4.jpg

3.Wiring Diagram

../../_images/LED-2.png
LED Motion Sensor UNO
VCC 5V
GND GND
S Digital Pin 11

4.Sample Code

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
//www.acebott.com
void setup(){
  pinMode(11, OUTPUT);  // Set pin 11 as an output pin
}
void loop(){
  digitalWrite(11, HIGH);  // Turn on the LED connected to pin 11
  delay(1000);  // Wait for 1 second
  digitalWrite(11, LOW);  // Turn off the LED connected to pin 11
  delay(1000);  // Wait for 1 second
}

5.Test Result

When you have successfully connected the line according to the wiring diagram and successfully uploaded the correct program, your light will come on and blink.

../../_images/LED-3.png

6.Related Resources

7.Get One Now

B2B Business: info@acebott.com

Individual buyer: shop on aliexpress