CONTROLLING A CGA monitor WITH AN ARDUINO

0 Comments

CGA monitors may not be an fantastic technological development these days, but they can normally be found very cheaply. Additionally, they have a DB-9 connector and work off of TTL ranges (0-5VDC) making them ripe for experimentation. This hack takes advantage of all of these aspects to bring you an Arduino controlled CGA monitor.

One problem with experimenting with one of these monitors is that they are not that well documented. Fortunately, the in-depth write up for this hack discusses some of the timing and frequency issues that one may encounter with this particular monitor. The post gives an Arduino pinout and the program used to drive the monitor with very in-depth comments.

Although this hack is by no indicates a finished product, the now blurry test pattern seen above gives a pretty good proof of concept. It will be exciting to see if this hack inspires any other microcontroller-based projects. For some additionally information about CGA monitors, Wikipedia also has a fairly thorough write-up about the technology.

Leave a Reply

Your email address will not be published. Required fields are marked *