top of page
Search
  • Writer's pictureMike Chi

RetroTINK Ultimate Open Source

Updated: Apr 26, 2020

Since we discontinued the RPi hat products, we've received many requests for continued production. To give back to the community, we've decided to open source the project.


Here's a quick and dirty guide for CRT options as of 2020. If you're CRT is YPbPr capable, get a cheap HDMI -> component box. Quality is very good and they can generate the correct sync signals as well as operate in 480i (which hats aren't capable of). You can re-tool any of the distributions for CRT use by modifying the appropriate lines in the config.txt to redirect video output back to the HDMI port.


If your CRT only supports RGB+Sync, you can use a HDMI->VGA converter. A passive sync combiner by connecting the H and V lines via a T splitter works on most displays. Note: I have never had an issue, but use with caution and at your own risk since the sync voltage is twice as high as normal.


You can also use the 3.5 mm jack for composite video output, but this will need a different software chain than the hat/HDMI options. Personally, I don't mind composite that much, but apparently I was flagged as a troll in a certain Facebook group for expressing the sentiment.


If you need S-video, composite, RGB with 75 ohm sync or multiple simultaneous output, then give the hat a try!


Here is a zip file with the Gerbers, BOM and HEX file for programming the PIC32 processor:


Update: Here is the schematic and source code for the PIC32 sync combiner:


Update: Here is the schematic for the analog and power sections: https://www.dropbox.com/s/n3s1tdl67hhq0un/RetroTINK%20Ultimate.pdf?dl=0


The PIC32 dynamically measures HSYNC lengths via its internal timer. During VSYNC periods, it stretches the length of the composite sync signal (generated by ANDing the HSYNC and a GPIO output from the PIC32). This allows the sync combiner to work at different line frequencies. At the same time, the phase (falling edge) of the CSYNC signal is always correctly aligned with the falling edge of the HSYNC signal.


I don't believe this works yet for interlaced video, but it has been tested at 240p, 480p and 720p.


By downloading, you agree to our terms below. I don't have time for pedantic nonsense or legal theory and like to keep things simple. I call this the 'Mike Chi' license.


*For each project, at my sole discretion, I may release whatever sources, to whatever level of abstraction, that I deem appropriate. Additional information/materials may be released on a scheduled determined at my sole discretion.

*You may modify, use or adapt any or all portions of the released material for any purpose you wish, including sale.

*The exception is that the files may not be used for commercial activities by entities, determined at my sole discretion, that have a history of violating intellectual property rights or licenses.

*If these materials were helpful and/or of use to you, I only ask that you provide some form of acknowledgment that you feel is fair.

*I'd also love to hear about how you're using it!

*If you re-distribute the material in a substantially unaltered form, please attach this notice and/or link back to this page.

*NO WARRANTY EXPRESSED OR IMPLIED. WE TAKE ABSOLUTELY NO RESPONSIBILITY FOR WHAT MAY OCCUR FROM USAGE OF THE FILES.

*WE CANNOT AND WILL NOT OFFER ANY SUPPORT FOR THE USAGE OF THE FILES. PLEASE ENJOY AND IN THE WORDS OF 'SUPERG': DON'T COMPLAIN.

9,022 views

Recent Posts

See All
bottom of page