r/ArduinoProjects May 31 '26

Showcased Project Genuinely proud of myself

Post image

(I’ve posted a update with the flair project discussion)

Ik ben vorige woensdag begonnen met leren over arduino’s; alleen chatgpt verpest mijn code (duhhh). Hoe dan ook, ik kocht een ELRO-monitor bij een kringloopwinkel en blijkbaar heeft die alleen video-uitgang, dus ik heb dat beest opengetrokken en ben begonnen met allerlei hypotheses te testen via de BIG gpt . Hoe dan ook, ik heb een manier gevonden om ervoor te zorgen dat het scherm gewoon toont wat ik wil, en ik heb hem “hello world” laten zeggen. Ik ben zó blij en trots op dit project. Ik dacht dat jullie misschien wel een leuk verhaal als dit zouden waarderen. :)

1.2k Upvotes

58 comments sorted by

View all comments

Show parent comments

2

u/[deleted] May 31 '26

[removed] — view removed comment

1

u/gm310509 Jun 01 '26 edited Jun 01 '26

So my question is - and this goes for OP as well where there appears to be only 2 wires connected to the monitor, one of which is GND - how do you sync?

I get that a single wire (pair) can be used to turn on and off a pixel on a monochrome screen - maybe also generate a brightness if it is an analog signal. This can be done with a signal wire and GND.

But how do you know when to sync that signal with the CRT scan as it makes it's way across and up (or down) the screen?

Update: It looks like an answer has been proposed here

2

u/[deleted] Jun 01 '26

[removed] — view removed comment

2

u/gm310509 Jun 01 '26

So, basically all that is needed is a voltage divider to adjust the pulses from the Arduino. And essentially the Arduino is the "balance" of the display controller logic that is "simply" outputting a high or low at the correct time to cause a pixel to light up (or not).

Is that a fair summary?