LichtKrant: Difference between revisions

From RevSpace
Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
=== Connector pinout J1 ===
=== Connector pinout J1 ===
<pre>
<pre>
*  J1: pin IC5.A8 -> IC2.A1
*  J1: pin IC5.A8 -> IC2.A1 -> IC2.B1 -> via ...
*  J2: GND?
*  J2: GND?
*  J3: pin IC6.A1 -> IC2.A2
*  J3: pin IC6.A1 -> IC2.A2 -> IC2.B2 -> via ...
*  J4: GND
*  J4: GND
*  J5: pin IC6.A2
*  J5: pin IC6.A2 -> IC1.B3 -> IC1.A3 -> xxx
*  J6:
*  J6:
*  J7: pin IC6.A3
*  J7: pin IC6.A3 -> IC1.B4 -> IC1.A4 ->
*  J8:
*  J8:
*  J9: pin IC6.A4 -> IC2.A7
*  J9: pin IC6.A4 -> IC2.A7
* J10:
* J10:
* J11: pin IC6.A5 -> IC2.A3 (row)
* J11: pin IC6.A5 -> IC2.A3 (row) -> IC3.A
* J12:
* J12:
* J13: pin IC6.A6 -> IC2.A4 (row)
* J13: pin IC6.A6 -> IC2.A4 (row) -> IC3.B
* J14:
* J14:
* J15: pin IC6.A7 -> IC2.A5 (row)
* J15: pin IC6.A7 -> IC2.A5 (row) -> IC3.C
* J16:
* J16:
* J17: pin IC6.A8 -> IC2.A6
* J17: pin IC6.A8 -> IC2.A6
Line 54: Line 54:
* J19: 5V
* J19: 5V
* J20: connected to the "ethernet" dipswitch
* J20: connected to the "ethernet" dipswitch
IC2 to IC3
* IC2.B1 -> IC3.
</pre>
</pre>


IC1 = 245 (oct buf)
IC2 = 245 (LED board oct buf)
IC2 = 245 (LED board oct buf)
IC4 = 138 (3-8 demux)
IC4 = 138 (3-8 demux)

Revision as of 19:39, 15 December 2019

Project LichtKrant
350px
Some 3-colour 80x7 pixel moving LED sign
Status Initializing
Contact bertrik
Last Update 2019-12-15

Introduction

Found this lichtkrant on the revspace free stuff table.

It is 80 pixels wide, 7 pixels high. Each pixel has two sub-pixels (red and green), so it should be possible to display at least 3 colours (red, orange, green)

Goals:

  • investigate if we can drive this with an ESP8266
  • investigate whether we can apply some kind of PWM to increase colour depth
  • document how it works
  • write software for this, so other people can do the same for their display

Hardware

lichtkrantconnector

It consists of a processor board and a LED board.

Processor board

The processor board has a 8052, a flash chip, battery, 32768 Hz crystal, 40 MHz crystal, Altera Max chip. It appears the Altera chip drives two 245 chips which in turn drive the signal to the connector J1 to the LED board.

It takes 5V as input.

The PCB has a text on it: HXITC017_2.PCB

Connector pinout J1

*  J1: pin IC5.A8 -> IC2.A1 -> IC2.B1 -> via ...
*  J2: GND?
*  J3: pin IC6.A1 -> IC2.A2 -> IC2.B2 -> via ...
*  J4: GND
*  J5: pin IC6.A2 -> IC1.B3 -> IC1.A3 -> xxx
*  J6:
*  J7: pin IC6.A3 -> IC1.B4 -> IC1.A4 ->
*  J8:
*  J9: pin IC6.A4 -> IC2.A7
* J10:
* J11: pin IC6.A5 -> IC2.A3 (row) -> IC3.A
* J12:
* J13: pin IC6.A6 -> IC2.A4 (row) -> IC3.B
* J14:
* J15: pin IC6.A7 -> IC2.A5 (row) -> IC3.C
* J16:
* J17: pin IC6.A8 -> IC2.A6
* J18:
* J19: 5V
* J20: connected to the "ethernet" dipswitch

IC2 to IC3
* IC2.B1 -> IC3.

IC1 = 245 (oct buf) IC2 = 245 (LED board oct buf) IC4 = 138 (3-8 demux) IC5 = 245 (oct buf) IC6 = 245 (oct buf)


So it basically looks like a 9 bit bus. Levels on the bus are 5V (so can we drive it with an ESP?)

LED board

The LED board contains the actual pixels, organized in 16 modules of 5x7 LEDs. Each LED has a red sub-pixel and a green sub-pixel, so it can do colors: red, green, orang The LED modules have the text GYXM-G2357ASRG on them.

The PCB has a text on it: HXBI80070509.PCN, date 2007-12-28

The are already electronics on it, consisting mostly of 595 chips (serial shift registers).

There is an '138 chip (3-to-8 decoder) that drives a set of MOSFETS, 7 in total, so probably the row select.

The MOSFETs are SDM4953, dual P-channel MOSFETs.

Links

Possibly useful other info: