Gorillacell Module 003: RGB LED
Table of Contents

The RGB LED Module consists of three LEDs — red, green, and blue — all housed in a single package. By turning one or more LEDs ON simultaneously, different colors can be produced through color mixing. This allows the module to display a wide range of colors depending on the LED combination.
The Gorillacell ESP32 Development Kit comes with one (1) RGB LED module.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Output | Display Cell | Digital / PWM | - | 0 = OFF, 1 = ON |
PINOUT
It has 5 pins which are:
- GND - for the ground pin,
- VCC - for the supply voltage,
- Red - for the control signal of red LED,
- Green - for the control signal of green LED, and
- Blue - for the control signal of blue LED.
A logic 1 turns ON an LED and a logic 0 turns OFF an LED.