I usually don't like or dislike this kind of videos, but the work involved, the attention to details, and the end result is greater than most. And after that, you provide the code and the files to anyone that want to do the same project, for free! Double thumbs up for you and this video!
I like to have my projects open source and open hardware, so more people can enjoy these kind of things. I also like watching other peoples projects, and this is my contribution 😎
@@MaltWhiskey it's a long shot, but we don't know unless we ask. So, that's a 'yes', right? 😜 Truly marvelous work. I'm still in awe. I suck at soldering, so that's at least one reason I wouldn't survive such a project.
I’ve built many high performance audio amplifiers and preamplifiers, countless piwer supplies and too many projects to count over 43 years. This cube, my friend, is the ultimate end to end beautifully designed project I have laid eyes on. A real credit to you. If this was a kitset with a carefully written manual, I suspect you’d have a fair market at your disposal. Bravo!
can you imagine how a physics professor could use this to demonstrate all sorts of things in 3 dimensions? Can't do that on a whiteboard, you know? Amazing creation we should use to visualize in 3d for education
We Had Tech Like This At One Point, The Kuntz Who rule Today, Removed It From Society & Civilisation...🤦🏼♂️ The Very Education System You Speak Of They Control! Fml. They Don't Want Folk To Learn In A Visual Manner....Plus Devices Such As This Will "Open Eyes" To Many Lies About A Ball Earth? Much Love 💚
20 Years ago i made a 8x8x8 Blue LED Cube with two shoolfriends as a project in school. This was heavy soldering fun. I can imagine how much work a 16x16x16 Cube was! Very nice work!!!
YOU ARE WARRIOR . I have made the 8X8X8 simple led and i was about to die.... but this RGB16X16X16 is at least 15 times more complexe. You are crazy man ! Big kudos !!!
Mirrors on the two back walls would add an interesting effect. What a project! I've downloaded your git repository, thanks for sharing. I'm headed down the rabbit hole!
@@novaenricarter705that's a good point. It also makes me wonder if you could "optimize" this concept by pruning away LEDs on the innermost layers 🤔 you could potentially lessen that potential issue, and save a lot of work.
My wife asked why one would build this. My answer: just because it can! Hell of a job but I guess it must be quite pleasing and satisfying to build something this cool and make it to this level of perfection.
Fantastic build! You truly created a beautiful work of art, engineering, and wizardry here. The extreme attention to detail and design of the process (like the LED jig for bending the leads) is inspiring! Keep it up!
The amount of engineering and craftsmanship that went into this far exceeded my expectations upon first opening this video. This is incredible work and I seriously hope you're proud, you've earned the right to be. You cover mechanical design including material consideration and manufacturing methods, maintenance considerations in the form of modularity and critical system ease of access, electrical PCB prototyping, power distribution and intensive quantities of soldering, C++ Programming and then the patience of developing those animations. You've earned my respect and i strive to be like you.
Man, all the animations are so cool! Great job. I would love to see an effect where it looks like the snake from Snake where it like chases an apple around in 3D space
I’m used to seeing these being built with single-color LEDs, so I was blown away to see a multi-color led in a cube (and all the additional bends and connections)
Wow, congratulations, very well done! I like the perfect alignment of the LEDs, because it makes crystallographic axies visible! (You have essentially a cubic crystal). Now I would imagine to use it for visualisation of scientific models, e.g. diffusion or atomic orbitals. For the latter one could demonstrate the dynamics as well, something that has never been demonstrated. Would like to have such a cube ...
I love my share of doing repetitive tasks while just vibing. But preparing 4096 LEDs? AND writing drivers for it? Good lord, I wouldn't do it if someone wasnt paying me for it. You are a man of Focus, Commitment and Sheer fucking WILL.
It would be cool if there was an animation of someone dancing inside. I don't know how quality it would look on a 16×16×16 cube due to the density and general size but it would make for an interesting proof of concept for a larger scale "hologram" box with full 3D animations
Imagine this with high-resolution, like 500x500x500 or above, and realy small and transparent components. Imagine a game in that "screen". Awesome project, looking foward for future ones.
painstakingly soldering 4096 rgbs and building all that is not an easy feat....mind blowing just, these are the people that deserve millions of subscribers.....
Assuming those leds can show any color, I would think it wouldnt take a lot, to write some code that could downsample a video to 16x16 pixels, and then convert the colors of the bitmap to the leds. Then as you rapidly change each led to match the video, you could rotate the coordinates for each pixel, and literally see the video rotate along for example the Y-axis. Additionally, you could convert a text message that is shown in the pixel matrix.
Now, using a leap motion or similar, track your hand and display an approximated 3D model of it inside the cube that follows your movements in real time. Or use it to interact with the cube in any way actually
This seems like something that could be mass produced by encasing the LEDs in clear plastic and having standard connectors so you can put as many together in any configuration you want.
Absolutely terrific. Saw this on Reddit and thought it might be a good project. However having just bought a soldering iron, maybe after I get a few more under my belt.
Thank you Dave! I’m a big fan of your channel. In the beginning i came there mostly for led related topics. But you can even make changing light bulbs or Windows topics interesting although i switched to mac years ago ;)
Makes me wonder what it'd look like with reflective tint on the insides. Basically those infinity cubes/mirrors but with an addressable LED cube array.
This feels like the early days of holographic technology. I'm just imagining this tech with much higher led density, with smaller leds and it would be an amazing 3D display. They went from small B&W tvs to 4K flatscreens, they could do similar progress with this.
Great thinking! That would be incredible. A "high resolution" human size display. Or even just a smaller cube as presented above. It would be interesting to see a "video" being played through the cube. A tree whooshing in the wind. Or even a tabletop "zoo"
Boss, I'm gonna level with you, I didn't understand a single fucking thing in a technical sense. But sweet mother of Odin the process you took and the end result are fucking gorgeous. Stellar build
i have seen some of these but nothing in this kind of quality holy shit that is stunning you got some nerves man keep up the good work maybe modular for diy and then sell the kit
If anyone is wondering how you can set the colour of each individual LED: It uses "addressable" LEDs. Each LED actually has a tiny chip inside. They have four legs: power, ground, data in, data out. The data is passed from one LED to the other, the first one takes its own value and passes the data on to the next LED which takes the next value and so on. I'm not sure on specific implementation but for example the data might look like this for three LEDs using [R, G, B] values where the first LED is to be set to red, the second green and the third blue. The first LED receives: [[255, 0, 0], [0, 255, 0], [0, 0, 255]], it takes its own value [255, 0, 0] which is red, and passes the rest [[0, 255,0], [0, 0, 255]] on to the second LED etc. There will also be a brightness value but I've ignored that for simplicity.
I believe that probably, due to response times, he is not using addressable LEDs, as handling such a large quantity could create a potentially visible delay. In his case, I am more convinced that he is using the following: "In the case of 4-pin RGB LEDs without an integrated controller, a common method to control them is by using a microcontroller and shift registers. A shift register is a digital circuit that can be used to expand the number of output pins of a microcontroller. It allows you to control multiple LEDs using a serial connection."
That looks amazing! It would be epic if it could create a 3D appearing image of a face that linked to an AI assistant like Gemini. It'd be like Cortana mixed with a futuristic verson of Wizard of Oz.
Fusion 360, 3D printing, PCB art, PCB design, even woodworking makes an appearance! You are a polymath creator. This is hands down the absolute best version of volumetric display I've seen made. And only 1.12K subs! What kind of pixels did you use? WS2801?
IDEA... if you find LEDs where the resin coating is as clear as possible then find the matching resin you could solidify the whole matrix into a block of clear resin therefore making the led resin casings invisible and you'd only have the visual impedance of the wires and diodes. Furthermore, I was thinking if you can find a resin that had the same refractive qualities of water it would theoretically be possible to make a water electrolyte and micro canals in said resin to make the wires invisible. Then you would only see some light refraction within the matrix block itself and the individual diodes... granted all this would require some new special equipment and manufacturing processes but holy crap... with small enough diodes you could theoretically achieve a very high fidelity translucent led matrix with very little visual obstructions. it would be a quality volumetric display.
Now connect it to Home Automation as a visualization of your voice assistant looking like a magical wisp, pulsating with each and every word they say. Truly magical
Should look into manufacturing and selling these, maybe at different scales. I could see a lot appeal for clubs/DJs, desk toys, game rooms, high-end christmas displays, etc.
It did blow people away when trailer-sized ones were an attraction on plenty of Burning Man festivals. You could lie under one on your back and look up at all the "moving" lights.
What happens if you try to use it to display a 3D head? It's low resolution obviously but I think it will still be amazing and will probably inspire others to make a higher resolution one.
What was your reason for using addressable leds? And where did you buy them ? I feel like they're more expensive Was the system and software more or less complex than if you used standard common anode/cathode leds? Of course it would have required more pins to control. More shift registers ! I'd love to know your thoughts!
Addressable leds are the new tech, so why not use them. I made a 9^3 cube with multiplexing and it is very dim compared to this one (this one can blind you 😬) multiplexing 16 layers is possible, but even less bright. The software is different, but if you know what to do, the difficulty is the same. I have source code for both cubes on github. So you can compare if you want. Another pro for smart leds is they only need beefy + and - and the signal wire can be very tiny. While common cathode need beefy + and beefy - for each color. So thats 4 thick leads vs 2 with almost invisible data. So the visibility through the cube is much better. Also the pwm routing for common anode/cathode from your led/pwm drivers is more complex, routing 16 pwm signals each led driver (maybe more, driver dependable) vs 2 with led protocol. I wouldn’t use shiftregister for a multiplexed cube, if you want to vary brightness you have to do it in code, so thats not optimal. Using a led driver like a tlc5940 will solve that for you.
Great project, that thing will look great forever and is a pretty cool platform to play around with different programming experiments. I bet you could get kids excited for arduino projects with this too
I usually don't like or dislike this kind of videos, but the work involved, the attention to details, and the end result is greater than most. And after that, you provide the code and the files to anyone that want to do the same project, for free!
Double thumbs up for you and this video!
I like to have my projects open source and open hardware, so more people can enjoy these kind of things. I also like watching other peoples projects, and this is my contribution 😎
That is amazing. People who have never soldered anything before have no idea the hours that this must have taken.
Indeed and that asking can i buy this….
@@MaltWhiskey it's a long shot, but we don't know unless we ask. So, that's a 'yes', right? 😜 Truly marvelous work. I'm still in awe. I suck at soldering, so that's at least one reason I wouldn't survive such a project.
40 hours of soldering on a 7*7*7 I guess here it’s about 80 + with a lot of preparation to be more efficient
I’ve built many high performance audio amplifiers and preamplifiers, countless piwer supplies and too many projects to count over 43 years. This cube, my friend, is the ultimate end to end beautifully designed project I have laid eyes on. A real credit to you. If this was a kitset with a carefully written manual, I suspect you’d have a fair market at your disposal. Bravo!
Saw thumbnail "Ah this is cool, maybe I can make this for my living room"
Three minutes in "Never mind.."
Awesome project!
Exactly the same :)
Incredible. That must've cost a fortune in materials and the skill to bring it all together. Amazing.
How much of cost I m getting one said how much cost I'm buying that new think
@@sagarawari1340 where I live in Canada each 4 pin dip style neopixel 5mm led is about 2 dollars each. So it cost alot lol
Update. I just checked and a pack of 5 8mm neopixel leds are 15 plus tax lol
@@jstro-hobbytech it costs €0.12 per led. So €500 for all of them. These are pl9823, not neo pixels.
@@MaltWhiskey that's awesome. I forgot about those. It's 400 for 1000 of them here. They are beautiful man.
can you imagine how a physics professor could use this to demonstrate all sorts of things in 3 dimensions? Can't do that on a whiteboard, you know? Amazing creation we should use to visualize in 3d for education
Tbh they need to do this
A VR headset could work too
I was thinking the same....!
Same thought 🤔.
We Had Tech Like This At One Point, The Kuntz Who rule Today, Removed It From Society & Civilisation...🤦🏼♂️ The Very Education System You Speak Of They Control! Fml.
They Don't Want Folk To Learn In A Visual Manner....Plus Devices Such As This Will "Open Eyes" To Many Lies About A Ball Earth?
Much Love
💚
Im an Software Engineer and an Electrical Engineer, and this Video hit diffrent, mate im stunned!
You are inspiring, thank you alot!
Congrats, you're almost as smart as the average idiot!
20 Years ago i made a 8x8x8 Blue LED Cube with two shoolfriends as a project in school. This was heavy soldering fun. I can imagine how much work a 16x16x16 Cube was! Very nice work!!!
This project will be an excellent example of patience and knowledge together... For us and the future generation....
Agreed
This would have taken so long, amazing work.
yeah
took me forever to just do a 8x8
Well he used his lockdown time wisely.
Now run Doom on it.
What do you know about 3d games on your 2d monitors? But doom on a 3d cube, that's it.
That one is actually good
Bruh
Or bad apple
Kkkkkkkk perfect
Ba doom tss
I'm an amateur maker and this is the ultimate build. You are an inspiration. I watch this video at least once a month.
YOU ARE WARRIOR . I have made the 8X8X8 simple led and i was about to die.... but this RGB16X16X16 is at least 15 times more complexe. You are crazy man ! Big kudos !!!
🤪🤪😂🤣
As someone who has built 2 4x4 LED cubes before (and struggled a lot) I can appreciate just how monumentally impressive this is. Good job.
Thanks, time to upscale now? I promise with my jigs it will be easy 😁
Mirrors on the two back walls would add an interesting effect. What a project! I've downloaded your git repository, thanks for sharing. I'm headed down the rabbit hole!
Imagine smaller LED's, more tightly grouped into something like 640x640x640 you could have a decent definition volumetric display!
imagine preparing 262,144,000 individual LEDs by hand 😂
True but at that scale they may overlap and make any real depth unachievable. I wonder the limit on pixels before any depth loss
Ye lemme get 300 million leds
The problem is that it scales to the power of 3 instead of 2, so that’s already 100x more pixels than 4k
@@novaenricarter705that's a good point. It also makes me wonder if you could "optimize" this concept by pruning away LEDs on the innermost layers 🤔 you could potentially lessen that potential issue, and save a lot of work.
My wife asked why one would build this. My answer: just because it can! Hell of a job but I guess it must be quite pleasing and satisfying to build something this cool and make it to this level of perfection.
Fantastic build! You truly created a beautiful work of art, engineering, and wizardry here. The extreme attention to detail and design of the process (like the LED jig for bending the leads) is inspiring! Keep it up!
Much respect. The time and effort into making this is incredible.
The amount of engineering and craftsmanship that went into this far exceeded my expectations upon first opening this video. This is incredible work and I seriously hope you're proud, you've earned the right to be.
You cover mechanical design including material consideration and manufacturing methods, maintenance considerations in the form of modularity and critical system ease of access, electrical PCB prototyping, power distribution and intensive quantities of soldering, C++ Programming and then the patience of developing those animations.
You've earned my respect and i strive to be like you.
After seeing how much work went into a different project of 8x8x8 led cube.
For 16x16x16...I just click Subscribe, no questions asked.
Thanks, 8x8x8 is nothing to sneeze at 👍🏻
Man, all the animations are so cool! Great job. I would love to see an effect where it looks like the snake from Snake where it like chases an apple around in 3D space
Perhaps some people may see this as just technology, but it's indisputably much more than that... this is ART!
I’m used to seeing these being built with single-color LEDs, so I was blown away to see a multi-color led in a cube (and all the additional bends and connections)
Wow, congratulations, very well done! I like the perfect alignment of the LEDs, because it makes crystallographic axies visible! (You have essentially a cubic crystal). Now I would imagine to use it for visualisation of scientific models, e.g. diffusion or atomic orbitals. For the latter one could demonstrate the dynamics as well, something that has never been demonstrated. Would like to have such a cube ...
That's just so ******* sick. If you made a kit with everything included plus instructions, I'd buy one and assemble it.
I started a 5X5x5 single color cube 3 years ago, still not finished lmao and you did a 16x16x16 RGB and completed it!
That is awesome. Sales would be insane if this was mass produced. Take my money
I love my share of doing repetitive tasks while just vibing. But preparing 4096 LEDs? AND writing drivers for it? Good lord, I wouldn't do it if someone wasnt paying me for it. You are a man of Focus, Commitment and Sheer fucking WILL.
It would be cool if there was an animation of someone dancing inside. I don't know how quality it would look on a 16×16×16 cube due to the density and general size but it would make for an interesting proof of concept for a larger scale "hologram" box with full 3D animations
Imagine this with high-resolution, like 500x500x500 or above, and realy small and transparent components. Imagine a game in that "screen". Awesome project, looking foward for future ones.
this thing already uses 4kW when all white O.O
painstakingly soldering 4096 rgbs and building all that is not an easy feat....mind blowing just, these are the people that deserve millions of subscribers.....
I lost it at the Malt Wiskey PCB label using the Walt Disney font: 12:03. Great work.
Thanks for pointing that out. I had not noticed it.
Made me laugh too! My eyes saw 'Walt Disney' then realised the 'D' wasn't right........ Ohhhhh 'Malt Wiskey'! 🤣Very clever tag name
I have printed some t-shirts with my logo and getting this reaction in real life is priceless 😂🤣
Assuming those leds can show any color, I would think it wouldnt take a lot, to write some code that could downsample a video to 16x16 pixels, and then convert the colors of the bitmap to the leds. Then as you rapidly change each led to match the video, you could rotate the coordinates for each pixel, and literally see the video rotate along for example the Y-axis. Additionally, you could convert a text message that is shown in the pixel matrix.
This is absolutely amazing, I'm not sure I have the skills to make this myself... But nothings stopping me from trying.
Do it! Just watch out for cats.
This is by far the coolest one of all these 3D LED cubes that I've seen.
Now, using a leap motion or similar, track your hand and display an approximated 3D model of it inside the cube that follows your movements in real time. Or use it to interact with the cube in any way actually
This seems like something that could be mass produced by encasing the LEDs in clear plastic and having standard connectors so you can put as many together in any configuration you want.
Name your price.
You said it. I want a house made of this thing.
@@thetruthexperiment😂😂🎉
@@sonus289ya ' but I'm calling for your cars extended warranty sir '
$69
Awesome and trippy, want to jam on some Pink Floyd
This is the most spectacular LED cube I've ever seen. 10/10 for the design, build and software demos! Amazing.
Absolutely terrific. Saw this on Reddit and thought it might be a good project. However having just bought a soldering iron, maybe after I get a few more under my belt.
It's not a bad soldering project. Just a lot 😂
admire the patience for wiring up 4096 LEDs x 4 wires.....
Imagine millions of mini leds in this arrangement, that should make a good 3D display
I completely agree, but a 128³ display would already be over 2 million LEDs 😭 the numbers get out of hand so quickly
@@eel12333Not to mention the power requirements 🤣
Absolutely amazing! I made a 3x3x3 and it took me forever :) What you have done is a work of art and an incredible achievement.
As an LED programmer myself, color me impressed!
I see what you did there
Thank you Dave!
I’m a big fan of your channel. In the beginning i came there mostly for led related topics. But you can even make changing light bulbs or Windows topics interesting although i switched to mac years ago ;)
Absolutely awesome. I will build this as a birthday gift for my daughter. Thanx for sharing! Thumbs up!!
One of the, BEST, videos on RUclips. Takes me back when content was actually good and inspiring.
Wow.
that is an extremely beautiful thing. not just in the obvious way of what it can do in the end, but in the construction as well
This and an infinity mirror would be SOOO cool
This is one of the coolest things I've seen.
Want to see an animation of the solar system, or the earth with the moon orbitating around. Should be awesome!
Great job ! Very impressive !
The fireworks blew my mind. Amazing work.
Makes me wonder what it'd look like with reflective tint on the insides. Basically those infinity cubes/mirrors but with an addressable LED cube array.
This feels like the early days of holographic technology. I'm just imagining this tech with much higher led density, with smaller leds and it would be an amazing 3D display. They went from small B&W tvs to 4K flatscreens, they could do similar progress with this.
Great thinking! That would be incredible. A "high resolution" human size display. Or even just a smaller cube as presented above. It would be interesting to see a "video" being played through the cube. A tree whooshing in the wind. Or even a tabletop "zoo"
I am speechless. Astonishing.
The wiring was as much a work of art as the output. Great work man. I'd like to see a rotating galaxy with a few random super nova's.
Boss, I'm gonna level with you, I didn't understand a single fucking thing in a technical sense. But sweet mother of Odin the process you took and the end result are fucking gorgeous. Stellar build
Thanks 😂 Sköll 🍻
i have seen some of these but nothing in this kind of quality holy shit that is stunning
you got some nerves man
keep up the good work
maybe modular for diy and then sell the kit
If anyone is wondering how you can set the colour of each individual LED:
It uses "addressable" LEDs. Each LED actually has a tiny chip inside. They have four legs: power, ground, data in, data out. The data is passed from one LED to the other, the first one takes its own value and passes the data on to the next LED which takes the next value and so on. I'm not sure on specific implementation but for example the data might look like this for three LEDs using [R, G, B] values where the first LED is to be set to red, the second green and the third blue. The first LED receives: [[255, 0, 0], [0, 255, 0], [0, 0, 255]], it takes its own value [255, 0, 0] which is red, and passes the rest [[0, 255,0], [0, 0, 255]] on to the second LED etc. There will also be a brightness value but I've ignored that for simplicity.
I believe that probably, due to response times, he is not using addressable LEDs, as handling such a large quantity could create a potentially visible delay. In his case, I am more convinced that he is using the following:
"In the case of 4-pin RGB LEDs without an integrated controller, a common method to control them is by using a microcontroller and shift registers. A shift register is a digital circuit that can be used to expand the number of output pins of a microcontroller. It allows you to control multiple LEDs using a serial connection."
Perfection in my eyes! Love it - I could watch the end result for hours
You could put one way mirrors on earch side to create a super cool infinity mirror effect in 3 dimensions
Can’t wait for 1080p cube of this
So cool man. I wish I had the requisite skills and the imagination to do something like this!
Stunning, I can't seem to get my act together enough to build a 4x4x4, building this monster is truly impressive.
I have a design for a 4x4x4 that is buildable in 6 hours. Maybe i’ll share it during summer holidays. Right now too much stuff to do 😬
@MaltWhiskey any chance on more insight on the 9x9x9?
You should put some optional mirrored surfaces on the sides, top and bottom to give it an infinite effect. Nice job.
having one of those as a room lamp has to be cool
That is impressive AF 😍
11:05 The Destroyer Cat ist comming "I Be back!"
YOUR ARE A GENIUS! I love this Cube!!!!!!!!!!!!!
you should totally run a fluid sim inside of this
That looks amazing! It would be epic if it could create a 3D appearing image of a face that linked to an AI assistant like Gemini. It'd be like Cortana mixed with a futuristic verson of Wizard of Oz.
This would probably be really fun on Acid
wow! meticulous build detail, custom drivers, fine tuning and stunning visualizations!!!
Fusion 360, 3D printing, PCB art, PCB design, even woodworking makes an appearance! You are a polymath creator. This is hands down the absolute best version of volumetric display I've seen made. And only 1.12K subs! What kind of pixels did you use? WS2801?
PL9823 LEDs. You can see it when he looks at the code.
Need to see this inside a box of two way mirrors. An inimity cube. 😳
IDEA... if you find LEDs where the resin coating is as clear as possible then find the matching resin you could solidify the whole matrix into a block of clear resin therefore making the led resin casings invisible and you'd only have the visual impedance of the wires and diodes. Furthermore, I was thinking if you can find a resin that had the same refractive qualities of water it would theoretically be possible to make a water electrolyte and micro canals in said resin to make the wires invisible. Then you would only see some light refraction within the matrix block itself and the individual diodes... granted all this would require some new special equipment and manufacturing processes but holy crap... with small enough diodes you could theoretically achieve a very high fidelity translucent led matrix with very little visual obstructions. it would be a quality volumetric display.
The basic version of hologram, like in iron man movies...😂😂😂
Now connect it to Home Automation as a visualization of your voice assistant looking like a magical wisp, pulsating with each and every word they say.
Truly magical
This looks like a nice project for someone with 400 spare hours on hand. Or someone with 400 spare hands and an hour.
can you play 3d snake ?? on the cube
A 3D audio visualizer would be pretty sweet.
This is phenomenal. Imagine this on a bigger scale. Well done
Should look into manufacturing and selling these, maybe at different scales. I could see a lot appeal for clubs/DJs, desk toys, game rooms, high-end christmas displays, etc.
@@ButterfatFarms probably depends on size. For this one I thought about $300-400
In two years they will be selling these everywhere so cool
they have been for sale online for years. go get you some.
You could totally play 3d snake with this thing that would be cool. Or at least a light sequence that looks like it
a work of art, patience and knowledge
A game of classic snake might be a fun in a 3d array like this
I wonder how this would look if the bottom was mirrored and the glass had that one way films on it, giving it that infinity look.
It's beautiful! Someone please make assembled ready-to-buy units.
Truly a thing of beauty. Totally mesmerising, I was thinking how something like this would look at the size of a room, it would blow people away.
It did blow people away when trailer-sized ones were an attraction on plenty of Burning Man festivals. You could lie under one on your back and look up at all the "moving" lights.
That cat was trying to end this man's career
What happens if you try to use it to display a 3D head? It's low resolution obviously but I think it will still be amazing and will probably inspire others to make a higher resolution one.
Thats officially fooking awesome
This has the spirit of demo making :) The firework effect is awesome !
What was your reason for using addressable leds? And where did you buy them ? I feel like they're more expensive
Was the system and software more or less complex than if you used standard common anode/cathode leds? Of course it would have required more pins to control. More shift registers !
I'd love to know your thoughts!
Addressable leds are the new tech, so why not use them. I made a 9^3 cube with multiplexing and it is very dim compared to this one (this one can blind you 😬) multiplexing 16 layers is possible, but even less bright.
The software is different, but if you know what to do, the difficulty is the same. I have source code for both cubes on github. So you can compare if you want.
Another pro for smart leds is they only need beefy + and - and the signal wire can be very tiny. While common cathode need beefy + and beefy - for each color. So thats 4 thick leads vs 2 with almost invisible data. So the visibility through the cube is much better.
Also the pwm routing for common anode/cathode from your led/pwm drivers is more complex, routing 16 pwm signals each led driver (maybe more, driver dependable) vs 2 with led protocol. I wouldn’t use shiftregister for a multiplexed cube, if you want to vary brightness you have to do it in code, so thats not optimal. Using a led driver like a tlc5940 will solve that for you.
@@MaltWhiskey I made a 4^3 cube a few years back with standard rgb leds. I see what you mean now. Thank you for sharing!
@@MaltWhiskey wheres your github
@@crayder1100 ruclips.net/video/ciaFar8nfHc/видео.htmlm30s
@@MaltWhiskey please tell me you have plans to make it play snake
That is FREAKING EPIC! Now, can you put an animated face inside for your voice command assistant!?
Did that say 1100W?
Great project, that thing will look great forever and is a pretty cool platform to play around with different programming experiments. I bet you could get kids excited for arduino projects with this too
I did a workshop with a class of 15 years old kids. They build 4x4x4 led cubes. It was fun and a great success 😎
Something like This has to be the future of television
Did everyone JUST get this recommended lmao, all the comments are fresh 💀
Looks like it X)
And again, it seems
Yes!
Yep lol
bruh ur one of the "hahaha the algorithm again" guys
Please someone make a proper voxel rendering engine for it ! This deserves a lot more than simple maths patterns. 🙏
Stunning! Great video and absolutely LOVE the resulting piece of art ... well done!