HomeStore

LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module

Product image 1
Product image 2
Product image 3

LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module

LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module

LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module

A 5V LED Traffic Light Signal Module is a ready-to-use module designed to simulate a real traffic light, typically used in electronics projects and educational setups. It usually has Red, Yellow, and Green LEDs mounted on a small PCB, often labelled and arranged vertically like real traffic lights.

 

Technical Specifications:

  • Operating Voltage: 5V DC
  • LED Colours: Red, Yellow (Amber), Green
  • Interface Pins: 4-pin header: R, Y, G, GND
  • Compatibility: Arduino, ESP8266, ESP32, Raspberry Pi, etc.
  • Control Type: Digital (LOW = OFF, HIGH = ON)
  • Current Consumption: ~20mA per LED (with built-in resistors)
  • Resistors: Built-in current limiting resistors (~220–330Ω)


Pinouts:

Connection with Arduino:

Module

Arduino UNO

R

2

Y

3

G

4

GND

GND


Sample code:

int redPin = 2;
int yellowPin = 3;
int greenPin = 4;

void setup() {
  pinMode(redPin, OUTPUT);
  pinMode(yellowPin, OUTPUT);
  pinMode(greenPin, OUTPUT);
}

void loop() {
  // Red ON
  digitalWrite(redPin, HIGH);
  delay(3000);
  digitalWrite(redPin, LOW);

  // Green ON
  digitalWrite(greenPin, HIGH);
  delay(3000);
  digitalWrite(greenPin, LOW);

  // Yellow ON
  digitalWrite(yellowPin, HIGH);
  delay(1000);
  digitalWrite(yellowPin, LOW);
}

$0.35
LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module
$0.35

Product Information

Shipping & Returns

Description

LED Traffic Lights Signal Module / Digital Signal Output Traffic Light Module

A 5V LED Traffic Light Signal Module is a ready-to-use module designed to simulate a real traffic light, typically used in electronics projects and educational setups. It usually has Red, Yellow, and Green LEDs mounted on a small PCB, often labelled and arranged vertically like real traffic lights.

 

Technical Specifications:

  • Operating Voltage: 5V DC
  • LED Colours: Red, Yellow (Amber), Green
  • Interface Pins: 4-pin header: R, Y, G, GND
  • Compatibility: Arduino, ESP8266, ESP32, Raspberry Pi, etc.
  • Control Type: Digital (LOW = OFF, HIGH = ON)
  • Current Consumption: ~20mA per LED (with built-in resistors)
  • Resistors: Built-in current limiting resistors (~220–330Ω)


Pinouts:

Connection with Arduino:

Module

Arduino UNO

R

2

Y

3

G

4

GND

GND


Sample code:

int redPin = 2;
int yellowPin = 3;
int greenPin = 4;

void setup() {
  pinMode(redPin, OUTPUT);
  pinMode(yellowPin, OUTPUT);
  pinMode(greenPin, OUTPUT);
}

void loop() {
  // Red ON
  digitalWrite(redPin, HIGH);
  delay(3000);
  digitalWrite(redPin, LOW);

  // Green ON
  digitalWrite(greenPin, HIGH);
  delay(3000);
  digitalWrite(greenPin, LOW);

  // Yellow ON
  digitalWrite(yellowPin, HIGH);
  delay(1000);
  digitalWrite(yellowPin, LOW);
}

You may also like

Thumbnail 1Thumbnail 2

DS1302 RTC Real Time Clock Module with Battery

$0.54

-70%
Thumbnail 1Thumbnail 2

DS3231 Real Time Clock (RTC) Module

$2.27

$0.68

Thumbnail 1Thumbnail 2

DS1307 Real Time Clock (RTC) Module

$0.54

Thumbnail 1Thumbnail 2

DS3231SN - Real Time Clock (RTC) Round Module

$2.88

-70%
Thumbnail 1Thumbnail 2

DS3231 High Precision RTC Clock Module for Raspberry Pi with Battery

$2.16

$0.65

-70%
Thumbnail 1Thumbnail 2

DS3231 High Precision RTC Clock Module for Raspberry Pi

$1.95

$0.58

Thumbnail 1Thumbnail 2

MAX7219 8x8 LED Dot Matrix Display Module

$1.46

-70%
Thumbnail 1

WS2811 RGB LED Breakout Module

$0.27

$0.08

-69%
Thumbnail 1Thumbnail 2

TM1637 4 Bits Digital Tube LED Display Module With Clock Display

$0.65

$0.20

Thumbnail 1Thumbnail 2

0.96 Inch I2C/IIC 4pin OLED Display Module BLUE

$2.16

Thumbnail 1Thumbnail 2

NE555 Frequency Adjustable Pulse Generator Module

$0.65

-70%
Thumbnail 1Thumbnail 2

SMD RGB LED Color Module

$0.27

$0.08