Skip to product information
Design: The LED features a round shape with a 5mm diameter, offering a classic and widely used form factor.
Brightness: The LED delivers a bright and focused red light output, suitable for status indicators, displays, and signaling applications.
Forward Voltage: Typically operates within a voltage range of 1.8 to 2.2 volts. It's important to refer to the datasheet for the specific LED model for accurate voltage specifications.
Forward Current: Requires a forward current in the range of 5 to 20 milliamps (mA) for optimal performance. Check the datasheet for precise current requirements.
Viewing Angle: The LED provides a defined viewing angle, ensuring directed illumination in the intended direction.
Signal lights in control panels and automotive applications.
Educational projects and prototypes.
Decorative lighting in hobbyist and DIY projects.
Integration into electronic circuits for status or alert functions.
Integration with Arduino
Sample Code
Red Color Round LED Light Emitting Diode 5mm
Rs. 2.00
Sale price
Rs. 2.00
Regular price
Description
The Red Color Round LED is a compact and efficient light-emitting diode designed for various electronic applications. With a diameter of 5mm, this LED is of a standard size, making it widely compatible with a range of projects and devices.
Key Features:
Color: Vibrant red emission, providing a clear and distinct visual indication.Design: The LED features a round shape with a 5mm diameter, offering a classic and widely used form factor.
Brightness: The LED delivers a bright and focused red light output, suitable for status indicators, displays, and signaling applications.
Forward Voltage: Typically operates within a voltage range of 1.8 to 2.2 volts. It's important to refer to the datasheet for the specific LED model for accurate voltage specifications.
Forward Current: Requires a forward current in the range of 5 to 20 milliamps (mA) for optimal performance. Check the datasheet for precise current requirements.
Viewing Angle: The LED provides a defined viewing angle, ensuring directed illumination in the intended direction.
Applications:
Indicator lights on electronic devices and appliances.Signal lights in control panels and automotive applications.
Educational projects and prototypes.
Decorative lighting in hobbyist and DIY projects.
Integration into electronic circuits for status or alert functions.
Features
- Size: 5mm
- Color: Red
- Head Shape: Round
- Low radiated heat
- Lens Appearance: Transparent
Integration with Arduino

Schematic Diagram

Sample Code
| // the setup function runs once when you press reset or power the board |
| void setup() { |
| // initialize digital pin LED_BUILTIN as an output. |
| pinMode(LED_BUILTIN, OUTPUT); |
| } |
| // the loop function runs over and over again forever |
| void loop() { |
| digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) |
| delay(1000); // wait for a second |
| digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW |
| delay(1000); // wait for a second |
| } |
Integration with Raspberry Pi

Sample Code
| import RPi.GPIO as GPIO |
| import time |
| GPIO.setmode(GPIO.BCM) |
| GPIO.setwarnings(False) |
| GPIO.setup(18,GPIO.OUT) |
| print "LED on" |
| GPIO.output(18,GPIO.HIGH) |
| time.sleep(1) |
| print "LED off" |
| GPIO.output(18,GPIO.LOW) |
Technical Details
- Long life
- Operating Temperature: -30℃ to +85℃
- Storage Temperature: -40℃ to +100℃
- Luminous Intensity: 20mcd
- Reverse Voltage: 5V
- Forward Voltage (VF): 1.8V to 2.4V
- Forward Current (IF): 30mA
- Energy efficiency
- High brightness and intensity
- Low radiated heat
- Reliability
- 5mm Round Standard Directivity
Documentation
Package Includes
- 1 x Red Color Round LED Light Emitting Diode 5mm