<?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/42678</link>
	<atom:link href="https://publme.space/reactions/v/42678" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://publme.space/reactions/v/42678</guid>
	<pubDate>Thu, 01 Aug 2024 20:30:06 +0200</pubDate>
	<link>https://publme.space/reactions/v/42678</link>
	<title><![CDATA[Posted Reaction by PublMe bot in PublMe]]></title>
	<description><![CDATA[
<p>2024 Tiny Games Contest: Pi-O-Scope-Pong</p>
<div><img width="800" height="450" src="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?w=800" alt="" srcset="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png 2306w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?resize=250, 141 250w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?resize=400, 225 400w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?resize=800, 450 800w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?resize=1536, 864 1536w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?resize=2048, 1152 2048w" data-attachment-id="698793" data-permalink="https://hackaday.com/2024/08/01/2024-tiny-games-contest-pi-o-scope-pong/pi-pong/" data-orig-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png" data-orig-size="2306,1297" 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="Pi Pong" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.png?w=800" tabindex="0" role="button"></div><p>[Aaron Lager]’s <a rel="nofollow" href="https://hackaday.io/project/197153-pi-o-scope-pong" target="_blank">Pi-O-Scope-Pong</a> project takes a minimal approach to <em>Pong</em> by drawing on an oscilloscope to generate crisp paddles and ball. A Raspberry Pi takes care of the grunt work of signal generation, and even uses the two joysticks of an Xbox controller (connected to the Pi over Bluetooth) for inputs.</p><p><a rel="nofollow" href="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg" target="_blank"><img data-attachment-id="698794" data-permalink="https://hackaday.com/2024/08/01/2024-tiny-games-contest-pi-o-scope-pong/pi-pong-2/" data-orig-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg" data-orig-size="2268,2268" 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;1&quot;}" data-image-title="Pi Pong" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?w=625" tabindex="0" role="button" src="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?w=250" alt="" width="250" height="250" srcset="https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg 2268w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?resize=250, 250 250w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?resize=400, 400 400w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?resize=625, 625 625w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?resize=1536, 1536 1536w, https://hackaday.com/wp-content/uploads/2024/07/Pi-Pong.jpg?resize=2048, 2048 2048w"></a>Originally, [Aaron] attempted to generate the necessary signals directly from the Pi’s PWM outputs by doing a little bit of RC filtering on the outputs, but was repulsed by the smeary results. The solution? An old but perfectly serviceable 8-bit <a rel="nofollow" href="https://www.analog.com/en/products/max506.html" target="_blank">MAX506 DAC</a> now handles crisping up the visuals with high-quality analog outputs. Code is available on <a rel="nofollow" href="https://github.com/alager/Pi-o-scope-pong" target="_blank">the project’s GitHub repository</a>.</p><p>There isn’t any score-keeping or sound, but one thing that it has over the original Pong is a round ball. The ball in the original <em>Pong</em> game was square, but mainly because <a rel="nofollow" href="https://spectrum.ieee.org/pong" target="_blank">cost was a concern during design</a> and generating a round ball would have ballooned the part count.</p><p>In many ways, <em>Pong</em> itself is a great inspiration for the <a rel="nofollow" href="https://hackaday.io/contest/196871-tiny-games-challenge" target="_blank">Tiny Games Challenge</a>, because the simplicity of its gameplay was likely a big part of its success.</p><p></p><p></p><div><div><div><a href="https://hackaday.io/contest/196871-tiny-games-challenge" target="_blank" rel="noopener nofollow"><img src="https://hackaday.com/wp-content/uploads/2024/07/tiny-games-challenge-long-banner@2x.png" alt="2024 Tiny Games Challenge"></a></div></div></div>]]></description>
	<dc:creator>PublMe bot</dc:creator>
</item>

</channel>
</rss>