Arduino 16x16 WS2812B RGB Matrix Animation Picture Frame - Tutorial

  Рет қаралды 226,581

Brainy-Bits

Brainy-Bits

Күн бұрын

Пікірлер: 188
@DisgruntledPigumon
@DisgruntledPigumon 4 жыл бұрын
This makes me so happy. Coming from back then, you didn’t know about a new arcade game coming out, you were constantly surprised. And often in the most unsuspecting places. Like Q*bert first appeared for me in a gift shop at some highway almond farm rest stop. One or two at a time would pop up in a diner (back when diners or non-chain burger shops existed)... it’s so cool to just grab one of those old characters and have him running around on your wall.
@ShaneClaussen
@ShaneClaussen 5 жыл бұрын
Sincerely appreciate the time you took to build and post this project, it's extremely good, I really like the Michaels bit, the solderless connectors, the borders for the leds, and the overall simplicity of the build - it was a really nice set of trade offs - and precisely the version I have been searching all around youtube for.
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
Hi Shane, thank you for taking the time to comment, it's always great to hear that the videos are helping others with their current or future projects. Thanks for watching!
@ShaneClaussen
@ShaneClaussen 5 жыл бұрын
@@BrainybitsCanada Yes, thanks again, just got our prototype up and running this evening and it looks terrific.
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
@@ShaneClaussen If you can, please leave a comment on the website with a link or photo of your prototype, would love to see it! Here's the link: www.brainy-bits.com/arduino-16x16-matrix-frame/
@ShaneClaussen
@ShaneClaussen 4 жыл бұрын
@@BrainybitsCanada kzbin.info/www/bejne/Zp-3hHp4l8iHoJY and github.com/cadenclaussen/matrix
@BrainybitsCanada
@BrainybitsCanada 4 жыл бұрын
@@ShaneClaussen That is so Cool! Great job! Everyone, go check it out. It's great to see younger generations taking an interest in building and learning technology!
@TrentSterling
@TrentSterling 6 жыл бұрын
Really nice result. Id be interested in seeing a version with esp8266 and maybe a basic web editor.
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
Great suggestion for a future update I'll keep it in mind. Thanks for watching!
@tuckerbarber7481
@tuckerbarber7481 Жыл бұрын
I believe you could do the with the esp just changing the pin names, cause some esp32 are dual core and can run the same code as arduino
@WideVisionMetalFab
@WideVisionMetalFab 6 жыл бұрын
Nice! I had no idea an "addressable LED strip" existed! How did I not know this with all the time I spend on Instructables? I need to go do some reading on how to use them! :)
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
:) that's funny, I get that all the time with friends telling me "I can't believe you didn't know that!?" I always tell them, that's why you're here, to know the stuff I don't know and vice versa... Thanks for watching!
@bevx2080
@bevx2080 2 жыл бұрын
I found this AFTER I made a very very similar 16x16 matrix like that for my school project and it has a clock module so it shows clock AND I made an android app with color picker and a grid so you can draw on it and it displays what you draw on the display via bluetooth with actual no delay :) it turned out really good !
@workinprogress9483
@workinprogress9483 Жыл бұрын
hey would you be willing to share some ressources? i want to do a similar thing
@ThatTalkingDogGuy
@ThatTalkingDogGuy 4 жыл бұрын
Decided to build exactly this for someone for xmas this year. One Google later I find that you've already built it and written the code... I'm swiping this, thank you. lol
@BrainybitsCanada
@BrainybitsCanada 4 жыл бұрын
Go for it :) Thanks for watching and good luck with your project!
@ThatTalkingDogGuy
@ThatTalkingDogGuy 4 жыл бұрын
@@BrainybitsCanada Thanks. It's coming alone really well. Code worked immediately w/ the pre-built 16x16 "BTF-LIGHTING WS2812B" matrix from Amazon. Going to use GIMP to turn some more character graphics into arrays. Added a piezo, and coding in game sound effects (w/ toggle switch to mute). Currently printing the grid, which flares somewhat in order to fit a larger shadow box. Thanks again for sharing such a great tutorial and code. Saved me SO much time
@timhynde8611
@timhynde8611 4 жыл бұрын
Nice work, you get a thumbs up and subscribe, straight forward without lots of dead time talking about nothing, nicely done.
@malcolmmackenzie9645
@malcolmmackenzie9645 4 жыл бұрын
THANK YOU so much for this. I've been looking for someone who's example contained matrices for RGB LEDs! Yours was exactly what I needed to see!
@ElectroLund
@ElectroLund 5 ай бұрын
How did you go about converting your images into the byte arrays? Is that a util on a PC? BMP format hacking?
@hippynurd
@hippynurd Жыл бұрын
I recently built a LED matrix with ws2812 LEDs, and after building it (and going to a bunch of extra effort to make my display able to be 16x16, or 8x32, and making a bunch of connectors, and soldering a bunch of wires, I realized that you really only need to carry the one data wire from one strip to the next strip, and you can power each strip anywhere you want, so there is really no good reason to run all those wires all over the place, just solder the power wires where ever its easiest, then run the one data wire to connect one strip to the next.
@Navilin
@Navilin 6 жыл бұрын
Really appreciate the video and the example code. Ending up making two displays due to an accidental double order.
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
Wow that's pretty cool, one is hard enough! Thanks for watching!
@ElisabethMilaRose
@ElisabethMilaRose 4 жыл бұрын
Thank you for the visual of the RGB matrix! I was just looking for a way to make my LED cubes realistic in one of the tech game types in my developing "Nature Hunter" video game, I'm going to take inspiration from the end result to have an LED matrix look :)
@RND-USA
@RND-USA 9 ай бұрын
So cool! Have you made a wifi clock with this display yet?
@Dancopymus
@Dancopymus 3 жыл бұрын
Very cool! What kind of material is it that you used to make the squares to fit the LEDs? Is there any material that is soft to cut using, for example, a blade? Because I don't have cnc!
@libortelupil7647
@libortelupil7647 3 жыл бұрын
What have you used to generate those HEX values? I really don't want to write them manually :X.
@BrainybitsCanada
@BrainybitsCanada 3 жыл бұрын
Check out this tutorial: kzbin.info/www/bejne/oJzKaIdtn9F8sLc
@libortelupil7647
@libortelupil7647 3 жыл бұрын
@@BrainybitsCanada That's just a link to this video and there's nothing about how did you get them... anyway I found this website in meanwhile and it works ok: javl.github.io/image2cpp/ In the section 4 choose Horizontal - 3 bytes per pixel
@BrainybitsCanada
@BrainybitsCanada 3 жыл бұрын
@@libortelupil7647 Sorry, I pasted the wrong link... Here's the correct one: kzbin.info/www/bejne/h2LMh6eChrSNhas Oh yeah, here's the link to the tutorial page as well: www.brainy-bits.com/post/how-to-convert-images-to-arduino-arrays-values-for-use-on-displays Cheers!
@OfficialRAABITRON
@OfficialRAABITRON Жыл бұрын
This video has been such a huge help! Wondering how this can be adapted for more than 1 panel using this method, any advice? I've hooked the second panel into the data out of the previous panel. Everything displays fine on the first panel but the second panel will display garbage every other frame change of the character. Any help would be appreciated!
@Kiotenhariyo
@Kiotenhariyo 5 жыл бұрын
Awesome and thank you! Your ideas and methods helped me to set up a work-flow for creating animations in aftereffects and formating animation frames for sending data over serial from PC to an Arduino (Leonardo ProMicro). Again... thank you for your inspiration.
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
Thank you for taking the time to share your experience, always great to hear that the videos are helping others. Cheers and hope to be able to provide more tutorials soon.
@nutmeggaming11261
@nutmeggaming11261 4 жыл бұрын
@@BrainybitsCanada, jeez, you have a lot of dedication. This comment was a year after you posted the video. You earned my subscription.
@DylanRainbolt
@DylanRainbolt 2 жыл бұрын
Any ideas on how to save a set of animations and then have a new set appear after clicking a next button?
@GreenOnionBrother
@GreenOnionBrother 5 жыл бұрын
Thanks for the tutorial, helped a lot. However, I'm using an LED matrix 64*32 and I have a flicker in between frames. A split second where all the LEDs are turned off. Is there any way to prevent that, because when I use brighter animations it is a little hard on the eyes.
@kenheitmueller69
@kenheitmueller69 2 жыл бұрын
i found the tutorial by searching your website but don't see a link to the Arduino sketch. can you help? thanks.
@theannoyingviolinist4941
@theannoyingviolinist4941 2 жыл бұрын
Did you put a 240 ohm resistor on the data pin?
@CaptZenPetabyte
@CaptZenPetabyte 3 жыл бұрын
This is awesome! I am trying to work on an internet connected / wifi sign I can use as a door indicator, maybe show a pic of a telephone when Im on a call, or a On Air (stop sign) when I am in a meeting ... I shall use this as the foundational inspiration. Thanks fr sharing!
@christyinnovations
@christyinnovations 6 жыл бұрын
Impressive project, thanks for sharing. I was thinking ESP8266 as well because of the memory. If you went down that path you could have a character animation when you got a new subscriber and a different one when you got a comment and . . . . well you get the idea. Of course at some point you would have to add sound effects.
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
I've got a project in mind to make one of those KZbin/Facebook/whatever notification panel, which would use probably the ESP8266. Just gotta find some time to figure out how to make it :) Thanks for the comment and for watching!
@christophergraf5929
@christophergraf5929 4 жыл бұрын
Great video! I can't wait to try and make this. Can you explain a bit more about when you say you 'cut' the USB at 3:30?
@Dancopymus
@Dancopymus 3 жыл бұрын
He meant that he had to use the Arduino's 5V USB Input because the LED strip needs to be powered with 5V.
@christophergraf5929
@christophergraf5929 3 жыл бұрын
@@Dancopymus So he is not actually 'cutting' anything to make it fit? I am not an engineer by any means, so I just want to make sure I understand everything as much as possible. I already got all the materials :)
@Dancopymus
@Dancopymus 3 жыл бұрын
@@christophergraf5929 Yes, he cut 256 (16x16) squares with a CNC to fit each LED.
@jstro-hobbytech
@jstro-hobbytech 3 жыл бұрын
What power is your cutter? I'm building a cnc but I want to add a laser module
@alikeyhani9080
@alikeyhani9080 2 жыл бұрын
It was terrific! I learned a lot of things from it.
@СашкаБелый-ч6м
@СашкаБелый-ч6м 4 жыл бұрын
Is it 5x5mm holes in white panel (at 1:52) created by laser cnc? Is it acrilic glass?
@vamshisaikrishnaarelli9778
@vamshisaikrishnaarelli9778 4 жыл бұрын
6:24 instead of 16x16 if I want to make 8x32 or 4x64 display.. how should I change the code??
@rltxandroid
@rltxandroid 7 ай бұрын
I'm also looking for this answer.
@prembo6962
@prembo6962 4 жыл бұрын
How many leds were in 1 meter in the addresable leds you bought? Cause I dont know how many should be in a 1 m strip
@kurtwerbrouck5439
@kurtwerbrouck5439 2 жыл бұрын
Nice done. is there a link for downloading the lazercutting files?
@pratherat
@pratherat 4 жыл бұрын
Have you considered creating a color palette of 256 colors, then using a single byte to represent each pixel? Should be plenty of ram for that.
@robincrosscarpenter1
@robincrosscarpenter1 2 жыл бұрын
Could the micro bit board be used for this?
@DylanRainbolt
@DylanRainbolt 2 жыл бұрын
Do you know is it possible to make this happen so that you can have a 100x100 matrix and then stream a video to the LED matrix using a raspberry pi or arduino?
@alduinc
@alduinc 6 жыл бұрын
around how many frames do you think can fit in the UNO? thinking of recycling parts I already have, and was wondering if the UNO can hold enough frames to create animations. also, how close are the led used? is that 60Led strip? hoping to create a smaller one for my desk, would 144 led strip work better for that?
@marro643
@marro643 6 жыл бұрын
The uno has 32,000 - 500 = 31,500 bytes of flash memory available for use each frame is 3 * 256 = 768 bytes in size 31,500 / 768 ~ 41 frames, but then there's probably not enough memory left for the program, so I would say at most 40 frames. Also, 144 led/meter strips are too wide to create squares with without overlapping them.
@andys8805
@andys8805 2 жыл бұрын
Could you use Blynk to create a controller on your phone to select each different animation to play instead of just having them cycle? Im totally new to Arduino coding and have made a 30 by 13 LED strip wall and wanted to later connect it to an Arduino instead of a default controller to add more custom effects and animations. I am trying to get my head around how you can use an app on your phone to choose the different effects or animations.
@Pistolonly1
@Pistolonly1 5 жыл бұрын
I would like to know if you sell those laser cut frame. if so, I would want to buy some
@aepfelpfluecker
@aepfelpfluecker 3 жыл бұрын
Hello, is there someway i could download the code used in this project? also, what power supply do you recommend ?
@sub-arts128
@sub-arts128 3 жыл бұрын
great project. can you power with 10A all 256 leds with white (R,G,B=255) at the same time?
@bluealteran4599
@bluealteran4599 5 жыл бұрын
What material did you use for the black grid on top and the white grid for the led mounts?
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
Both were 3mm acrylic panels, the black one has a matte black side. Thanks for watching!
@DylanRainbolt
@DylanRainbolt 2 жыл бұрын
Any ideas on how to save a set of animations and then have a new set appear after clicking a next button?
@monicahouston6753
@monicahouston6753 3 жыл бұрын
what addition is the Arduino UNO ?? like is the Arduino UNO REV3 [A000066] be ok?
@yz8302
@yz8302 5 жыл бұрын
What kind of laser cutter did you use on your project. I would like to buy one . Thanks
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
It's a generic China 60W laser, Ebay / Aliexpress type of laser cutter, works great and cost way less than the name brands for sure. If you look for one, make sure you get one with a 1200mm laser tube, since that is the length that a 60W should be. Thanks for watching!
@BeamDeam
@BeamDeam 6 жыл бұрын
I'd like to see this project with the ESP8266. May you could use it as a clock or you could change the animations over your phone or add new ones :)
@Bentendo2372
@Bentendo2372 2 жыл бұрын
So you can control every single LED with only one digital Output?
@zh4k
@zh4k 5 жыл бұрын
Question, what do you think the minimum grid width is feasible when you laser cut those squares out? Like, I'm thinking of doing a higher resolution build using P3, p4, p5, or p6 and I think the choice comes down to how narrow I can get the grid without being to fragile. Thus, either 1 to 2mm thickness. What did you go with, and how thin so you think I can go, and based on that, what is the smallest pixel size I can use with such a grid thickness? Also, what was that black material you laser cut that goes on top?
@marks99999
@marks99999 2 жыл бұрын
You're talking about HUB75 Matrices. The pixels look square, they are not, only the plastic is, so you can get a way with a less fragile circular cut. Also keep in mind if you want to laser cut a grid for a p1.875 or smaller matrix, you can cut it in multiple low power passes using lower lower instead of a single higher power pass and thereby lower the chance of thinner sections melting. Using a circle instead of a square will also help achieve your goal and is easy to test on a small scrap piece of opaque acrylic.
@learnelectricalinmarathi2803
@learnelectricalinmarathi2803 2 жыл бұрын
Can we run any image on this matrix means can you run yours image on that
@MikevomMars
@MikevomMars 3 жыл бұрын
You forgot to mention what kind of power supply would be suitable - 5A? 10A?
@shkhamd
@shkhamd 3 жыл бұрын
what laser cutter is that?
@taranagnew436
@taranagnew436 6 жыл бұрын
can you plz provide me with the links to buy all the stuff?
@taranagnew436
@taranagnew436 5 жыл бұрын
what's the panel you put in first in 4:22?
@vax_ta
@vax_ta 2 жыл бұрын
can u make this but controll with app ?
@timm2020
@timm2020 3 жыл бұрын
How many of these LED Matrix panels would I need to make a sign 48"H x 72"W?
@rltxandroid
@rltxandroid 7 ай бұрын
Let me see if I can help you. It depends on how many leds/meter you are using. If it is 60/m, consider 16,6mm pitch and 10mm wide.
@juanospina1529
@juanospina1529 5 жыл бұрын
Hi, i have a question, in my case I have a RGB of 4 pines, there are any form that i can change the programation?
@felixwaltl5275
@felixwaltl5275 4 жыл бұрын
hey. nice video.so do you still have the file for the wood matrix ? or just the dimensions. and how does the platte called wher you put in the leds. thanks for the help. grate work👍
@jkbanga971
@jkbanga971 6 жыл бұрын
Hi there , Can you tell me how to convert the any Picture to any array value... Please
@Texas1FlyBoy
@Texas1FlyBoy 5 жыл бұрын
Did you check his website? www.brainy-bits.com/create-arduino-array-from-pictures/
@TechGuyNelly
@TechGuyNelly 5 жыл бұрын
Can you use a nano arduino?
@taranagnew436
@taranagnew436 6 жыл бұрын
if i wanted to do the same thing you are but on a 32x32 led matrix, what would the code look like?
@BrentEvjen
@BrentEvjen 6 жыл бұрын
Hey! I love the way you did this! I’ve been racking my brain trying to work out the box, I don’t suppose you could share your laser cutter files? 🙂
@fullbugg
@fullbugg 4 жыл бұрын
I am with you Brent. The cutter project would be a great thing to have.
@carloszunigaaquino8055
@carloszunigaaquino8055 4 жыл бұрын
What are dimensions on the grids(base and columns)?
@rostyslav1499
@rostyslav1499 4 жыл бұрын
Thank you! In great detail👍
@姚荣
@姚荣 6 жыл бұрын
Up to 30 images can be added, and the first image after 31 will be disordered
@aqiiiiiiiil
@aqiiiiiiiil 4 жыл бұрын
How much is the power draw. Do I need large Power Supply for this project ?
@ggsggo
@ggsggo 4 жыл бұрын
This is great but it would help if you share a link or at least a name given to the tutorial on your site. I tried sifting through and searching but I could not figure out how all your stuff is categorized or organized. After sifting through 72 tutorials I gave up.
@BrainybitsCanada
@BrainybitsCanada 4 жыл бұрын
Here it is: www.brainy-bits.com/arduino-16x16-matrix-frame/ I will put a link in the description from now on :) Thank for watching!
@BeWhoYouWant2
@BeWhoYouWant2 2 ай бұрын
please share the laser cut file for the frame.....
@MPElectronique
@MPElectronique 5 жыл бұрын
Peux-tu mettre le lien du cadre chez Michaels. Merci
@croydon21H
@croydon21H 5 жыл бұрын
Please can you help with the color codes? HTML RGB hexa codes are no way close to what i am expecting
@MPElectronique
@MPElectronique 5 жыл бұрын
Jai acheter le produit frosted glass jai essayer de le mettre sur une vitre de cadre pour photo.. ca pas fonctionner.... :(
@marcopolofernandes807
@marcopolofernandes807 6 жыл бұрын
it is possible to use LEDedit or gladiator to control the matrix?
@nomendoza93
@nomendoza93 4 жыл бұрын
Thanks for the knowledge 👍🏼
@germainmichel6892
@germainmichel6892 3 жыл бұрын
Genial !!!! merci pour ce tuto ; ou pourrais je trouver le code pour ce sketch arduino?
@BrainybitsCanada
@BrainybitsCanada 3 жыл бұрын
Don't know if you found it already, but here's the link to this tutorial: www.brainy-bits.com/post/making-an-arduino-animated-frame-with-256-rgb-leds Thanks for watching!
@sebastianmollinedo6953
@sebastianmollinedo6953 6 ай бұрын
Nice video !, excuse me, do you have your code ?
@jstmag
@jstmag 3 жыл бұрын
would be nice if it was easier to just purchase the matrix spacer plates somewhere
@HalbesRechteck
@HalbesRechteck 6 жыл бұрын
I tried it on my Nodemcu, it worked rly well. But after a short time the array or so broke up? So sometimes the picture got ripped off and idk why - can’t fix it. Maybe it’s the delay or the data connection? Maybe you know what happend (sry for the english im from germany :D). Btw thank you for this great project !
@JaccobbRomero
@JaccobbRomero 6 жыл бұрын
My inner geek just pulled a Daffy Duck...
@layalibijoux
@layalibijoux 4 жыл бұрын
I really appreciate your video, but i need to know about the power supply you're using?
@mohammedamineelyahyaoui1276
@mohammedamineelyahyaoui1276 4 жыл бұрын
Bro, 5V 10 A
@layalibijoux
@layalibijoux 4 жыл бұрын
@@mohammedamineelyahyaoui1276 ml9itch asat had transfo o wahd lmrid galia dir chargeur dyal tel khassr
@mohammedamineelyahyaoui1276
@mohammedamineelyahyaoui1276 4 жыл бұрын
@@layalibijoux khuya ana l9itu f garage 3ellal b 120 dh
@mohammedamineelyahyaoui1276
@mohammedamineelyahyaoui1276 4 жыл бұрын
@@layalibijoux chargeur a khay dyal tele maghayche33elch lik les leds kamline hytach l amperage taye7
@layalibijoux
@layalibijoux 4 жыл бұрын
Sat bi3 lia hadak brojola neatk fih 300dh mhtajo lwahd l pfe
@adityagautam1707
@adityagautam1707 4 жыл бұрын
How can I use Bluetooth module to make animations?
@drillzoom668
@drillzoom668 2 жыл бұрын
Wäre is The Arduino Code ?
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
Como lo guardarías en una memoria sd
@arnoldapache3378
@arnoldapache3378 6 жыл бұрын
This looks incredibly good! I would like to rebuild this project. I have access to a lasercutter through my university. Would you provide me with the necessary files / code or the dimensions for the grids?
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
You can find the code and more information on my website here: brainy-bits.com Will check the dimensions of the grids and get back to you. Unfortunatly I don't have the original Illustrator files anymore.
@ShaneClaussen
@ShaneClaussen 5 жыл бұрын
Having just used a laser cutter for this I have both the SVGs and the dimensions I used if anyone's interested (based on a 60 LED/meter neopixels). I used a 302mm x 302mm size to fit into the Michael's shadow box, and then centered inside that a 264mm x 264mm grid of squares (I arrived at the 264mm as each led in the strip was 16.5mm, so 16.5 x 16 = 264). For the LED panel, within each 16.5mmx16.5mm square, I centered a square 8.5mm x 8.5mm. For the 3 panels above the back, I used the 302, 264, and 16.5 mentioned above, and then centered a square within the 16.5mm that was 12.5mm x 12.5mm.
@jefffrilot9667
@jefffrilot9667 4 жыл бұрын
@@ShaneClaussen I'm interested in the SVGs
@stuntpk
@stuntpk 3 жыл бұрын
@@ShaneClaussen Do you still have the SVG files for this?
@ShaneClaussen
@ShaneClaussen 3 жыл бұрын
@@jefffrilot9667 I apologize Jeff - I guess I missed your original post - I feel bad about that. See below.
@Bestape
@Bestape 3 жыл бұрын
Frost the glass! Thank you.
@MariaBethaniaCabrera
@MariaBethaniaCabrera 4 жыл бұрын
I love it! Sadly I can't find the code in your website. :(
@BrainybitsCanada
@BrainybitsCanada 4 жыл бұрын
Here it is: www.brainy-bits.com/arduino-16x16-matrix-frame/ Hope that helps and thanks for watching!
@Gaatech
@Gaatech 6 жыл бұрын
Nice work how do you go about making the images and then writing the code for them
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
Yeah that was the 'fun' part of this project. Found a way using photoshop and another software to get the array values. Will make a quick follow up tutorial on how I made it work. Should have it up this week or the next. Thanks for the reminder and for watching of course.
@taranagnew436
@taranagnew436 6 жыл бұрын
can you plz provide me with what you searched up for the digdug character?
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
The website I used to get the arcade sprite is: www.spriters-resource.com/
@whodaFru4551
@whodaFru4551 5 жыл бұрын
where did you get this awesome pacman tshirt? :D
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
Had it for a while, can't remember where I got it :). Thanks for watching btw!
@taranagnew436
@taranagnew436 6 жыл бұрын
what would i type in the search bar for donkey Kong facing right and throwing a barrel?
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
I think you can find it here: www.spriters-resource.com/arcade/dk/sheet/45989/
@CodfishCatfish
@CodfishCatfish Жыл бұрын
Wow, Bomb Jack, Q'bert and Dig Dug...... what sort of a geek knows these characters..... after 40 years.......eeerrrr " that would be me"
@The_Mimewar
@The_Mimewar 6 жыл бұрын
This is fantastic!
@rtml_aerial
@rtml_aerial 4 жыл бұрын
What are dimensions on the box?
@BrainybitsCanada
@BrainybitsCanada 4 жыл бұрын
The box used is 13 inches by 13 inches. Thanks for watching!
@demon96gt7
@demon96gt7 4 жыл бұрын
can you give me the cod ? i want to try on led matrix NOt RGB just simple please i need it for my project . If u want to help me
@hansdegroot652
@hansdegroot652 Ай бұрын
Great shirt!!!!!!!!
@MPElectronique
@MPElectronique 6 жыл бұрын
Bravo tu es un vrai pro!!!
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
Merci, pas un pro encore, mais je me debrouille. Merci pour le commentaire et le visionnement!
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
Me gusto muchas gracias
@o.pedrobenetti
@o.pedrobenetti Жыл бұрын
4:14 what a ilusion
@hoangbui4892
@hoangbui4892 5 жыл бұрын
hi, i'm doing this project like this. But I don't know how to write code to do it. Can you show me your code. Thanks.
@BrainybitsCanada
@BrainybitsCanada 5 жыл бұрын
You can find more information, including the code, for most of my tutorial here: www.brainy-bits.com/arduino-16x16-matrix-frame/. Thank you for watching.
@jacobhn2
@jacobhn2 5 жыл бұрын
I am trying 5x5 pixel, i am using “1000000001100000000111111” this will show an L on my pixelboard. I use 9 collors and 0 as black.
@layalibijoux
@layalibijoux 4 жыл бұрын
Hey can someone show me a simulator where i can simulate these kinda projects?
@tzq33tdq
@tzq33tdq 6 жыл бұрын
I made a 16x16 with RGB LEDs and shift registers with a z80 CPU a while ago. It was very badly made and barely worked 😂
@BrainybitsCanada
@BrainybitsCanada 6 жыл бұрын
I remember the Z80 was pretty cool back then. We forget sometimes how hard it was to make something before the arrival of microcontrollers like the Arduino. Thank for watching!
@martijnvangorp
@martijnvangorp 6 жыл бұрын
Great work !!!
@procad23
@procad23 5 жыл бұрын
Nice work. Sir can you change this animation with 1) IR remote 2) forward and reverse push buttons, brightness controled by potentiometer. Please give me the two project code.
@siroy1214
@siroy1214 4 жыл бұрын
it is possible to use a raspberry pi instead of an arduino for the same setup?
@Xavier-qp7it
@Xavier-qp7it 4 жыл бұрын
Where could I buy this panel?
How to make a 16x16x16 LED CUBE at home with Arduino platform
20:09
Malt Whiskey
Рет қаралды 4,3 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 52 МЛН
How to use Excel to Animate LEDs!  Arduino + WS2812 LEDs
17:01
Kevin Darrah
Рет қаралды 112 М.
Maker Project: RGB LED Animated Pixel Box
7:26
Adam Savage’s Tested
Рет қаралды 180 М.
ESP32 powered WS2812B LED Matrix [Part 1]
8:05
Scott Marley
Рет қаралды 85 М.
2 Retro Clocks with an ESP32 (Couldn't be simpler!)
5:37
Brian Lough
Рет қаралды 117 М.
How to Build a Massive LED Wall on a Budget
14:30
Tech Random
Рет қаралды 360 М.
RGB LED Matrix with an ESP8266 - How to get started
6:13
Brian Lough
Рет қаралды 240 М.
Introduction to LED Panels
16:01
panelsrus
Рет қаралды 99 М.
Make Dumb Electronics Smart for $3
13:13
I Like To Make Stuff
Рет қаралды 737 М.
Raspberry Pi 4 LED Matrix Display | #160 (Halloween AI #5)
18:38
Brandon Jacobson (Jacobson Enterprises)
Рет қаралды 31 М.