<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>What&#039;s All This Brouhaha? &#187; Hardware</title>
	<atom:link href="https://whats.all.this.brouhaha.com/category/computing/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>https://whats.all.this.brouhaha.com</link>
	<description>miscellaneous musings and random rantings</description>
	<lastBuildDate>Fri, 01 Nov 2019 06:31:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>Added serial port</title>
		<link>https://whats.all.this.brouhaha.com/2017/11/06/added-serial-port/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/11/06/added-serial-port/#comments</comments>
		<pubDate>Tue, 07 Nov 2017 06:29:46 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1265</guid>
		<description><![CDATA[I&#8217;ve added the DE-9S connector, TRS202ECN transceiver (equivalent to MAX202), and ceramic capacitors, which make up the TIA-232-F serial interface. The serial interface uses a female connector and is wired as DCE (Data Communication Equiment) to facilitate direct connection to &#8230; <a href="https://whats.all.this.brouhaha.com/2017/11/06/added-serial-port/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve added the DE-9S connector, TRS202ECN transceiver (equivalent to MAX202), and ceramic capacitors, which make up the TIA-232-F serial interface. The serial interface uses a female connector and is wired as DCE (Data Communication Equiment) to facilitate direct connection to a USB-to-serial adapter.</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37522547264/" target="_blank"><img class="alignnone size-full wp-image-1267" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/11/37522547264_c7c10fc78a_m.jpg" alt="37522547264_c7c10fc78a_m" width="185" height="240" /></a></p>
<p>Not shown: two trace cuts and two orange jumper wires on bottom of main PCB.</p>
<p>Next I&#8217;ll need to get a VHDL UART working with my 1802 core.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/11/06/added-serial-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RetroChallenge RC2017/10 final report</title>
		<link>https://whats.all.this.brouhaha.com/2017/11/01/retrochallenge-rc201710-final-report/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/11/01/retrochallenge-rc201710-final-report/#comments</comments>
		<pubDate>Thu, 02 Nov 2017 04:42:01 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1260</guid>
		<description><![CDATA[My RetroChallenge RC2017/10 project was to update and improve my FPGA-Elf. The resulting hardware may be seen here: I have succeeded in accomplishing my main goals for the project, which were: Update my FPGA-Elf design to use a currently-available, relatively &#8230; <a href="https://whats.all.this.brouhaha.com/2017/11/01/retrochallenge-rc201710-final-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>My RetroChallenge RC2017/10 project was to update and improve my FPGA-Elf. The resulting hardware may be seen here:</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/38104569631/" target="_blank"><img class="alignnone size-full wp-image-1261" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/11/IMG_20171101_215137.jpg" alt="IMG_20171101_215137" width="4048" height="3036" /></a></p>
<p>I have succeeded in accomplishing my main goals for the project, which were:</p>
<ol>
<li>Update my FPGA-Elf design to use a currently-available, relatively inexpensive FPGA board/module</li>
<li>Design a base PCB for the FPGA-Elf, using only through-hole components, and have it fabricated</li>
<li>Implement CDP1861 PIXIE graphics</li>
</ol>
<p>I originally wanted the new hardware design to use only currently-manufactured components, which would rule out both the HP 5082-7340 hexadecimal LED displays used by the original Elf and the TI TIL311 hexadecimal LED displays often used in more recent Elf builds.  As an alternative I chose the Liteon LTP-305HR, which is a 5&#215;7 dot matrix LED display, a drop-in replacement for the Monsanto or GI MAN2A or the TI TIL305.</p>
<p>I spent the first week of the RetroChallenge building a breadboard prototype of a six-character display using the LTP-305HR, with serial low-side and high-side drivers, and a MicroBlaze soft-core CPU in the FPGA controlling them. While I got the displays working, there were issues with the drive circuitry resulting in off pixels glowing, though less brightly than on pixels. I also did not like the appearance of the displays as much as the original hexadecimal LED display, so I abandoned the use of 5&#215;7 dot matrix LED displays and proceeded to design my new board to accept either HP 5082-7340 or TI TIL311 displays.</p>
<p>I completed the PCB board designs by October 17th and placed the order for the boards. Due to the rush to get this done, there are a few minor errors in the board design that require some trace cuts and jumps.</p>
<p>While waiting for boards to arrive, I built a second breadboard prototype using the hexadecimal displays, and used it to design my CDP1861-compatible graphic display core. As with my earlier CDP1802-compatible CPU core, it is designed in synthesizable VHDL. There are no vendor-specific constructs except in the top-level Elf design which instantiates a Xilinx PLL clock multiplier.</p>
<p>The printed circuit boards arrived on October 23rd, and I assembled one on the 24th. After fixing one design error and removing one solder bridge, the FPGA-Elf was able to run my dice program.</p>
<p>By October 27th I had the PIXIE graphics fully working, running the PIXIE demo as shown in the July 1977 Popular Electronics article. I also ran my clock program. The FPGA-Elf is currently configured to run at 256 times the speed of an original Elf, so the clock runs at 256x real time. However, the clock display output is somewhat garbled, suggesting that my 1802 core has a previously undetected error.</p>
<p>Almost all of the project was done while I was out of town on a business trip. I returned home on October 28th, and badgered Richard Ottosen into cutting and drilling wood mounting rails for the FPGA-Elf, as seen in the photo. I have not yet done any further work on the hardware, FPGA code, or software.</p>
<p>I have quite a few Post-RetroChallenge tasks:</p>
<ol>
<li>Fix issue resulting in garbled clock display. (This issue will affect other programs also.)</li>
<li>Publish design documents and source code:
<ol>
<li>FGPA code for top-level design and CDP1861 graphics core (base Elf design and CDP1802 CPU core are already on github)</li>
<li>Eagle CAD files for schematics and PCB designs</li>
<li>PDF schematics</li>
<li>PCB Gerber and Excellon files</li>
</ol>
</li>
<li>Add MicroSD and TIA-232-F serial port components to the board and test them. The serial port will require two more cuts and jumps, because I forgot to deal with the FPGA not being 5V-tolerant. Note that the MicroSD and serial port were not part of my project objectives; I included them in the PCB layout for future use.</li>
<li>Write a manual, including BOM and assembly instructions (including rework needed for rev 0 main board)</li>
<li>Update main PCB design to correct errors, and order rev 1 main board</li>
<li>Update FPGA code for rev 1 main board</li>
<li>Build and test rev 1 main board</li>
<li>Add UART to FPGA</li>
<li>Write 1802 code to support SD card</li>
</ol>
<p>I have six extra sets of bare PCBs of the current design which are available for sale. I do not offer kits or assembled units.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/11/01/retrochallenge-rc201710-final-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting rails for Elf</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/30/mounting-rails-for-elf/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/30/mounting-rails-for-elf/#comments</comments>
		<pubDate>Mon, 30 Oct 2017 09:48:19 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1256</guid>
		<description><![CDATA[Richard Ottosen cut and drilled some mounting rails for me, out of some scrap wood. They&#8217;re standard Elf size, 3/8 inch wide by 3/4 inch tall by 6 inches deep, each with four 1/16 inch pilot holes for #4 wood &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/30/mounting-rails-for-elf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Richard Ottosen cut and drilled some mounting rails for me, out of some scrap wood. They&#8217;re standard Elf size, 3/8 inch wide by 3/4 inch tall by 6 inches deep, each with four 1/16 inch pilot holes for #4 wood screws.</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/26258856489/" target="_blank"><img class="alignnone size-full wp-image-1257" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/26258856489_6d643edb8c_z.jpg" alt="26258856489_6d643edb8c_z" width="640" height="480" /></a></p>
<p>I&#8217;d vaguely considered the idea of nice stained hardwood rails, but that doesn&#8217;t really seem in fitting with the general COSMAC Elf idea.</p>
<p>I haven&#8217;t actually mounted the boards on the rails yet, because I still need to cut and jump a few PCB traces.</p>
<p>Once I put these babies on my Elf, she&#8217;ll corner like she&#8217;s on rails!</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/30/mounting-rails-for-elf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPGA-Elf actually running PIXIE graphics demo</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/27/fpga-elf-actually-running-pixie-graphics-demo/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/27/fpga-elf-actually-running-pixie-graphics-demo/#comments</comments>
		<pubDate>Fri, 27 Oct 2017 08:39:20 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1252</guid>
		<description><![CDATA[My VHDL reimplementation of the CDP1861 PIXIE graphics chip is mostly working!  This still image looks almost the same as the one from a few days ago: The difference is that now it&#8217;s being generated by the 1802 program (seen &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/27/fpga-elf-actually-running-pixie-graphics-demo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>My VHDL reimplementation of the CDP1861 PIXIE graphics chip is mostly working!  This still image looks almost the same as the one from a few days ago:</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37961460291/" target="_blank"><img class="alignnone size-full wp-image-1253" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37961460291_8cd476f043_z.jpg" alt="37961460291_8cd476f043_z" width="640" height="480" /></a></p>
<p>The difference is that now it&#8217;s being generated by the 1802 program (seen in the top 1/4 of the bitmap) actually running, whereas before it was hard-coded into the frame buffer memory to test the output half of my VHDL code.</p>
<p>Since that worked, I decided to try my clock program. Because the 1802 is running 256 times as fast as a normal Elf, I expected the clock to run at over four hours to the minute, and it does, but the graphics is garbled:</p>
<p><iframe width="640" height="360" src="https://www.youtube.com/embed/PM2dyGl2vCs?feature=oembed" frameborder="0" gesture="media" allowfullscreen></iframe></p>
<p>It&#8217;s possible that my 1802 core isn&#8217;t executing some instruction correctly, though it worked well enough to run a number of Forth programs on CamelForth. I&#8217;ll debug this using a VHDL simulator to capture a trace of my hardware design from reset to the completion of the first video frame, and a logic analyzer to capture the same from the electrical signals of the Elf II for comparison.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/27/fpga-elf-actually-running-pixie-graphics-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ELF-CMOD-A7 runs its first actual program</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/24/elf-cmod-a7-runs-its-first-actual-program/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/24/elf-cmod-a7-runs-its-first-actual-program/#comments</comments>
		<pubDate>Wed, 25 Oct 2017 06:55:43 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1250</guid>
		<description><![CDATA[After removing one solder bridge, cutting one trace, adding one wire*, and changing a few lines in a Xilinx constraints file, My RetroChallenge Elf project has now let me successfully toggle in and run its first simple program, which is &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/24/elf-cmod-a7-runs-its-first-actual-program/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>After removing one solder bridge, cutting one trace, adding one wire<sup>*</sup>, and changing a few lines in a Xilinx constraints file, My RetroChallenge Elf project has now let me successfully toggle in and run its first simple program, which is my old <a title="dice program" href="http://www.brouhaha.com/~eric/retrocomputing/elf/dice/dice.txt" target="_blank">dice program</a>.</p>
<p>I also learned how to program the FPGA config into the SPI flash on the Cmod-A7 module, so that the Elf is available after every power up. Suprisingly this is more complicated with the newer Xilinx Vivado development software than it was with the older ISE.</p>
<p>I don&#8217;t have a tripod here, so I won&#8217;t be able to shoot a demo video until the weekend.</p>
<p><sup>*</sup> I&#8217;m going to claim that having blue wire-wrap wire for the bodge matching the blue of the PCB soldermask is due to good planning. Couldn&#8217;t possibly just be a coincidence.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/24/elf-cmod-a7-runs-its-first-actual-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RetroChallenge board almost working!</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/24/retrochallenge-board-almost-working/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/24/retrochallenge-board-almost-working/#comments</comments>
		<pubDate>Tue, 24 Oct 2017 08:54:06 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1247</guid>
		<description><![CDATA[Not everything is installed, but the power supply, data hex LEDs, most of the switches, and the composite video output are working. The switch for data bit 3 doesn&#8217;t work because I wired it to an analog input pin of &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/24/retrochallenge-board-almost-working/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2 class="editable meta-field photo-desc">Not everything is installed, but the power supply, data hex LEDs, most of the switches, and the composite video output are working.</h2>
<p><a href="https://www.flickr.com/photos/22368471@N04/37866716472/" target="_blank"><img class="alignnone size-full wp-image-1248" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37866716472_96bf30c130_z.jpg" alt="37866716472_96bf30c130_z" width="640" height="480" /></a></p>
<h2 class="editable meta-field photo-desc">The switch for data bit 3 doesn&#8217;t work because I wired it to an analog input pin of the Cmod-A7 module, and the FPGA internal pullup isn&#8217;t enough when the switch is on (open) to overcome the 2.4K series resistance on the module and bring the signal up to a logic 1.</h2>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/24/retrochallenge-board-almost-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elf hexadecimal data display working</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/23/elf-hexadecimal-data-display-working/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/23/elf-hexadecimal-data-display-working/#comments</comments>
		<pubDate>Mon, 23 Oct 2017 08:09:37 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1242</guid>
		<description><![CDATA[I just hacked up more VHDL code to get the Elf hexadecimal displays working. I&#8217;ve only tested the data displays, but the address should work as well. This probably doesn&#8217;t sound like much of an accomplishment, especially compared to my &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/23/elf-hexadecimal-data-display-working/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just hacked up more VHDL code to get the Elf hexadecimal displays working. I&#8217;ve only tested the data displays, but the address should work as well. This probably doesn&#8217;t sound like much of an accomplishment, especially compared to my original work on driving six multiplexed 5&#215;7 dot matrix displays, but it&#8217;s not quite as trivial as one might expect.</p>
<p>While the original Elf only had two digits of hexadecimal LED display for data, my #retrochallenge FPGA Elf will also have four digits for displaying the address, particularly useful in load mode. While the Xilinx Artix 7 has quite a few I/O pins, the Digilent Cmod-A7 FPGA module only brings out 44 to module pins, and I can&#8217;t use 24 of them for the hexadecimal displays.</p>
<p>I originally considered having eight data lines and three each strobe and blanking lines (for the address high, address low, and data, and blanking isn&#8217;t really necessary), but I was in a hurry to route the board and it wasn&#8217;t as easy as I&#8217;d have liked to route two sets of four data lines to alternate digits. To make the board routing easier, I ended up with four data lines, six strobe lines (one per digit), and three blanking lines.</p>
<p>As a result, I had to write a state machine to detect when either the address or data has changed from the previous value, latch the new value, and sequence through updating all six digits.</p>
<p>I haven&#8217;t wired up the address displays on the breadboard, but the data displays are working fine. I&#8217;m now able to toggle in a short program, such as my <a title="dice program" href="http://www.brouhaha.com/~eric/retrocomputing/elf/dice/dice.txt" target="_blank">dice program</a>, and run it with the expected data display output.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/23/elf-hexadecimal-data-display-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elf switches and video</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/22/elf-switches-and-video/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/22/elf-switches-and-video/#comments</comments>
		<pubDate>Mon, 23 Oct 2017 05:19:35 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1235</guid>
		<description><![CDATA[I did test the switches wired to my RetroChallenge project solderless breadboard last night, and they work fine. Today I worked on the monochrome NTSC composite video output. First I got the video counters working, and generated a frame with &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/22/elf-switches-and-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I did test the switches wired to my RetroChallenge project solderless breadboard last night, and they work fine. Today I worked on the monochrome NTSC composite video output.</p>
<p>First I got the video counters working, and generated a frame with fixed data:</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37824216096/" target="_blank"><img class="alignnone size-full wp-image-1236" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37824216096_f6c6967ff5_z.jpg" alt="37824216096_f6c6967ff5_z" width="640" height="480" /></a></p>
<p>The CDP1861 PIXIE timing is used (262 scan lines, 128 scan lines active, 14 bytes per line of which 8 are active). The data byte is fixed.</p>
<p>I was pleasantly surprised that the video timing and voltage levels worked on the first attempt.</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37162817154/" target="_blank"><img class="alignnone size-full wp-image-1237" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37162817154_7d5ddd8e00_z.jpg" alt="37162817154_7d5ddd8e00_z" width="640" height="480" /></a></p>
<p>The CDP1861 PIXIE uses DMA to read memory and directly shifts the bits out as video. In my design, because the CPU may be run at various speeds, from 1x to 256x the original Elf speed, the PIXIE logic will write bytes into a dual port RAM, and dedicated logic will scan them out as NTSC monochrome video. In this test, the CPU is not hooked up, and the frame buffer data is statically initialized to match the screen shot at the beginning of the July 1977 Popular Electronics article, page 41.</p>
<p>Due to an error in my design, the rightmost pixel column is being displayed on the left. Here&#8217;s the image after that error has been corrected:</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/24020056918/" target="_blank"><img class="alignnone size-full wp-image-1238" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/24020056918_6191f08cfb_z.jpg" alt="24020056918_6191f08cfb_z" width="640" height="480" /></a></p>
<p>I still need to hook up the CDP1861 DMA logic to the CPU, so that I can run the actual program, and others. PCBs are still expected to arrive on Tuesday.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/22/elf-switches-and-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parts from Digi-Key arrived a day early</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/19/parts-from-digi-key-arrived-a-day-early/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/19/parts-from-digi-key-arrived-a-day-early/#comments</comments>
		<pubDate>Fri, 20 Oct 2017 04:54:40 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1228</guid>
		<description><![CDATA[Thanks to Digi-Key and UPS, parts for my RetroChallenge project arrived a day early. I just got back from my client&#8217;s product launch party, where I had entirely too much excellent food and drink, so I&#8217;m not actually taking advantage &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/19/parts-from-digi-key-arrived-a-day-early/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Thanks to <a title="Digi-Key" href="https://www.digikey.com" target="_blank">Digi-Key</a> and <a title="UPS" href="https://www.ups.com/" target="_blank">UPS</a>, parts for my RetroChallenge project arrived a day early.</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37757211246/" target="_blank"><img class="alignnone size-full wp-image-1229" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37757211246_3baed7bfa5_z.jpg" alt="37757211246_3baed7bfa5_z" width="640" height="480" /></a></p>
<p>I just got back from my client&#8217;s product launch party, where I had entirely too much excellent food and drink, so I&#8217;m not actually taking advantage of the parts being early.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/19/parts-from-digi-key-arrived-a-day-early/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RetroChallenge Half-TIme Report</title>
		<link>https://whats.all.this.brouhaha.com/2017/10/16/retrochallenge-half-time-report/</link>
		<comments>https://whats.all.this.brouhaha.com/2017/10/16/retrochallenge-half-time-report/#comments</comments>
		<pubDate>Mon, 16 Oct 2017 10:15:40 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=1218</guid>
		<description><![CDATA[Although I got the LTP-305HR dot-matrix LED multiplexing working, it doesn&#8217;t look anywhere near as nice as the original HP 5082-7340 or TI TIL311 hexadecimal displays. I&#8217;ve decided to drop my original plan to use the LTP-305HR displays, and use &#8230; <a href="https://whats.all.this.brouhaha.com/2017/10/16/retrochallenge-half-time-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Although I got the LTP-305HR dot-matrix LED multiplexing working, it doesn&#8217;t look anywhere near as nice as the original HP 5082-7340 or TI TIL311 hexadecimal displays. I&#8217;ve decided to drop my original plan to use the LTP-305HR displays, and use the hexadecimal displays instead. Broadcom (previously Avago, previously Agilent, previously HP) does still make similar hexadecimal displays, though without the red filter. They are quite pricey.</p>
<p>I&#8217;ve focused on getting the schematic and PCB layout done so that I can order PCBs this week. The switch PCB and switch bezel PCB are only minor tweaks to some I made last year, so those are ready. I&#8217;ve got the main board layout nearly completed; I need to add one electrolytic capacitor for bulk bypass, and one 14-pin header for configuration and/or expansion. Here&#8217;s an image of the not-quite-complete layout:</p>
<p><a href="https://www.flickr.com/photos/22368471@N04/37020812494/"><img class="alignnone size-full wp-image-1219" src="http://whats.all.this.brouhaha.com/wp-content/uploads/2017/10/37020812494_43398acb25_z.jpg" alt="37020812494_43398acb25_z" width="640" height="495" /></a></p>
<p>The board will accept either the HP 5082-7340 or TI TIL311 displays, using interleaved footprints. The board can be stuffed with just the traditional two digit data display, or can additionally have a four digit address display.</p>
<p>The I/O ports are a USB port (providing JTAG programming and a virtual UART) on the Cmod-A7 FPGA board, a MicroSD card, a TIA-232-F serial port, and an RCA jack for monochrome composite video.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2017/10/16/retrochallenge-half-time-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
