Bytes Of Pi
Bytes Of Pi
  • 111
  • 214 945
Home Light Show Setup
#pixels #xlights #animation #lightshow #setup
Have you ever wanted to set up your own home light show? Come follow me as we set up our home light show for the 2023 season. In this video we cover the materials, props and setup of our show. We highlight some mistakes we've made over the years as well as the successes. Hopefully you can get ideas for your show and not make some of the mistakes we made.
We start the setup on the first week of October so we can get a month of milage on our Halloween show songs. Once Trick Or Treat is done, we switch over to our Christmas show.
Have a good light show season!
-) Link to Tree Build: th-cam.com/video/tjUPXiuRXOo/w-d-xo.html
-) Link to Arches Build: th-cam.com/video/8IiR-hEKii0/w-d-xo.html
-) Link to Cutting Rebar: th-cam.com/video/2hNLw2wi5c4/w-d-xo.html
Amazon affiliate links: The following links are materials I've used in my projects. They are Amazon affiliate links, and BytesOfPi does get a commission if you purchase materials from this link. The links do not add to the cost of the items online. We use a large portion of the earnings to purchase materials for future videos so thanks for your support!
Electronics
-) JacobsParts WT32-ETH01 ESP32 Board - amzn.to/3vkNzDA
-) Programmer for the ETH01 (USB 2.0 to TTL) - amzn.to/3EbRruC
-) Logic Level converters - kno.wled.ge/basics/compatible-hardware/#levelshifters
-) NE555 Delay Timer Relay - amzn.to/3jG2EKu
Cable Connectors / Glands
-) RJ45 Waterproof Connector, Female to Female - amzn.to/3EbRNBs
-) Cable Gland PG11 Plastic Waterproof Adjustable 5-10mm (for Power cables) - amzn.to/36iAB0Q
-) Cable Gland PG9 Plastic Waterproof for 4mm-8mm Cable (for Data cables) - amzn.to/3KKKnHN
Cables
-) Cat6 Gigabit Patch Cable Right-Angle - amzn.to/3rsE0S6
-) Cat5e Patch Cable 75 Feet - amzn.to/3KM6fTs
-) 18AWG Low Voltage LED Cable, 2 Conductor - amzn.to/3LZ4ulQ
-) 18AWG Low Voltage LED Cable 3 - amzn.to/3KKrwN4
Box Hardware
-) 12 Positions Dual Row 600V 15A Screw Terminal Strip Blocks - amzn.to/38EhkaL
-) 12 AWG In-Line Fuse Holder - amzn.to/3jAKeec
-) MTM ACR7-18 Ammo Crate Box - amzn.to/3uEAFkS
-) Lead Free solder - amzn.to/3jFZ6Ia
Table of Contents
00:00 - Intro
00:30 - Check Bulbs
02:02 - Roofline
04:52 - Big Matrix
07:06 - Window Outline Frames
10:18 - Trees
11:46 - Arches
13:11 - Wrap up
มุมมอง: 591

วีดีโอ

