I’m Never Buying LEDs Again! EASY DIY WLED!

  Переглядів 1,200,555

TechFlow

TechFlow

День тому

How to build a Cheap & Smart Wireless LED Strip installing WLED on an ESP32 Wifi board. Ill show you how to attach LED strips and how to install them!
These are the products used, you can find cheaper ones on Amazon if you would prefer!
ESP Boards: amzn.to/3F8dMKp
Jumper cables: amzn.to/3VRrMzH
LEDs (1m): amzn.to/3BddkcR
LEDs (5m): amzn.to/3urW147
10A PSU: amzn.to/3VSkcnO (8000ma)
5A PSU: amzn.to/3UBRVRi (4000ma)
Extra helpful tools:
Cat 5e cable to extend: amzn.to/3P3W4fG
heat shrink: amzn.to/3F4nSw1
WAGO Connectors: amzn.to/3Fte5AW
Diffuser Strips: amzn.to/3P9BVoO
:@: Social Media:
Twitter: / techflowtweets
Instagram: / techflowpics
Gear We Use | bit.ly/3xkhnQE
Chapters:
0:00​ - Intro
0:29​ - Premade LEDs
2:28 - Build Your Own
3:19​ - Software Install
5:00​ - Connecting LEDs
7:16​ - Demo
8:20​ - Extending LEDs
10:20 - More Power
12:20 - Final Thoughts

