How to Make a 2-Digit Pixel LED Scoreboard Using Arduino
🎯 How to Make a 2-Digit Pixel LED Seven Segment Scoreboard Using Arduino 🎯
In this video, learn how to create a 2-digit pixel LED scoreboard using WS2812B LEDs and an Arduino. Perfect for games, scoring systems, or DIY electronics projects!
🧠 What You'll Learn:
-
How to wire WS2812B Pixel LEDs in a 7-segment format
-
Arduino code to control each segment
-
How to increase or decrease the score using push buttons
-
Customizing colors and segment patterns
🧰 Components Used:
-
Arduino UNO/Nano
-
WS2812B Pixel LEDs
-
2 Push Buttons
-
Resistors & Capacitors
-
Power Supply
-
Breadboard or PCB
📁 Download Code & Circuit Diagram:
[Add your Google Drive/GitHub link here]
👍 If you found this video helpful, don't forget to Like, Share & Subscribe!
📢 Stay connected:
Subscribe for more Arduino and electronics DIY tutorials!
#Arduino #PixelLED #Scoreboard #SevenSegmentDisplay #DIYElectronics #WS2812B #MakerProject #TechDIY
- Controls a Pixel LED Seven Segment Display (e.g., made from WS2812 LEDs),
- Lets you change the number of digits and LEDs per segment via code,
- Uses debounce pushbuttons for:
- Increasing and decreasing the displayed number (2 buttons),
- Changing color (1 button),
- Uses the Serial Monitor for debugging/logs.
- WS2812 LEDs (a.k.a. NeoPixels),
- Each digit = 7 segments,
- LEDs per segment = configurable,
- Buttons connected to GPIO pins with pull-down or pull-up resistors,
- Powered adequately (use capacitor + resistor as per NeoPixel specs).
- Adafruit_NeoPixel.h
- DIN (Data In) of LED → D6
- INC Button → D2
- DEC Button → D3
- Color Button → D4
- To change number of digits, update NUM_DIGITS,
- To change LEDs per segment, update LEDS_PER_SEGMENT,
- Adjust pin numbers if you use different buttons or LED data lines.
No comments:
Post a Comment