Wizards Of Winter (Trans Siberian Orchestra)
มุมมอง 4067 หลายเดือนก่อน
#lightshow #christmas #wizardsofwinter #transsiberianorchestra #wled #xlights Following up in the 2023 Christmas season is an old classic, the Wizards of Winter. Ring in the new year with electric guitars and violins. Santa will come a rockin! Enjoy! The show is run off of: -) 6 WT32-ETH01 boards running WLED -) 5 5v 60A power supplies -) Raspberry Pi 4B with FPP -) 4795 5V bullet pixels -) 236...
The Christmas Can-Can (Straight No Chaser)
มุมมอง 4927 หลายเดือนก่อน
#lightshow #christmas #cancan #straightnochaser #wled #xlights Kicking off the 2023 Christmas season, the newest song in our show is the Christmas Can-Can by the acapella group Straight No Chaser. It's fun satire on the multiple holidays celebrated during this time of year. Sit back, enjoy, and spin a dreidel or two! Enjoy! The show is run off of: -) 6 WT32-ETH01 boards running WLED -) 5 5v 60A...
This Is Halloween (VoicePlay) - Nightmare Before Christmas
มุมมอง 7838 หลายเดือนก่อน
#lightshow #thisishalloween #voiceplay #halloween #wled #xlights Trying new things out this year, we've got Jack Skellington and his cadre of Halloween Town minions singing "This is Halloween". Keep an eye out for members of Halloween town. With a second matrix this year and new 3D background textures, this will be a show to remember! Enjoy! The show is run off of: -) 6 WT32-ETH01 boards runnin...
Animations in xLights with Photopea
มุมมอง 6679 หลายเดือนก่อน
#photopea #xlights #animation #lightshow If you have a matrix or MegaTree in your light display, you can use moving images like this. You can use these images to tell a story, punch up your visuals and add a lot of impact to your light show. xLights allows you to use animated images like GIF’s with effects like layering and transitions to beef up your show. Using a tool like Photopea helps GIFs...
Bullet Pixel Matrix with WLED and xLights
มุมมอง 9K10 หลายเดือนก่อน
#WLED #xlights #matrix #pixel The bullet pixel matrix! It's the key to any home light show. While props and house outlines are valuable in a light show, having a matrix or mulitple matrices makes a huge impact in what you can do. In our past shows, the Matrix has been the centerpiece to our show. It allows us to tell stories by adding: -) singing faces, -) animated images, -) and a bunch of oth...
2023 APCS FRQ #4: BoxOfCandy
มุมมอง 226ปีที่แล้ว
#apcs #frq #2023 #boxofcandy In our last 2023 FRQ we are working with a 2 dimensional array called BoxOfCandy. Here we will search, move and remove candies from a grid candy box. All the code we’re going to cover including the runner classes as well as the APCS questions can be found at the GitHub link below. You can download the examples and follow along. Use the test runner classes to test ou...
2023 APCS FRQ #3: WeatherData
มุมมอง 262ปีที่แล้ว
#frq #apcs #weatherdata #apcsexam The third FRQ we encountered was WeatherData. We've encountered similar FRQs before that deal with an ArrayList of Double temperatures. With the cleanData function we get to modify the ArrayList by removing values, so we have to be careful while traversing the List. In the longestHeatWave method, we have to find a creative way to iterate through and detect the ...
2023 APCS FRQ #1: AppointmentBook
มุมมอง 437ปีที่แล้ว
#frq #apcs #appointmentbook #apcsexam In the first of 4 video series covering the APCS Exam FRQs, we're going to walk through the toughest question: AppointmentBook. It's a pretty low blow that the first question out of the gate was the toughest, but if students were able to muscle past this, the rest were easier. This question was slightly different than most FRQs I've seen because the example...
2023 APCS FRQ #2: Sign
มุมมอง 240ปีที่แล้ว
#frq #apcs #sign #apcsexam The second FRQ was creating a Sign class from scratch. The easy win was to build the constructor as well as 2 variables to store the width and the message. I'll then cover how I approached numberOfLines and getLines. All the code we’re going to cover including the runner classes as well as the APCS questions can be found at the GitHub link below. You can download the ...
WLED Scrolling Text Overlay (0.14.0-b2 beta)
มุมมอง 6Kปีที่แล้ว
#WLED #0.14.0_b2 #matrix #overlay #scrollingtext The WLED devs are just cranking these features out! To be able to scroll text on a matrix without having to use xLights is pretty cool, but it would be even cooler if I could jazz it up a bit and put it over a background pattern. Only a few months after the devs released scrolling text, you now scroll text over another pattern! It’s not an offici...
WLED RGB Standing Lamps
มุมมอง 2.4Kปีที่แล้ว
#WLED #ledlamp #rgbw #sk6812 You may have seen similar RGB floor lamps advertised to add color to your living spaces. However, these lamps are limited to just warm or natural white lighting or are RGB with a limited set of canned patterns. The lamps are also usually around 4 feet or just over 1 meter tall. What if you could have 2 - 7 foot tall lamps that you could use for natural room lighting...
WLED Matrix and Custom Scrolling Text
มุมมอง 13Kปีที่แล้ว
#WLED #0.14.0_b1 #matrix #text #scrollingtext With the 0.14.0_b1 release, WLED finally supports 2D matrices / matrixes. This release adds support and a lot of canned patterns to be used on a 2 dimensional matrix. One of the questions I've seen in the chats has been requests to modify the scrolling text pattern beyond just a time and date. Love this community! Shout out to @rosscastona7809 and @...
How to Cut (And How NOT to Cut) Rebar Cheaply
มุมมอง 10Kปีที่แล้ว
How to Cut (And How NOT to Cut) Rebar Cheaply
How To Troubleshoot Flickering Addressable Pixels / LEDs
มุมมอง 7Kปีที่แล้ว
How To Troubleshoot Flickering Addressable Pixels / LEDs
How To Build LED Pixel Driveway Arches
มุมมอง 2.9Kปีที่แล้ว
How To Build LED Pixel Driveway Arches
Halloween Light Show - Spooky Scary Skeletons
มุมมอง 830ปีที่แล้ว
Halloween Light Show - Spooky Scary Skeletons
Halloween Light Show - Grim Grinning Ghosts
มุมมอง 2.5Kปีที่แล้ว
Halloween Light Show - Grim Grinning Ghosts
How To Connect WLED, FPP, and xLights
มุมมอง 24Kปีที่แล้ว
How To Connect WLED, FPP, and xLights
How To Build LED Pixel Trees
มุมมอง 4.3Kปีที่แล้ว
How To Build LED Pixel Trees
How to build a Pixel LED Mobile Suit Part 2: Build Suit
มุมมอง 892ปีที่แล้ว
How to build a Pixel LED Mobile Suit Part 2: Build Suit
How to build a Pixel LED Mobile Suit Part 1: Basic Setup
มุมมอง 7202 ปีที่แล้ว
How to build a Pixel LED Mobile Suit Part 1: Basic Setup
2022 APCS Exam Free Response Question Review
มุมมอง 9792 ปีที่แล้ว
2022 APCS Exam Free Response Question Review
Power Injection with MUYI Connectors
มุมมอง 1.8K2 ปีที่แล้ว
Power Injection with MUYI Connectors
Using Photopea to Create xLights Singing Faces
มุมมอง 1.4K2 ปีที่แล้ว
Using Photopea to Create xLights Singing Faces
How to Flash WLED to your WT32-ETH01 microcontroller
มุมมอง 21K2 ปีที่แล้ว
How to Flash WLED to your WT32-ETH01 microcontroller
Welcome to Bytes Of Pi
มุมมอง 7322 ปีที่แล้ว
Welcome to Bytes Of Pi
Light Show Behind the Scenes - 2 cheap controllers and WLED
มุมมอง 41K2 ปีที่แล้ว
Light Show Behind the Scenes - 2 cheap controllers and WLED

