Great job! A compilation of used materials in the description / source code as someone else mentioned would be very helpful to those looking to make their own :)
I didn't buy them online, sorry. Try order them precuttet and tempered in glass store. There are 288 leds (I made a mistake on github description). I used M2 x15mm wood screws
Amazing project and video. I am trying to make this work on a cube with 14 pixels per strip because I already have loads of 'em, this has 12. I have my control box ready and my cube ready for the pixels but I can't figure out the routing and direction of the strips. Also, I am having trouble with the numbers in the arrays. After altering to match my strip sections, the sections do not display correct. Would you post the new wiring / routing diagram if you have one please. I also noticed that the data pin in the code is pin 27, but the data pin on the diagram at 15:30 is in pin 23.
Thank you! You are right with the data pin 😉 I didn't notice the mistake. I changed the pin during the process thats the reason. Did you checked the diagram and code on Github? It should work. The helpfull way in case differen connection is to make program which light leds one by one showing the Leds rising adress direction and strip number in the structure - like shown in 11:27 . Then you can apply the formula I shown. What do you mean by ,,post new wiring? "
@@mecharms in the video at 4:30, the diagram does show the order of the sides but does not show what strip should be on the top of the side pieces and what should be on the sides of the bars. The direction of the strips is not shown either and both diagrams have different order of sides (first diagram has data in at the front lower left corner and side 2 is front top centre, diagram 2 shows data in at rear lower left and side 2 is middle lower right. I have enough pixels to make a cube with 12 per strip and another with 14 per strip. I will breadboard another setup and run them side by side so I can change the code one step at a time and have a working cube for reference. Will your formula work the same with 14 pixels per strip ?
@@antbrown5473 yes, these two diagrams show different things and do not actually match. Unfortunately, I do not have a diagram showing which side the individual stripes on the sides are on. To do it correctly, trial and error is often necessary. During tests on the prototype cube, I matched the strips one by one, finding the corresponding LED strings, and then used the pattern. In the case of 14 LEDs, the approach is the same and the pattern should work.
@@mecharms Thanks for the quick answers. My plan now is to string 24 strips of 12 together to run your code, and another set of strips with 14 to run modified code. I will stick the 12 strips to straws so I can move them around. I will then choose 1 animation from your code and comment out all others. I can then run the sections in the array 1 by 1 on the strips with 14 until they both match. I will post a vid if I get it done. Have you thought of putting your cube on WLED ?
@antbrown5473 Thats good plan 😉 Good luck! I will gladly see your result. With WLED the problem I find was the limit in support up to 10 segments insted of 12 I used. Also i found more useful examples in FastLED
Thank you! I used PLA - Spectrum 1.75mm, color: DEEP BLACK. but if I had to do it again, I would use PETG. At least for corner elements as they are quite fraige.
THIS is how to make a video! Were wondering if we could bridge a cowork and explore some fun projects together in the future. Any possibility can we reach u out:D
Im about to start this proyect and ive read all the instructions of github but i have a doubt that i wasnt able to fin in the readme. What diameter of cable did you use for wiring the cube?
@@mecharms back here again. Im having serious problems i cant sort out with the rotary encoder. I have the same model the ky-040 but its not responding properly, any step i make with it makes the program completly freeze or reset. Any ideas?
Thank you! I didn't track time I spend on the project. But I would guess that it was ~20-30h + video editing. Programing took me a long time. As for the material cost it was ~150-200 USD.
I have tried to recreate this with the video, but for me, who has 0 idea, it is impossible. It would have been better not to put the steps in fast motion and to show the elements more precisely... Too bad, I'm getting absolutely nowhere.
Thanks for your feedback. Initially I thought to create a step-by-step video, but it turned out to be too complex, and it was impossible to cover all potential issues that might come up. The most problematic part is in my opinion programming. I hope you get to the level where you can succeed!
@@mecharms Thank you for your extremely positive feedback. I despaired at the thing and stopped after 4-5 hours and finished the project. I stopped at the wiring because, as I mentioned, I've never done anything like this in my life and it's impossible for me to come up with the ideas myself. Nevertheless, thanks for your video and a great result and video.
the confidence of gluing everything together before testing it, masterful
Oh my god i cannot even glue 5 leds before realizing I wired them wrong
Every piece of Ikea furniture I have put together has at least one part backward. Like an upside-down shelf or a reversed backing. @@lavacat720
Damn bro there was so little footage of that sick ass cube! I wanna look at the cube more plz
Thank you!
Great job! A compilation of used materials in the description / source code as someone else mentioned would be very helpful to those looking to make their own :)
Thank you! I updated description with the code.
@@mecharms Can you also leave a link to the mirrors, and the screws used and the leds say 144 on github but 288 in video?
I didn't buy them online, sorry. Try order them precuttet and tempered in glass store. There are 288 leds (I made a mistake on github description). I used M2 x15mm wood screws
Amazing project and video.
I am trying to make this work on a cube with 14 pixels per strip because I already have loads of 'em, this has 12.
I have my control box ready and my cube ready for the pixels but I can't figure out the routing and direction of the strips. Also, I am having trouble with the numbers in the arrays. After altering to match my strip sections, the sections do not display correct. Would you post the new wiring / routing diagram if you have one please. I also noticed that the data pin in the code is pin 27, but the data pin on the diagram at 15:30 is in pin 23.
Thank you! You are right with the data pin 😉 I didn't notice the mistake. I changed the pin during the process thats the reason. Did you checked the diagram and code on Github? It should work. The helpfull way in case differen connection is to make program which light leds one by one showing the Leds rising adress direction and strip number in the structure - like shown in 11:27 . Then you can apply the formula I shown. What do you mean by ,,post new wiring? "
@@mecharms in the video at 4:30, the diagram does show the order of the sides but does not show what strip should be on the top of the side pieces and what should be on the sides of the bars. The direction of the strips is not shown either and both diagrams have different order of sides (first diagram has data in at the front lower left corner and side 2 is front top centre, diagram 2 shows data in at rear lower left and side 2 is middle lower right.
I have enough pixels to make a cube with 12 per strip and another with 14 per strip. I will breadboard another setup and run them side by side so I can change the code one step at a time and have a working cube for reference. Will your formula work the same with 14 pixels per strip ?
@@antbrown5473 yes, these two diagrams show different things and do not actually match. Unfortunately, I do not have a diagram showing which side the individual stripes on the sides are on. To do it correctly, trial and error is often necessary. During tests on the prototype cube, I matched the strips one by one, finding the corresponding LED strings, and then used the pattern. In the case of 14 LEDs, the approach is the same and the pattern should work.
@@mecharms Thanks for the quick answers.
My plan now is to string 24 strips of 12 together to run your code, and another set of strips with 14 to run modified code. I will stick the 12 strips to straws so I can move them around. I will then choose 1 animation from your code and comment out all others. I can then run the sections in the array 1 by 1 on the strips with 14 until they both match.
I will post a vid if I get it done.
Have you thought of putting your cube on WLED ?
@antbrown5473 Thats good plan 😉 Good luck! I will gladly see your result. With WLED the problem I find was the limit in support up to 10 segments insted of 12 I used. Also i found more useful examples in FastLED
The code at 13:15 is different from the code on GitHub, so I believe the order of the LED segments will not match the drawing, right?
Yes, you are right 😉 First, I made a test stand without mirrors to check the correctness - it had a different segment arrangement.
@@mecharms Can you give us the new arrangement please?
That's a very nice piece of work!
Thank You! ❤
Amazing job, I made myself an infinity mirror rhombic dodecahedron and was no where near as organized as you lol
Thank you!
Awesome job!! Thank you for sharing. What kind of filament did you use for the print? PLA, PLA+, PETG?, etc? and subscribed and liked!
Thank you! I used PLA - Spectrum 1.75mm, color: DEEP BLACK. but if I had to do it again, I would use PETG. At least for corner elements as they are quite fraige.
truly incredible and inspiring
Thank You! ❤
Hey, it would be great to take a look into your source code. Please make it available...
It is available now - see description
@@mecharms wonderful! Thank you.
THIS is how to make a video! Were wondering if we could bridge a cowork and explore some fun projects together in the future. Any possibility can we reach u out:D
It looks amazing.
Thank You!
Молодец. Получилось супер.
Do you have the link to the 3d print files for the electronics enclosure please
Yes, Files added in the github ;)
Im about to start this proyect and ive read all the instructions of github but i have a doubt that i wasnt able to fin in the readme. What diameter of cable did you use for wiring the cube?
I used AWG24 cables. It is more than sufficient if you will follow the 6 loops power lines I mentioned in the video. Good luck with the project!
@@mecharms back here again. Im having serious problems i cant sort out with the rotary encoder. I have the same model the ky-040 but its not responding properly, any step i make with it makes the program completly freeze or reset. Any ideas?
Please share 3d files and what an amazing job you did !!!
Thank you! 3d files added in the github ;)
very cool!
Absolutely loved your cube. Could you please share material cost & # of hours it took you to make your infinity cube? Thank you
Thank you! I didn't track time I spend on the project. But I would guess that it was ~20-30h + video editing. Programing took me a long time. As for the material cost it was ~150-200 USD.
@@mecharms thank you for the quick response. You have awesome skills to be able to build this yourself.
....it would be a crying shame if someone already had a pre-built project that would run on an esp32.....
He went through everything to make the project, he learned alot, not everything has to be original
share files pls
github.com/mecharms/Infinity-LED-CUBE
very thx @@mecharms
I have tried to recreate this with the video, but for me, who has 0 idea, it is impossible. It would have been better not to put the steps in fast motion and to show the elements more precisely... Too bad, I'm getting absolutely nowhere.
Thanks for your feedback. Initially I thought to create a step-by-step video, but it turned out to be too complex, and it was impossible to cover all potential issues that might come up. The most problematic part is in my opinion programming. I hope you get to the level where you can succeed!
@@mecharms Thank you for your extremely positive feedback. I despaired at the thing and stopped after 4-5 hours and finished the project. I stopped at the wiring because, as I mentioned, I've never done anything like this in my life and it's impossible for me to come up with the ideas myself. Nevertheless, thanks for your video and a great result and video.
Maybe I'll just change the stripes, the result will certainly be sufficient 🥰