<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>2020 Arkiv - Daths Garage</title>
	<atom:link href="https://dathsgarage.dk/tag/2020/feed/" rel="self" type="application/rss+xml" />
	<link>https://dathsgarage.dk/tag/2020/</link>
	<description>Projects from my garage</description>
	<lastBuildDate>Fri, 10 Jan 2025 13:08:12 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>

<image>
	<url>https://dathsgarage.dk/wp-content/uploads/2020/10/cropped-Untitled-Diagram-5-32x32.png</url>
	<title>2020 Arkiv - Daths Garage</title>
	<link>https://dathsgarage.dk/tag/2020/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">185398447</site>	<item>
		<title>Breadboard Integrated Circuit Digital Clock</title>
		<link>https://dathsgarage.dk/electronics/breadboard-integrated-circuit-digital-clock/</link>
					<comments>https://dathsgarage.dk/electronics/breadboard-integrated-circuit-digital-clock/#comments</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 13:06:36 +0000</pubDate>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LED Design]]></category>
		<category><![CDATA[2020]]></category>
		<category><![CDATA[Breadboard]]></category>
		<category><![CDATA[Digital Clock]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Integrated Circuit]]></category>
		<category><![CDATA[Retro]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=757</guid>

					<description><![CDATA[<p>What is it? While searching around the web for nice electronics decorations and inspiration to The Circuit Board Coffee Table I found a nice digital &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/breadboard-integrated-circuit-digital-clock/">Breadboard Integrated Circuit Digital Clock</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-gallery aligncenter has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-scaled.jpg"><img fetchpriority="high" decoding="async" width="1024" height="461" data-id="761" src="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-1024x461.jpg" alt="" class="wp-image-761" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_132730-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Integrated Circuit Digital Clock</figcaption></figure>
</figure>



<h2 class="wp-block-heading has-medium-font-size" id="what-is-it"><strong>What is it?</strong></h2>



<p>While searching around the web for nice electronics decorations and inspiration to <a href="http://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">The Circuit Board Coffee Table</a> I found a nice <a rel="noreferrer noopener" href="http://danyk.cz/hodiny_en.html" target="_blank">digital clock built on a breadboard</a> based around two different types of integrated circuits: the <a rel="noreferrer noopener" href="https://www.ti.com/lit/ds/symlink/cd4026b.pdf" target="_blank">4026 </a>decade counter and the <a rel="noreferrer noopener" href="https://www.ti.com/lit/ds/symlink/cd4060b.pdf" target="_blank">4060</a> 14-stage counter/divider. I&#8217;m fascinated by nice looking breadboard projects so I thought I could build it so it would look a little more sleek. This digital clock reminds me about the <a rel="noreferrer noopener" href="http://www.ttlclock.com/" target="_blank">TTLCLOCK</a> even though that contains a few more components. Another digital clock from <a rel="noreferrer noopener" href="http://www.kabtronics.com/" target="_blank">KABtronics</a> that contains many components is their <a rel="noreferrer noopener" href="http://transistorclock.com/" target="_blank">Transistor Clock</a> which is truly a nerdy wall decoration.</p>



<p>Before I learned about programming and microcontrollers I always kept away from electronics project involving anything that needed programming like <a href="https://en.wikipedia.org/wiki/Microcontroller" target="_blank" rel="noreferrer noopener">microcontrollers</a>, <a href="https://en.wikipedia.org/wiki/Microprocessor" target="_blank" rel="noreferrer noopener">microprocessors</a> or <a href="https://en.wikipedia.org/wiki/EEPROM" target="_blank" rel="noreferrer noopener">EEPROMs</a>. I wasn&#8217;t sure where to start to get to learn about it, and I couldn&#8217;t imagine how they worked. Instead I would have loved to sit down and understand the schematic and build this digital clock when I was younger, since it is purely logic circuits and even some <a href="https://en.wikipedia.org/wiki/Diode_logic" target="_blank" rel="noreferrer noopener">diode-resistor logic</a>. </p>



<h2 class="wp-block-heading has-medium-font-size" id="how-does-it-work"><strong>How does it work?</strong></h2>



<p>The nice thing about this breadboard digital clock is that it is rather easy to understand how it works, because it is divided into different modules. <br>The first part is the 4060 14-stage counter/divider connected to a 32768 oscillator, which gives a frequency of 32768 Hz/2^14 = 2 Hz. Two buttons Minutes and Hours are used to set the clock by increasing the frequency so the clock counts faster. The 2 Hz signal is input to the first 4026 that works as a divide by 2 and outputs a 1 Hz signal. The 4026 are designed to directly drive a 7-segment LED display rather than outputting a <a href="https://en.wikipedia.org/wiki/Binary-coded_decimal" target="_blank" rel="noreferrer noopener">BCD</a> signal that needs a BCD to 7-segment converter, this helps to reduce the component count. The two LEDs are also connected to the 1 Hz signal to indicate the seconds.<br>The counters for ones of seconds (red wires) and ones of minutes (grey wires) counts from 0-9. However the counters for tens of seconds (yellow wires) and tens of minutes (green wires) only counts from 0-5, and needs to reset afterwards. This is done by the resistor and the three diodes that works as a three input AND gate, when segments E,F,G are turned on (this combination is first met when count equals 6) the counter is reset. The ones of hours (brown wires) also counts from 0-9 but the tens of hours (blue wires) only counts from 0-2. These two counters must be reset when the combined counter equals 24. This is again done by the three diodes but now connected to a combination that first happens when the counter reaches 24 and now both counters are reset.<br>No resistors are needed between the 4026&#8217;s outputs and the 7-segment displays because the outputs only supplies around 1-3 mA. Since the LEDs in the 7-segment displays can not handle a 5 V supply voltage the two diodes 1N4007 are needed to give a voltage drop.</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-scaled.jpg"><img decoding="async" width="1024" height="461" data-id="854" src="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-1024x461.jpg" alt="" class="wp-image-854" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135647-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption"><em>The finished clock</em></figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-scaled.jpg"><img decoding="async" width="1024" height="461" data-id="852" src="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-1024x461.jpg" alt="" class="wp-image-852" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135702-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">The buttom row os ICs are 4026s</figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135722-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" data-id="853" src="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135722-scaled.jpg" alt="" class="wp-image-853" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135722-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201105_135722-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="wp-element-caption">Clock generator and Hours and Minutes buttons</figcaption></figure>
</figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>Why did I build it</strong></h2>



<p>Why would anyone bother to build something like a digital clock on a breadboard and waste a couple of hours on it? First of all I think it is fun to build stuff on breadboards even though they can be buggy, have bad wire connections and works bad at high frequency. Despite of all the wires and connections the clock actually worked the first time I powered it up. I know breadboard computers like the one from <a rel="noreferrer noopener" href="https://eater.net/8bit/" target="_blank">Ben Eaten</a> is much more cool to look at and play with, but I like the simplicity of this design and its also a little more self contained &#8211; just connect power and it works. Playing around with breadboards is also a good way to learn about electronics because it can be more intuitive compared to multilayers PCBs with SMD components.<br>Another reason for building this digital clock is that I have a tradition every year with some old classmates to gather for Christmas lunch. Then we each have to brings some small presents for a Danish tradition called Christmas package game. Some should be repeats from last year and some should be homemade &#8211; this will be this year&#8217;s contribution.</p>



<h2 class="wp-block-heading has-medium-font-size" id="want-your-own"><strong>Want your own?</strong></h2>



<p>If anyone is interested in building this digital clock on their own, the parts are listed in the <a href="http://danyk.cz/hodiny_en.html" target="_blank" rel="noreferrer noopener">link </a>at the beginning. If you prefer to buy everything as a kit I might be considering to offer it with every component needed or in a fully assembled and tested version. Please <a href="http://dathsgarage.dk/contact/">contact</a> my for inquiries.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Video</strong></h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="jetpack-video-wrapper"><div class="fitvids-video"><iframe loading="lazy" title="Breadboard Integrated Circuit Digital Clock" width="1200" height="675" src="https://www.youtube.com/embed/MzvNoO77SZ8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div></div>
</div></figure>



<p><a href="http://danyk.cz/hodiny_en.html" target="_blank" rel="noreferrer noopener">Link to the schematic</a></p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/breadboard-integrated-circuit-digital-clock/">Breadboard Integrated Circuit Digital Clock</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/electronics/breadboard-integrated-circuit-digital-clock/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">757</post-id>	</item>
		<item>
		<title>Review: Kwix UK 4 mm Tube Straightening Tool</title>
		<link>https://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/</link>
					<comments>https://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/#comments</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Wed, 11 Nov 2020 12:00:45 +0000</pubDate>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[2020]]></category>
		<category><![CDATA[copper tube]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hand tool]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=833</guid>

					<description><![CDATA[<p>How to straighten a copper tube Disclaimer: This review is not sponsored or paid by the supplier or anyone else. The product is payed by &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/">Review: Kwix UK 4 mm Tube Straightening Tool</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="has-medium-font-size wp-block-heading">How to straighten a copper tube</h2>



<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-1024x461.jpg" alt="Kwix UK Tube straightening tool" data-id="835" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201111_113236/" class="wp-image-835" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113236-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Kwix UK Tube straightening tool</figcaption></figure></li></ul></figure>



<p><em>Disclaimer: This review is not sponsored or paid by the supplier or anyone else. The product is payed by myself and I wanted to share my personal experience with you.</em></p>



<h2 class="has-medium-font-size wp-block-heading"><strong>The problem</strong></h2>



<p>I&#8217;m not really a fan of specialized tools that can only be used for one single purpose and solves one specific problem. Neither in the household nor in my workshop. Nevertheless I found myself in need of buying a tool for solving a very specific problem. For different future ideas and projects like my Giant Vacuum Tube Model and a LED chandelier. I have been looking at using <a href="https://dk.rs-online.com/web/p/kobberror/0846503/" target="_blank" rel="noreferrer noopener">4 mm copper tubing</a>. The only problem is that it’s almost only sold in rolls that need to be straightened before it can be used &#8211; Unless you want to buy overpriced pieces of 1 m sections. First I didn&#8217;t know the name of a tool for solving this task, but found out it is called a handheld tube straightening tool or tube straightener. By searching around for ways to straighten copper tubes I came across many not very useful tips and tools. One <a href="https://www.youtube.com/watch?v=LvGEKaaPf5E" target="_blank" rel="noreferrer noopener">YouTube</a> video suggested to fix the tube in a clamp and then use a hammer to stretch it straight by hammering.&nbsp;<br>The first dedicated tool I found was a <a href="https://www.google.com/search?q=tube+straightener+plier&amp;rlz=1C1GCEB_enDK885DK885&amp;sxsrf=ALeKk03bCGxlmmcCaCx6LTL2BFPA4mPUnQ:1605092379166&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ved=2ahUKEwihvd2Iq_rsAhWCC-wKHU0UCjYQ_AUoAXoECAsQAw&amp;biw=1536&amp;bih=722&amp;dpr=2.5" target="_blank" rel="noreferrer noopener">pair of pliers</a> that just clamped around a 5-10 cm piece of the tube and then had to be repeated for the total length of the tube. Unfortunately the end result was not looking very convincing and my guess is that it would be a very time consuming job. Another way to straighten a tube, either large or small diameter is to force it through several ball bearings with a fitting for the specific tube diameter. This principle is often used when the tube is fed directly into a tube cutting or bending machine often with a dual tube straightening mechanism, one in the horizontal axis and one turned 90 degrees to the vertical axis. Another more compact version of this mechanism is to mount the horizontal and vertical parts together forming a cross like structure around the tube.&nbsp;</p>



<h2 class="has-medium-font-size wp-block-heading"><strong>The only tool for the Job</strong></h2>



<p>Only one product repeated to show up through my searching; the <a href="https://www.kwixuk.com/product.html" target="_blank" rel="noreferrer noopener">Tube Straightening Tool from Kwix UK</a>. After not being able to find a Danish distributor and with the, in my opinion, relatively high price I thought it would be rather simple just to 3d print the four pieces that holds the ball bearings together with the screws. First I tried to build a simple <a href="https://www.google.com/search?q=diy+tube+straightener&amp;rlz=1C1GCEB_enDK885DK885&amp;sxsrf=ALeKk00eY6bt6n45PzhzHJrW9QDxpPE-tg:1605092349865&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ved=2ahUKEwijiOH6qvrsAhULLewKHQ4fBVMQ_AUoAXoECBEQAw&amp;biw=1536&amp;bih=722&amp;dpr=2.5" target="_blank" rel="noreferrer noopener">mock up with 6 cheap ball bearings mounted on a plate</a>, but it couldn&#8217;t take the force from the straightening process and after a short testing the ball bearings all broke apart. After my first very bad prototype I quickly abandoned the idea of doing it myself and threw my money after the real product instead of wasting my time and money on the design process and materials. My hypnosis was that if a company can exist by producing one single product its better be good. And hopefully the price would reflect the quality of the product.&nbsp; Sometimes you need to focus on what you want to use your energy on, for me it wasn&#8217;t to design the deep plate over again.&nbsp;</p>



<p>The strange thing was that I wasn&#8217;t able to find any similar products for straightening a copper tube in my regular goto hardware stores. Not even though some of them actually sold copper tubes rolled on a spool.&nbsp;<br>Another challenge is to cut the copper tube in the right length or bend it at a specific angle, but this is not a problem since a tube cutter or tube bender are tools that can easily be found around in hardware stores.&nbsp;</p>



<p>A short introduction video from Kwix UK</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="jetpack-video-wrapper"><div class="fitvids-video"><iframe loading="lazy" title="Tube Pipe Straightening Tool / hand tool straightener for copper, aluminium etc (subtitled)" width="1200" height="675" src="https://www.youtube.com/embed/4OVREFfoAAA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></div>
</div></figure>



<h2 class="has-medium-font-size wp-block-heading"><strong>My experience</strong></h2>



<p>Now lets get to the actual review of this product. My experience with this product is that it does a good job on 4 mm copper tubes. I haven&#8217;t tried with other materials, and only used the 4 mm version. The end result varies depending on if the tube comes fresh from the spool or if it has been slightly bend by hand in different directions. Then it is harder to get a good end result with a complete straight tube without small curves. But in my opinion this product does a pretty descent job. And it definitely feels sturdy and strong enough to withstand the force of the straightening process. THe hardest part is to get started on the tube, it helps to hand straight the first 10 cm. Then it is easier to get in inside between the wheels. <br>My only regret about the product is that I don&#8217;t feel like working with tubes in other diameters than 4 mm since I don&#8217;t want to invest in multiple tools to be able to handle different tube diameters. But for the professional user I definitely think it is worth it&#8217;s price even if you have to buy multiple sizes.&nbsp;I look forward to be using my tube straightener more for future projects.</p>



<figure class="wp-block-gallery columns-3 is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113250.jpg"><img decoding="async" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113250.jpg" alt="" data-id="838" data-link="http://dathsgarage.dk/googledrive_img_20201111_113250/" class="wp-image-838"/></a><figcaption class="blocks-gallery-item__caption">Description on label</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113328.jpg"><img decoding="async" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113328.jpg" alt="" data-id="836" data-link="http://dathsgarage.dk/googledrive_img_20201111_113328/" class="wp-image-836"/></a><figcaption class="blocks-gallery-item__caption">It consist of 4 by 4 wheels with ball bearings</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113338.jpg"><img decoding="async" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113338.jpg" alt="" data-id="839" data-link="http://dathsgarage.dk/googledrive_img_20201111_113338/" class="wp-image-839"/></a><figcaption class="blocks-gallery-item__caption">Looks a bit like a tunnel boring machine</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-1024x461.jpg" alt="" data-id="841" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201111_113041/" class="wp-image-841" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113041-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The copper tube before straightening</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113126-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113126-scaled.jpg" alt="" data-id="837" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113126-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201111_113126/" class="wp-image-837" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113126-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113126-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">The tool is rolled back and forth</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113637-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113637-scaled.jpg" alt="" data-id="840" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113637-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201111_113637/" class="wp-image-840" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113637-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201111_113637-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">End result looks very good</figcaption></figure></li></ul></figure>
<p>Indlægget <a href="https://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/">Review: Kwix UK 4 mm Tube Straightening Tool</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">833</post-id>	</item>
		<item>
		<title>DIP40 Frame of Fame</title>
		<link>https://dathsgarage.dk/electronics/dip40-frame-of-fame/</link>
					<comments>https://dathsgarage.dk/electronics/dip40-frame-of-fame/#respond</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 23:00:44 +0000</pubDate>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[2020]]></category>
		<category><![CDATA[CPLD]]></category>
		<category><![CDATA[DIP40]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Microprocessor]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=655</guid>

					<description><![CDATA[<p>Background The first microcontroller I learned to program and got to understand the architecture of was the Atmel ATmega16/32 in a DIP40 package programmed with &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/dip40-frame-of-fame/">DIP40 Frame of Fame</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-1024x575.jpg" alt="DIP40 Frame of Fame" data-id="771" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-scaled.jpg" data-link="http://dathsgarage.dk/?attachment_id=771" class="wp-image-771" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09245-768x432.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The almost finished frame missing one chip</figcaption></figure></li></ul></figure>



<h2 class="has-medium-font-size wp-block-heading"><strong>Background</strong></h2>



<p>The first microcontroller I learned to program and got to understand the architecture of was the <a rel="noreferrer noopener" href="http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf" target="_blank">Atmel ATmega16/32</a> in a <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Dual_in-line_package" target="_blank">DIP40 package</a> programmed with a <a href="https://www.microchip.com/developmenttools/ProductDetails/atstk500" target="_blank" rel="noreferrer noopener">STK500 board</a> that can also be found on <a href="http://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">The Circuit Board Coffee Table</a>. This chip fascinated me with all it&#8217;s build in peripherals inside a single chip. Other chips that I later played around with were the Microchip 16F877 and 18F4550 with USB interface. When I got interested in retro computing I came to know about 6809, 6502, Z80 and 8088/86, which all shared the common DIP40 package. I found myself collecting these devices without really knowing why and not knowing how to display them. I just knew I didn&#8217;t want to start a huge <a rel="noreferrer noopener" href="https://www.cpu-world.com/index.html" target="_blank">CPU collection</a>, so I limited myself to the DIP40 form factor. Then at a natural museum&#8217;s shop I saw this little showcase with butterflies, wondering how cool it would look like with old DIP40 <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Integrated_circuit" target="_blank">IC</a>s in it instead of animals. I found the perfect frame for the showcase with an <a rel="noreferrer noopener" href="https://www.ikea.com/dk/da/p/hovsta-ramme-morkebrun-10382169/" target="_blank">IKEA HOVSTA</a> frame that had the right depth.</p>



<p>The ICs would be mounted in precision machined IC sockets soldered onto <a rel="noreferrer noopener" href="https://tomverbeure.github.io/2020/02/22/In-The-Lab-Magnet-Wire-Soldering.html" target="_blank">prototyping PCB</a>s so it would be possible to swap them around if some was added or removed from the collection.&nbsp;</p>



<h2 class="has-medium-font-size wp-block-heading" id="scope-of-the-collection"><strong>Scope of the collection</strong></h2>



<p>The overall theme of the DIP40 Frame of Fame is famous DIP40 microcontrollers and microprocessors with a few exceptions by type and package. Since the DIP40 package is now almost obsolete with new microcontrollers, breadboard friendly microcontrollers, mounted on a DIP40 size breakout board, are also included in the collection. This is my little version of a CPU collection with items I think has an importance to computer history. The name DIP40 Frame of Fame is somehow self explaining but is inspired from the <a rel="noreferrer noopener" href="https://spectrum.ieee.org/static/chip-hall-of-fame" target="_blank">Chip Hall of Fame</a>.</p>



<figure class="wp-block-gallery columns-3 is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-1024x575.jpg" alt="" data-id="769" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-scaled.jpg" data-link="http://dathsgarage.dk/?attachment_id=769" class="wp-image-769" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09241-768x432.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The board is mounted in the cardboard that comes with the frame&#8230;</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-1024x575.jpg" alt="" data-id="776" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-scaled.jpg" data-link="http://dathsgarage.dk/?attachment_id=776" class="wp-image-776" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09242-1-768x432.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">&#8230;using hot glue</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164659-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164659-scaled.jpg" alt="" data-id="808" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164659-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201106_164659/" class="wp-image-808" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164659-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164659-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">Almost finished frame</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-1024x461.jpg" alt="" data-id="810" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201106_164627/" class="wp-image-810" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164627-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Close up view so most of the labels can be seen</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164526-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164526-scaled.jpg" alt="" data-id="801" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164526-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201106_164526/" class="wp-image-801" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164526-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201106_164526-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">Top row is oldest going from left to right. </figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-1024x575.jpg" alt="" data-id="778" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-scaled.jpg" data-link="http://dathsgarage.dk/?attachment_id=778" class="wp-image-778" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/DSC09246-1-768x432.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Even closer</figcaption></figure></li></ul></figure>



<p>Below is a list of the 21 ICs that can be seen in the DIP40 Frame of Fame sorted by release date and with a short description of specifications and a justification for relevance.</p>



<h2 class="has-medium-font-size wp-block-heading" id="specifications"><strong>Specification</strong>s</h2>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Date</strong></td><td><strong>Model</strong></td><td><strong>Bit</strong></td><td><strong>Speed</strong> <strong>MHz</strong></td><td><strong>Description</strong></td><td><strong>Uses</strong></td></tr><tr><td>1974, Marts</td><td><strong><a href="https://en.wikipedia.org/wiki/Motorola_6800" target="_blank" rel="noreferrer noopener">Motorola 6800</a></strong></td><td>8</td><td>1-2</td><td>Only required one supply voltage 5V</td><td>Computer peripherals, test equipment, POS terminals, SWTPC 6800, MITS Altair 680</td></tr><tr><td>1974 April</td><td><strong><a href="https://en.wikipedia.org/wiki/Intel_8080" target="_blank" rel="noreferrer noopener">Intel 8080</a></strong></td><td>8</td><td>2-3,125</td><td>2. 8-bit microprocessor by Intel (The 1. was 8008)</td><td><a href="https://en.wikipedia.org/wiki/Altair_8800" target="_blank" rel="noreferrer noopener">MITS Altair 8800</a>, Processor Technology&nbsp;SOL-20</td></tr><tr><td>1975 </td><td><strong><a href="https://en.wikipedia.org/wiki/MOS_Technology_6502" target="_blank" rel="noreferrer noopener">MOS 6502</a></strong></td><td>8</td><td>1-3</td><td>Derivative&nbsp;of the 6800 made by the former Motorola team, simpler and faster</td><td>Atari 2600, Apple I+II NES, Commodore 64+PET+VIC-20, BBC Micro,</td></tr><tr><td>1976 </td><td><strong><a href="https://en.wikipedia.org/wiki/Zilog_Z80" target="_blank" rel="noreferrer noopener">Zilog Z80</a></strong></td><td>8</td><td>2,5-10</td><td>Zilog&#8217;s first product, S/W compatible with 8080, popular with CP/M </td><td>Osbourne 1, Kaypro, Micro-Professor <strong>TODO LINK TO </strong>MPF-I, Epson PX-8+PX-4, Cambridge Z88, Amstrad NC100, TI-84 calculator</td></tr><tr><td>1976 </td><td><strong><a href="https://en.wikipedia.org/wiki/Intel_8085" target="_blank" rel="noreferrer noopener">Intel 8085</a></strong></td><td>8</td><td>3-6</td><td>Required less support circuitry than 8080 but still s/w compatible, build serial and interrupts, single supply 5V</td><td>TRS-80 Model 100 and similar, <a href="http://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">SAIA PCA1 PLC</a>,&nbsp;<a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Mars_Pathfinder" target="_blank">Sojourner&nbsp;Mars Rover</a></td></tr><tr><td>1978 </td><td><strong><a href="https://en.wikipedia.org/wiki/Motorola_6809" target="_blank" rel="noreferrer noopener">Motorola 6809</a></strong></td><td>8</td><td>1-2</td><td>Uses two 8-bit acc to combine into some 16-bit operations</td><td>TRS-80 Color, embedded controller</td></tr><tr><td>1979 </td><td><strong><a href="https://en.wikipedia.org/wiki/Motorola_68008" target="_blank" rel="noreferrer noopener">Motorola 68008</a></strong></td><td>8/32</td><td>8-16,67</td><td>Version of the Motorola 68000 with a 8 bit ext. databus instead of 16</td><td>Embedded systems, no computers</td></tr><tr><td>1979 </td><td><strong><a href="https://en.wikipedia.org/wiki/Intel_8086" target="_blank" rel="noreferrer noopener">Intel 8086</a></strong></td><td>16</td><td>5-10</td><td>First x86 architecture. Floating-point can by added by the <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Intel_8087" target="_blank">8087 </a>mathematical coprocessor.</td><td><a href="https://en.wikipedia.org/wiki/Compaq_Deskpro" target="_blank" rel="noreferrer noopener">Compaq Deskpro</a></td></tr><tr><td>1979 </td><td><strong><a href="https://en.wikipedia.org/wiki/Intel_8088" target="_blank" rel="noreferrer noopener">Intel 8088</a></strong></td><td>8</td><td>5-16</td><td>The CPU in the original <a href="https://en.wikipedia.org/wiki/IBM_Personal_Computer" target="_blank" rel="noreferrer noopener">IBM PC</a>. Modified version of 8086 with an 8 bit ext. databus allowing 8 bit memory. </td><td><a href="https://en.wikipedia.org/wiki/IBM_Personal_Computer" target="_blank" rel="noreferrer noopener">IBM PC</a></td></tr><tr><td>1980 </td><td><strong><a href="https://en.wikipedia.org/wiki/Intel_MCS-51" target="_blank" rel="noreferrer noopener">Intel 8051</a></strong></td><td>8</td><td>12</td><td>Single chip microcontroller, CISC,</td><td>Embedded systems</td></tr><tr><td>1985&nbsp; </td><td><strong><a href="https://spectrum.ieee.org/tech-history/silicon-revolution/chip-hall-of-fame-xilinx-xc2064-fpga" target="_blank" rel="noreferrer noopener">Xilinx XC2064-50</a></strong></td><td>&#8211;</td><td>&#8211;</td><td>Xilinx&#8217;s first product</td><td>Development</td></tr><tr><td>2001 </td><td><strong><a href="https://www.microchip.com/wwwproducts/en/PIC16F877A" target="_blank" rel="noreferrer noopener">Microchip PIC16F877A</a></strong></td><td>8</td><td>20</td><td>Popular PIC16 series among programmers</td><td>Embedded systems</td></tr><tr><td>2004 </td><td><a href="https://www.microchip.com/wwwproducts/en/PIC18f4550" target="_blank" rel="noreferrer noopener"><strong>Microchip</strong> <strong>PIC18F4550</strong></a></td><td>8</td><td>48</td><td>Build in USB interface</td><td>Embedded systems</td></tr><tr><td>2005 </td><td><strong><a href="https://store.digilentinc.com/cmod-c2-breadboardable-coolrunner-ii-cpld-module/" target="_blank" rel="noreferrer noopener">Xilinx CoolRunner-II CPLD XC2C64</a></strong></td><td></td><td></td><td>CPLD, 64 Macrocells, <a href="https://en.wikipedia.org/wiki/JTAG" target="_blank" rel="noreferrer noopener">JTAG </a>programmable</td><td>Development</td></tr><tr><td>2005&nbsp; </td><td><a href="https://www.microchip.com/wwwproducts/en/ATF2500C" target="_blank" rel="noreferrer noopener"><strong>Atmel</strong> <strong>ATF2500C</strong></a></td><td></td><td></td><td>CPLD, 24 Macrocells </td><td></td></tr><tr><td></td><td><strong><a href="https://www.microchip.com/wwwproducts/en/ATmega16" target="_blank" rel="noreferrer noopener">Atmel ATmega16/32</a></strong></td><td>8</td><td>16</td><td>The first MCU I learned to program</td><td></td></tr><tr><td>2006&nbsp; </td><td><strong><a href="https://en.wikipedia.org/wiki/Parallax_Propeller" target="_blank" rel="noreferrer noopener">Parallax Propeller P8x32A</a></strong></td><td>8&#215;32</td><td></td><td>Multi core processor with 8 32-bit RISC CPU cores</td><td>Development</td></tr><tr><td>2009 </td><td><strong><a href="https://www.mikroe.com/mini-pic32mx" target="_blank" rel="noreferrer noopener">MikroE Mini-32 PIC32MX534F064H</a></strong></td><td>32</td><td>80</td><td>Pin compatible with 16F877</td><td>Development</td></tr><tr><td>2012 </td><td><strong><a href="https://store.arduino.cc/arduino-micro" target="_blank" rel="noreferrer noopener">Arduino Micro</a></strong></td><td>8</td><td>16</td><td>Based on the ATmega32U4 microcontroller</td><td>Development</td></tr><tr><td>2012 </td><td><strong><a rel="noreferrer noopener" href="https://shop.trenz-electronic.de/en/TE0722-02-DIPFORTy1-Soft-Propeller-with-Xilinx-Zynq-7010-and-16-MByte-Flash?c=348" target="_blank">Trenz TE0722 DIPFORTy</a></strong> (Need to buy it from Digikey)</td><td>32</td><td></td><td>Xilinx Zynq-7 SoC contains a FPGA an dual core ARM A9+ processor</td><td>Development</td></tr><tr><td>2020</td><td><strong><a href="https://www.pjrc.com/store/teensy41.html" target="_blank" rel="noreferrer noopener">PJRC Teensy 4.1</a></strong></td><td>32</td><td>600</td><td>ARM Cortex-M7 RISC, fastest microcontroller available in 2020, Ethernet, USB, Micro SD</td><td>Development</td></tr></tbody></table></figure>



<p>Disclaimer: The above information and years are based on Wikipedia articles and datasheets and are my best guesses. If you have any corrections you are welcome to <a href="http://dathsgarage.dk/contact/">contact </a>me.</p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/dip40-frame-of-fame/">DIP40 Frame of Fame</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/electronics/dip40-frame-of-fame/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">655</post-id>	</item>
		<item>
		<title>The Circuit Board Coffee Table</title>
		<link>https://dathsgarage.dk/electronics/the-circuit-board-coffee-table/</link>
					<comments>https://dathsgarage.dk/electronics/the-circuit-board-coffee-table/#respond</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 11:31:16 +0000</pubDate>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Upcycling]]></category>
		<category><![CDATA[2020]]></category>
		<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[Motherboard]]></category>
		<category><![CDATA[PCB]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=586</guid>

					<description><![CDATA[<p>What to do with a lot of old Printed Circuit Boards? It all started with an old factory that was about to be cleared of &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">The Circuit Board Coffee Table</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>What to do with a lot of old Printed Circuit Boards?</strong></p>



<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-1024x461.jpg" alt="Printed circuit board decoration coffee glastable" data-id="707" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_145719/" class="wp-image-707" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145719-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The Circuit Board Table &#8211; The Final Result</figcaption></figure></li></ul></figure>



<p>It all started with an old factory that was about to be cleared of inventory before demolition. I was allowed to get a lot of old SAIA PCA1 PLC systems for free I just had to remove them myself. Unfortunately I don’t have any pictures from the PLC room. But imaging a room the size of a small office packed with PLC racks along all the walls of the room. Unfortunately the room had been vandalized so the cabinet doors had been broken open and some of the equipment had been smashed.</p>



<p>However I managed to salvage around 20 complete PLC systems from the room together with several hundreds of <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Relay#Pole_and_throw" target="_blank">SPDT relays</a> mounted in the racks and connected to the outputs of the PLCs. The relays are still lying around somewhere in a box waiting for me to build something cool out of them like playing with <a rel="noreferrer noopener" href="http://www.relaiscomputer.nl/index.php/elements" target="_blank">Digital Relay logic,</a> build a <a rel="noreferrer noopener" href="https://www.youtube.com/watch?v=1it3kjIgocc&amp;t=37s" target="_blank">Digital Relay Clock</a>, or something like a <a rel="noreferrer noopener" href="http://relaysbc.sourceforge.net/" target="_blank">Single Board Relay Computer</a>. However my main reason for keeping them is to build a <a rel="noreferrer noopener" href="https://www.tinkercad.com/things/83m72QpeRVW-relaycomputer-alu-74181" target="_blank">relay version</a> of the <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/74181#/media/File:74181aluschematic.png" target="_blank">discrete logic</a> in the <a rel="noreferrer noopener" href="https://www.ti.com/lit/ds/symlink/sn54ls181.pdf?ts=1603112462416&amp;ref_url=https%253A%252F%252Fwww.google.com%252F" target="_blank">SN74LS181 4-bit ALU</a>.</p>



<p>In each PLC unit there was a motherboard consisting of an <a href="https://en.wikipedia.org/wiki/Intel_8085" target="_blank" rel="noreferrer noopener">Intel 8085</a> 8-bit microprocessor together with 62256 RAM, <a href="https://en.wikipedia.org/wiki/Intel_8255" target="_blank" rel="noreferrer noopener">8255 PPI</a>, <a href="https://en.wikipedia.org/wiki/Intel_8251" target="_blank" rel="noreferrer noopener">8251 UART</a> and <a href="https://en.wikipedia.org/wiki/Intel_8253" target="_blank" rel="noreferrer noopener">8253 Timer</a> chips and the corresponding control logic. On two modules on top of the motherboard up to eight I/O boards were connected. As I understand it, these boards were ADC input board, multiplexer boards for BCD switches, output TRIAC boards, mixed input output boards, communication modules to passive extension housing modules without the CPU but with room for eight extra I/O boards.&nbsp;</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-1024x461.jpg" alt="" data-id="820" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201110_130735/" class="wp-image-820" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201110_130735-scaled-e1605010522957-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">SAIA PCA1 PLC mainboard, the two blue DIP sockets are for the I/O boards</figcaption></figure></li></ul></figure>



<p>For a long time I didn’t know what to use all that equipment for, clearly it didn’t work. Most of the motherboards had clear signs of leaking backup batteries and some was missing the program EEPROMs. I kept them because I wanted to build a nice visual decoration out of it.</p>



<p>One night I was searching around on Google image search about <a href="https://www.google.com/search?q=circuit+board+decoration&amp;rlz=1C1GCEB_enDK885DK885&amp;sxsrf=ALeKk02gC_13iI8qWqYVe5OOASRKduO36w:1603181808844&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ved=2ahUKEwjjxufR3cLsAhV5AxAIHXacAYsQ_AUoAXoECAsQAw&amp;biw=1920&amp;bih=1008" target="_blank" rel="noreferrer noopener">circuit board decoration</a> and came across <a rel="noreferrer noopener" href="https://www.chrisharrison.net/index.php/Fun/CircuitTable" target="_blank">Chris Harrison&#8217;s Circuit Table</a>. Immediately I knew what to do with my pile of old circuit boards and computer motherboards, I wanted to build something like Chris&#8217;s table. Instead of the <a href="https://www.ikea.com/dk/da/p/lack-sofabord-hvid-80449901/" target="_blank" rel="noreferrer noopener">IKEA Lack table</a> that he used as a basis I wanted to go with a bit more industrial look. I started to make a drawing in <a rel="noreferrer noopener" href="https://www.sketchup.com/plans-and-pricing/sketchup-free" target="_blank">Sketchup</a> with one of my favorite building materials <a rel="noreferrer noopener" href="https://www.matronics.dk/kategori/alu-profiler/profil-system/2020" target="_blank">20&#215;20 extruded aluminum profiles</a>.</p>



<figure class="wp-block-gallery aligncenter columns-1 wp-block-gallery-9 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/10/pcb_table_sketchup-1.jpg"><img loading="lazy" decoding="async" width="682" height="473" src="http://dathsgarage.dk/wp-content/uploads/2020/10/pcb_table_sketchup-1.jpg" alt="" data-id="620" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/10/pcb_table_sketchup-1.jpg" data-link="http://dathsgarage.dk/upcycling/the-circuit-board-coffee-table/attachment/pcb_table_sketchup-1/" class="wp-image-620" srcset="https://dathsgarage.dk/wp-content/uploads/2020/10/pcb_table_sketchup-1.jpg 682w, https://dathsgarage.dk/wp-content/uploads/2020/10/pcb_table_sketchup-1-300x208.jpg 300w" sizes="(max-width: 682px) 100vw, 682px" /></a><figcaption class="blocks-gallery-item__caption">Sketchup render of the circuit board table with 20&#215;20 extruded aluminum chassis</figcaption></figure></li></ul></figure>



<p>The final design ended up much like I had imagined with a nice industrial look. The PCBs should be mounted under the top glass plate on a wooden plate. The lower horizontal part of the chassis stabilizes the legs and makes it possible to install a second wooden plate as a shelve by adding some extra support beams. <br></p>



<p>Parts needed for the table:</p>



<ul><li>glass plate 10mm, 135&#215;75 cm</li><li>wooden plywood plate(s) 12mm, 120&#215;60 cm</li><li>8x 200cm 20&#215;20 extruded aluminum profiles</li><li>Screws and assembly corners for the beams</li></ul>



<p>After a quick search for the parts needed for the table and prices, I realized that it would cost way more than what I was willing to spend on it. Especially because there isn&#8217;t room for the coffee table in my workshop at the moment. Instead of buying the glass plate new from a glazier I thought about reusing it from a second hand coffee table found online. Luckily I found a table with a glass plate of the correct dimensions on <a rel="noreferrer noopener" href="http://www.dba.dk" target="_blank">DBA </a>in a nearby city. When I got the table home I realized that it would actually be possible to reuse the entire table with glass plate and metal chassis with minor changes.</p>



<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-10 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table.jpg"><img loading="lazy" decoding="async" width="1024" height="470" src="http://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table-1024x470.jpg" alt="" data-id="621" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table.jpg" data-link="http://dathsgarage.dk/?attachment_id=621" class="wp-image-621" srcset="https://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table-1024x470.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table-300x138.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table-768x352.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table-1536x705.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/10/coffee_table.jpg 1571w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The table before any modifications</figcaption></figure></li></ul></figure>



<p>On top of the grey metal legs the plywood plate is installed and then the round tubes holding the table is just mounted on top of the wooden plate. Everything is kept in place my a threaded rod inside the round tubes. The plywood plate was prepared by cutting it to the right size, drilling holes in each corner for the threaded rod, sand it down and painting.</p>



<figure class="wp-block-gallery aligncenter columns-1 wp-block-gallery-11 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20200929_141816-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20200929_141816-scaled.jpg" alt="" data-id="721" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20200929_141816-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20200929_141816/" class="wp-image-721" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20200929_141816-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20200929_141816-300x135.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">I used the bottom plate as a template to mark the drilling holes</figcaption></figure></li></ul></figure>



<p>After this the fun part begun; playing PCB Tetris, by installing them on the wooden plate and make them fit with the least overhang and avoid empty holes in between. The available Tetris pieces was the PCBs from the PLC (the reason why I got the idea to this project), some old PC motherboards with RAM and CPU and graphic cards I had harvested from computers found lying around for bulky waste and old development boards. After playing around with different layouts I found a solution were everything fit optimal. <br>Instead of just being a static decoration without anything happening, I wanted the table to have some dynamic features that could be implemented sometime in the future like a spinning fan, clicking relays or blinking LEDs. That is the reason for installing the LED diagnostics panel from an old IBM server acting as a <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Blinkenlights" target="_blank">Blinkenlights</a>. There were also room for a small LED dot matrix scrolling display. Everything should be controlled from a small <a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/ESP8266" target="_blank">ESP8266</a> controlled through WiFi. <br>At the moment only the <a href="http://embedded-lab.com/blog/wifi-enabled-scrolling-led-matrix-display/" target="_blank" rel="noreferrer noopener">LED matrix display is controlled through the ESP8266</a>. The device connects to my local network through WiFi, and then the display starts to show it&#8217;s IP address. When going to this page a small web server is loaded where a message can be entered to display on the display.</p>



<figure class="wp-block-gallery columns-3 is-cropped wp-block-gallery-12 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-1024x461.jpg" alt="" data-id="724" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_142251/" class="wp-image-724" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_142251-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The final layout</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-1024x461.jpg" alt="" data-id="722" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_145359/" class="wp-image-722" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145359-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Angle view</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-1024x461.jpg" alt="" data-id="723" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_145342/" class="wp-image-723" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145342-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">A side view showing how the wooden plate is mounted above the legs and below the cylinders holding the glass plate</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-1024x461.jpg" alt="" data-id="725" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_145740/" class="wp-image-725" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145740-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The table was almost designed to be modified like this</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-1024x461.jpg" alt="" data-id="726" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201008_145749/" class="wp-image-726" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201008_145749-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The finished table</figcaption></figure></li></ul></figure>



<p>A video showing the scrolling message, the table is shown without the glass plate mounted.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="jetpack-video-wrapper"><div class="fitvids-video"><iframe loading="lazy" title="The Circuit Board Coffee Table" width="1200" height="675" src="https://www.youtube.com/embed/bTrV4no-ZPM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></div>
</div></figure>



<p>I&#8217;m very happy about the final design of the table, especially because I found a perfect donor table that saved me a lot of money since I didn&#8217;t had to buy the extruded aluminum profiles and the glass plate. This also greatly reduced the time I took for me to build the table.<br>After assembling this table I still had plenty old printed circuit boards left so I assembled another wooden plate with some of them. The purpose of this could be to make another table. If anyone is interested in buying one <a href="http://dathsgarage.dk/contact/" target="_blank" rel="noreferrer noopener">contact </a>me? For now I will use the plate as a background frame when taking pictures of the different items for my <a href="http://dathsgarage.dk/retro-computer-collection/" target="_blank" rel="noreferrer noopener">retro computer collection</a></p>



<figure class="wp-block-gallery columns-3 is-cropped wp-block-gallery-13 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-1024x461.jpg" alt="" data-id="710" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161322/" class="wp-image-710" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161322-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">The second version of the PCB plate</figcaption></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-1024x461.jpg" alt="" data-id="711" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161328/" class="wp-image-711" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161328-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">Close up of motherboards..</figcaption></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-1024x461.jpg" alt="" data-id="712" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161330/" class="wp-image-712" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161330-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">PLC board with I/O boards</figcaption></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-1024x461.jpg" alt="" data-id="713" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161336/" class="wp-image-713" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161336-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">Old board from some HP equipment with a Motorola 68K CPU</figcaption></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-1024x461.jpg" alt="" data-id="714" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161340/" class="wp-image-714" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161340-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">Board from a SEGA also with a 68K this time in the DIP64 package</figcaption></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-1024x461.jpg" alt="" data-id="715" data-full-url="http://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-scaled.jpg" data-link="http://dathsgarage.dk/googledrive_img_20201018_161346/" class="wp-image-715" srcset="https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2020/11/GoogleDrive_IMG_20201018_161346-2048x922.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="blocks-gallery-item__caption">The middle of the board with STK500 and dot matrix disply</figcaption></figure></li></ul></figure>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">The Circuit Board Coffee Table</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/electronics/the-circuit-board-coffee-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">586</post-id>	</item>
	</channel>
</rss>

<!--
Object Caching 0/368 objects using Disk
Page Caching using Disk: Enhanced 

Served from: dathsgarage.dk @ 2026-02-07 20:31:51 by W3 Total Cache
-->