Close

HDMI RX to HDMI TX is UP!!!

A project log for eeColor Color3

Reverse engineering the Color3

tom-verbeureTom Verbeure 04/23/2018 at 04:521 Comment

(Also published here.)

Let's start with a demo first:

This video shows the following:

This is really huge: it shows that this $20 box can be used to modify high quality video input in real time: add subtitles, green screen keying, special effects, etc. (It can NOT be used to mix 2 live video streams however: the SiI9233 only supports 1 active input at a time.)

Getting the SiI9136 to work last week was easy: I just had to copy and paste some existing example code.

The SiI9233 was a lot harder. There are some drivers out there, but I wasn't able to get an image to come out that way.

So I decided to brute force my way in: 

It feels like cheating, but it works!

The current design is just a proof of concept and far from ideal: there is no tight control over the timings of the input and output flip flops (I should just the FFs inside the IO pads for that), there is no PLL to tightly control the sample points of the input and output FFs either.

Every minute or so, my monitor goes blanks for few seconds. 

But the hard work is done. Next up is the SDRAM controller, the flash ROM, and, eventually, patching my board with an FTDI232 and USB connector: that way, it can truly be controlled via USB.

Discussions

murray.macdonald wrote 01/24/2020 at 01:17 point

Great work.  Thanks for sharing this.  Any updates on progress?

  Are you sure? yes | no