Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
DIP 3 Color LED Module — image 1
Hover to zoom

1 / 4 · Click to enlarge

DIP 3 Color LED Module

4.02 ratings
557+ bought in past month
AI Summary
LED Module for everyday users

The DIP 3 Color LED Module is a value-for-money led module designed for everyday users. It features Item Type: LED Module and Voltage Rating (V): 5.

₹518
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹518
Buying tip: A smart budget buy — solid performance without breaking the bank.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: LED Module
Voltage Rating (V): 5
LED Size (mm): RGB 5 mm
LED Driver: Common Cathode Driver
PCB Width (mm): 1.5mm
Length (mm): 20

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-44177Category: LED Module

About This Product

The DIP 3 Color LED Module is a value-for-money led module designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: LED Module
  • Voltage Rating (V): 5 — works with standard household power
  • LED Size (mm): RGB 5 mm
  • LED Driver: Common Cathode Driver
  • PCB Width (mm): 1.5mm
  • Length (mm): 20
  • Width (mm): 15
  • Weight (g): 5

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

This module consists of a 5mm RGB LED and three 150Ω limiting resistors to prevent burnout. Adjusting the PWM signal on each colour pin will result in different colours.

This is a DIP 3 Color LED Module. Through the PWM adjusting, three primary colours can be mixed to obtain different colours.

Connect the red pin (R) on the KY-016 to pin 11 on the Arduino. Blue (B) to pin 10, green (G) to pin 9 and ground (-) to GND. Notice that you do not need to use limiting resistors since they are already included on the board.

Connection Diagram:
DIP 3 Color LED ModulePin Connection with Arduino:
LED module Arduino
R Pin 11
B Pin 10
G Pin 9
- GND

Features :

  1. The use of plug-in full-colour LED.
  2. RGB trichromatic limiting resistor to prevent burnout.
  3. With a variety of single-chip interface.
  4. Through the PWM adjusting, three primary colours can be mixed to obtain different colours
  5. The working voltage: 5V

Package Includes :

1 x DIP 3 Color LED Module.

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.