<?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 Design Arkiv - Daths Garage</title>
	<atom:link href="https://dathsgarage.dk/category/led-design/feed/" rel="self" type="application/rss+xml" />
	<link>https://dathsgarage.dk/category/led-design/</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.2</generator>

<image>
	<url>https://dathsgarage.dk/wp-content/uploads/2020/10/cropped-Untitled-Diagram-5-32x32.png</url>
	<title>LED Design Arkiv - Daths Garage</title>
	<link>https://dathsgarage.dk/category/led-design/</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>Giant Vacuum Tube Lamp</title>
		<link>https://dathsgarage.dk/electronics/giant-vacuum-tube-lamp/</link>
					<comments>https://dathsgarage.dk/electronics/giant-vacuum-tube-lamp/#comments</comments>
		
		<dc:creator><![CDATA[DathsGarage]]></dc:creator>
		<pubDate>Sun, 31 Jan 2021 00:12:03 +0000</pubDate>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LED Design]]></category>
		<category><![CDATA[Wood working]]></category>
		<category><![CDATA[2021]]></category>
		<category><![CDATA[EL34]]></category>
		<category><![CDATA[EL84]]></category>
		<category><![CDATA[Filament]]></category>
		<category><![CDATA[Lamp]]></category>
		<category><![CDATA[Retro]]></category>
		<category><![CDATA[Vacuum Tube]]></category>
		<guid isPermaLink="false">http://dathsgarage.dk/?p=1011</guid>

					<description><![CDATA[<p>Introduction Over the years I have come across different giant projects. There is a Giant Arduino Uno, a Giant LED, a Giant Resistor ohmmeter, a &#8230; </p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/giant-vacuum-tube-lamp/">Giant Vacuum Tube Lamp</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/01/Webp.net-resizeimage.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-1024x575.jpg" alt="" data-id="1014" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage.jpg" data-link="http://dathsgarage.dk/?attachment_id=1014" class="wp-image-1014" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/Webp.net-resizeimage-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The finished vacuum tube lamp</figcaption></figure></li></ul></figure>



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



<p class="wp-block-paragraph">Over the years I have come across different giant projects. There is a <a href="https://www.instructables.com/Arduino-GRANDE-the-Huge-Microcontroller/" target="_blank" rel="noreferrer noopener">Giant Arduino Uno</a>, a <a href="https://www.tindie.com/products/partfusion/giant-led/" target="_blank" rel="noreferrer noopener">Giant LED</a>, a <a href="https://hackaday.com/2013/02/12/giant-resistor-shaped-ohmmeter/" target="_blank" rel="noreferrer noopener">Giant Resistor ohmmeter</a>, a <a href="https://www.evilmadscientist.com/2011/555-footstool/" target="_blank" rel="noreferrer noopener">Giant NE555 footstool</a> and lately a <a href="https://www.youtube.com/watch?v=0PWlkne6_Z4" target="_blank" rel="noreferrer noopener">Giant SD card</a>. I&#8217;m not sure why people think is so interesting to upscale tiny objects from around there lab, I guess there are different stories and reasons. But now there is also the Giant Vacuum Tube Lamp and here is my story about it.</p>



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



<p class="wp-block-paragraph">The other evening I was trying to get an overview of all our digital images that were spread all over the digital place. From old smartphones including online backup services that were about to expire or filled up, like Dropbox, Google Drive and OneDrive to different folders in different computers and backup hard drives to an old camera in a drawer. On an old hard drive I found some very interesting images taken longtime ago at a music festival with the famous, now dead, Danish musician <a href="https://en.wikipedia.org/wiki/Kim_Larsen" target="_blank" rel="noreferrer noopener">Kim Larsen</a> that I have heard on the radio since my childhood. In the background of the stage stood four <a href="https://en.wikipedia.org/wiki/Vacuum_tube" target="_blank" rel="noreferrer noopener">vacuum tube</a> models the same height as a person. They looked rather realistic with orange light simulating the filament heater and blue light simulating the fluorescence that can be seen in some power tubes. My guess is that they should look like <a href="https://en.wikipedia.org/wiki/EL34" target="_blank" rel="noreferrer noopener">EL34</a> power tubes typically found in guitar tube amplifiers. I remember that I thought they looked so cool and wanted to build something similar. But I never got anything done about it &#8211; until now.</p>



<figure class="wp-block-gallery columns-3 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/01/P7270344.jpg"><img loading="lazy" decoding="async" width="1024" height="768" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270344-1024x768.jpg" alt="" data-id="1021" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270344.jpg" data-link="http://dathsgarage.dk/?attachment_id=1021" class="wp-image-1021" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270344-1024x768.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270344-300x225.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270344-768x576.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270344-1536x1152.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270344.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The stage with the four tubes</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270320.jpg"><img loading="lazy" decoding="async" width="1024" height="768" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270320-1024x768.jpg" alt="" data-id="1016" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270320.jpg" data-link="http://dathsgarage.dk/?attachment_id=1016" class="wp-image-1016" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270320-1024x768.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270320-300x225.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270320-768x576.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270320-1536x1152.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270320.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Close-up of the stage</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270340.jpg"><img loading="lazy" decoding="async" width="1024" height="768" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270340-1024x768.jpg" alt="" data-id="1020" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270340.jpg" data-link="http://dathsgarage.dk/?attachment_id=1020" class="wp-image-1020" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270340-1024x768.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270340-300x225.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270340-768x576.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270340-1536x1152.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270340.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Kim Larsen is the one in the middle</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270326.jpg"><img loading="lazy" decoding="async" width="768" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270326-768x1024.jpg" alt="" data-id="1017" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270326.jpg" data-link="http://dathsgarage.dk/?attachment_id=1017" class="wp-image-1017" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270326-768x1024.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270326-225x300.jpg 225w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270326-1152x1536.jpg 1152w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270326.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" /></a><figcaption class="blocks-gallery-item__caption">Close-up where the internal details can be seen</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270331.jpg"><img loading="lazy" decoding="async" width="1024" height="768" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270331-1024x768.jpg" alt="" data-id="1019" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270331.jpg" data-link="http://dathsgarage.dk/?attachment_id=1019" class="wp-image-1019" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270331-1024x768.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270331-300x225.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270331-768x576.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270331-1536x1152.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270331.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">There is both blue and orange light</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270327.jpg"><img loading="lazy" decoding="async" width="1024" height="768" src="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270327-1024x768.jpg" alt="" data-id="1018" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/P7270327.jpg" data-link="http://dathsgarage.dk/?attachment_id=1018" class="wp-image-1018" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/P7270327-1024x768.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270327-300x225.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270327-768x576.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270327-1536x1152.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/P7270327.jpg 1600w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Seems like the internal is build from light show lamps</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph">When I saw the images again I got the same excitement and started to search around for the part that would define the rest of the design &#8211; the glass envelope. I was surprised to find many different products available. Typically used as a glass bell for displaying flowers or other creative things as an interior decoration. Most of them had a dome shape at the end without a tip resembling the exhaust tip on a vacuum tube. This was not a big problem because it looked a lot like the EL34 where the exhaust tip is hidden at the bottom of the tube between the pins. The dimensions of the glass bell gave me some dimensions to continue my work with the search for the rest of the parts. An EL34 measures <a href="https://www.jj-electronic.com/images/stories/product/power_tubes/pdf/el34_e34l.pdf" target="_blank" rel="noreferrer noopener">33.3 mm in diameter and is 98 mm high</a> including the socket but without the pins. The closest I could come to this relationship, using the <a href="https://creadecor.dk/p/glasklokke-klar-oe215/" target="_blank" rel="noreferrer noopener">largest glass bell</a> I could find, was one that had a diameter of 21.5 cm and a height of 52.5 cm.&nbsp;This gives an upscaling factor around 7 for both diameter and height.</p>



<h2 class="wp-block-heading">Design and construction</h2>



<p class="wp-block-paragraph">After settling on the outer dimensions I started to search for inspiration for the internal structure of the vacuum tube. I wanted it to look a bit more realistic than the ones I saw at the stage and another <a href="https://www.instructables.com/Giant-Vacuum-Fake-Vacuum-Tube/" target="_blank" rel="noreferrer noopener">project I found online</a>.</p>



<figure class="wp-block-gallery aligncenter columns-1 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/01/Tube-inspiration.png"><img loading="lazy" decoding="async" width="1024" height="1008" src="http://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration-1024x1008.png" alt="" data-id="1026" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration.png" data-link="http://dathsgarage.dk/?attachment_id=1026" class="wp-image-1026" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration-1024x1008.png 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration-300x295.png 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration-768x756.png 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration-1536x1512.png 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/Tube-inspiration.png 1809w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Collection of different tubes like EL34 and EL84</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph">The outer structure of the tube is inspired by an EL34 tube mainly because the glass bell has a rounded top like an EL34 without an exhaust tip at the top. The connection pins on an EL34 is connected to a brown or black socket part that would be a perfect way to connect the glass bell with the connection pins on my model.&nbsp;</p>



<p class="wp-block-paragraph">The internal structure is inspired by the front cover of a book from my collection called <a href="https://www.amazon.com/Build-Audio-Amplifiers-Rainer-1995-07-04/dp/B01FELZXQU" target="_blank" rel="noreferrer noopener">Build Your Own Audio Valve Amplifiers</a>. I didn’t want it to look like the internal of an EL34 because there isn’t much to see other than a big solid metal plate. I found an <a href="http://www.r-type.org/exhib/aaa0270.htm" target="_blank" rel="noreferrer noopener">EF89</a> in my parts bin that has a nicer metal grid around the heater and grid wires that can be seen beneath. The EF89 is commonly used as a R.F. Pentode in AM/FM radios.&nbsp;</p>



<p class="wp-block-paragraph">Starting from the inside and out the heater is built from two 230V LED filament light bulbs mounted top to top. Around the bulbs an enameled copper wire is wrapped imitating a grid. Around this grid another grid is wrapped around two threaded rods. The last layer is a thin perforated metal plate imitating the outer metal plate. The six threaded rods are held together in each end by the insulating spacers made from laser cut acrylic plates that are sanded to give them a matt finish like <a href="https://en.wikipedia.org/wiki/Mica#Electrical_and_electronic" target="_blank" rel="noreferrer noopener">mica</a>. At the top end two of the threaded rods are extended to work as mounting for the <a href="https://en.wikipedia.org/wiki/Getter" target="_blank" rel="noreferrer noopener">getter ring</a>. At the bottom  the internal structure of the vacuum tube is connected to the socket by thin copper tubes going from the threaded rods down to the pins in the socket. To straighten the copper tube before bending to the right angles I used my <a href="http://dathsgarage.dk/review/tools/review-kwix-uk-4-mm-tube-straightening-tool/">Tube Straightening Tool</a>.<br>The socket is made by laser cut plates of plywood glued together to give the right height. The plates were made with holes for the eight pins which are glued on. The curved surface of the socket has been sanded down and plastered before a spray primer has been applied. The last step was to paint it with a black glossy spray paint to make the surface look piano black.<br>The two light bulbs are connected in parallel and the power cables to them are routed through two of the copper pipes and down through two individual pins and connected to a transparent copper wire.&nbsp;</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/01/DSC09307.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-1024x575.jpg" alt="" data-id="1035" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307.jpg" data-link="http://dathsgarage.dk/?attachment_id=1035" class="wp-image-1035" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09307-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-1024x575.jpg" alt="" data-id="1036" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2.jpg" data-link="http://dathsgarage.dk/?attachment_id=1036" class="wp-image-1036" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09317-2-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-1024x575.jpg" alt="" data-id="1037" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318.jpg" data-link="http://dathsgarage.dk/?attachment_id=1037" class="wp-image-1037" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09318-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-575x1024.jpg" alt="" data-id="1038" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1038" class="wp-image-1038" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09320-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-575x1024.jpg" alt="" data-id="1039" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1039" class="wp-image-1039" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09321-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-1024x575.jpg" alt="" data-id="1042" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332.jpg" data-link="http://dathsgarage.dk/?attachment_id=1042" class="wp-image-1042" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09332-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Getter ring</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-575x1024.jpg" alt="" data-id="1040" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1040" class="wp-image-1040" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09325-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a><figcaption class="blocks-gallery-item__caption">Without the glass envelope</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-575x1024.jpg" alt="" data-id="1041" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1041" class="wp-image-1041" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09330-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-575x1024.jpg" alt="" data-id="1043" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1043" class="wp-image-1043" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09333-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a><figcaption class="blocks-gallery-item__caption">Filament closeup</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-1024x575.jpg" alt="" data-id="1047" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344.jpg" data-link="http://dathsgarage.dk/?attachment_id=1047" class="wp-image-1047" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09344-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-1024x575.jpg" alt="" data-id="1048" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348.jpg" data-link="http://dathsgarage.dk/?attachment_id=1048" class="wp-image-1048" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09348-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">Pins</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360.jpg"><img loading="lazy" decoding="async" width="1024" height="575" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-1024x575.jpg" alt="" data-id="1049" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360.jpg" data-link="http://dathsgarage.dk/?attachment_id=1049" class="wp-image-1049" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-1024x575.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-300x169.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-768x432.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-1536x863.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09360-2048x1151.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-575x1024.jpg" alt="" data-id="1044" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1044" class="wp-image-1044" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09336-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-575x1024.jpg" alt="" data-id="1045" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1045" class="wp-image-1045" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09338-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li><li class="blocks-gallery-item"><figure><a href="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-rotated.jpg"><img loading="lazy" decoding="async" width="575" height="1024" src="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-575x1024.jpg" alt="" data-id="1046" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-rotated.jpg" data-link="http://dathsgarage.dk/?attachment_id=1046" class="wp-image-1046" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-575x1024.jpg 575w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-169x300.jpg 169w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-768x1367.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-863x1536.jpg 863w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-1151x2048.jpg 1151w, https://dathsgarage.dk/wp-content/uploads/2021/01/DSC09339-rotated.jpg 1380w" sizes="auto, (max-width: 575px) 100vw, 575px" /></a></figure></li></ul></figure>



<h2 class="wp-block-heading">Final details</h2>



<p class="wp-block-paragraph">There are still room for minor upgrades:</p>



<ul class="wp-block-list"><li>Make larger cutouts in the pins where the power cables go through them.</li><li>The getter ring should be sanded and painted silver to look like metal.</li><li>The top part of the glass bell should be painted dark silver to look like <a href="https://en.wikipedia.org/wiki/Getter#Flashed_getters" target="_blank" rel="noreferrer noopener">vaporized barium</a>.</li><li>As a lamp the amount of light from the two light bulbs is perfect, but as a model of a vacuum tube it would be nice to add a light dimmer to make the filament look a bit more realistic.</li></ul>



<h2 class="wp-block-heading">Parts list</h2>



<p class="wp-block-paragraph">1x Glass bell &#8211; glass envelope<br>9x 12mm round plywood plates &#8211; socket<br>8x metal tubes &#8211; pins<br>6x M6 metal threaded rods with nuts &#8211; internal structure<br>2x acrylic plates &#8211; insulating plates<br>1x acrylic circle &#8211; getter ring<br>2x LED filament light bulbs &#8211; filament<br>8x copper tubes &#8211; connection between pins and internal structure<br>1x Enameled copper wire &#8211; grid<br>1x Thin perforated metal plate &#8211; outer plate<br>1x 230V transparent copper wire&nbsp;<br>8x Acrylic plate for connecting pins and copper tube<br>4x Acrylic plate for light bulbs<br>1x Acrylic socket top plate</p>



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



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td>Classification</td><td>Decorative vacuum tube lamp</td></tr><tr><td>Total height</td><td>71 cm</td></tr><tr><td>Socket height</td><td>10 cm</td></tr><tr><td>Socket Diameter</td><td>22.5 cm</td></tr><tr><td>Pin length</td><td>9 cm</td></tr><tr><td>Glass bell height</td><td>52.5 cm</td></tr><tr><td>Glass bell diameter</td><td>21.5 cm</td></tr><tr><td>Filament voltage</td><td>230V AC</td></tr><tr><td>Filament power </td><td>2&#215;6 W</td></tr><tr><td>Filament color</td><td>1,800 K</td></tr><tr><td>Filament lifetime</td><td>15,000 hr</td></tr><tr><td>Total weight</td><td>6.5 kg</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Final thoughts</h2>



<p class="wp-block-paragraph">I think my giant vacuum tube lamp turned out almost as I had hoped for when I imagined it in my head. I spend the most time on completing the socket because I wasn&#8217;t happy with the result after the first time I painted it. The surface wasn&#8217;t smooth enough, so I had to sand down the paint and primer to make the surface more even before repaint. This had been a much easier task if I had had the right tools like a belt or disk sander to sand the wood in the first place. Much of the design has also been work in progress while building it since I did not made a complete 3D drawing of the vacuum tube prior to the build. That made it necessary to adjust and modify some parts throughout the build.<br>I think the final result looks much like a real vacuum tube (except for the bright heater) and I&#8217;m especially happy with how the connections from the pins to the internal structure has been made with thin copper tubes that looks realistic. <br></p>



<p class="wp-block-paragraph">If you have any feedback please comment below or <a href="http://dathsgarage.dk/contact/">contact </a>me. If you are interested in buying your own giant vacuum tube lamp please contact me and convince me to make another one for you. </p>



<figure class="wp-block-gallery aligncenter columns-1 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/01/IMG_20210126_111438-scaled.jpg"><img loading="lazy" decoding="async" width="1024" height="461" src="http://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-1024x461.jpg" alt="" data-id="1031" data-full-url="http://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-scaled.jpg" data-link="http://dathsgarage.dk/img_20210126_111438/" class="wp-image-1031" srcset="https://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-1024x461.jpg 1024w, https://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-300x135.jpg 300w, https://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-768x346.jpg 768w, https://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-1536x691.jpg 1536w, https://dathsgarage.dk/wp-content/uploads/2021/01/IMG_20210126_111438-2048x922.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="blocks-gallery-item__caption">The finished design in our living room (for a short while)</figcaption></figure></li></ul></figure>



<p class="wp-block-paragraph"></p>
<p>Indlægget <a href="https://dathsgarage.dk/electronics/giant-vacuum-tube-lamp/">Giant Vacuum Tube Lamp</a> blev først udgivet på <a href="https://dathsgarage.dk">Daths Garage</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dathsgarage.dk/electronics/giant-vacuum-tube-lamp/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1011</post-id>	</item>
		<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-7 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 loading="lazy" 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="auto, (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 class="wp-block-paragraph">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 class="wp-block-paragraph">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 class="wp-block-paragraph">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-8 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 loading="lazy" 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="auto, (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 loading="lazy" 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="auto, (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="auto, (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 class="wp-block-paragraph">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 class="wp-block-paragraph">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 class="wp-block-paragraph"><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>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: dathsgarage.dk @ 2026-07-25 02:28:32 by W3 Total Cache
-->