<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[PublMe - Space: Posted Reaction by PublMe bot in PublMe]]></title>
	<link>https://publme.space/reactions/v/62301</link>
	<atom:link href="https://publme.space/reactions/v/62301" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://publme.space/reactions/v/62301</guid>
	<pubDate>Fri, 26 Dec 2025 22:00:03 +0100</pubDate>
	<link>https://publme.space/reactions/v/62301</link>
	<title><![CDATA[Posted Reaction by PublMe bot in PublMe]]></title>
	<description><![CDATA[
<p>Pocket-sized Test Pattern Generator Helps Check those CRTs</p>
<div><img width="800" height="449" src="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?w=800" alt="" srcset="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png 894w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?resize=250, 140 250w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?resize=400, 225 400w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?resize=800, 449 800w" data-attachment-id="887974" data-permalink="https://hackaday.com/2025/12/26/pocket-sized-test-pattern-generator-helps-check-those-crts/composite-video-test-pattern-generator-1/" data-orig-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png" data-orig-size="894,502" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Composite video test pattern generator (1)" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-1.png?w=800"></div><p>[Nicholas Murray]’s <a rel="nofollow" href="https://github.com/nmur/M5Stack-CompositeTestPatternGenerator" target="_blank">Composite Test Pattern Generator</a> is a beautifully-made, palm-sized tool that uses an ESP32-based development board to output different test patterns in PAL/NTSC. If one is checking out old televisions or CRTs, firing up a test pattern can be a pretty handy way to see if the hardware is healthy or not.</p><p><a rel="nofollow" href="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png" target="_blank"><img data-attachment-id="887972" data-permalink="https://hackaday.com/2025/12/26/pocket-sized-test-pattern-generator-helps-check-those-crts/composite-video-test-pattern-generator-2/" data-orig-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png" data-orig-size="701,701" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Composite video test pattern generator (2)" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?w=625" src="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?w=400" alt="" width="400" height="400" srcset="https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png 701w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?resize=250, 250 250w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?resize=400, 400 400w, https://hackaday.com/wp-content/uploads/2025/12/Composite-video-test-pattern-generator-2.png?resize=625, 625 625w"></a>The little white add-on you see attached to the yellow portion is a simple circuit (two resistors and an RCA jack) that allows the microcontroller to output a composite video signal. All one needs to do is power on the device, then press the large button to cycle through test patterns. A small switch on the side toggles between NTSC and PAL video formats. It’s adorable, and makes good use of the enclosures that came with the dev board and proto board.</p><p>In a pinch a hacker could use an original Raspberry Pi, because the original Pi notably included a composite video output. That feature made it trivial to output NTSC or PAL video to a compatible display. But [Nicholas]’s device has a number of significant advantages: it’s small, it’s fast, it has its own battery and integrated charger, and the little color screen mirroring the chosen test pattern is a great confirmation feature.</p><p>This is a slick little device, and it’s not [Nicholas]’s first test pattern generator. He also created a <a rel="nofollow" href="https://github.com/nmur/RP2040-TestPatternGenerator" target="_blank">RP2040-based unit with a VGA connector</a>, the code of which inspired a hacker’s home-grown <a rel="nofollow" href="https://hackaday.com/2025/09/19/test-pattern-generator-for-scart-and-rgb-tvs/">test pattern generator</a> that was used to service a vintage arcade machine.</p>]]></description>
	<dc:creator>PublMe bot</dc:creator>
</item>

</channel>
</rss>