Hey, Nice Video. I have build this too and its working. But only 6 pictures are showing on The Matrix. Maybe i will work on The Code. Its my First time on arduino. I Hope we will See more Videos for this project. Greet from germany
nano328p, there's a mounting point for it in the model. A 168p would work fine, you would just get half the amount of memory. Offhand around 50 with the 328p?
Hello! Thank you for the video! But why didn't you mention that this is an Arduino build? Neither in the intro, nor in the materials part of the video. And what kind of Arduino do you use?
Oh, thanks, I just changed the link to Github so may have made a mistake, will fix and comment here when it's done. I still have the correct code around somewhere...
@@Props3D finally I got it to work!! The problem was the Arduino nano, I guess it was broken, I was able to load the sketch but never work I had some weird white screen I now I can’t load anything… I got some Chinese nanos and I was able to load and it works as it should! Thanks for the video this is a great gift for my kids.
Hey man, really nice video! I have mine up on my wall right now! It's awesome. I unfortunately cut the data wires and just used power in the usb cable thinking it was all I needed, but then realized I could update it in place if I left them, so I have to re-do that one part. For making the interlaced files for custom images, I am MUCH too lazy to do all that manual delete and combine as some of the images I looked at are pretty large (many lines of hex text). I put together a small c# program to do it for me. Here is a link to the repo if you want to use it, the code is very simple as I only spent line 20 minutes making it. Hope it helps and just returning the favor! Just unzip and do HLI.exe "c:\\file1.txt" "c:\\file2.txt" "c:\\outputfile.txt" To make file1.txt and file2.txt just follow this video and save the forward one in file1 and the reverse one in file2. Hope it saves y'all some time. Cheers and thanks again! github.com/Savij/HLI
Love them! I've ordered all the bits and can't wait to get started :)
Very cool little project:) what kind of plastic sheet you used for the led difuser?
Just cheap plastic sheeting I found at Michaels, think it was 'milk white' or something, cost like a dollar.
Hey, Nice Video. I have build this too and its working. But only 6 pictures are showing on The Matrix. Maybe i will work on The Code. Its my First time on arduino. I Hope we will See more Videos for this project. Greet from germany
Awesome project! I have a question how many images can you put? And what kind of Arduino are you using?
nano328p, there's a mounting point for it in the model. A 168p would work fine, you would just get half the amount of memory. Offhand around 50 with the 328p?
Hello! Thank you for the video! But why didn't you mention that this is an Arduino build? Neither in the intro, nor in the materials part of the video. And what kind of Arduino do you use?
Valeu cara, ajudou muito!
Man, it’s amazing but what didn’t print your frame ? Will be fantastic!!
Follow u now ❤
You can print the frame but I just liked these frames and they have glass and everything already done :)
@@Props3D Yep. The problem is that you're using frames with Imperiam metric that is hard to find in Europe :( All my frames I made using wood :(
I just noticed the code for pokemon 1-3 and 4-6 are the same. Is there any chance you have the 1-3 still?props3d
Oh, thanks, I just changed the link to Github so may have made a mistake, will fix and comment here when it's done. I still have the correct code around somewhere...
hello great video, can i use raspberry pi pico?
If you install arduino-pico into arduino ide it should work
Arduino Nano? O Leonardo?
is data pin 3 D2 on the Arduino? I'm getting just a white screen...
D3, but you can change it to whatever you like, line 8 is "#define DATA_PIN 3" so you can just make it 2 if you don't want to resolder
@@Props3D finally I got it to work!! The problem was the Arduino nano, I guess it was broken, I was able to load the sketch but never work I had some weird white screen I now I can’t load anything… I got some Chinese nanos and I was able to load and it works as it should! Thanks for the video this is a great gift for my kids.
@@javiles2331 Glad you got it working and it was something simple. Hope your kids enjoy it!
Please easy sell these!
Sure, I have about 6 done, I was debating on what to do with them anyway. I'll put them up on my Etsy and add a link in the description. Thanks!
Let me know when you do so I can grab 2. I want the 8 bit Pacman one and original Pokémon starter. Battery AA preferred if possible. TY!
Hey man, really nice video! I have mine up on my wall right now! It's awesome. I unfortunately cut the data wires and just used power in the usb cable thinking it was all I needed, but then realized I could update it in place if I left them, so I have to re-do that one part. For making the interlaced files for custom images, I am MUCH too lazy to do all that manual delete and combine as some of the images I looked at are pretty large (many lines of hex text). I put together a small c# program to do it for me. Here is a link to the repo if you want to use it, the code is very simple as I only spent line 20 minutes making it. Hope it helps and just returning the favor! Just unzip and do HLI.exe "c:\\file1.txt" "c:\\file2.txt" "c:\\outputfile.txt" To make file1.txt and file2.txt just follow this video and save the forward one in file1 and the reverse one in file2. Hope it saves y'all some time. Cheers and thanks again! github.com/Savij/HLI
that's awesome, thanks. It is a fair amount of manual work so I hope others can use this to save some time. Much appreciated!