How to Build a Massive LED Wall on a Budget

Поделиться
HTML-код
  • Опубликовано: 22 май 2024
  • Written Instructions: www.instructables.com/Build-Y...
    All the files you need: github.com/TechRandom/Massive...
    You can support the development of future projects by purchasing supplies with these affiliate links. A small percentage of the transaction will go straight to me at no additional cost to you!
    Materials
    16 x 5m 30P/m (150 Pixels) WS2812b LED Strip
    amzn.to/3x9DzOK
    1 x ESP 8266 microcontroller (6 pack) - 1 extra just in case
    amzn.to/3llyYqe
    4 x 5V 60A DC Power Supply
    amzn.to/3Xl2xW7
    4 x AC Power Cord
    amzn.to/3jMEC4k
    4 x 1kg Black PLA Filament
    amzn.to/3lnnnHa
    1 x Light-Diffusing Cloth
    amzn.to/3lr6yLC
    1 x 36x48 inch Cardboard Sheets (5 Pack)
    amzn.to/3YjmApl
    Other Supplies
    3D Printer - amzn.to/3U447xE - Insane value beginner printer
    Soldering Iron - amzn.to/3x9KzLx
    16 Gauge Wire - amzn.to/3DWSKPr
    Wire Stripper- amzn.to/3IclCp6
    Duct Tape - amzn.to/3YGJNRU
    Hot Glue - amzn.to/3jM5ocZ
    Stapler - amzn.to/3RPpDmT
    Who needs nano leaf tiles when you can DIY an entire wall of LEDs! In this episode of Tech Random, Chris Parker is teaching you how to build your own 7-foot wide LED matrix for under $500! With a focus on beginner-friendly steps, Chris will walk you through the entire process of building the panels, connecting the LEDs, and using WebSockets to control the display over WiFi. This video is a must-watch for anyone who wants to add a pop of color and life to their room, or for those who are looking for a unique visual experience for their music or video calls. So get ready to ignite your creative side, as Chris takes you through the exciting world of LED walls!
    Timestamps:
    0:00 Demo of the Display
    0:26 Introduction
    0:50 3D Printing the Tiles
    1:43 Materials and Supplies
    2:19 Like the Video
    2:35 Building the Panel
    4:10 Testing the LEDs
    5:27 Connecting the Power Supply
    6:54 Adding the Diffuser
    8:21 Fixing Broken Software
    9:08 WebSockets
    10:06 Single Panel Firmware
    11:23 Four Panel Firmware
    13:26 Final Thoughts
  • НаукаНаука