КОМЕНТАРІ: 1 700
@Aircoookie
@Aircoookie Рік тому
Original creator of the WLED software here. There is unfortunately a DANGEROUS problem showing wiring like this to an audience of 400k+ people. This is a fire hazard. Dupont jumper cables are safe for maybe 500 mA, not 10 Amps! You'll want to use a lot thicker wiring. To make proper solderless wiring easy and safe, and prevent possible issues with intermittent LED flashing, I would highly recommend a dedicated controller like the QuinLED Dig line, or the controllers by Serg74 or Athom instead of a raw development board. It does raise the price of the project a bit, but makes it a lot safer! Other than that, thank you for the video, I highly appreciate that you chose to showcase WLED! It helps a lot of people realize how cool (and easy!) open-source lighting can be :)
@damustermann
@damustermann Рік тому
The legend himself! Thanks for pointing that out, just skipped through the video and thought the jumpers were used as a temporary thing to test out. I tried to pump 1A through them, after 15 minutes they were pretty warm. This was just a testing setup, but scary enough.
@mdot9
@mdot9 Рік тому
ahahaha i just wired a 24v ac power supply to the esp32, got some fireworks before I even got to the WLED effects 😂
@mdot9
@mdot9 Рік тому
i DID solder though :)
@comedyclub333
@comedyclub333 Рік тому
But he is not running much power through jumper wires. In the end only the ESP, which is powered in parallel to the LED strip, is connected with Jumper wires to the supply. This is totally fine, the ESP will never draw 10A. Only for the demo the strip was powered from the board over a USB port. And while this is usually not a good idea for production it is totally legit for a comparably small development environment with dimmed LEDs. Oh and jumper wires are usually rated for about 2-2.5A. So what he does is not dangerous at all but a bit more explanation on that topic would have helped.
@damustermann
@damustermann Рік тому
@@comedyclub333 Nope, look how the dupont connectors go from the Wago to the esp and from the Wago the the strip - in the final part!
@Builder707
@Builder707 Рік тому
OMG people DONT connect the +5V and GND to your LEDs if longer than 2ft. Connect them directly to a 5V Power Supply! Only connect the data cable to the dev board
@thoughtR8
@thoughtR8 Рік тому
How should I power the dev board then?
@justchill4886
@justchill4886 Рік тому
@@thoughtR8 use 5v power source from adapter.i guess he/she meant powering leds from dev boards
@giades7297
@giades7297 Рік тому
​@@thoughtR8 you split the 5v cable so that you have two +/- pairs and one more -. The one pair ends to a micro USB output to power the esp32 through its micro USB port, the other pair goes to power the leds. The extra - goes to the ground pin of the esp32 board. Lastly you connect the data pin of the board to the data pin of the led strip and you are good to go
@MrGarda42
@MrGarda42 Рік тому
@@giades7297 thank you for the detailed instructions. I’m curious to know why it has to be done this way?
@giades7297
@giades7297 Рік тому
@@MrGarda42 both the esp32 and the led lights operate at 5v but the esp32 can handle i think up to 240mA (or something low anyways) current passing through it. So say 100 leds will need 60mA X 100= 6000mA when fully white. Therefore you send most of your 5V current from the root cable to the lights and not through the board. If going say for simplicity through the board pins to power the leds , you can do it and power them if they are a few, say 10-2O lights (cause leds unless full white they consume usually around 20- 30mA) , the board will tolerate it, but if wanting more leds, apart from not being able to power and control them , you might fry the board also.
@antonmol5490
@antonmol5490 Рік тому
Please, use proper cables for these amounts of Amps that are going through the cables. The data cable is fine, but the actual power cables need to be much thicker to not cause any fire hazards.
@GregHesp
@GregHesp Рік тому
3m of cable like the CAT5 he uses, at 5V 8A needs 6.5mm2 cable. CAT5 isn't even 2mm2 😂
@tariqbacchus
@tariqbacchus Місяць тому
Like many are saying in the comments, you skipped over the most important thing which is understanding the power requirements, wire size, and fuses for safety. For any custom length LEDs you need to figure out the total power draw and amperage so you can size your cables properly and make sure your getting enough power. Not enough power is not a huge concern, it just means that the LEDs won't be bright or not get power at all. You only used a 50 watt power suppy which is far too low for four strips at 144 LEDs/m. Too much power and you can fry your wires. It's especially important when using the 144 LEDs/m because these things can get hot. If you had used a bigger power supply here you would have had problems, potentially a fire. I recommend people who want to try this go a find a tutorial about powering LEDs and learn all the basics first.
@WhiteError37
@WhiteError37 Рік тому
Put a 220 resistor on the data line. If you ramp up the length of your led strip it might fry it from the increase current draw. Also when you increase length you increase resistance so will need to have power injection lines running every 2 meters 🤙🏻
@explosev6513
@explosev6513 Рік тому
Great video! The only thing I would’ve made more clear is to not use the CAT5e cable for power. Some people might think it’d be okay to do so.
@thoughtR8
@thoughtR8 Рік тому
What cables can I replace them with?? Want to avoid burning down my home and have very little electrical experience
@udance4ever
@udance4ever 9 місяців тому
thx so much for this video - I jumped down the rabbit hole to purchase my first "fairy lights" & stumbled on BTF & WLED - what an adventure im embarked on - this is awesome! 🐰
@MVE200
@MVE200 Рік тому
Great video, it really helped me get started with my setup. I initially had a problem where the board was unable to communicate with the led strip. After a lot of googling I realised I needed to use the D2 pin instead of the D4 pin and everything then worked perfectly. I later found out that you can change which pin is used for data in WLED settings (In the WLED app, go to Config > LED preferences > Scroll down to Hardware Setup > Set GPIO to whichever data pin you're using, in my case it was 2.)
@GregHesp
@GregHesp Рік тому
300 LEDs of that strip you have, at 5v running at 100% white is going to consume 65W. That works out to be 13A, you've got 500+ which is going to be more than 13A. Regardless, you're only running a 10A PSU, restricted to 8A. You've got a run of say at least 3m of CAT5, powering these. CAT5 is only 0.2mm2, and 8A at 5V for 3m requires 6.5mm2. Run this for any considerable amount of time and you're going to cause a fire. Go and check out the guides on quinled, buy one of their boards and ignore this video. You'll thank me when your house isn't in ashes
@g-root
@g-root Рік тому
give a hobbiest make some electronics ;)
@DaFleaster
@DaFleaster Рік тому
the 6m strip has a 90 watt draw. Cat5e can handle 90 to 100 watts at 50 Vdc. That means the cable can handle a little less than 2 amps of current.
@GregHesp
@GregHesp Рік тому
@@DaFleaster distance plays a huge part in it though. Longer the distance, the thicker the cable needs to be
@DaFleaster
@DaFleaster Рік тому
@Greg Hesp you are correct but that number is good for up to 328 feet of cable.
@ushiocheng
@ushiocheng Рік тому
hey I would like to point out cat5e are only rated for some 600mA each strand, while the LED strip you are using is rated as 28W or 5.6A each. So using this is a solid fire hazard. generally there is no good way around this and, at 20A, the wire you should have used is at least 3mm core diameter which is a lot unless you really have a good reason, please just use 12/24V strips. I looked up the datasheet for WS2811 and its Vih is only 0.7V min so esp32 would be able to control them. btw if I remembered correct, esp32 IO high are 3v2 instead of 5v, so your strip probably also works with low IO voltages in the first place
@Uzwel
@Uzwel Рік тому
I hate that he glossed over this... while the app say exactly that as he type 8000ma
@tonychan7292
@tonychan7292 Рік тому
This is awesome. I just cutout a LED strip and soldered several sections for my truck so I'm ready for the next LED project and this is exactly what I was looking for.. thanks
@chrisklupenger4999
@chrisklupenger4999 5 місяців тому
Plz don’t run 8 Amps through cat5e wiring unless your next light show is a fire show
@das_radiergummi
@das_radiergummi 4 місяці тому
Unless if its something wanted 😂
@frankpelusojr.2854
@frankpelusojr.2854 10 місяців тому
This video started one hell of a rabbit hole for me
@therealchayd
@therealchayd Рік тому
WLED in matrix mode is also excellent with some of the built-in effects supporting 2D arrays. I'm planning on using a small 8x8 matrix (like those tiny Adafruit ones) to illuminate a fibre optic bundle to make a programmable starfield ceiling.
@elijahmitchell7640
@elijahmitchell7640 5 місяців тому
Was a solid video, straight to the point. I’ve had a led strip but had no idea about ‘em but knew you could do stuff like this. Very no previous knowledge friendly information to understand
@bpmunroe
@bpmunroe Рік тому
“I’m never buying LEDs again!” Buys different LEDS
@flingmonkey5494
@flingmonkey5494 Рік тому
It looks like you are using WS2812b LEDs there, I have done TONS of projects with those things. But when you cut the connector off the wires you made a BIG mistake: You left no lead-length on the connector to allow yourself to use that pigtail in the future. Granted you can buy new pigtails like that off Amazon for dirt cheap, but why not just keep a functional connector? I usually drive those LEDs with an Arduino Nano. The biggest trick is getting power to the string of LEDs, you don't want really long runs of LEDs without injecting power (5VDC) along the way. It is not just a brightness issue, it is also a functionality issue. Each LED has a tiny microprocessor, and out towards the end of a long run you could have a voltage drop big enough to make that processor crash. Also, calculate the power needed to run these LEDS at 60mA per LED (max current when full on white.) Make sure your power supply can do the job, and never take power from the Arduino (or whatever) for more than 10 of these LEDs. You should see the 12' outdoor Christmas tree we put up each year with waterproof strings of these LEDs, they are the brightest and prettiest decoration on the block, with moving and shifting colors. The power distribution is where all the strings come together at the top, easy-peasy. All the parts (except the 12' pole) come from Amazon, and there is only a little customization. You can actually get little modules from Amazon to drive the colors instead of using an Arduino.
@nicohussain9634
@nicohussain9634 Рік тому
Hiya mate can you help please I have 3x2=6 meter on wall with extra 2ft wiring.. will I be okay with 5v10amp charger
@abrb1989
@abrb1989 7 місяців тому
I appreciate the warnings others have given. I wouldve delved into the safety precaution deep weeds anyways, but many wouldnt have. So as someone deathly concerned with house fire potential, I appreciate then none the less.
@devonxscotttoo
@devonxscotttoo Рік тому
I’ve been meaning to do a WLED project for so long but it always seemed daunting especially when coming to power delivery. This vid made it stuuuuupid simple!
@expertstatue7138
@expertstatue7138 10 місяців тому
one thing you must note is that the 2nd light strip at the start might work with wled but i believe it won't have the same effects the one with red green and blue. Because, that format requires 3 n channel mosfets for it to function so it won't have the multiple different color effects
@kalekainxx
@kalekainxx Рік тому
For long runs, you need to calculate the gauge of the wire for the distance to avoid voltage drop. Also you need to think about the amount of wattage going through those wires. They will get hot and melt and become a fire hazard if you run 5 amps on a 20 gauge wire no matter how close you are.
@4philipp
@4philipp Рік тому
Great video. That chipset is exactly what I was looking for for my own project. Let the fun begin.
@TheGeekZone
@TheGeekZone Рік тому
I've been toying with the idea of doing my own WLED project for some time now. This has hyped me up to go ahead and do it finally.
@joshackley7966
@joshackley7966 Рік тому
Before watching the video, I saw some of these comments and thought "no way he'd try to put 8 amps through a patch cable, these people are just spitting gibberish" but then he said "10 amp power supply" and then I was like "ok, well it's probably limited somewhere else" but then he bumped up the limit to 8 AMPS!!! Lemme tell ya, that is NOT a good idea. Way, way, way too much current through a 24 AWG wire. A single 24 AWG wire in the CAT 5 cabling is rated for around 2 amps (3.5 if solid core, but most network cable is stranded, and will have less current carrying capacity) according to my quick Google search. So yeah, if you push 8 amps through there, you had better keep an eye on it because it's going to heat up. Sure it's only 5 volts, but that's completely irrelevant. Current is what causes fires, not voltage. The people in the comments saying this are not trolls - this is a legitimate fire hazard. I'm not paranoid or anything, this is just a really bad idea, especially if you leave this unattended. At MINIMUM the wire must be properly sized for the current. Understand that 8 amps is a lot of current for a hobbyist project. Ideally you'd have a fuse in line for extra protection, especially if your power supply is rated higher than your cabling.
@ElmoEglons
@ElmoEglons Рік тому
I don’t understand, but very thin wires go to the LED strip itself. I have a 20 amp power supply, set it to 3000 milliamps in the settings, the brightness is half, 198 LED . Everything works and I don’t feel the heating in one place. ???
@joshackley7966
@joshackley7966 Рік тому
@@ElmoEglons 3000 milliamps may or may not be thermally noticeable depending on many factors, such as ambient temperature and how long you've been running it. Also, just because you've set the limit to 3000 milliamps doesn't mean you're necessarily hitting it. But if your cabling can't support 3000 milliamps, it's still unsafe to set the limit that high (in case of a short somewhere, for example). I'm not sure what gauge wire you're using, either. If you're using suitably sized wire for 3 amps, you're fine. I'm not sure what "very thin wires" you're talking about, but it's possible that there's enough thermal mass around the very thin wires that the heat from the current isn't an issue. This is the same reason jumper cables for your car can carry 100s of amps, but the contact patch from the cable clamp to the battery terminal is only a few mm². There's enough thermal mass between the clamp and battery terminal that the heat from the current through the tiny contact patch can easily be dissipated.
@harrygreenwood8762
@harrygreenwood8762 Рік тому
So what would you do to this to make it safe? Out of interest.
@joshackley7966
@joshackley7966 Рік тому
@@harrygreenwood8762 Use appropriately sized wire (you can look up the correct gauge wire based on the current you plan on putting through it). If your power supply can supply more current than your wires can handle, you should probably use a fuse or breaker for extra protection. Basically, just make sure every component in your circuit can handle more than the current that could possibly be put through it. If it can't handle the current, at least use a fuse or breaker. I'm sure there is more you could do, too, but this would go a long way to make it safer.
@denzilv
@denzilv Рік тому
I hope an edited version gets uploaded that addresses the credible electrical concerns mentioned in the comments.
@DaFleaster
@DaFleaster Рік тому
Please go into detail regarding the electrical concerns.. What part is concerning.
@charliebowen4232
@charliebowen4232 Рік тому
Hey Alex, Thank you for sharing this project! It is a perfect solution for a request from one of my kids! DING DONG I only wish you would have put Amazon links for the US in your description!! Thank you again!
@jim9520
@jim9520 Рік тому
Thank you Alix. Absolutely great video. I hope you can show us other projects with these LED..
@volkerhellner1417
@volkerhellner1417 Рік тому
Hi Alex. The composition of components is shocking easy. This ist what all good stuff has in common. May be a disclaimer about "think before you wire 10A" could protect yourself. But No doubt about. A super cool Idea sold with a very motivating Video. Thanks a Lot!
@olafbreuer8129
@olafbreuer8129 Рік тому
And using CAT5, per definition rated to max 1A current constant load at 25c, is a bad idea.
@AdditiveAndy
@AdditiveAndy Рік тому
Thanks for the very informative video. Loads of really useful information and a great tutorial. Nice one Alex. 👍
@TheGreatTomDix
@TheGreatTomDix Рік тому
Good job bro!! This stuff is gonna be dreamy once I get it all rolling!
@joshuabest100
@joshuabest100 Рік тому
I've used wled for years for my Christmas show it works great with xlights for controlling with radio frequency you should also use an quality external 5v powersupply and a level shifter if you are going to use super long runs of cable
@SteveYager
@SteveYager 6 місяців тому
I'd recommend an esp32 for wi-fi connectivity and putting another power supply on the end of the last LED strip so you don't have any voltage drop at the end.
@connordingle4112
@connordingle4112 Рік тому
Wled is the best way to do Christmas lights on the outside of your house but still have control over everything you can do. Already looking up and buying this for next Christmas
@quintonrhodes244
@quintonrhodes244 8 місяців тому
Simeon to me is already a stand up guy.. loved the episode.. listening and making wife breakfast on her birthday! Bless all.
@GoranMilici
@GoranMilici Рік тому
I've been making my own for about 2 years and they have gotten easier and easier to make. You can also make the "ambi-light" strips for your tv where it's not just pre programed colors. They scan your tv really really fast and match the portion of your screen with the color that's in tv. So if you're watching a movie and there is an explosion you'll have behind your tv up top blue probably from the day sky on the side green from the vegetation in the scene and bottom red from the fire from the explosion. Philips and others charge you over 150 to 300 dollars for that. But with about 50 bucks you can make a simple one or for around 120 one that can process 4k and all sorts of other features.
@djsanctus1650
@djsanctus1650 Рік тому
Would love to see a video about this.
@trnchreaper
@trnchreaper Рік тому
can you tell me the process, really want to do this!
@timothymason5545
@timothymason5545 Рік тому
You should use the Dig Quad.
@bmw7z
@bmw7z 5 місяців тому
Great Job mate! Very simple and well explained! Cheers!
@tramcrazy
@tramcrazy Рік тому
Nice. Seen WLED before, might setup a couple of strips now that you've reminded me!
@domesticautomationllc
@domesticautomationllc Рік тому
I got hooked on WLED about a year ago The DYI controllers are kink of a flimsy so I made my own controller . Now I keep adding adding more and more.
@CC-nt4zi
@CC-nt4zi 7 місяців тому
Show us complete noobs the power cable splicing when adding the power supply! Are you required to have strips that are IC for those effects? Thanks for the video!
@ChristianSchebitz
@ChristianSchebitz 7 місяців тому
Isn't it better to connect the thicker red and white lines of the LED strips directly to the power supply to not overpower the ESP - especially when connecting e.g. 20 m of strips in one line?
@SmayAlex
@SmayAlex Рік тому
Perfekt. I have been looking forward to this video for a long time. I have a study project where I have to create my own smart home lamp, and I hate coding... Another thing I hate is if I have to use another app for turning the light on and off. So my main goal is to be able to set it up for Google or Apple home kit.
@cheerbear9059
@cheerbear9059 6 місяців тому
This video is so easy to follow along to thank you for sharing
@nugooyen749
@nugooyen749 11 місяців тому
Never knew Pete Davidson was such an expert on LEDs
@PSYCHOV3N0M
@PSYCHOV3N0M 11 місяців тому
He was also in Fast X. 😂😂😂
@AdamK3l
@AdamK3l Рік тому
I appreciate this video is tailored towards beginners but you gloss over so many important things such as power injection requirements. If you don’t know what you’re doing with electronics i wouldn’t suggest blindly following this tutorial unless you want to burn your house down
@electronicstv5884
@electronicstv5884 Рік тому
@@simonharding1572 Low voltage, but higher current, these things can get really warm, trust me
@TSDano
@TSDano Рік тому
I hope your comment stays on top. Pumping 8 amps over an ethernet cable with twisted unsoldered connections and jumper wires is playing with fire.
@CH11LER.
@CH11LER. Рік тому
This should be added to the video as you clearly show you extending the strip. Someone without knowledge could try and do a huge run and potentially cause a fire, especially since your only using ethernet cable which is tiny. I've just done my entire house, I used 12v strips instead, I power injected every 5m using 1.7mm rubber coated cables and managed everything by using defused. I have over 35m in total and let's just say it looks epic and I plan to continue making it even bigger next year
@MegaWatzProduction
@MegaWatzProduction Рік тому
144 LEDs/m isn't needed for maximum effect either. Frankly, it's overkill. 60 would work just fine with a diffuser. You're basically wasting power unless you're really up close. I personally run 60/m over my garage and it does the job perfectly. I recommend also researching these with well thought out and easy to digest channels like Dr Zzz, The Hookup, and IntermittentTech.
@celulari
@celulari Рік тому
@@simonharding1572 Tell me you don't understand electronics without telling me you don't understand electronics...
@Mainbusfail
@Mainbusfail 5 місяців тому
Alex. I know I am a year behind on your videos. But I have to say mate, you have been the best source on LED effect lighting solutions that I have come across so far. Thank you for putting this content out here for us to utilize. And before I forget.......Ding.....Dong.... 😂 😂
@tyronedavid3506
@tyronedavid3506 Рік тому
Freaking awesome thanks for the easiest instructions to install these
@comedyclub333
@comedyclub333 Рік тому
I think it wasn't clear from the video: Don't ever power your LEDs over the 5V pin of the ESP development board. A single WS2812B LED, which you are using here, draws up to 50 mA. For 144 LEDs per meter at half power draw (basically dimmed) this is about 3.6A. The board is not able to deliver this current continuously.
@JohnJacobJingleheimerSchmit
@JohnJacobJingleheimerSchmit Рік тому
How does connecting it to the external power supply change this? Seems like that solves the problem.
@TyranttFPV
@TyranttFPV Рік тому
So how would I power it then if I decided to replicate this project?
@MVE200
@MVE200 Рік тому
@@JohnJacobJingleheimerSchmit I think what they mean is that drawing 3.6 amps continuously through the board is likely to damage it over time. Instead, you can wire a suitable 5v power supply in parallel with the led strip. This way, the led strip will draw its power directly from the power supply instead of via the board. Wiring it in parallel means that the board can also draw its power from the same power supply over the VIN and Ground pins. In my case, the positive from the power supply, the positive from the led strip and the jumper to VIN pin are all twisted together. Same for the negative from the led strip, the negative from the power supply and the jumper to Ground pin are twisted together. Then finally the data cables between the board and led strip are twisted together.
@skelly7987
@skelly7987 Рік тому
The WLED software automatically limited to 850ma I believe.
@JohnJacobJingleheimerSchmit
@JohnJacobJingleheimerSchmit Рік тому
@@MVE200 ok, I think that makes sense. I'm just starting our trying to figure out how to control LEDs myself so this is good to know. Just to clarify, that is what he does in the video? Connecting the lights to the power supply to allow it to be brighter? Edit: and I see people mentioning that the wires he used are probably sub par too
@wilsonb6079
@wilsonb6079 Рік тому
Hey @TechFlow have you ever try with a pre lit christmas tree? To change the blinking settings at the leds comes with the tree?
@flavio_1252
@flavio_1252 Рік тому
DingDong! Glad I came across this video! I’ll def be taking a closer look at this option as I expand the lighting throughout my house.
@drewbarthlow4421
@drewbarthlow4421 7 місяців тому
Wow, this is cool! Thanks for making it. I’ve got 6 segments of s Lifx beam that stopped working, but I’m pretty sure the led strips still work, it’s a software or connector issue. You think I could control them with that little doodad? I believe Lifx uses 4 wires, not 3, would that present a problem?
@mbs6585
@mbs6585 Рік тому
Why use CAT5E? The copper wire gauge is far too thin for the current you are trying to run through it.
@JohnSmith-iu8cj
@JohnSmith-iu8cj Рік тому
True cat5 has 1ohm/10metres so at 10 meters and 10 amps your voltage drop would be 10 volts, double your psu voltage 😂 In reality it would limit the current to maybe 1amps for a voltage drop of 1v so that 4v remains for the leds.
@affanmohammed4942
@affanmohammed4942 Місяць тому
Why is Rami Malek teaching us led strips and WLED. Just kidding haha. Thank you so much for the informative video.
@striker09dx
@striker09dx Рік тому
ding dong. this rocks. adding it to my fav when im getting my gaming setup ready
@owenwagner9017
@owenwagner9017 Рік тому
they make breakout boards with screw terminals for the 30 and 38 pin esp32. Definitely a must buy if you want solid connections without soldering.
@davey2k12
@davey2k12 6 місяців тому
Please note to test power requirements set all leds to white and measure current draw 👍 You can also get 12v versions
@y2j514
@y2j514 6 місяців тому
math also works. WS2812s will use 60mA per LED on full white.
@davey2k12
@davey2k12 5 місяців тому
@@y2j514 yep if you know each LEDs.max current 👍
@LunaKatana
@LunaKatana Рік тому
Hey @TechFlow, great informative video, but I can't continue watching with your flashing transitions between shots! Try doing the onscreen side by side with the one-shot of you, or a smoother transition, or have no transition.
@owenbevans6062
@owenbevans6062 Рік тому
I was wondering a few days ago about how to use my Raspberry Pi Pico to do just this. Big thumbs up! It's also given me some thoughts on synchonizing Christmas LED's with music too.
@davel.4514
@davel.4514 2 місяці тому
Dude, this is sick! Thanks for the tutorial!
@RupinPahwaOfficial
@RupinPahwaOfficial Рік тому
Who knew Nick from Big Mouth would know so much about lighting up your house.
@CarlRencer
@CarlRencer Рік тому
oh man what a fucking comment. KUDOS
@prdgycole.
@prdgycole. Рік тому
I recommended Govee Lights they are super reliable and have amazing features
@buddypreece1716
@buddypreece1716 Рік тому
DUDE! I needed this video!
@rudrabarathan2737
@rudrabarathan2737 Рік тому
Really Brilliant Alex. You Made my day. Keep up your Brilliant work! Thanks
@SeamusHarper1234
@SeamusHarper1234 Рік тому
U know that your 4x144 LED strips draw 32 Amps, right? Even basic Animations will use 11 Amps, which is more than your power supply delivers. In addition, the power limit of your Ethernet cable is about 2-3 Ampere... Also, please don't cut off your power supply, you can buy a barrel connector for the other side. These connectors have their reason beyond ease of connection, they are touch-proof. In my experience, the difficulty with the esp / wled / ws8212b starts when you try to remove all the "hacky" stuff like jumper cables and have a proper setup that does not fail after ripping at a cable or burn your house down..
@danierudesu
@danierudesu Рік тому
yeah also doesnt he just have 1 connection for all the strips, wouldnt he have like a power drop to the end
@3rutu5
@3rutu5 Рік тому
what about 8-10 neo pixels on a board? im looking to do something less extravagent, but off a 5v Li-ion setup
@ushiocheng
@ushiocheng Рік тому
@@danierudesu but cat5e is only rated for 600mA (each strand) though, so powering one of those strip fully is like 10x rated capacity
@SeamusHarper1234
@SeamusHarper1234 Рік тому
@@3rutu5 this will work. I've had similar setups.
@kndztr
@kndztr Рік тому
8A is far too much for a standard ethernet cable. Also a tip when you cut connectors, don't cut at the end, leave a bit of cable, then you can still reuse the plug later for another project.
@michaellowe5043
@michaellowe5043 Рік тому
Wled default to 850ma total led current limit (see 10:00). He didnt change this so will be safe/OK
@kndztr
@kndztr Рік тому
@@michaellowe5043 Have you seen the video? The next chapter called "More Power"... See at 11:45 where explains this and increases the current limit to 8000 mA.
@corey75952
@corey75952 Рік тому
I’ve always felt like there’s GOT to be a way someone can easily set up their own LED lights without paying Phillips Hue or Twinkly prices and your video makes exactly that possible. Thank you!!!
@chevy4x466
@chevy4x466 3 місяці тому
thx for the vid, i think i will purchase an uno r3 so i dont have to splice the 5amp. it would just plug in. u really explained the wled app very well, thanks again
@IntermitTech
@IntermitTech Рік тому
It's a bit sad that it's been over a month ago now and there has been no update video, description update, pinned comment or even so much as a reply to speak of, very disappointing. It seems my lengthy technical explanation that I replied also never showed up (although it could be UKposts which killed that one). I get UKposts takes a lot of time (more then most realize) but still, this is kind of sad. :( Once again, if you want to learn, improve and do it right, always game to show you the resources to learn about doing it right and showing your audience! :)
@EdDie-vz7ey
@EdDie-vz7ey 8 місяців тому
Just wondering didn't you had to change the GPIO pin in WLED settings to 4?
@user-fe1nr3ws1z
@user-fe1nr3ws1z 5 місяців тому
Absolutely need. Struggled with the same problem on esp32
@thefrankfactorshow
@thefrankfactorshow Рік тому
Appreciate the video - great detail and easy to follow.
@madeintexas3d442
@madeintexas3d442 Рік тому
Esp32s are awesome. I have a drawer of them lol. Glad I found this channel. I have been wanting to make something using addressable strips to emulate fire that can be covered in cotton to look like the exhaust for a rocket on my wall.
@nobu-sh
@nobu-sh Рік тому
Oof I don't know about using cat5e for the amount of power you are splicing in. Would use something lower guage to play it safe.
@Harharf
@Harharf Рік тому
⚠Change the title to "You'll Never Need To Buy LEDs Again! Start A Fire With These!"⚠ Current is what causes fires, not voltage.
@quietlyworking
@quietlyworking Рік тому
Mind meltingly awesome! Can't wait to build these for our studios :)
@0enis
@0enis Рік тому
Use 18/3 awg stranded wire for main power line.
@euf0ria
@euf0ria Рік тому
About snipping cables and extend them to get longer spacing between two segments: due to voltage drop in the data cable you will get flickering and other problems in the segment farthest away. Solve it with a sacrificial pixel or two, or three. Each pixel acts as a signal booster and repeater.
@harleyrdr1
@harleyrdr1 Рік тому
Just a note for noobs. If your board is not found on your PC try a different USB cable. There are USB cables out there with the same connectors but they are just for power. Like for a coffee cup warmer. Those have no data connection pin since coffee cups don't need data! =) Good luck LEDers!
@evilutionltd
@evilutionltd Рік тому
Thanks. That was the hurdle I was having issues with. I tried several Macs and PCs. Downloaded a few drivers on each, restarted the system over and over, tried about 10 different cables but still nothing. So I bought a data cable just so I could rule it out. Worked straight away.
@harleyrdr1
@harleyrdr1 Рік тому
@@evilutionltd Me too! Glad it helped! 👍🏻
@roccocadwallender
@roccocadwallender Рік тому
Great video man, WLED is a great piece of software. If you ever get 12V LEDs I’d suggest using a cable other then Cat5E just to allow more current to run through as I’m pretty sure cat5e is around about 3.2Amps you can run through it and if you’ve got a run of 5m or so at 100% white then over current could cause some problems. You probably already know this but just thought I’d also mention it 🙂
@chigsy
@chigsy Рік тому
Exactly this! Maybe he doubled up the individual cat5e strands to make it a bit better, but ideally he should have used something thicker. Most folks suggest a minimum of 18AWG, which should cover most cases. Also he only had a few metres of strip so he didn't cover voltage drop. If you notice, wled suggested a 5V 32a power supply for bright white and about 11a for most effects. It's good he set his max output at 20% less than the power supply max (8a instead of 10a).
@palpytine
@palpytine Рік тому
That's exactly backwards. At higher voltages you need *less* current for the same power draw and you'll get less drop-off over the length of the strip. Especially for longer runs I'd favour running at 12 or even 24v for exactly this reason. You can get higher voltage strips that switch in blocks of 3 or 6 LEDs, or you can run higher voltage in parallel to the strip and inject power at multiple points via DC-DC converters
@roccocadwallender
@roccocadwallender Рік тому
@@palpytine I get what your saying with me saying 12V and you’d need thicker cable I was more thinking of a larger scale like 15m of led strip as Cat5E would not be suitable if running at 100% white and trying to power inject you could easily pull 5A through the cat 5 cable which wouldn’t be good , depending on the amount of leds you had
@leewareham4529
@leewareham4529 5 місяців тому
Nice video!! Simple and straight to the point!!
@cerebrum2311
@cerebrum2311 7 місяців тому
thank you this is great! Can this be done for the outside? ie: Christmas decoration outside the border of your home (roof)? or are there specific other components should be thinking about?
@213BRANDONP
@213BRANDONP 7 місяців тому
In theory it is certainly possible however if you plan on expanding you would be better off getting a falcon f16 v3 / v4 or an f48 I use xlights with a f16v3 it can control over 16000 addressable led pixels . Be warned once you start it becomes addictive and expensive 😂
@riazxahmed
@riazxahmed Рік тому
This was a great video. Won't be a surprise if this becomes a new trend on UKposts, creating your own custom led strips
@mikelovesbacon
@mikelovesbacon Рік тому
It's not a new idea lol some of us have been doing this for years. ESP8266 devices can do way more than run LED. You can write your own code and create a totally custom smart home and lighting with them.
@WhoCaresWinsAgain
@WhoCaresWinsAgain Рік тому
As others have already stated, power is taken from the wrong pin Vin is the Vin pin for the microcontroller not suitable for running an LED strip. For a long strip you MUST take account of the power consumption based on the effect you plan to run. if you run 300 LEDs on full brightness you’ll fry the regulator on the controller or worse kill the USB port on your PC/MAC. If you don’t know what your doing do not just follow this video or you’ll definitely have problems. Plus connecting LED strips to a powered micro is asking for problems. LED strips especially long runs don’t like being powered up with the data pin not connected. A series resistor in the data line and an electrolytic capacitor across the power rails is a good idea to limit transients when powering from one end of a long strip.
@fugitiveminded
@fugitiveminded Рік тому
Hey I really like this idea and have a use for it. Could you elaborate on how to correctly make this work?
@ApaarMendiratta
@ApaarMendiratta Рік тому
Ding Dong! Been making this smart home setup from 1 year. great seeing you making a video on it.
@TheRobMozza
@TheRobMozza Рік тому
Fantastic, I've got a spare roll of network cable and five of those controller boards! Happy days, thanks for the demo 👍
@Larstronomy
@Larstronomy Рік тому
Don't do it! Network cable is not suited for this and there's are REAL chance you'll burn your house down if you don't know what you are doing.
@TheRobMozza
@TheRobMozza Рік тому
@@Larstronomy Okay, I'll take it under advisement, thanks for the warning 👍
@leef_me8112
@leef_me8112 Рік тому
How does the title "I’m Never Buying LEDs Again!" match up with the video?
@chuckholmes2075
@chuckholmes2075 Рік тому
it's the glue he was sniffing...
@k1ortia
@k1ortia Рік тому
Same. In order to create an L.E.D display surely one would need to purchase some l.e.d,s or am I missing something..,🤔
@dcpcfix4266
@dcpcfix4266 Рік тому
Ding dong! That’s freaking awesome! Can’t wait to do this!
@bjorndahmen552
@bjorndahmen552 8 місяців тому
Hi, I love your Vid! This is exactly what I was looking for! However, I need LED's for outdoor! Which LED would you recommend for the outside? Are there also some with 144 LEDs per meter? I would like to lay the LEDs around my pool and create cool effects.
@Unleashed75
@Unleashed75 Рік тому
I'm never buying LEDs again, goes out and buys LEDs for WLED setup......
@ryangamble5131
@ryangamble5131 Рік тому
Ikr this title is so stupid. Clicked it thinking "did he pull old LEDs out of busted TV's or something?" SMH
@livinginweymouth
@livinginweymouth Рік тому
I got a lot of respect for you Alex, but stripping wires with scissors? Great video though, I'm loving this and never knew anything about WLED, I'm hooked already.
@Thunder-xo1cx
@Thunder-xo1cx Рік тому
Wow very nice Video Thank you so much for putting this together
@ChristianSchebitz
@ChristianSchebitz 8 місяців тому
What a great video, super presentation! You made it really easy for all of us to config such a system! Thx! I'd never would have done it without you!
@g-root
@g-root Рік тому
10A to this little microchip :) the roof, the roof, the roof is on fire!
@chriss2501
@chriss2501 Рік тому
jap, had the same thought :)
@FOHFILMS
@FOHFILMS Рік тому
The power for the LED strips does not go through the chip. The chip merely provides the LED strips with a data signal
@g-root
@g-root Рік тому
@@FOHFILMS he connected the 10A power supply to the ground of the microchip, guess again
@redresonant9296
@redresonant9296 Рік тому
@@g-root Everybody puts 3/5/10 watt LED lamps into a lamp socket that can deliver 3500 Watts, does it blow up the lamp?
@FOHFILMS
@FOHFILMS Рік тому
@@g-root the power supply was connected to the +5V and GND pins on the chip, to give it power to operate. It was also connected directly to the led strips. Not through the chip. The LEDs pull all their power straight from the supply.
@mccawley
@mccawley 9 місяців тому
How do you package up the board and the power supply, just leave it laying around on the floor?
@johnwayne2103
@johnwayne2103 9 місяців тому
Buy a small plastic box and put it in there. Secure the board with some hot glue. The power supply should be outside since it's it's own self contained unit. Also since it gets hot my recommendation that it's stored in a cool place not high in a ceiling where hot air rises.
@ketansurti5697
@ketansurti5697 Рік тому
Great video, defo getting my hands on this kit
@johanarens9798
@johanarens9798 5 місяців тому
Great video, thanks ! Question though, how do you house the ESP board ? Any recommendation for an out of the box housing box ?
@tld8102
@tld8102 Рік тому
sorry what 10A into a esp32?
@Antassium
@Antassium Рік тому
The title has a Typo I think... If it's meant to be "WLED", you put "WELD".
@businessoftechnology
@businessoftechnology Рік тому
Ding Dong, well done. You stayed on topic and didn't fill the video with stuff to make it longer than needed. Well done again.
@Just1kOoL
@Just1kOoL Рік тому
Cool video. Thanks for posting such tings. Keep up the good work!
@NoktiousGames
@NoktiousGames Рік тому
Your advice is going to lead to house fires. You should go over what gauge wires are safe for how much current.
@crysiscontained4421
@crysiscontained4421 Рік тому
You do realize that these LEDs only run on 5 volts right? If you can start a house fire with 5 volts please throw all your electronics away as you are a fire hazard no matter what you touch. can't even give yourself a proper shock with 5 volts, come on.
@satiaxsanti1
@satiaxsanti1 Рік тому
5 volts but a lot of amps. Yes, you can start a fire with 5 volts
@zeepysea
@zeepysea Рік тому
@@crysiscontained4421 5 volts at 10amps, only take .01 amps to kill you. Christmas lights, can cause a house fire and they are just leds now a days. Running 10 amps or even 8amps (8000mA) thru cat 5e is to much for the cat 5e. Speaker wire, or single pair T-Stat wire would of been better.
@dandeson9723
@dandeson9723 Рік тому
@@zeepysea you should learn ohm's law tho, 5V won't kill you but you are correct in the wires ability to carry current. lower voltage means higher current if you want to get x amount of power out of them.
@crysiscontained4421
@crysiscontained4421 Рік тому
@@zeepysea Amperage alone doesn't kill you, you can run 10,000 amps at .01 volts through yourself and you wouldn't even notice. Christmas lights can run anywhere from 20 volts to 110 volts (Socket is 110 here in america) at closer to 15 or 20 amps which is more than enough to start a house fire. amperage is the electrical flow where as voltage is pressure. You need both to have any effect. 5 volts is shit pressure.... It's like comparing a garden hose to a water cutter; one is barely annoying, the other will take your hand
WLED for Beginners in 2022 (PLUG n' PLAY!)
14:37
Make It Work
Переглядів 277 тис.
Эффект Карбонаро у глазного врача 
01:00
История одного вокалиста
Переглядів 7 млн
Анна Трінчер - Бар за баром (Official Music Video)
02:38
Анна Трінчер
Переглядів 1,5 млн
my wled esp32 with signalrgb (WIP)
1:07
DasikIgaijinn
Переглядів 434
Watch this before buying LEDs
19:47
Fix This Build That
Переглядів 1,9 млн
Light Strips: have I been doing it WRONG for years?
7:49
Smart Home Solver
Переглядів 281 тис.
7 Common LED Strip FAILS and How To Avoid Them
12:14
The Hook Up
Переглядів 9 млн
How to make a 16x16x16 LED CUBE at home with Arduino platform
20:09
Malt Whiskey
Переглядів 4 млн
How To Hide Wires Behind Wall - NO DRYWALL REPAIR NEEDED. Hiding Wires
9:53
WLED & ESP32: The Dynamic Duo of DIY LED Projects
26:24
Makers Mashup
Переглядів 182 тис.
LED Setup: Using Multiple Data Pins + WLED Configuration. EASY Setup
9:40
The BEST LED Strip You've NEVER Heard Of + WLED Compatibility!?
10:51
Chris Maher
Переглядів 194 тис.
Subscribe for more!! #procreate #logoanimation #roblox
0:11
Animations by danny
Переглядів 2,9 млн
Power AC Coolness with Anker SOLIX F3800
0:27
Anker SOLIX
Переглядів 3,1 млн