<?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>LED Arkiv - Daths Garage</title>
	<atom:link href="https://dathsgarage.dk/tag/led/feed/" rel="self" type="application/rss+xml" />
	<link>https://dathsgarage.dk/tag/led/</link>
	<description>Projects from my garage</description>
	<lastBuildDate>Fri, 04 Apr 2025 08:11:14 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://dathsgarage.dk/wp-content/uploads/2020/10/cropped-Untitled-Diagram-5-32x32.png</url>
	<title>LED Arkiv - Daths Garage</title>
	<link>https://dathsgarage.dk/tag/led/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">185398447</site>	<item>
		<title>WS2811 Programmable Christmas Lights</title>
		<link>https://dathsgarage.dk/electronics/ws2811-programmable-christmas-lights/</link>
					<comments>https://dathsgarage.dk/electronics/ws2811-programmable-christmas-lights/#respond</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Sun, 22 Dec 2024 00:04:16 +0000</pubDate>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LED Design]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[NeoPixel]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[WLED]]></category>
		<category><![CDATA[WS2811]]></category>
		<guid isPermaLink="false">https://dathsgarage.dk/?p=1528</guid>

					<description><![CDATA[<p>Since I was a kid and started to take electronics equipment apart, I have always been fascinated by LEDs &#8211; Light Emitting Diodes. The best &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/ws2811-programmable-christmas-lights/">WS2811 Programmable Christmas Lights</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Since I was a kid and started to take electronics equipment apart, I have always been fascinated by <a href="https://en.wikipedia.org/wiki/Light-emitting_diode">LEDs &#8211; Light Emitting Diodes</a>. The best thing was to find a front control panel from a VCR, stereo or similar with displays, buttons and a lot of LEDs in different colors and shapes. When I started to play around with embedded programming it was fun to try and make them light up in different patterns.</p>



<p class="wp-block-paragraph">Later on I learned about using shift registers and dedicated LED driver chips for controlling color and patterns. Once I came across some LED tubes from a big LED screen. Each stack of 15 LEDS (5 Clusters of red+green+blue LEDs) was controlled by a MBI5025 16-channel controller through SPI. I never made anything useful out of them except for turning all the LEDs of the same color on so I could use them in a similar way as a simple RGB light strip.</p>



<figure class="wp-block-gallery has-nested-images columns-2 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/2024/12/20241220_131646.jpg"><img decoding="async" data-id="1536" src="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131646.jpg" alt="" class="wp-image-1536"/></a><figcaption class="wp-element-caption">Colors fade slowly</figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131640-scaled.jpg"><img fetchpriority="high" decoding="async" width="2560" height="1440" data-id="1537" src="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131640-scaled.jpg" alt="" class="wp-image-1537" srcset="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131640-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131640-300x169.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="wp-element-caption">The number of lit LEDs can be changed in the code</figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131634-scaled.jpg"><img decoding="async" width="2560" height="1440" data-id="1538" src="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131634-scaled.jpg" alt="" class="wp-image-1538" srcset="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131634-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131634-300x169.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="wp-element-caption">The same LED will change to different colors</figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131631.jpg"><img decoding="async" data-id="1539" src="https://dathsgarage.dk/wp-content/uploads/2024/12/20241220_131631.jpg" alt="" class="wp-image-1539"/></a></figure>
</figure>



<h2 class="wp-block-heading">ADAFRUIT NEOPIXEL LIBRARY</h2>



<p class="wp-block-paragraph">Later on the <a href="https://hackaday.com/2019/03/26/can-you-live-without-the-ws2812/">WS2812 was released around 2013</a>. In the beginning it was a bit challenge to control because of the strict timing since it only had a single data pin and no clock. That changed when <a href="https://www.adafruit.com/">Adafruit</a> introduced the <a href="https://www.adafruit.com/category/168">NeoPixel</a> product line together with the brilliant <a href="https://learn.adafruit.com/adafruit-neopixel-uberguide/the-magic-of-neopixels">Überguide</a> describing how to use the NeoPixel library. It can be used to control WS2812 (IC embedded inside LED), WS2811 (external driver IC) and SK6812 (RGB+white LED).</p>



<p class="wp-block-paragraph">Other very useful Arduino libraries for NeoPixels is <a href="https://fastled.io/">FastLED</a> and <a href="https://kno.wled.ge/">WLED</a>. WLED can be used together with an ESP32 as a webserver to control the setup and light patterns, it also integrates with <a href="https://www.home-assistant.io/integrations/wled/">Home Assistant</a>. I have used WLED for another WS2812 project in the my garage. This will be described in a later post someday.</p>



<h2 class="wp-block-heading">HOW IT WORKS</h2>



<p class="wp-block-paragraph">Back to this story&#8230; The reason why I started looking into making a LED strip with individually-addressable RGB color pixels was to decorate my daughters bed when she was a baby. I looked into different things and found this <a href="https://www.youtube.com/watch?v=nOLEo_zldIc">video by David Bick</a> which I found interesting. David seems like a nice guy since he shared his code on <a href="https://github.com/drybones/NeoPixelFireflies">GitHub</a>. </p>



<p class="wp-block-paragraph">His project was about making a jar of fireflies that would lit up when you move it, detected by an accelerometer. Since I wanted it to stay on when power is applied I removed the detection part.  </p>



<p class="wp-block-paragraph">The code has different control parameters than what I needed for my idea. I will briefly describe below, but I refer to the code for the full overview. </p>



<p class="wp-block-paragraph">First the pin for controlling the NeoPixel is defined and the numbers of pixels of the complete string. MAX_GLOWING_PIXELS defines how many pixels will be lit at a random time ranging between only a single pixel up to the complete string. The three values I played around with most of the time was: hueCenter, hueRange and baseSpeed. The last value defines how fast a given pixel will lit up and fade out combined with a random part. To understand the two other variables a basic knowledge about the <a href="https://en.wikipedia.org/wiki/Hue#Defining_hue_in_terms_of_RGB">Hue color space</a> is needed. hueCenter defines the center color and hueRange defines how far the colors spread out. This part was a bit trial and error to learn how it worked. In Davids code he wanted colors in the blue, turquoise and green area to mimique fireflies. If you wanted it to look more like fire you should change the base color the orange area and make it spread out from yellow to red. I just wanted it to show all colors so I picked a hueCenter in the middle (turquoise) with a wide spread (from red to red). When you play around with it you will understand.</p>



<p class="wp-block-paragraph">After I found the values I found pleasant I made a small box for the Arduino Nano to control the light strip together with a 5V power supply to power the LEDs. Remember to read this part of the <a href="https://learn.adafruit.com/adafruit-neopixel-uberguide?view=all#powering-neopixels">Überguide </a>to understand how to specify the required power to your string. </p>



<p class="wp-block-paragraph">It was used on by daughters bed for a couple of months but for the following Christmas is was brought to my workplace for decoration and is still in use right now. </p>



<h2 class="wp-block-heading">VIDEO</h2>



<p class="wp-block-paragraph">The video below shows the changing pattern. Speed, color center and color range can be changed by reprogramming the Arduino. </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 title="WS2811 Christmas light" width="1200" height="675" src="https://www.youtube.com/embed/PR6vTC0EtDQ?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>



<h2 class="wp-block-heading">WANT YOUR OWN</h2>



<p class="wp-block-paragraph">From the description and links in this post you should be able to build your own. But let me know I you want me to build a complete setup for you. </p>



<p class="wp-block-paragraph">By changing the original Arduino Nano to an ESP32 it would be quite easy to have a webserver where you could change the relevant values for different string lengths and light patterns. </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/ws2811-programmable-christmas-lights/">WS2811 Programmable Christmas Lights</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/electronics/ws2811-programmable-christmas-lights/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1528</post-id>	</item>
		<item>
		<title>Homemade Workbench from Salvaged Parts</title>
		<link>https://dathsgarage.dk/upcycling/wood-working/homemade-workbench-from-salvaged-parts/</link>
					<comments>https://dathsgarage.dk/upcycling/wood-working/homemade-workbench-from-salvaged-parts/#comments</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Sun, 28 Mar 2021 21:31:29 +0000</pubDate>
				<category><![CDATA[Upcycling]]></category>
		<category><![CDATA[Wood working]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[workbench]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=1150</guid>

					<description><![CDATA[<p>I have had the idea about building my own workbench for a long time. My inspiration was something like this workbench which I think would &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/upcycling/wood-working/homemade-workbench-from-salvaged-parts/">Homemade Workbench from Salvaged Parts</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-2 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/2021/03/IMG_20210309_122657-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-1024x461.jpg" alt="" data-id="1153" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-scaled.jpg" data-link="http://dathsgarage.dk/img_20210309_122657/" class="wp-image-1153" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122657-2048x922.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The finished workbench</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph">I have had the idea about building my own workbench for a long time. My inspiration was something like <a href="https://www.familyhandyman.com/project/how-to-build-a-workbench-super-simple-50-bench" target="_blank" rel="noreferrer noopener">this workbench</a> which I think would match most of my needs. My prejudice, however, was that it would be expensive to buy the wood and take a lot of time to build it &#8211; especially because I don&#8217;t own a slide compound miter saw like <a href="https://www.makita.dk/product/ls0815fln.html" target="_blank" rel="noreferrer noopener">this one</a> that&#8217;s on my <a href="http://dathsgarage.dk/support-with-tools/">wish list</a>.</p>



<p class="wp-block-paragraph">The workbench I had until now was a cheap wooden table top with four metal legs, <a href="http://dathsgarage.dk/about-daths-garage/">you can see it here</a>. It was doing the job, but without any fancy features or storage facilities.<br>The reason for building the table now was just outside of my window the other day. On the other side of the street, where I live, someone had thrown out some wooden plates from what looked like a shelving system. I first saw them in the morning but thought it was an old Ikea furniture like a Kallax system. But when I saw it again later the same day I had to have a closer look at it. To my surprise the wooden plates or shelves were constructed out of glued wood so it was massive instead of garbage wood. I had to take the four shelves and the nine spacer parts with me and use it for a cool project.&nbsp;</p>



<figure class="wp-block-gallery columns-2 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/2021/03/IMG_20210302_082431-1.jpg"><img loading="lazy" decoding="async" width="1800" height="1774" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1.jpg" alt="" data-id="1152" data-link="http://dathsgarage.dk/?attachment_id=1152" class="wp-image-1152" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1.jpg 1800w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1-300x296.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1-1024x1009.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1-768x757.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210302_082431-1-1536x1514.jpg 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a><figcaption class="blocks-gallery-item__caption">The disassembled shelving system</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench5.png"><img loading="lazy" decoding="async" width="3834" height="1807" src="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench5.png" alt="" data-id="1155" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench5.png" data-link="http://dathsgarage.dk/?attachment_id=1155" class="wp-image-1155" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5.png 3834w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5-300x141.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5-1024x483.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5-768x362.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5-1536x724.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench5-2048x965.png 2048w" sizes="auto, (max-width: 3834px) 100vw, 3834px" /></a><figcaption class="blocks-gallery-item__caption">3D model of how it looked when assembled</figcaption></figure></li></ul></figure>



<h2 class="wp-block-heading"><strong>W</strong>ORKBENCH</h2>



<p class="wp-block-paragraph">My first idea was to use them for a later project in a house to build shelves in a storage room. But I didn’t want them to fill up my precious space for a longer time and thought they were a bit massive for shelves. When I saw two of the shelves lying on the floor next to each other I recognized that they would make up a perfect work surface for a workbench. Another shelf could be mounted beneath the tabletop between the legs of the table for storage of a toolbox or power tools. The last shelf would be mounted on some of the spacer parts that came with it, as a top shelf for storage of measuring equipment. The underside of the top shelf would be an obvious location for some LED lighting.&nbsp;</p>



<p class="wp-block-paragraph">For a long time I wanted to buy something like a <a href="https://www.blika.dk/da-dk/vaerksted/vaerkstedsborde/vaerkstedsborde-vbb" target="_blank" rel="noreferrer noopener">Blika workshop table</a> or an <a href="https://hin.dk/p/arbejdsbord-esd-m-overhylde-900x1800mm_tph-918-esd/" target="_blank" rel="noreferrer noopener">electronics table from HIN</a>.<br>Unfortunately both of them cost way more than I can afford and none of them completely fulfill my needs for a workbench. So I’m very happy with this design since I think it solve most of my needs.&nbsp;</p>



<h2 class="wp-block-heading"><strong>DESIGN</strong></h2>



<p class="wp-block-paragraph">As usual before most of my projects I start by drawing everything in a 3D model. I started by drawing the shelf plates and the spacer rectangles. That made it much easier to play around with different designs and find the right dimensions for the wood I needed to buy.&nbsp;</p>



<figure class="wp-block-gallery columns-2 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/2021/03/workbench1.png"><img loading="lazy" decoding="async" width="1024" height="484" src="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-1024x484.png" alt="" data-id="1156" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench1.png" data-link="http://dathsgarage.dk/?attachment_id=1156" class="wp-image-1156" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-1024x484.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-300x142.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-768x363.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-1536x726.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench1-2048x968.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Complete design</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench2.png"><img loading="lazy" decoding="async" width="1024" height="483" src="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-1024x483.png" alt="" data-id="1157" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench2.png" data-link="http://dathsgarage.dk/?attachment_id=1157" class="wp-image-1157" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-1024x483.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-300x142.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-768x363.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-1536x725.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench2-2048x967.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Front view</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench3.png"><img loading="lazy" decoding="async" width="1024" height="482" src="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-1024x482.png" alt="" data-id="1158" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench3.png" data-link="http://dathsgarage.dk/?attachment_id=1158" class="wp-image-1158" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-1024x482.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-300x141.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-768x362.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-1536x723.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench3-2048x964.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Side view</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench4.png"><img loading="lazy" decoding="async" width="1024" height="481" src="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-1024x481.png" alt="" data-id="1159" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/workbench4.png" data-link="http://dathsgarage.dk/?attachment_id=1159" class="wp-image-1159" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-1024x481.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-300x141.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-768x361.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-1536x722.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/workbench4-2048x963.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Chassis part</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph">The chassis of the workbench had to be built from new materials. So I took inspiration from <a href="https://www.familyhandyman.com/project/how-to-build-a-workbench-super-simple-50-bench" target="_blank" rel="noreferrer noopener">this DIY workbench</a>.</p>



<p class="wp-block-paragraph">It is built from 2&#215;4 lumber which translates into 47&#215;100 mm or 45&#215;95 when planned. In my first drawing I used the 47&#215;100 mm by mistake, so I had to update it when I had bought the lumber and measured it to be around 45&#215;95 mm. From my model I could also estimate the size and amount of screws that I needed.&nbsp;</p>



<h2 class="wp-block-heading"><strong>ASSEMBLY</strong></h2>



<p class="wp-block-paragraph">Parts list</p>



<ul class="wp-block-list"><li>5x <a href="https://www.jemogfix.dk/reglar-47-x-100-mm-x-2-4-m/4110/9057295/" target="_blank" rel="noreferrer noopener">47&#215;100 mm lumber 2.4 m length</a></li><li>Box of wood screws 80 mm long</li><li>24x M6 40mm countersunk for upper part and top shelf</li><li>4x plates measuring 38&#215;185 cm&nbsp;</li><li>8 pieces of rectangle spacer parts measuring 33.5&#215;37 cm with threaded inserts in the top&nbsp;</li></ul>



<p class="wp-block-paragraph">Because I got the last two items on the list for free I ended up paying just around 200 DKR for the wood and the screws.</p>



<p class="wp-block-paragraph">The five pieces of wood was cut into the following sizes<br>Pieces 1-3 is cut to 142 cm and 88 cm&nbsp;<br>Piece 4 is cut to 2&#215;54 cm and 2&#215;62.8 cm<br>Piece 5 is cut to 2&#215;62.8 cm and 88 cm&nbsp;</p>



<ol class="wp-block-list"><li>First the two end pieces are assembled by using 2&#215;88 cm for legs and 2&#215;62.8 cm for sides. Two screws are used to fix every joint together.</li><li>The two end modules are connected by the 2&#215;142 cm cross sections. In the upper corner joints four screws are used.</li><li>To reinforce the support of the table top two pieces of 54 cm are mounted between the long pieces.</li><li>To reinforce the bottom shelf and stabilize the table, another piece of 142 cm is mounted between the end modules.</li><li>The bottom shelf is mounted on top and fixed by wood screws.</li><li>On top of the table chassis two shelf plates are mounted. I cut away some of the material to make the shelves fit into the chassis. To make the table top more stable the two shelves are fixed together by screws</li><li>On top of the inner shelf the spacer parts are mounted by using M6 screws and nuts. For each side four spacer parts are joined together by M6 screws vertical and wood screws horizontal.&nbsp;</li><li>The top shelf is mounted with four M6 screws on each side.</li></ol>



<p class="wp-block-paragraph">The assembled workbench is 185 cm wide, 76 cm depth and 166 cm high. The table top measures 90 cm from the ground witch is about the right height for me when I stand up. </p>



<h2 class="wp-block-heading"><strong>LIGHTING</strong></h2>



<p class="wp-block-paragraph">With the new workbench finished I realized that the top shelf is just below the old fluorescent lamps in the workshop. So I needed to find another source of lighting for the workbench. I knew I wanted the lighting to be LED based and started to look at LED strips on eBay. However one of my requirements was that the light needed to be diffuse and even so I can use the workbench as a simple “light box” for taking pictures of computers and projects without too much glare or shadows. Instead of mounting multiple LED strips and a diffuser on top I started looking for a solution that already included some kind of diffusing material. I realized that LED lamp panels aren’t that expensive, but most of them measure 60&#215;60 cm. After a little search around I also found panels in a 120&#215;30 cm size. This would make a perfect fit beneath the top shelf where the available space measures 134&#215;34 cm. I found an almost new LED panel with a matching driver at DBA. When I received it I was surprised to find out that the driver also included a dimming feature. A push switch has to be connected as an on/off switch as well as a dimming function when the switch is pressed a little longer. I wasn’t sure if I could drill through the outer aluminum frame of the LED panel so instead I found some extruded aluminum profile I had lying around. The profiles are mounted directly into the top shelf and works great as mounting for the LED panel. The push switch is also mounted directly into the aluminum mounting with the cables hidden inside of it. The LED driver is mounted beneath the shelf and powered directly from 230V mains supply. </p>



<figure class="wp-block-gallery columns-3 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/2021/03/IMG_20210312_131821-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131821-scaled.jpg" alt="" data-id="1162" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131821-scaled.jpg" data-link="http://dathsgarage.dk/img_20210312_131821/" class="wp-image-1162" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131821-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131821-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">Under shelf light installed</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-1024x461.jpg" alt="" data-id="1161" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-scaled.jpg" data-link="http://dathsgarage.dk/img_20210312_131626/" class="wp-image-1161" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131626-2048x922.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">120&#215;30 cm LED panel fits perfect</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131725-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131725-scaled.jpg" alt="" data-id="1160" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131725-scaled.jpg" data-link="http://dathsgarage.dk/img_20210312_131725/" class="wp-image-1160" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131725-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131725-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">The lamp is mounted with alu profiles</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph">The finished light solution works very well. It gives a bright and even light on the table top. The dimming feature is nice but I’m not sure how much it is gonna be used. I will still keep my old architect lamp that I had on the old workbench. It will be mounted on the side to give some extra lighting from the sides. Maybe I will add an extra for the other side.&nbsp;</p>



<h2 class="wp-block-heading"><strong>EXTRA FEATURES</strong></h2>



<p class="wp-block-paragraph">After the workbench has been assembled there are still a few things that have been done and still need to be done. I will continuously add images of the different details when they have been installed.&nbsp;</p>



<h2 class="wp-block-heading">TABLE TOP PROTECTION</h2>



<p class="wp-block-paragraph">I had a small piece of thin aluminum sheet that has been applied to protect the table when soldering or using chemicals or similar. It has been bent to fit over the front edge so it slides smoothly from site to site and can easily be removed when not in use.</p>



<h2 class="wp-block-heading"><strong>CABLE HOLDER</strong></h2>



<p class="wp-block-paragraph">I want to take advantage of the free space around the rectangular spacers for the top shelf. By mounting a threaded rod through one of the spacers and fixing it by a nut in each end, it can be used as a cable reel rack for small 0.25mm2 mounting wires in different colors.&nbsp;<br>On the end of the top shelf I want to mount a <a href="https://www.thomann.de/dk/thomann_kabelhalter.htm" target="_blank" rel="noreferrer noopener">cable holder</a> for mains power cables, USB, ethernet, HDMI etc. Hopefully it will help me from having a bag of tangled cable</p>



<h2 class="wp-block-heading">FANS</h2>



<p class="wp-block-paragraph">Below the cable reel rack I want to mount some 120 mm fans both for cooling during the summer but mostly for removing solder fume from my face when working with precision soldering.</p>



<h2 class="wp-block-heading"><strong>PCB BACKGROUND</strong></h2>



<p class="wp-block-paragraph">Instead of the usual tool board on the wall behind the workbench I want to mount my PCB background plate that was actually made for building an extra <a href="http://dathsgarage.dk/electronics/the-circuit-board-coffee-table/">circuit board coffee table</a>. The PCB plate is a great background when taking pictures of projects or computers for the collection.&nbsp;<br>Now I just have to figure out where I want to store all my hand tools.&nbsp;</p>



<h2 class="wp-block-heading"><strong>POWER STRIP</strong></h2>



<p class="wp-block-paragraph">Another very important item that is still missing on my workbench is a power strip with plenty of outlets or maybe one on each side. One can never have too many mains outlets for e.g. light, soldering iron, oscilloscope, power supply, computer.</p>



<h2 class="wp-block-heading">TOP SHELF</h2>



<p class="wp-block-paragraph">My idea with the top shelf is to use it for my oscilloscope and laboratory power supplies, together with decorative vintage electronics items, like an old PLC system like an <a href="https://www.rockwellautomation.com/en-za/products/hardware/allen-bradley/programmable-controllers/small-controllers/slc-500-controllers.html" target="_blank" rel="noreferrer noopener">Allen Bradley SLC 500</a> that I once got a lot of.</p>



<h2 class="wp-block-heading">GALLERY</h2>



<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/2021/03/IMG_20210308_111728-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-1024x461.jpg" alt="" data-id="1175" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-scaled.jpg" data-link="http://dathsgarage.dk/img_20210308_111728/" class="wp-image-1175" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111728-2048x922.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">I ended up using my jigsaw</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111724-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111724-scaled.jpg" alt="" data-id="1174" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111724-scaled.jpg" data-link="http://dathsgarage.dk/img_20210308_111724/" class="wp-image-1174" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111724-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210308_111724-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">All the parts for the chassis</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-1024x461.jpg" alt="" data-id="1173" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-scaled.jpg" data-link="http://dathsgarage.dk/img_20210309_122950/" class="wp-image-1173" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122950-1536x691.jpg 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The chassis part and table top finished</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122717-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122717-scaled.jpg" alt="" data-id="1177" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122717-scaled.jpg" data-link="http://dathsgarage.dk/img_20210309_122717/" class="wp-image-1177" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122717-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210309_122717-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">The shelf below the table top</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210310_122746-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210310_122746-scaled.jpg" alt="" data-id="1171" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210310_122746-scaled.jpg" data-link="http://dathsgarage.dk/img_20210310_122746/" class="wp-image-1171" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210310_122746-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210310_122746-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">Top part installed</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131550-scaled.jpg"><img loading="lazy" decoding="async" width="2560" height="1152" src="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131550-scaled.jpg" alt="" data-id="1176" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131550-scaled.jpg" data-link="http://dathsgarage.dk/img_20210312_131550/" class="wp-image-1176" srcset="https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131550-scaled.jpg 2560w, https://dathsgarage.dk/wp-content/uploads/2021/03/IMG_20210312_131550-300x135.jpg 300w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a><figcaption class="blocks-gallery-item__caption">Finished result with protection plate</figcaption></figure></li></ul></figure>



<h2 class="wp-block-heading">CONCLUSION</h2>



<p class="wp-block-paragraph">I&#8217;m very happy that I ended up grapping the parts that was about to end as bulk waste. Nothing was wrong with the wood, but someone just didn&#8217;t wanted it any longer. I ended up getting a great workbench for a very low price, the total build was finished within a couple of days and I managed to upcycle some old parts so they didn&#8217;t had to be thrown away.<br>The workbench is very sturdy and includes many of the features that I imagined including lot of storage room. The top part can be removed by unscrewing eight screws if I need a larger working surface for a project. The LED lighting is a nice solution, very discrete, but with plenty of light that can be supplemented by the architect lamp. I&#8217;m looking forward to use the table as a light box for taking pictures of <a href="http://dathsgarage.dk/retro-computer-collection/">my computers</a>.</p>
<p>Indlægget <a href="https://dathsgarage.dk/upcycling/wood-working/homemade-workbench-from-salvaged-parts/">Homemade Workbench from Salvaged Parts</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/upcycling/wood-working/homemade-workbench-from-salvaged-parts/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1150</post-id>	</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: dathsgarage.dk @ 2026-08-15 10:07:52 by W3 Total Cache
-->