Комментарии • 535

  • @danschulz8255
    @danschulz8255 Год назад +144

    I think it’s common practice and code in the US that black is hot and white is neutral.

    • @TheTechRandom
      @TheTechRandom  Год назад +42

      Thanks for pointing that out. Luckily I fixed it before anything caught on fire, but I hope anyone else who attempts this project catches my mistake

    • @BrianStreetUnity
      @BrianStreetUnity Год назад +13

      @@TheTechRandom came to say the same, fire is an unlikely outcome, but knowing the standards are best practice
      .

    • @The4valanche
      @The4valanche Год назад +15

      Das racist

    • @denton3737
      @denton3737 Год назад +8

      @@TheTechRandom Luckily, having hot/neutral swapped will do nothing bad, and the module to work as expected since it's AC power and not DC.

    • @all4content
      @all4content Год назад +5

      @@TheTechRandom Seems like an in-video note/overlay or at least something in the video notes would be appropriate here. Unless making an intentional mistake in the video is to spur comments - probably something less electrical would be appropriate there.

  • @GarrettBlackmon
    @GarrettBlackmon Год назад +210

    Very cool project,
    As an open source software contributor it pained me to hear that you forked a project, fixed something that wasn't working, and didn't raise a Pull Request. That way, as long as the original maintainer is still around, we can have one working piece of software instead of a bunch of forks.
    It might also be cool to make a version of the app which supports "profiles" so you can load all those settings or set them as a default from a config instead of setting the baud rate etc. every time you use it.

    • @Xxana99X
      @Xxana99X Год назад +52

      I checked the same thing before reading your comment.. No issue, no PR and even his fork is private.. He doesn't deserve open source code

    • @dismorphic
      @dismorphic Год назад +39

      Absolutely. If you're going to benefit from open source and take the time to fix a bug (or add enhancements) for your own use, please please please submit a PR upstream so we all benefit.

    • @mrmelon54
      @mrmelon54 Год назад +12

      I left an issue on the repo hopefully this is corrected

    • @AnimusBehemoth
      @AnimusBehemoth Год назад +30

      ​@@Xxana99X Yeah, you're right. It's definitely better to entirely write someone off and say they don't "deserve" open source code (wtf does that even mean) instead of just telling them they should open a PR.
      That way, you ensure that junior coders or people who are new to OSS get scared away from contributing, which is obviously the best way to ensure the OSS community continues thriving.

    • @Xxana99X
      @Xxana99X Год назад +9

      @@AnimusBehemoth man, if you take open source code, make an improvement or fix a bug, you MUST contribute by opening a PR, if you don't do so, you don't deserve the right to use it. You are going against the spirit of open source.

  • @notquitehim
    @notquitehim Год назад +5

    Hey man! Just stumbled upon your channel as I was researching LED Walls because it's a project I've dreamed of doing one day, your version is definitely the most accessible, budget friendly and clever i've seen so far :)
    Thanks so much, I miss the days when I was just a freshman i college and would go to maker fairs and hackerspaces, now that I am older and have been working full time for a while i had almost forgotten how much fun combining engineering and creativity for cool projects such as this can be. I'm super motivated to start making stuff again, huge respect for not only being able to do it but also recording the process and uploading it to RUclips. Keep it up!

  • @dj0082008
    @dj0082008 7 месяцев назад +2

    One word....... STUNNED!!! you have really motivated me to get into leds. THanks

  • @timothywells8589
    @timothywells8589 6 месяцев назад +10

    Let's be honest I'm probably never going to try and do this but this was a super cool project and I loved your presentation style! I would love to have a smaller version of this in my office to display info like time, weather, crypto info etc.

  • @mylesdb
    @mylesdb Год назад +8

    You went big. Recommendations for safety and functionality upgrades:
    1. Add inline automotive fuses on the DC outputs of the power supply in event of an electrical short, the fuse will trip and prevent the PSU burning your house down.
    2. Improve FPS and prevent throttling your home network going all wired with a Teensy and Octoboard. Just one Ethernet cable can carry all that data to the display.
    3. Alternative wireless options include PixelBlaze or WLED running on ESP32 with an output expander.
    4. Consider using RGBW strips which will give better colors and reduce power draw for white or pastel colors.

    • @ame7165
      @ame7165 4 месяца назад +2

      replacing the cardboard and cloth backing with more flame retardant materials would be at the top of the list for me

  • @macmaccourt
    @macmaccourt Год назад +15

    Best how to video I've seen for an LED project in forever! Super-Cool, well thought out, documented and yeah!! I'd like to see you double the rows of LEDs and increase the res!

  • @leonzantvoort6201
    @leonzantvoort6201 6 месяцев назад

    Clear information is always welcome. This is exactly one of those projects where this is very important. Thanks for this explanation and keep it up. 👍

  • @AlanMelling
    @AlanMelling Год назад +2

    Seems like this would be very handy for virtual production. Could use as a lighting with color and proper shaping

  • @bootybandit1860
    @bootybandit1860 10 месяцев назад +5

    This is wild! Compared to tour/live events/staging LED walls, it's obviously not that great, but the way this works out is honestly very very impressive and I'd love to try it myself with my brother.
    I cant wait to see what else you're going to do with this display!
    I think it would also be pretty cool if there was some way that we could run this through a Cat5 type cable. It should be able to carry enough info considering the wall's resolution is pretty low, and it would solve your cable problem.

  • @linda_troinic
    @linda_troinic 4 месяца назад +1

    Well thank you for all your hard work. What an amazing video! I love your flow too. It's perfect!

  • @burnermaster5375
    @burnermaster5375 Год назад +5

    Very cool build! Thank you! This will be on my to do list for sure! Great work.

  • @Thuddster
    @Thuddster 5 месяцев назад

    I am sooo going to make my own version of this, using your design as a baseline template. Huge thank you, subbed!

  • @flatfingertuning727
    @flatfingertuning727 Год назад +2

    I designed and had built a signboard for a rock band with 2500 LEDS wired as ten strings of of five connectorized strings of discrete "bulbs". The ten strings were driven using an AT750 CPLD to demultiplex the SPI bus from a Raspberry Pi. Every pair of bytes from the Pi sent one bit out each of the ten strings of LEDs. Doing things this way allowed a much higher total data rate than if all LEDs were in one string. The one problem with the sign is that many of the blue and green LEDs within the bulbs are failing. even though I've only been driving them at half brightness outside of a few flashing effects. I hope you have better luck with long-term longevity than I have.

  • @coverdebone
    @coverdebone 11 месяцев назад

    I've done a very small LED panel way back using Arduino UNO as the brain and It worked just fine but looking at this project using wifi and having the ability of adding more panels for making perhaps a big LED Wall is awesome. Thanks a lot for sharing this project. It made me want to go back to my old project and maybe creating a bigger panel just like yours. Regards.

  • @haplopeart
    @haplopeart 11 месяцев назад

    That was awesome...this will be the basis of a project I am about to work on. It was exactly the info I was looking for to help.

  • @lsdave
    @lsdave Год назад +2

    Great video. One thing i would suggest is 3D printing a cover for the wired end of the power supply to make it safer.

  • @jow2029
    @jow2029 8 месяцев назад

    Wow you just blew my mind ! what a brilliant project

  • @ethanwok
    @ethanwok Год назад +3

    Thanks so much for making this tutorial. This will be very helpful for me in the future.

  • @sustainablebloke112
    @sustainablebloke112 Год назад +4

    Don't forget: when recording voice over, crank your gain to -2db then you'll sound like you recorded you voice with a pillow

  • @eddietoro2682
    @eddietoro2682 11 месяцев назад

    Dude Ive wanted to get a screen to do background visualizers for my band and with this project, I think I make be able to do it affordably. I'm definitely subbing and liking to see your progress on this project and to try and make on for myself. Great video and great project dude.

  • @tedz2usa
    @tedz2usa Год назад

    This was an awesome build to watch!!

  • @CarPort-ny4dm
    @CarPort-ny4dm Год назад +3

    That looks great! I've also built a WS2812B-Matrix with 720 Leds a while ago and i'm using the "Jinx!"-Software to control the panel.

  • @TekedixXx
    @TekedixXx Год назад +11

    I wonder if foaming Lightweight PLA would be a better option for its low weight and high volume. From what I understand, you could cut the total plastic 40% by weight while still having the same final build volume. Not sure if that is any more or less cost effective than some cheap spools of PLA though, I initially thought about this as a way to reduce the amount of filament needed.

  • @jimmyscott5144
    @jimmyscott5144 Год назад +5

    First video I saw by you and got a sub. I would love to see this all hosted on a raspberry pi for the websock and then with the raspberry pi be able to use shareport sync(open source airplay) for the music and pass that data to the displays for the album art or lightshowpi for controlling the leds. Plus it could be cool if you use multicast/snapcast (I think is the name) to be able to like multiple raspberry pi's to play the song in different rooms with the music synced and maybe a panel in each room set to the audio visualizer. That would be a huge project but super cool to show off during a party

  • @shadowr2d2
    @shadowr2d2 Год назад +1

    Thank you for posting this video 🎉. You have a new subscriber. Keep up the great work 🎉.

  •  Год назад +1

    Thank you so much for the documentation. It help a lot!

  • @pccustom403
    @pccustom403 5 месяцев назад

    This is super cool. Good job

  • @davedave3631
    @davedave3631 Год назад +9

    Black goes to live and white to neutral. You have them backwards.

    • @sleyeborgrobot6843
      @sleyeborgrobot6843 7 месяцев назад

      what if its aftermarket?

    • @TheTechRandom
      @TheTechRandom  7 месяцев назад +3

      After market will follow the code for whatever country it’s made in. Always look up the color code and don’t just assume black is ground like I did 😂

  • @RobbertDIYprojects
    @RobbertDIYprojects 3 месяца назад +1

    awesome i like these kind of projects

  • @Tiryk
    @Tiryk 9 месяцев назад +1

    Really cool! I'm an event planner looking for an alternative to renting LED walls from production companies, this might not exactly be the solution but it's super close! maybe If could find smaller LEDs I could mash together to get a higher resolution image. Also creating a way to setup/takedown and transport would be worth considering for someone in my situation.
    All in all, you did a great job! I subbed off the video alone. You made this very easy to understand and feel like something I could do even with no engineering background. Thank you, this was a great help in my research!

    • @tz496
      @tz496 8 месяцев назад +1

      there's 144 pixel/m ws2812b strips, for example. if you mount those very close to each other there's barely any space between each LED. just will have to be mindful of increased power consumption and how quickly your amount of pixels increases (making them harder to drive at higher framerates).

  • @k.beeler4240
    @k.beeler4240 Год назад +19

    Great explanation on how to do this! BTW,
    Green = ground
    Black = load/hot
    White = neutral

    • @mikemotorbike4283
      @mikemotorbike4283 Год назад +1

      For future reference folks, remember: DC wiring of black and white are different or reversed compared to AC household wiring: In Canada and the US (Single Phase - Split Phase)120v AC wiring
      AC
      white = Live/Load/Hot
      black = neutral
      green = ground
      DC
      red = positive
      black = negative
      white/grey = ground
      RV owners troubleshooting their DC lights and other dc stuff often discover this difference when the electrical wiring installer of the DC circuit mistakenly continues the AC wiring colour scheme.

    • @T00LF00L
      @T00LF00L 6 месяцев назад +5

      @@mikemotorbike4283 WRONG. AC BLACK IS LIVE.

  • @tonyfdesign
    @tonyfdesign Год назад

    Wow. Awesome work.

  • @o0shad0oo
    @o0shad0oo 6 месяцев назад

    Pretty cool. Of course, you can now find a TV almost as large for less than double that, which would make for a much nicer display...

  • @imdbtruth
    @imdbtruth 4 месяца назад +1

    They now have UCS8903 pixels available which are 16-Bit, compared to most pixels that are 8-Bit, with the exception of GS8208 which is 12-Bit. The extra Bits would really pay off in a project like this. However the UCS8903 is harder to find and considerably more expensive than the lower bit varieties.

  • @fixitanyway4018
    @fixitanyway4018 Год назад +1

    I came by because I'm looking for a LED matrix for a (big) Nerf chronograph - and I see your Prometheus casually laying on the sill

  • @kataseiko
    @kataseiko 4 месяца назад +1

    A little tip from an electrician: Never just put a stranded wire into one of those connections without a ferrule. You can get a thousand of them for maybe 5 bucks and you'll avoid a fire in your living room. If one of those strands happens to cross the terminals, you'll be lucky if the RCD ("residual current device", sometimes "RCCB", "residual current circuit breaker") catches it. If you're in the US, you probably live without an RCD (your electric grid and laws for electric installations are garbage) and your strand will quickly reach 1100 °C (2000 °F), likely causing a small fire before the stand can melt.

  • @leisryan
    @leisryan 11 месяцев назад

    Awesome project dude...!

  • @jonassvensson7296
    @jonassvensson7296 Год назад +1

    A version of Tetris would be fun. The Tetris blocks should match the led pixels.

  • @smellybubble4859
    @smellybubble4859 Год назад +1

    This is great… I’m might actually try this one!

  • @inufficinacongrisugino
    @inufficinacongrisugino Год назад +1

    Oh wow its super large wled 👍🏻💪🏻🤙🏻 i love wled 👍🏻

  • @yuricorrea2491
    @yuricorrea2491 Год назад

    You can probaly glue some pingpong balls on those led holes. Would look funky. Nice project and great explanation! THanks!

  • @coondogtheman
    @coondogtheman Год назад

    I'd like to see an even bigger one of these. Big enough to play games on or watch youtube.

  • @Myrinero
    @Myrinero Год назад +22

    You should use sk6812 rgbw for that extra white pixel or ws2812b, both in matrix variants 8x32cm. The pixel density is like 144 leds per meter and it gives you much higher resolution and they are fkexible with 3m sticky side at back.
    For the controller go with esp32, inatall wled and then use it only as art-net reciever. Btw with one esp32 i was able to send data to more than 6k ws2812b leds on 30fps.
    I'm using resolume arena to send video feed to the esp32. If i want to screen capture i'm using NDI inside resolume and it works without any problems.

    • @TheTechRandom
      @TheTechRandom  Год назад +6

      Why would I need an extra white pixel for a video wall? 144 leds per meter would give a better resolution but it would also put the cost of this project through the roof. The goal of this project was to cover as much area as possible for a low cost so your suggestions are valid but they don't apply to this project specifically.

    • @Myrinero
      @Myrinero Год назад +2

      @@TheTechRandom @Tech Random the price is almost the same, so why not? :)
      Price of one 8x32cm is around 10-15$ depending on brand for ws2812b. For a screen 2x1 meeters it's goins to cost around 250-300$ for the leds. With the matrix style leds you wont need any 3d printing also, just slap those leds on something and because of the density you wont need any diffuser, or if you want you can add PMMA opal layer for example on top.

    • @TheTechRandom
      @TheTechRandom  Год назад +4

      For a 2x1 meter array I would need 13 x 7 of these tiles. The best price I can find on Ali express is $13 each bringing the total cost to $1,183. I'm not sure how you got $300 based on the numbers you gave...

    • @JasperJanssen
      @JasperJanssen Год назад +3

      @@TheTechRandom 12x6 for 96x192cm presumably, but 72 modules is still 720 bucks even if you are able to find them for 10 bucks each. And you definitely still need both diffusers and a printed mesh to get a good result. But you would get a much higher density, so there’s that.

  • @amil89
    @amil89 Год назад +5

    awesome project and great documentation. Well done!

  • @hippynurd
    @hippynurd Год назад +1

    Something that I figured out AFTER building my first matrix was the the power can come from anywhere, but the data line must be linear, so you can bridge the power wires on either, or both sides of the strip, and run your data in a line, serpentine is the easiest to solder tho.

    • @smoothbraindetainer
      @smoothbraindetainer 5 месяцев назад

      Just don't forget to tie all the grounds together

    • @hippynurd
      @hippynurd 5 месяцев назад

      @@smoothbraindetainer Yes, ground is included in the 2 required power wires that can be connected whatever way works best

  • @anukamithara
    @anukamithara Год назад

    This is awesome man😍

  • @ricardobino7410
    @ricardobino7410 Год назад +9

    Ok, 1st of all you have my like. Great project !
    From a electronic DIY point of view this is awesome, and teaches a lot of concepts.
    Now, from the "$500 budget" point of view and complexity... I would just buy 4 cheap or used TVs, remove the frame and get much better results. Of course I know that is not the point of the video, but $500 can do a lot without having to actually "do" much.

    • @BossmodePictures
      @BossmodePictures 10 месяцев назад

      This. Or just one projector if it's just for backdrop use.

    • @elace2007
      @elace2007 10 месяцев назад

      @@BossmodePictures How would you use just one projector? Would you be able to use it outdoors?

    • @ufffd
      @ufffd 9 месяцев назад

      @@elace2007just do

  • @StuBoyUK
    @StuBoyUK 3 месяца назад +1

    Awesome video

  • @robindelange9706
    @robindelange9706 11 месяцев назад

    Very cool project! I'm looking into this to make a video display for VJ work through Resolume. Then I would also be able to break up the screen in several columns and spread them over the stage.
    How bright would this setup be outside?

  • @AtharvaaM
    @AtharvaaM Год назад

    Add an acrylic diffuser and lcd layer on that to make giant display

  • @Skkonn
    @Skkonn Год назад

    Nice work!

  • @_B.C_
    @_B.C_ Год назад +1

    Cool project. I would like to see what you could do with this and the free version of touchdesigner.

  • @tpaairman
    @tpaairman 5 месяцев назад

    Just some notes on the connections. First, when soldering the wires to the 8266 board, the wires should have gone through the board, not surface mount soldered. Going through the board will give a stronger connection. Second, when connecting the line cord to the power supply, you have black and white reversed. Technically since it's AC, it will still work, but also, you referred to the white as live. It's not live, it's line. You also have your line cord wires fed the wrong way. When you bend them, they should have been fed from the left side of the screw, not the right, since the screw will push the wire from left to right (at the top) which will help pull the wires under the screw better. Having it looped right to left can cause the wire to slide out of the screw as it is tightened.

  • @KevinWildenradt
    @KevinWildenradt Год назад

    wow very cool dude! Love it I am into similar stuff

  • @mokeymike2003
    @mokeymike2003 6 месяцев назад

    If I did a 12” tall by 5’ wide could I just lay the led strips right next to each other and skip the diffuser part? Awesome content brother. Never stop

  • @Bacon420
    @Bacon420 Год назад

    my dream was always to see an LEC PC like this. even just one side would rule.

  • @pdrg
    @pdrg Год назад

    Tip for anyone struggling to connect their ESP8266 to PC/Arduino - not all cables are alike! You MUST have a mini-USB cable with data lines, the ones you get with chargers only have power lines, you need a thicker, good quality cable :)

  • @taylorelrod
    @taylorelrod 7 месяцев назад

    Being able to display sports matchups with betting odds would be insane!!

  • @mhazepuntanar
    @mhazepuntanar 7 месяцев назад

    cool build might try this one!
    just one question if want to use it like for outdoor, how can you connect it to battery and what voltage and amp of battery do I need?

  • @lanphanh
    @lanphanh 11 месяцев назад

    Very cool!

  • @waqargul5435
    @waqargul5435 6 месяцев назад

    You're Awesome!!!

  • @Alice.59
    @Alice.59 8 месяцев назад +1

    You should have put the led strips on a aluminium plate instead of cardboard, for a better heat dissipation

    • @TheTechRandom
      @TheTechRandom  8 месяцев назад

      Good suggestion! If you’re going to try this make sure you cover the aluminum in a non-conductive layer so nothing shorts out

  • @nicsteyn7274
    @nicsteyn7274 Год назад +1

    The newest version of WLED has support for matrix led setups

  • @bwmartens
    @bwmartens 5 месяцев назад +1

    I built this and the software side was a bit of a mess. It worked enough to make me happy, but it wasn't good enough to use easily. Recently I realized that I could flash WLED to the ESP8266 which made it immensely easier to use.

    • @TheTechRandom
      @TheTechRandom  5 месяцев назад

      I’ll have to try the WLED matrix effects. Does your setup use a single panel or multiple?

  • @MobiusGT
    @MobiusGT 3 месяца назад +2

    Using alluminum foil on top of the cardboard or even white cardboard would probably help the brightness, same withe having the 3d printed part being white

    • @TheTechRandom
      @TheTechRandom  3 месяца назад

      These are good ideas but I actually have to run the wall at only 10% brightness, otherwise it’s too bright to look at. It does look dimmer on camera than it does in real life but when I first built it I had to wear sunglasses whenever I had it on!

    • @MobiusGT
      @MobiusGT 3 месяца назад

      @@TheTechRandom ahh that does make sense, but imo if it was just as bright at even 9% power I would consider that an absolute win.
      Less power cost, less heat generated and longer lasting leds

  • @nanta18
    @nanta18 Год назад

    Thats super cool

  • @tutukas33
    @tutukas33 9 месяцев назад +1

    Great video! Would it be possible to run all 4 panels on one ESP32?

  • @tomeck.y2239
    @tomeck.y2239 Год назад

    Nice project!
    I have some questions about, let's call it "pixel size". Have you tried making individual pixels smaller so you can fit more of them on one display making it higher resolution? I guess that the size of your divider grid is a result of space between individual LEDs on your strip, but have you tried using LED strips with higher LEDs density or maybe even individual LEDs?

    • @TheTechRandom
      @TheTechRandom  Год назад +1

      I’ve used higher density strips for other projects but my goal with this was to make the biggest screen possible for a reasonable price. If I used a smaller pixel size I would have needed more LEDS, more power supplies, and more controllers. The cost adds up really fast!

  • @emmazuma9958
    @emmazuma9958 2 месяца назад +1

    I would be nice to see HDMI connection on this so it can be used in churches as a low budget substitute for high end LED walls

    • @TheTechRandom
      @TheTechRandom  2 месяца назад +1

      HDMI requires hardware decoding which would significantly increase the complexity of this project. For churches you’d probably want a higher resolution to read song lyrics and such so a projector is going to be a better choice. I am working on a higher resolution version though and I’ll look into adding hdmi if possible

  • @CarlosBuchmann
    @CarlosBuchmann 6 месяцев назад

    Do you think it could work to install the leds on a textile so it can be rolled to put away? Im thinking about a band banner on stage, if it is a textile base it can be stored and installed in a very siple way on gigs...

  • @pendragnx
    @pendragnx Год назад

    very cool!

  • @boscorner
    @boscorner 6 месяцев назад

    One of my strongest interesrs is in obscure rpgmaker games. I may make one thats 320x240 and display gameplay and screenshots from my favorite games

  • @reuven2k
    @reuven2k Месяц назад +1

    Hello dear friend, is there an option to make this beautiful thing you made, but with 6 strips of 5 meters each (without cutting)? Of course I supply the voltage externally and not through the controller?

  • @JA-zk7np
    @JA-zk7np 9 месяцев назад

    you could improve it by putting a layer of parchment paper to difuse the lights

  • @charliefrance225
    @charliefrance225 Год назад

    MAKE IT A FLOOR! sweet

  • @danhdao1647
    @danhdao1647 8 месяцев назад

    It’s amazing

  • @newchannelization
    @newchannelization Год назад

    Wow thanks man

  • @amphibiland
    @amphibiland 6 месяцев назад

    Hey, sorry these comments are filled with so much hate. This is a great project and you've executed it well. Good job!

  • @PrograError
    @PrograError Год назад

    Sounds like we could DIY a high Res dot matrix, provided we isolate the light leaks and the heat from all that LED running (not to mention the electric cost ...)
    Maybe we could DIY a 16 bit high Res version before a 32 bit (I think this Res is about 8?

  • @nabun00bs
    @nabun00bs Год назад +2

    Great video and project with good audio and lighting, editing and chapters are also very nice. Maybe the cardboard was an oversight, and I'm sure it's fine, until it isn't... I'm not trying to Troll here but 300 Watts plugged into cardboard and a bed sheet? What could possibly go wrong... At the very least if anyone tries this please consider replacing the cardboard with something that helps sink the heat of the LEDs, and is not an immediate fire hazard should (when) the SHTF. I really like the diffuser STLs here. I'm going to print these and a few others for a suspended ceiling tile matrix. These might be the winner they are nice and big. For that project, I plan to use a ceiling tile diffuser for the bottom and the top. Not sure if the bottom is getting painted black or wrapped in a mylar sheet. Have to test those out too. Anyway, please don't take my criticism of the cardboard the wrong way.

    • @TheTechRandom
      @TheTechRandom  Год назад +1

      This is great advise! I chose cardboard to keep the budget low but I’ll admit it’s not the safest choice. I think this panel design would work really well as ceiling lights!

    • @nabun00bs
      @nabun00bs Год назад

      @@TheTechRandom I'll let you know how it turns out.

  • @jntaca
    @jntaca Год назад

    Here is an Improvement because you dont really need bi-directional protocols like websockets or TCP:
    Each ESP8266 receiver has a fixed IP address running an UDP server.
    The controller just send UDP packets to each receiver.

  • @lukemccrae1617
    @lukemccrae1617 Год назад

    Awesome tutorial! At the end when you're using the wall to play video from a camera there's a little bit of latency. Could this be reduced by using wires instead of web sockets or reducing the size of the grids? I'm looking into building something similar with WS2812b 16x16 matrices to be powered by touch designer

    • @TheTechRandom
      @TheTechRandom  Год назад +2

      There’s no latency using wires. Smaller grids have less latency and a higher frame rate!

    • @lukemccrae1617
      @lukemccrae1617 Год назад

      @@TheTechRandom is there a reason you didn't use DMX?

    • @TheTechRandom
      @TheTechRandom  Год назад +2

      Adding DMX support would require additional hardware and the firmware on each ESP 8266 would have to translate that data into something the LEDs can read. LMCSHD sends a bit stream formatted for addressable LEDs so there’s no processing delay between the frame being sent by a PC and getting displayed. All of the delay in my project comes from the transmission time of the web socket

  • @TheOfficialStal
    @TheOfficialStal Год назад +3

    It's awesome but maybe you could you achieve a similar effect with a projector and some software filters, obviously won't be as bright or have as much contrast but I imagine it would still look quite nice for a bit less money. Might be a good alternative for those not wanting to get too involved.

  • @brownjovi
    @brownjovi 7 месяцев назад

    i would like to suggest making a floor of these... you could possibly use clear epoxy resin? that would kill!

  • @michelbrito5746
    @michelbrito5746 Год назад +1

    Really cool project. How different it would be if you want to use a webcam ? I'm trying to find how to do something like that.

    • @TheTechRandom
      @TheTechRandom  Год назад +1

      If you skip to the end of the video I demonstrate using my computers webcam as the video feed. Since it mirrors my screen I can just use the camera app that comes with the PC.

  • @r2db
    @r2db 4 месяца назад +1

    Very nice video, but you really should put a diode on the ESP8266 power input (cathode towards the ESP8266) so if you plug it in with USB your computer doesn't try to power up all the LEDs too. I also learned that the USB port on my computer had a fuse of lower capacity than the fuse on the ESP8266 board.

    • @TheTechRandom
      @TheTechRandom  4 месяца назад

      Only data and ground are connected between the LEDs and the esp8266 to prevent this. Great observation!

    • @r2db
      @r2db 4 месяца назад

      @@TheTechRandom 3:55 You show connecting 5V, data, and ground. The Wemos D1 Mini clones do have a fuse between 5V USB and the 3.3V regulator/ 5V pin header, but it does not prevent backpowering over USB nor does it prevent the USB port from attempting to power the LED strip. I did this once as you had shown, on a smaller LED strip, where I needed to re-flash the device over USB as the OTA update did not work. I connected it (the device is at the ceiling, so a USB extension and 5V power were pulled through the wall to a low voltage box). It fried a USB port when the microcontroller tried to turn the LEDs on. To truly fix the potential problems does require 2 diodes (replacing the fuse with a diode in addition to the LED strip to microcontroller diode). That allows leaving it all in place and powered while flashing the module.
      Yes, disconnecting the module from the LEDs is another way to accomplish the same task, but some people are going to want to put a similar panel in a relatively inaccessible place and might, like I had done, wire a USB extension. Or they might use their laptop to flash the device, and just plug it in while mounted. One 1N4001 is a whole lot less expensive than replacing a USB port. Swapping the fuse for the surface mount diode requires a bit more soldering skill. Some D1 Mini clones apparently already have this diode and then the fuse. Mine did not.

  • @deadneck13
    @deadneck13 Год назад

    I would love to make one of these, but I'd need it to show up as a display device in Windows, preferably driven by an HDMI or DP signal. Any ideas how I could make that happen?

  • @yashjadeja7
    @yashjadeja7 Год назад +1

    haha nice dude, thanks !!

  • @Marc_Wolfe
    @Marc_Wolfe 4 месяца назад +1

    6:20 In the US you say? Black is live. Also, check which color goes to the pin.

  • @ZOIMIBiIE
    @ZOIMIBiIE 10 месяцев назад

    Starting mine this week!

    • @ZOIMIBiIE
      @ZOIMIBiIE 10 месяцев назад

      Also used your referral links. Hope it helps you with other cool shit!

    • @ZOIMIBiIE
      @ZOIMIBiIE 10 месяцев назад

      Dumb question for you..
      Did you affix all 4 panels together in a solid fashion? It looks like you put the diffuser over the whole, 4 panel assembly.
      I’m debating between that for a seamless looking, solid unit finish. But I’m planning on using it as a backdrop and I think being able to stand the 4 up vertically, with some space in between could also look sick.
      Something like this-
      __ __
      / \
      🤓
      lol, if that makes sense

    • @TheTechRandom
      @TheTechRandom  10 месяцев назад +1

      I wrapped each panel separately so they can be moved really easily there is a slight seam between them but it’s hardly noticeable

    • @ZOIMIBiIE
      @ZOIMIBiIE 10 месяцев назад

      @@TheTechRandom fantastic! Thank you. That’s the route I’m thinking. Cause like you said, adding color and movement as a backdrop.. and it would be even sick to set the 4 panels around your table at like a convention type event.
      Super eye catching and a lot of perceived value.
      Thanks again for taking the time to share and make the tutorials

    • @ZOIMIBiIE
      @ZOIMIBiIE 10 месяцев назад

      Sorry to keep bugging you. I’m about half done with printing and chomping at the bit to get assembling
      Like I’d mentioned, I’m considering using this at say a convention type event at my table/booth.
      It occurred to me though. I’ve been thinking to make one video, but have the source video divided into 4 frames to correspond with each independent panel. So you’d run one video as the source, but each panel would appear to play or display something independent.
      If it turns out alright, I could send you the grid overlay to use as template to add to the GitHub or instructable.
      At this event I’m aiming to bring it to in September, counting myself it’s a group of 3. So I was thinking about displaying something to represent each one of us on our own panel, and then have our socials listed out on the fourth.. or something to that effect
      Also on the P1P I’ve managed to cut each pixel panel down to just shy of 2 hours. At the .12 factory settings it’s over 3. But I increased the layer height a bit and on sport mode comes down to 2. I’ve found that if I flip it to ludicrous mode after the first few layers are done, it makes it much much quicker.

  • @42191bd
    @42191bd Год назад +1

    i would really like to see this done with the higher density 60 LED/meter (300 pixel) strips for a more detailed image.

    • @mylesdb
      @mylesdb Год назад

      The hardware and typical home wireless network can’t handle it. Would need to upgrade the design and cost will go up.

  • @darkshadowsx5949
    @darkshadowsx5949 Год назад +1

    i wanted to do this a year or two ago but when i priced out the addressable LEDs on digikey they were over $1,500 for the size panel i wanted and i immediately gave up.
    addressable led strips were going to be outrageous in price too so that was not happening.
    i also wanted to use frosted acrylic as a diffuser cut into squares and that's not free either.

    • @TheTechRandom
      @TheTechRandom  Год назад

      You should definitely give this method a try. It’s way more affordable than I was expecting when I started.

  • @musicfreak1138
    @musicfreak1138 Год назад

    Amazing work! Any ideas for an outdoor/weather proof housing?

    • @TheTechRandom
      @TheTechRandom  Год назад +1

      Plywood, acrylic, and caulking might work

    • @musicfreak1138
      @musicfreak1138 Год назад

      @@TheTechRandom didn’t think of acrylic at the time... hmmm
      I got the brain going now haha
      Appreciate it!

  • @kiowablue2862
    @kiowablue2862 8 месяцев назад

    You've got the black and white wires to the input of your power supply reversed. i.e. the black wire should go to the L(ine) terninal, the white wire to the N(eutral) terminal.

  • @danielsullivan4567
    @danielsullivan4567 Год назад +4

    GOAT

  • @mr.grotto9498
    @mr.grotto9498 Год назад +1

    That's awesome, you can get that printer and all the other parts for under 500? Wow

  • @TerraMagnus
    @TerraMagnus 5 месяцев назад

    It would be wild to do this with e-paper displays.

  • @garyneil7807
    @garyneil7807 Год назад +2

    Great project can you put the link in for the matrix frames please as I couldn’t see a link ! Thank you

    • @TheTechRandom
      @TheTechRandom  Год назад

      All the files are on my GitHub page, including the STL files for the matrix frames!

    • @garyneil7807
      @garyneil7807 Год назад

      That’s great I never thought about looking on GitHub so thank you once again

  • @societl
    @societl 5 месяцев назад

    Giant LED Wall: 😃
    Electricity bill: 💀⚰️