ความคิดเห็น

  • @LaNoturnaisafeg
    @LaNoturnaisafeg วันที่ผ่านมา

    Useless fuck doesn't list the lights.

  • @davidforbes9299
    @davidforbes9299 วันที่ผ่านมา

    cool video.... is thare any way to stop from test scrolling.... for example "ALARM" or "ON AIR" in centre of matrix.... maybe text flash. just appear text then off and on without and scrolling effect?

  • @MyHeap
    @MyHeap 5 วันที่ผ่านมา

    I know it has been a while since you created this video, But I have a question and some information on my project that is based on yours. 1) I created a 4 channel controller using the WT32-ETH01 board, but when I tried to used IO12, it would freeze up. I ended up using IO2, IO4, IO14 and IO15. 2) If I would plug in the Ethernet cable the local AP did not show up for me. 3) with the Ethernet cable plugged in, it did not grab an IP address from my DHCP server. 4) I had to keep the Ethernet cable unplugged, Log into the Local AP for the device and set up the IP and gateway as static in the WiFi setup. This seems a little unintuitive. Once I done that there were no issues connecting to it from the LAN. 5) I fused each port at 5A 6) I did not use the 555 timer as mine seems to come up with no issues 7) I am using 12V WS2811 LEDs, and a 12V to 5V Buck converter to power the WT32-ETH01 and Logic shifter HV input. I have tested all four ports with Props and xLights and all seems to be good. Although I want to do some more testing. Questions: 1) How many nodes are you running on each port? 2) Are your LEDs exclusively at 5V? 3) What does your AC and DC current draws look like, or have you monitored them? 2) How many nodes do you think that can be run on each port? The WLED documentation makes it sound like I can effectively run 800 nodes per port. I will run at 30% brightness for the show and assuming that this count will be something less because of the current requirements. Thanks for the video. It has been very helpful getting me started. This is our first year trying to do a light show and I must admit, the learning curve was real. HAHA Regards, Joe

  • @marcusunivers
    @marcusunivers 28 วันที่ผ่านมา

    5:22 Can I reduce the electrical noise in the datacable by wrapping around a sheath current filter out of Ferrit at the end and beginning of the long cable?

    • @BytesOfPi
      @BytesOfPi 25 วันที่ผ่านมา

      You can definitely give it a shot. I'm not sure of your particular setup, but if there are electrical components near those points it might help. Speaking of sheaths, my last data line was a sheathed coaxial cable I have lying around from the olden days of cable.

    • @marcusunivers
      @marcusunivers 25 วันที่ผ่านมา

      @@BytesOfPi Yea I have my ESP32 S3 in a Rack with alot of other gear and powersupply and above the rack is my Piano with all the lightstrips. So the ESP and Cables are around other devices closed in a metal rack. I will try it with the sheath current filter an see if the small higgs of lights every 30-50 sec will be todally removed. ;) I tried everything else of this video. 14AWG Cables, Level Shifter, Ohm Resistors to cleanup the signal, sordered the cables directly and checked with an multimeter all connections and even polarity check for the power outlet and the power supply to put it in in the right polarity (what I do for all devices, yup EU outlets suck) xD Still I have every 30-50 sec a small higgs of flicker for a sec. So this will be my last option I know 😅✌

    • @BytesOfPi
      @BytesOfPi 25 วันที่ผ่านมา

      @@marcusunivers oof.. if it's in a rack with a lot of other equipment, probably a lot to give it the jitters. Is there a way you can turn off everything else in your rack except the lights? If you can turn off everything but your powersource, ESP32 and lights, and get a stable connection, you can isolate your problem. Turn on one thing at a time till you get the jitters again. Also, Is there any way you could shorten the distance between your controllers and the lights? The closer you can get your ESP32 to the lights, the better.

    • @marcusunivers
      @marcusunivers 23 วันที่ผ่านมา

      @@BytesOfPi I tried it with the sheath current filter and it worked perfectly. No flicker anymore. 👍 And not really I cant shut down other Equipment in the rack because there are Mic Pres and Interfaces to use my Music Devices while doing Lightshows 😅✌

    • @BytesOfPi
      @BytesOfPi 23 วันที่ผ่านมา

      @@marcusunivers that is great news! Congratulations!

  • @godwears7
    @godwears7 หลายเดือนก่อน

    Excellent video mate. Very clear and concise.

    • @BytesOfPi
      @BytesOfPi 25 วันที่ผ่านมา

      Glad you liked it! Thanks for the feedback

  • @logan-qy7pq
    @logan-qy7pq หลายเดือนก่อน

    3:21 AM the day of my CSA exam. Thanks for this series!

    • @BytesOfPi
      @BytesOfPi 25 วันที่ผ่านมา

      Hope you did well on your exam

  • @elflonghand5056
    @elflonghand5056 หลายเดือนก่อน

    thanks!

  • @kinbolluck476
    @kinbolluck476 2 หลายเดือนก่อน

    Hehe dremel

  • @lakomichlakom112
    @lakomichlakom112 2 หลายเดือนก่อน

    How add Cyrillic text ?

    • @BytesOfPi
      @BytesOfPi 2 หลายเดือนก่อน

      That is a good question. I assume that it supports Unicode characters. Have you tried opening the WLED UI in a browser and putting the unicode Cyrillic letters in the box?

  • @jeremymercer665
    @jeremymercer665 3 หลายเดือนก่อน

    Great video. I found it after being at my wits end trying to resolve a flickering problem with BTS Lighting WS2814 FCOB 12V strips. I've installed about a half-dozen different LED projects with other strips but these ones seem to be particularly susceptible to flickering. I say this because I haven't needed a level shifter at all in my other projects. Level shifters are definitely recommended with this brand of strip. Anyway, my last project wouldn't stop flickering, even with a level shifter. As I mentioned, I was at wits end trying to resolve it. This video prompted me to look at the buck converter I was using to power the ESP32 and the level shifter circuit. When I powered the ESP32 with a micro USB cable, the flickering stopped. This was repeatable. I swapped in a different buck converter to see if it was just that board but the new one did the same thing. I have used that brand of buck converter (LM2596) quite successfully in other projects but there was some bad mojo with the components on this last one,

    • @BytesOfPi
      @BytesOfPi 3 หลายเดือนก่อน

      I've not used buck converters in my builds, but I bet they give off a lot of electrical interference. If you can keep the converter as far away from your data line as possible that may help. Also just a shot in the dark but you could try a makeshift faraday cage by surrounding the converter with some tin foil

    • @jeremymercer665
      @jeremymercer665 3 หลายเดือนก่อน

      @@BytesOfPi I've used buck converters quite successfully with some types of strips. Muzata 3535, for instance. These FCOB strips are quite sensitive, however. Clever idea on the home-made faraday cage. I tried it but must have shorted out a couple of contacts because smoke started emanating from one of the components. I think I fried the ESP32 board because I can no longer connect to it. No biggie, I have spares and they are easy to program. Before introducing tin foil into your enclosure, ensure you have all of the contact points correctly isolated!

    • @omarelabasery7101
      @omarelabasery7101 3 หลายเดือนก่อน

      Hey, I'm using a WS2811 in my current project and it won't stop flickering, I'm using the ESP32 as a controller too, do you have any idea why this is happening, thanks in advance.

    • @jeremymercer665
      @jeremymercer665 3 หลายเดือนก่อน

      @@omarelabasery7101 Ensure that one of the ground pins from ESP32 is connected to the neutral from your power source. If that is the case, you may need to incorporate a level shifter into your circuit.

    • @omarelabasery7101
      @omarelabasery7101 3 หลายเดือนก่อน

      @@jeremymercer665 okay thank you 🙏❤️

  • @HauntedHows
    @HauntedHows 3 หลายเดือนก่อน

    HI, Thanks for this video, It's very helpful. I do have a problem I hope you might be able to give some insight into. I bought both the WT32-ETH01 and the ttl-usb devices from your links and can't get the USB module to work. It comes up as a Verifone to printer bridge, and won't accept any drivers. I've been researching this for a while now and think the chip on the board has the wrong PID/VID. I've bought 4 different boards form different venders, plugged them into different computers and come up with the same problem. do you have any suggestions how to get past this issue? also I've been asking this similar question all over the internet, So I might have already asked it here, but I don't see that I have. If I did already I'm sorry for bugging you again. :)

    • @pixelkedjan
      @pixelkedjan 3 หลายเดือนก่อน

      Did you download the correct driver for the USB UART? I think its called CP210x_Windows_Drivers if you are using Windows.

    • @HauntedHows
      @HauntedHows 3 หลายเดือนก่อน

      @@pixelkedjan yes. Absolutely. Thinking that I was installing the driver wrong somehow is what started this frustration spiral I'm currently in.

    • @BytesOfPi
      @BytesOfPi 3 หลายเดือนก่อน

      What program are you using to flash your board? I may be mistaken, but I don't believe I had to download drivers when using vscode with platform io. While running the app, the adapter was recognized and used I'll concede that I downloaded drivers for an esp32 wroom board years before but it didn't need the ttl converter. I'll try to use a clean PC to confirm

    • @HauntedHows
      @HauntedHows 3 หลายเดือนก่อน

      @@BytesOfPi I'm using the WLED install website which should work if the USB module will be properly recognized by the computer.

    • @BytesOfPi
      @BytesOfPi 3 หลายเดือนก่อน

      Gotcha. I guess that's another reason I prefer using PlatformIO plugin for VSCode to install WLED besides the ability to customize the build.

  • @changchung
    @changchung 3 หลายเดือนก่อน

    Really nice video. Thanks. But I have to watched like 6 times until I realizes that you unselect the first seg. That part pass soo fast that is almost impossible to watch the first time...

    • @BytesOfPi
      @BytesOfPi 3 หลายเดือนก่อน

      Sorry about that. I try to jam a lot of info into a short space so some of it goes fast. I'm glad you caught the segment switch

  • @rachaelb9164
    @rachaelb9164 4 หลายเดือนก่อน

    That’s actually a good idea to put the controller box inside a wood box. Keep the uv light off the plastic and give an additional layer of protection from moisture.

  • @CowMeCow
    @CowMeCow 4 หลายเดือนก่อน

    Freaking CooL~!! Where can I learn how to design/configure a such LED system like yours!~ OMG~~ this is amazing!

    • @BytesOfPi
      @BytesOfPi 4 หลายเดือนก่อน

      Thanks! Actually in the last few years it's been getting cheaper and easier to get started. I've got a ton of videos about how I put it together. High level: -) Microcontrollers flashed with WLED -) Show composed with xLights software -) WS2811 Bullet pixels or WS2812 strips Start small with xLights on your PC, a strand or 2 of 5v lights and a WLED controller. You can run show and music off your computer. If you find you enjoy it, you can start: -) building props, -) run using a raspberry Pi FPP player -) use professional grade meanwell power supplies Start small and cheap and then build on: A few videos to check would be: Behind the scenes th-cam.com/video/GeJxolPpiE8/w-d-xo.html Flash WLED th-cam.com/video/nvM-QI4Z_M4/w-d-xo.html WLED, xLights and FPP th-cam.com/video/LkGCo9Gi8mk/w-d-xo.html Setup th-cam.com/video/mkRKVinVuM4/w-d-xo.html

    • @CowMeCow
      @CowMeCow 4 หลายเดือนก่อน

      @@BytesOfPi awesome 👍 I'll definitely review them 😀 thanks a lot 🙏

  • @superalex2002
    @superalex2002 4 หลายเดือนก่อน

    Thank you for the tips brother. I personally prefer an angle grinder with a steel cutting wheel. When using one make sure not to cut all the way through as you don’t want to risk any twisting of the disk while running the tool

  • @socjuanjo43
    @socjuanjo43 5 หลายเดือนก่อน

    lovely!

  • @Wld_4
    @Wld_4 5 หลายเดือนก่อน

    Great Job! Thanks for all the instructional videos. You helped me get going with my Christmas lights. The Wt32 ETH01 controllers with WLED are working great for me.

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      That's awesome! I'm glad you got your show off the ground. Good luck on building your light show up.

  • @tyronenelson9124
    @tyronenelson9124 5 หลายเดือนก่อน

    It all started off with two cheap $15 controllers!

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      Yep. That's where it started. I wanted a cheap entry into a display of individually addressable lights and spending $15 on a controller really beat out the $300+ Falcon controllers available at the time. Since that video, so many engineers have capitalized on WLED and microcontrollers (Quindor, Kulp, Forkineye, etc...). They build PCBs with preassembled components like level shifters and fuses that undercut the larger players for $40-$50 a pop. It's exciting to see how much has changed in the last 4 years and how many newcomers have gotten started since

  • @tyronenelson9124
    @tyronenelson9124 5 หลายเดือนก่อน

    All of this seems waaay over complicated and engineered, for example a pc power supply would supplement the slow starting 5v dc power supply eliminating the need for a 555 delay, for example the pc power supply puts out 5v standby which is used to power the pi and also used to switch on the other 3.3v 5v and 12v rails by means of the pi programmed to pull the psu on pin to ground on demand waking up the psu which will then power the lights.

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      There's definitely multiple ways to attack the problem. I have a few older defunct desktops that could donate a power supply that may be more reliable. The issue I was trying to address is that on a cold startup of my Chinese 5v power supplies to power the WT32-ETH01 board and lights, the board would not start up. I had to go physically disconnect the board from the power supply, wait a few seconds, then plug it back in. It's a hack for sure to use the NE555 timer to delay until the supply could provide a steady 5v, but it's worked in every build out since. All of my Chinese power supplies pooped out in a few years time and I've since moved on to meanwell supplies which haven't failed once. I might be able to take the delay out with better power supplies. I'm a big fan of keeping designs simple. Less points of failure. If there's a better supply that can spin up a board and lights reliably every time, I'd say go with that.

  • @socjuanjo43
    @socjuanjo43 5 หลายเดือนก่อน

    Fantastic job.

  • @socjuanjo43
    @socjuanjo43 5 หลายเดือนก่อน

    A magnificent job.

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      Thanks!

  • @modelmanmark
    @modelmanmark 5 หลายเดือนก่อน

    Many thanks for producing such informative videos. I'm just about to start learning Xlights configured with WT32 controllers however I've been using Wled for a number of years, so no learning required for that part. Regarding the overall setup, you use a RasPi with FPP installed and connected to a Router. I assume each WT32 controller then plugs into one of the routers spare ports. (4 being the norm on most routers) Is that correct?

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      Thanks! That's a good question. Almost. One port goes to the Pi. The second port goes to one of the WT32-ETH01 inside the garage. A third port goes to an 8 port switch out in the yard. The box is positioned centrally in the yard to minimize the distance to the 4 additional exterior WT32-ETH01 boards running the rest of the show. That central box also provides power outlets to the rest of the yard. I have enough to be able to expand to an additional 3 controllers in the future. The power going out into the yard box is always on, keeping the switch constantly powered. It also has a home automation switch that powers the other outlets so I can schedule when the props turn on or off or manually turn them on/off via my phone.

    • @modelmanmark
      @modelmanmark 5 หลายเดือนก่อน

      @@BytesOfPi Many thanks for the detailed reply. The use of an additional 8 ports for future controllers is a great idea. It's amazing how the WT32 performs for such a low cost when comparing it to commercial controllers. I have successfully run around 1500 pixels before on a single pinout with an ESP32. The frame rate wasn't too bad either considering I was probably approaching the controllers limits. I believe there are at least 5 usable pins on the WT32, meaning as many as 4000 pixels at 800 per output could be used per controller.

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      @@modelmanmark Yep, that's definitely true. The most I have running off of one WT32-ETH01 is my latest matrix of 2365 pixels using 3 output ports. It doesn't handle the canned WLED 2d patterns well, but it handles xLights 40FPS sequences like a champ. WLED has a page talking about their recommendation on performance for ESP32s kno.wled.ge/features/multi-strip/#esp32 For perfect performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs. For very good performance, it is recommended to use 800 LEDs/pin with 4 outputs for a total of 3200 LEDs. For good performance, you can use 1000 LEDs/pin with 4 outputs for a total of 4000 LEDs. For okay performance, you can use 1000 LEDs/pin with 5 outputs for a total of 5000 LEDs. For okay performance, you can use 800 LEDs/pin with 6 outputs for a total of 4800 LEDs.

  • @WooderBoyProductions
    @WooderBoyProductions 5 หลายเดือนก่อน

    Where do we find the controller that is controlling the x lights?

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      In my setup, I run the xLights show from a standalone FPP Raspberry Pi that doesn't control any lights. If you are running some lights off of your FPP controller, I think it would be the IP address of your FPP. You'd need to set up your controller as an FPP controller

    • @WooderBoyProductions
      @WooderBoyProductions 5 หลายเดือนก่อน

      @@BytesOfPi do you have a link for a FPP raspberry pi?

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      @@WooderBoyProductions You don't need to buy a raspberry Pi to run your show. If you use the xScheduler software bundled with xLights, you can run it off your computer for free. If you want to use a dedicated FPP controller to run your show, you can purchase a Raspberry Pi and a micro SD card flashed with FPP. The best place in the US to purchase a Raspberry Pi that I've found has been Adafruit. www.adafruit.com/product/4292 You can get more information on flashing FPP from github.com/FalconChristmas/fpp falconchristmas.github.io/ There are a few good videos on how to flash FPP on TH-cam.

    • @WooderBoyProductions
      @WooderBoyProductions 5 หลายเดือนก่อน

      @@BytesOfPi in the future I am looking to try and not use my computer to schedule my show.

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      @@WooderBoyProductions Gotcha. Yeah it's not too bad to buy a $45 dedicated Raspberry Pi and a $10 micro SD card and flash FPP on it to run your show

  • @user-rx9ye7xg3i
    @user-rx9ye7xg3i 6 หลายเดือนก่อน

    12:38 Did you solve the problem? I'm having the same problem, but I haven't solved it yet If you know a solution, please let me know!!

    • @BytesOfPi
      @BytesOfPi 5 หลายเดือนก่อน

      I think you're referring to the matrix video and unfortunately I've not looked at it yet... If I get some free time, I'll need to download the latest and check out the code

    • @user-rx9ye7xg3i
      @user-rx9ye7xg3i 5 หลายเดือนก่อน

      @@BytesOfPi Thanks for your reply I'm not good at English, so I'm using a translator. Please understand even if the grammar is incorrect. I am following along step by step while watching TH-cam videos. There are more things I don’t understand, but I’m always grateful.

  • @sammel-lt-jr3369
    @sammel-lt-jr3369 6 หลายเดือนก่อน

    Hi i succesfully compiled and uploaded the NEW Binary from Master 0.14.1.b2 to ESP8266 the WLED-IP/json/effects list showing all the new effects but the Effects like DNA ScrollingText you are refering to are not in the Browser showing up

  • @adfjasjhf
    @adfjasjhf 6 หลายเดือนก่อน

    Found this when I was looking for why my ESP32 always flickers the W2812B even when I switched the library and different ESP. Turns out that I didn't have a common ground which ultimately fixed my issue. Without it, the LEDs were flickering like a christmas tree and never stayed the same color or turned off properly :)

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Awesome! That common ground issue is easy to fix and easy to overlook especially if you use 2 different voltages like 12-24v lights.

  • @FloetschMaster
    @FloetschMaster 6 หลายเดือนก่อน

    best video!

  • @90Beater
    @90Beater 6 หลายเดือนก่อน

    Thanks for the post. I am very new to the WLED and ESP32 universe but am treading above water so far. I first setup a 4 panel 32 x 8 setup and it worked great. Black Friday made me spend and I am now setting up a 12 panel display. I have them all working together in a large matrix and am building a case to carry it around with semi transparent white acrylic to disperse the light. I tried to setup sound reactive on a second chip 13.2 version tonight and it fried it when I setup the large matrix. It did the same with another one but I was able to recover it. That led me to 0.14.0-b2 I was able to flash it to a chip with sound reactive and everything looks good. I will try it in the morning. That led me to your video. I was wondering how to layer the scrolling text over other effects since I started this project and it looks like you have figured it out. I will also try that in the morning. Many birthday and Christmas parties this month. Everyone loved the small panel I am sure the will like the new one even more.

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Awesome! Funny enough I have a lot of family birthdays in December as well. Hope the text overlay works for you.

  • @shaggymook
    @shaggymook 6 หลายเดือนก่อน

    This is the best explanation of this issue I have seen! Thanks for the video! Just a note for those of us that use Vixen and FPP. Make sure if you have a computer running Vixen on the same network as FPP , That Vixen is completely closed while the show is running on FPP. If Vixen is open the lights will constantly flicker. This one bit me a few years ago, was pulling my hair out, til i noticed that it only happened while i had the program open.

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      That's a good point. A similar thing happens with xLights and FPP. If two machines are broadcasting data , the controllers get confused and flicker

  • @korystockdale888
    @korystockdale888 6 หลายเดือนก่อน

    i have been installing permanent christmas lights on my house ones i designed using ws2811 pixels, i just tied in an additional section in a hurry and connected from the wrong end of the string now none of my pixels work at all i did confirm that the controller is good any suggestions how to fix or did i fry all of them?

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      That's a tough question. Most likely you did not damage your other strands. If the only thing you did was tie a strand of strings backwards, but you kept ground tied to ground and power to power, then they should all be good. The data goes one way, but doesn't cause damage if you connected them backwards. What usually causes damage is connecting a higher voltage than your strand can accept or touching ground to power. Was the backward strand at the end of your run or at the beginning? Are you assembling it all on the ground or in the air? If you can assemble the pieces on the ground and test them, it's worth it before you hang them up on a permanent installation

  • @tylernickel8013
    @tylernickel8013 6 หลายเดือนก่อน

    Amazing. Your videos are always great and helpful. I love how you are not using all the fancy controllers and keep it simple. I am doing my first show this year with WT32-ETH01boards. Thanks for all you do to help people as you helped me get my matrix going.

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      No problem! I'm glad you found the videos helpful. I like the idea that we can start with cheap components just to see if we enjoy the hobby and want to go deeper. A lot of the marketed boards are over engineered and have a lot more components than most really need which makes it expensive just to start. However, having said that, the marketed boards do have a lot of safety components like fuses that are necessary and useful components like level shifters that are really useful. They also come in custom PCB boards that make it really compact to fit in a small space. I hope you have a good season and that your matrix works for you. My family and I found the Matrices were the centerpiece to our show and we can do a lot of fun things. Happy holidays!

  • @billmclain8781
    @billmclain8781 6 หลายเดือนก่อน

    Thank-You,,,, I was looking for the video using the single string of light string.

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Were you able to get what you were looking for? You can still use this for a single strand as well as props

  • @wadetomczyk8043
    @wadetomczyk8043 6 หลายเดือนก่อน

    Nice!

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Thanks!

  • @lizettecordero3342
    @lizettecordero3342 6 หลายเดือนก่อน

    Great video, will like to see one when installing everything together as a tutorial.

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Thanks! I built these boxes a few years ago when WLED had just caught on and there weren't many commercially available all in one WLED boards. I still prefer my setup, especially with the ethernet connection, but I'm exploring new options now and seeing if Wi-Fi options can hold their weight. More to come!

  • @markusaurelius4015
    @markusaurelius4015 6 หลายเดือนก่อน

    This is the best troubleshoot for this issue I've ever seen. Very thorough and easy to understand and not pedantic. Well done!

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Thanks, I appreciate that! The flashing lights issue is the most frustrating problem and it's a struggle sometimes to know where to start troubleshooting.

  • @eross21
    @eross21 6 หลายเดือนก่อน

    so i’m trying to do something in this realm. basically i have an esp32 board setup with wled on it. i want to sync it to music on my computer. Is there a way to send Midi from My Daw, and to the esp32 board to trigger different light sequences in Wled? I think Wled accepts this sac protocol for triggering. but how do i connect that to the board wireless my. does the sac have its own app for this. I feel like you are super smart and could explain it. thanks

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Are you looking for the WLED sound reactive sequences to react to songs you create on your DAW? I haven't had the opportunity or need to try SAC, but there are 2 things that come to mind if you want WLED to react to custom songs Audio reactive WLED If you hooked a mic up to your ESP32 there are sound reactive sequences that will react to the music it hears. kno.wled.ge/advanced/audio-reactive/ xLights sequences I prefer to have tighter control on how my light show reacts to music, so I sequence my lights to music using xLights and then use DDP to deliver light data to my individual WLED controllers. One place you might find solution to your problem is the r/WLED Reddit page. There are a lot of guys there that maybe able to provide more insight. If you do go down the SAC protocol path and get it to work, it may be worth posting your success on that page so others can follow in your footsteps.

    • @eross21
      @eross21 6 หลายเดือนก่อน

      @@BytesOfPi xLights, that’s interesting. i haven’t heard of that. also DDP, what is that? is that a lighting protocol like art-net?

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      @@eross21 xLights is an open source tool that the lighting community has used for years. High level, it allows you to model your display area with all of your light props and controllers and create "sequences" that will fire DMX based packets using the DDP protocol. I have another video that demonstrates connecting xLights and WLED. The video doesn't show the music sequence because of YT policies, but you can see my current light shows on the channel synced to music th-cam.com/video/LkGCo9Gi8mk/w-d-xo.html If you're interested in DDP protocol or xLights, here are a few links xLights: manual.xlights.org/xlights/ DDP protocol: www.3waylabs.com/ddp/#Efficiency

  • @BBennett111
    @BBennett111 6 หลายเดือนก่อน

    Thanks for the great video. I found another flickering source. I set up my megatree and a few props through a differential receiver just like last year but this year it flickered. After about an hour of troubleshooting wires and such, I discovered that I had the light switch on xLights turned on at the same time I was trying to run the show on xScheduler. Once I turned it off, flickering disappeared. Whew. Glad it was an easy fix. But duh!!

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      🤣 That's happened to me a couple times... Luckily those issues are really easy to fix.

  • @RPoertner
    @RPoertner 7 หลายเดือนก่อน

    How did you connect your pixel lights to the Home Depot netting? I was getting ready to purchase HolidayCoro matrix when I saw this video and noticed the HD netting was cheaper and readily available! You've got some great content on your channel. Thank you so much for sharing to help newbies like me!

    • @BytesOfPi
      @BytesOfPi 6 หลายเดือนก่อน

      Thanks! I'm all about finding ways to stretching money so you can do more with less. I saw a few videos of vendor created netting for bullet pixels and thought there has got to be a cheaper way to do it. The vendor based Matrix stuff is at a fixed length so you got to know how much you want to space it. I figured a grid gives you the ability to place a matrix at whatever spacing you want. Most of the plastic chicken fence is diagonal pattern with holes just a little too big for pixels, but the grid style fences are just big enough. Two things I'll caution you. First is to be gentle because the squares are snug. It is plastic and if you try and force it too much the square will snap. Secondly my 2365 pixel matrix is very heavy. You'll get that with any solution probably so If you have a really dense matrix it'll try to sag in the middle. I would suggest having one or two braces in the middle of your frame to support the weight

  • @BrickfordCityFire
    @BrickfordCityFire 7 หลายเดือนก่อน

    Great overview, very impressive setup. Since smaller/micro scale electronics are more my specialty, I may try doing RGB on a christmas tree this year to learn the tricks of the trade!

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      That's a great way to get started cheaply to see if you want to get into the hobby or not! WLED has a lot of patterns that will work without music to sync with. You probably have enough around the house to get started. Looping the lights around a Christmas tree may be challenging since xLights needs to model the position of each pixel as it spirals around your tree, but you can get an approximation. If you're ok with quick and dirty, WLED has an audio reactive configurations and patterns if you have a microphone component. You don't have to sequence anything, but just let the controller kno.wled.ge/advanced/audio-reactive/ If you really are ambitious, I got started with just regular Christmas lights, an 8 channel solid state relay board, and custom coded a program to read E1.31 Analog data to turn the relays on and off. That was before smart pixels really took off and

  • @3wheelsdowninTX
    @3wheelsdowninTX 7 หลายเดือนก่อน

    Do you share your Sequence?

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      Sure, I'll give it a try... The zip doesn't have the music, but it has the sequence and images. github.com/BytesOfPi/xLightsWLED/blob/main/xLights/sequences/Holly%20Jolly%20Christmas.zip You can purchase the MP3 on Amazon Music or another music selling site.

    • @3wheelsdowninTX
      @3wheelsdowninTX 7 หลายเดือนก่อน

      @@BytesOfPi that works i have the file now to learn how to use it. thanks

  • @CardiacCat
    @CardiacCat 7 หลายเดือนก่อน

    Wow. So very original and perfect timing. So how did you get the fan effect to cover all of your models at once? That was awesome.

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      Thanks! In the xLights layout, You can group your models together. One of the groups I have is the entire show. Apply the fan effect to the entire show group and it will cover it as if it was one big prop

  • @CardiacCat
    @CardiacCat 7 หลายเดือนก่อน

    Nice to see someone doing small scale trees. I'm trying my hand at a roughly half scale Mega tree. I cannot do the full big boy trees but wanted a pixel tree for a few years now. I'm shooting for something between 9 and 10 ft with a 180 base. If I can handle that then next year I want to add some small trees with arches between them.

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      There was a time where I wanted a mega tree in my display. I watched the videos, saw the different ways to secure the base, and figured out the materials needed. After some thought, I realized I didn't really want a tree. Out of all the home light shows, mega tree failures are the most common. There's a whole xLites video on common issues with mega trees. Get it high enough, and it could fall on some children or become a liability. The mega tree is basically a matrix that is pinched at the top. I can do a lot more animations on matrixes than I can on mega trees. If anything, I'll probably add more matrixes to my show in the future. Don't let me discourage you from building your tree. There is a good video out there you should view before building th-cam.com/video/zL4oorPcp5Y/w-d-xo.htmlsi=uKnEpIsN23YQe8Lk Good luck on your builds!

  • @BrickfordCityFire
    @BrickfordCityFire 7 หลายเดือนก่อน

    Another masterpiece! The Trans Siberian Orchestra has put out some awesome music and you killed it with your light show as always!

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      Thanks! Appreciate the comment! A lot of the credit goes to my wife and the Matrix animations

  • @nakulagham2058
    @nakulagham2058 7 หลายเดือนก่อน

    Thank You Sir, It helped 😇

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      Awesome! Glad to hear it

  • @wadetomczyk8043
    @wadetomczyk8043 7 หลายเดือนก่อน

    haha Nice!

  • @acrixiacelestia7689
    @acrixiacelestia7689 7 หลายเดือนก่อน

    ESP32 with WLED... this micro controller can control thousands of pixels. SMALL but POWERFUL.

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      For sure! Amazing that something so small controls so much.

    • @acrixiacelestia7689
      @acrixiacelestia7689 7 หลายเดือนก่อน

      Hi @@BytesOfPi do you make DIY controllers on ur own show? Im just using pre-assemble ESP32 -- like QuinLED-Dig-Quad, Wasatch Pixels Advanced Eight Controller and Wasatch Pixels Quad+ Controller for my entire show. I have Kulp F8-B+ but I accidentally destroy the BBB Cape cuz [the stray positive wire was touching in some expose GPIO pins]

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      @@acrixiacelestia7689 Ouch, sorry to hear that your Kulp got fried. It is very easy to mix up a couple of wires and cause havoc. To answer your question, yes, my show is controlled only with WT32-ETH01 boards. When I started a few years back, I wasn't sure I wanted to drop hundreds of dollars on falcon controllers and $50 per receiver just to find out that I didn't want to pursue the hobby. I had already built a light suit for my daughter and coded it up using FastLED. I had built a Proof of concept board that received E1.31 data from xLights and was trying something larger when I found out about WLED 0.11.0. Quin boards didn't exist so I went down the DIY path. To be honest now it's sheer stubbornness that I only use microcontrollers now instead of prepackaged controllers. I bought my first cheap ESPPixelStick this year hoping to find the Holy Grail of wireless controllers without lag. More to come 😁

    • @acrixiacelestia7689
      @acrixiacelestia7689 7 หลายเดือนก่อน

      @@BytesOfPi yep the boards are (little bit) expensive, when u do this kind of hobby😅 I want buy some boards but since I'm from Philippines. Shipping cost plus currency conversion. It kills me.😑

  • @5280Fishing
    @5280Fishing 7 หลายเดือนก่อน

    how many channels can each controller handle? 4?

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      I have only needed to use up to 4, but like most ESP32 chips, you can probably get to more than 8. I just saw someone on Reddit who built a board for the WT32-ETH01 which used the following 8 GPIO pins for outputs: GPIO2, 4, 5, 14, 15, 17, 32, 33

  • @damon20r
    @damon20r 8 หลายเดือนก่อน

    How did you get the text to be several pixels wide on the background matrixes during the video? Mine are all single pixel wide letters like the ones you did at the end of the video.

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      When you select the scrolling text effect on the effects tab, one of the sliders is a font size slider. You can change the font size with that slider to make it thicker.

    • @damon20r
      @damon20r 7 หลายเดือนก่อน

      @@BytesOfPi I already have the slider as large as it goes. I'll try playing around with the height of the matrix with segments to see if that does it. It is a 31 x 31 matrix and I already have split it into two segments but it didn't change the thickness of the text so I'll make it much more rectangular.

    • @BytesOfPi
      @BytesOfPi 7 หลายเดือนก่อน

      @@damon20r WLED has a few canned font sizes. I think the max font is a thin font. Try slightly smaller for thicker fonts. If you really wanted to tweak your fonts, I can show you where in code You can modify the font sizes to whatever you want. I usually flash my controller is using VS code so I can modify the code to fit my needs. You can tweak the font sizes here in code and then flash your version onto your controller github.com/Aircoookie/WLED/blob/1dab26bcbcac051f2b7be47a2d5c757a9938bf1f/wled00/FX.cpp#L5909