Skip to content

PhilKes/LEDSpielAnzeige

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEDSpielAnzeige - Controller for LED Scoreboard

LED Display

Display

  • 2 x 8 7-Segment Displays
  • Eacg Segment 7 LEDs in Series (Vfor=1.9V)
  • Center Segments 8 LEDs in Series
  • All Anodes (+) of the same Segments connected (all SegA,...) (Data)
  • LEDs of a single 7-Segment Display have a common Cathode (-) (Address)
  • DecimalPoint connections for ":",">","|",...

Connections

2x8 Cable Pinout

  • 2x 16Pin Cable connections
  • 8 Pin Address (only a single Bit "1" at a time)
  • 8 Pin Data (7-Segments)
  • Addresses are multiplexed

Schematic

Display_Schaltplan

Board

Parts

Drivers


Code

Wemos Arduino Sketch

  • Multiplexing both Addressbusses (Common Cathodes) (ULN2803s "B1-B8"+"C1-C8") with 1x 74HC595 ("U2") output
  • Loading 7-Segment Data (Anodes) for every Display concurrent to multiplexing with 2x 74HC595 ("U1"+"U3")
  • Switch modes on WiFi commands

React Web App


Links