<?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 Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/led/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/led/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Wed, 18 Nov 2020 23:00:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>WLED &#8211; Check how I built my first TV led strip super easy</title>
		<link>https://blogit.create.pt/ricardocosta/2020/11/18/wled-check-how-i-built-my-first-tv-led-strip-super-easy/</link>
					<comments>https://blogit.create.pt/ricardocosta/2020/11/18/wled-check-how-i-built-my-first-tv-led-strip-super-easy/#comments</comments>
		
		<dc:creator><![CDATA[Ricardo Costa]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 23:00:44 +0000</pubDate>
				<category><![CDATA[IoT]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[led]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12141</guid>

					<description><![CDATA[<p>WLED is a really cool project found here. It&#8217;s a web server to run on ESP8266/ESP32 that can control a lot of different kind of leds. In the next paragraphs I will show you how did I build my first TV led strip. I will show you the parts that I&#8217;ve used, how to install [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2020/11/18/wled-check-how-i-built-my-first-tv-led-strip-super-easy/">WLED &#8211; Check how I built my first TV led strip super easy</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>WLED is a really cool project found <a rel="noreferrer noopener" href="https://github.com/Aircoookie/WLED" data-type="URL" data-id="https://github.com/Aircoookie/WLED" target="_blank">here</a>. It&#8217;s a web server to run on ESP8266/ESP32 that can control a lot of different kind of leds.</p>



<p>In the next paragraphs I will show you how did I build my first TV led strip. I will show you the parts that I&#8217;ve used, how to install the software, and also the way I&#8217;ve assembled everything in a small box on the back of my TV.</p>



<p>The first thing that I did was to buy an ESP8266. I bought this <a rel="noreferrer noopener" href="https://mauser.pt/catalog/product_info.php?cPath=1667_2889_2619&amp;products_id=096-6784" target="_blank">one</a> from Mauser.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img fetchpriority="high" decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266.jpg" alt="ESP8266" class="wp-image-12144" width="512" height="290" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266-300x170.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266-768x435.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266-696x394.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/ESP8266-742x420.jpg 742w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>ESP8266</figcaption></figure>



<p>I&#8217;ve connected the ESP8266 to my PC with the USB cable. And uploaded to the device. How did I do that?</p>



<p>The WLED binary that I&#8217;ve used was <em><strong>WLED_0.10.2_ESP8266.bin</strong></em> that I&#8217;ve downloaded from the <a rel="noreferrer noopener" href="https://github.com/Aircoookie/WLED/releases" target="_blank">releases page</a>.</p>



<p>I use this great tool esphome-flasher. Downloaded the latest release <a rel="noreferrer noopener" href="https://github.com/esphome/esphome-flasher/releases" target="_blank">here</a>. Just run the tool and choose the previous downloaded binary. Don&#8217;t forget to have the device connected to the USB port of your computer.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/esphome-flasher-wled.png" alt="esphome flasher wled" class="wp-image-12148" width="704" height="637" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/esphome-flasher-wled.png 703w, https://blogit.create.pt/wp-content/uploads/2020/11/esphome-flasher-wled-300x271.png 300w, https://blogit.create.pt/wp-content/uploads/2020/11/esphome-flasher-wled-696x630.png 696w, https://blogit.create.pt/wp-content/uploads/2020/11/esphome-flasher-wled-464x420.png 464w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>esphome flasher wled</figcaption></figure>



<p>In my computer the device shows up in COM4 port.</p>



<p>After that your newly flashed WLED device should give you an access point named WLED-AP. Connect to it with wled1234 password. I connected with my phone and I was immediately redirected to the first time configuration web page. If this doesn&#8217;t happen to you, open the browser and go to 4.3.2.1 you should see this page.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-732x1024.jpg" alt="wled first configuration" class="wp-image-12150" width="549" height="768" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-732x1024.jpg 732w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-214x300.jpg 214w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-768x1075.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-696x974.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-1068x1495.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration-300x420.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-first-configuration.jpg 1076w" sizes="(max-width: 549px) 100vw, 549px" /><figcaption>wled first configuration</figcaption></figure>



<p>Insert your home wifi SSID and password, click Save &amp; Connect. </p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-489x1024.jpg" alt="wled wifi settings" class="wp-image-12151" width="367" height="768" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-489x1024.jpg 489w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-143x300.jpg 143w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-768x1607.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-734x1536.jpg 734w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-979x2048.jpg 979w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-696x1456.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-1068x2235.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings-201x420.jpg 201w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-settings.jpg 1080w" sizes="(max-width: 367px) 100vw, 367px" /><figcaption>wled wifi settings</figcaption></figure>



<p>Your device will reboot and connect to your wifi network. </p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-1024x412.jpg" alt="wled wifi connect" class="wp-image-12152" width="512" height="206" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-1024x412.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-300x121.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-768x309.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-696x280.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-1068x430.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect-1043x420.jpg 1043w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wifi-connect.jpg 1080w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>wled wifi connect</figcaption></figure>



<p>Find the IP address of your device using one of the thousands of network tools available on the internet and open your browser with that IP address.  </p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-488x1024.jpg" alt="wled" class="wp-image-12153" width="366" height="768" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-488x1024.jpg 488w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-143x300.jpg 143w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-768x1611.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-732x1536.jpg 732w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-977x2048.jpg 977w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-696x1460.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-1068x2240.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-200x420.jpg 200w, https://blogit.create.pt/wp-content/uploads/2020/11/wled.jpg 1080w" sizes="(max-width: 366px) 100vw, 366px" /><figcaption>wled</figcaption></figure>



<p>And that&#8217;s it. You have your WLED device installed and ready to use. </p>



<p>For the LED strip I bought from <a rel="noreferrer noopener" href="https://pt.aliexpress.com/item/2036819167.html?spm=a2g0s.9042311.0.0.fd36b90avJwEnK" target="_blank">AliExpress</a>. It&#8217;s a 5 meter WS2810 LED strip (individually addressable leds). The next configuration is the LED count. For that, I needed to measure my TV, cut the strip and count the number of LEDs that I was going to control. For my TV I have 18 leds on each side and 32 leds, top and bottom. That gives me a total led count of 100.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-led-count-473x1024.jpg" alt="wled led count" class="wp-image-12155" width="473" height="1024" /><figcaption>wled led count</figcaption></figure>



<p>Now for the wire connection, this is how you should do it. Im using a 5V led strip so I followed the first option in the schematics picture below.</p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wire-connection.png" alt="wled wire connection" class="wp-image-12157" width="640" height="426" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-wire-connection.png 640w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wire-connection-300x200.png 300w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-wire-connection-631x420.png 631w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption>wled wire connection</figcaption></figure>



<p>I took this picture from projectwiki &#8211; <a rel="noreferrer noopener" href="https://github.com/Aircoookie/WLED/wiki" target="_blank">https://github.com/Aircoookie/WLED/wiki</a></p>



<p>If the distance between the device and the led strip is long you should use a level shifter. That was not my case so I didnt have the need to include one in my solution. I used the 470 ohm resistor and and the 1000 uF capacitor.</p>



<p>Because I used the nodemcu, it is an ESP8266 device, I connected the D4 pin to the data input on the led strip. The led strip has3 conductors, 5V, GND and DATA.</p>



<p>I connected the 5V and GND not only in the beginning of the led strip but also in the end. The data input, that is connected to D4 pin, it is only connected in the beginning of the strip, and there is an arrow on the strip pointing to the data signal flow direction. </p>



<figure class="wp-block-image size-large is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1.jpg" alt="wled power data" class="wp-image-12164" width="512" height="384" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-300x225.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-768x576.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-696x522.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-560x420.jpg 560w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-power-data-1-265x198.jpg 265w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>wled power data</figcaption></figure>



<p>And that&#8217;s it! I can know control my TV led strip thru the web interface and I can also use the WLED mobile that I&#8217;ve installed on my smartphone.</p>



<p>Enjoy!</p>



<figure class="wp-block-image size-large is-style-default"><img decoding="async" width="1024" height="815" src="https://blogit.create.pt/wp-content/uploads/2020/11/wled-show.jpg" alt="wled show" class="wp-image-12165" srcset="https://blogit.create.pt/wp-content/uploads/2020/11/wled-show.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-show-300x239.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-show-768x611.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-show-696x554.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/11/wled-show-528x420.jpg 528w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>wled show</figcaption></figure>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2020/11/18/wled-check-how-i-built-my-first-tv-led-strip-super-easy/">WLED &#8211; Check how I built my first TV led strip super easy</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/ricardocosta/2020/11/18/wled-check-how-i-built-my-first-tv-led-strip-super-easy/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
