Jump to content

Buse RGB LED Panel: Difference between revisions

From base48
Klubko1 (talk | contribs)
Created page with "{{Project |name=BTC004.1 25x42_10 RGB |image=Btc004-1.jpeg |founder=User:Lubko |coops= |status=active |tags=hw |shortdesc=Driving a panel from a bus |created=2026 }}"
 
Klubko1 (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  |created=2026
  |created=2026
}}
}}
== What it is ==
A segment of a panel with 768 RGB LEDs on one side driven by chains shift registers on the other side.
The PCB is marked:
BTC004.1
24x32_10
RGB
Not sure which city is it operated in. Brno has green only panels and Bratislava got RGB but of different side.
== Theory of operation ==
[[File:Segment-render.png|thumb|Pixmap split into segments, like on the panel]]
LEDs are organized into 24 x 32 pattern on one side, drivers are organized into a grid of 18 x 16 drivers. Three lines of LEDs snake around and are driven by a line of drivers on the other side.
Rows do have common CLK and LE signals. This means both halves of the row must be fed in parallel, but rows are entirely independent of each other.
[[File:Layout.png|center|frameless|600x600px|LED & driver layout]]
== Resources ==
Repository with sources to schematic and driver: https://codeberg.org/lubko/buse004-1
Partial schematic of the panel: https://codeberg.org/lubko/buse004-1/src/branch/main/buse-btc004.pdf
Schematic of the Arduino-based driver: https://codeberg.org/lubko/buse004-1/src/branch/main/arduino-adapter-buse-btc004.pdf
== Pictures ==
<gallery>
File:Btc004-4.jpeg|Whole LED array
File:Btc004-2.jpeg|Arduino driver mounted on the back
File:Btc004-5.jpeg|In operation
File:Btc004-1.jpeg|LED side closeup with markings
File:Btc004-3.jpeg|Back closeup
</gallery>
== TODO ==
* Port to ESP*
* Hook to Home Assistant
* hailsatan

Latest revision as of 12:25, 11 March 2026


What it is

A segment of a panel with 768 RGB LEDs on one side driven by chains shift registers on the other side.

The PCB is marked:

BTC004.1
24x32_10
RGB

Not sure which city is it operated in. Brno has green only panels and Bratislava got RGB but of different side.

Theory of operation

Pixmap split into segments, like on the panel

LEDs are organized into 24 x 32 pattern on one side, drivers are organized into a grid of 18 x 16 drivers. Three lines of LEDs snake around and are driven by a line of drivers on the other side.

Rows do have common CLK and LE signals. This means both halves of the row must be fed in parallel, but rows are entirely independent of each other.

LED & driver layout
LED & driver layout

Resources

Repository with sources to schematic and driver: https://codeberg.org/lubko/buse004-1

Partial schematic of the panel: https://codeberg.org/lubko/buse004-1/src/branch/main/buse-btc004.pdf

Schematic of the Arduino-based driver: https://codeberg.org/lubko/buse004-1/src/branch/main/arduino-adapter-buse-btc004.pdf

Pictures

TODO

  • Port to ESP*
  • Hook to Home Assistant
  • hailsatan