I’ve literally never seen this channel but somehow I was one of the first to find this video, youtube just knew this is EXACTLY what I was looking for. God bless you.
@@Core-Electronics ive been playing with another way to do what youve done in this video. essentially what you've but in a different way. If you Hollywood that one give me a mention LOL
got any advice on how to make a scrolling led "sign" ? im thinking of using this to make a custom scrolling led sign for my car to put around it at a car show. i havent seen anyone do something like that and i think it'd get a lot of attention.
is there a possibility to create a scrolling image. My plan is as follows: For example I have a 10 x 60 LED-Matrix and want a 60 x 60 image to be scrolled from the right to the left. Is that possible?
Hi, great content, and really helpful to do this stuff! We are just getting into a WS2812. Small suggestion, it might help if you show the product, wiring and interface much more (than just seeing you talk) I think it's great to show yourself during the into, and end, etc, but for tech videos, it helps to see visuals that aid the discussion, even if they are not changing ever 2 seconds, because this is hard to learn all this!
is there a way to do custom animated images with WLED? As an example, a pixel art sloth that is waving an arm, or a dancing bear (like the old Grateful Dead Bears) and have it dance across the screen, not just scroll, but legs and arms moving
Im a little confused about the battery powered system. Does it have 5V on the output pins? And how many LEDs can it power since they don't have a dedicated power supply?
I utilised a Single 5V 4A supply which makes all the lights proper bright, link to the exact one I used here - core-electronics.com.au/catalog/product/view/sku/AM8911B
8:25 I didin't tried it yet myself but i believe that You can also copy the generated text and paste in as new preset in WLED controller so You can store multiple the pixel arts inside the controller. Edit: Ok, I tried it but it looks like there's not enough memory per preset or something to remember all 256 pixels in it. But I found the go-around: I Created 2 presets: one with leds from 0 to 128, and second from 128 to 256. Then I created a playlist with short duration and transition times and with "repeat indefinitely" box unchecked. Now i can set certain pixelart by one click on certain preset playlist. Oh and you should use DEC as Color code format while generating the code, Hex for some reason didn't work for me. Edit2: Simple Pixel Arts can "fit" in only one preset, and by creating playlist of different frames we can also create a simple custom animations inside WLED controller.
Thanks for commenting @wildfox1994. I have been struggling with my 16 x 24 LED curtain; I can send an image to the LED curtain device successfully but I'm unable to get that image in a playlist. Looking at the generated JSON text I now see that it actually inserts the statement "" before continuing with the pixel color data. Your comment was correct and pointed me in the right direction. Your idea of using persistence of vision is good, but then I would want to put that and other image playlists into a main playlist. I have read it is possible to nest playlists by editing the preset file but I haven't taken the time to do much diving into this possibility. Have you tried doing something like this?
@@Cryogenius Hi! No unfortunatelly I wasn't going as far as to edit the file. But You can create a preset with AT command "&PL=(number of your playlist)" and place this preset at the end of your current playlist. This way the playlist will change autmatically to the new one. And at the end of second playlist you can place another preset to activate yet another playlist. I think it's the only go around of this problem without editing files.
Is there a way to save an uploaded bit of Pixel Art as a preset? I've tried and can't get it to seem to save the current state of the segment. i also tried copying the API code from the HTML page and saving it into the preset and the JSON API code doesn't pass validation. Any advice?
I am having this issue as well. I want to save a few images as presets to create a playlist. When I save a preset with the image loaded to it and go back to that preset the lights are all off
@@ryanschmitt5053 in my case, my images were larger than could be held in the preset, so I had to do multiple presets, each with a portion of my image. Then created another preset tied the 4 or 5 of them together.
@@KevinGroninga3D I finally figured it out. For me the solution was unchecking "use current state" from there the api window pops up and you can copy the clipboard of the pixel art converter page in to there.
Running a video stream with this set up may be a little difficult or not even possible. You may need to plug it into a Raspberry Pi which will have the needed processing power!
Awesome explanation! I just finished building a massive LED wall on my channel and I keep getting comments suggesting WLED. My setup is four seperate matrices made with ws2812b strips, each controlled by its own esp8266. I'm going to try this out and see if it's a better solution than my scuffed web socket server.
Get Amongst It! I love your most recent video - ua-cam.com/video/PiaS8zfuBHo/v-deo.html - The WLED Hypnotic Effect would go so hard on that 7 foot long LED Grid. If you need a hand with anything mate come pop me a message 😊❤ Tim
Sorry to hear that mate, you might be able to access a 3d printer other ways though. See if there is a makerspace or Fablab nearby, they usually have 3d printing services for cheap. Or even pop a post on your local Facebook group or something like, a lot of 3d printer nerds love helping people out! 😃 Best of luck!
I prefer to use bigger Flexible panels, last version was a 32x32 with 10 retro arcade full scrolling animations on one Arduino .... ua-cam.com/video/Y6wS0QHChsw/v-deo.html
Very elegant build! Thank you kindly for showing 😊 the code you have running on them has me curious. WLED will also work on those Flexible Panels, I'd love to see some of the grid patterns running on your set up.
I love messing w matrices and haven't seen these boards before.. holy shit those are expensive as hell for such a little board! Amazon has larger 16x16 for the same price and dbl the LEDs brother just a heads up for anyone wanting more for ur money.
Cool vid. FYI PixelArtConverter fully integrated with WLED code and will be generally available in next release.
Big News! I very very very much look forward to it 😊!
what screen recorder software do you use please obs is obcrap
Elgato Game Capture in Makerverse. You can crank up the settings on OBS and the results are good though.
@@Core-Electronics thanks ill give it a lookie see. wouldn't know what to crank in OBS id probably break it
I’ve literally never seen this channel but somehow I was one of the first to find this video, youtube just knew this is EXACTLY what I was looking for. God bless you.
Rock n Roll 😊!
That sweater is FIRE, especially when you had the matrix match it 4:14
What a great channel. My son is now looking to making one, thanks for the inspiration. My son said he liked your cat pixel image.
You never cease to blow my mind 😍
Your the best! ❤
Glad I made you aware of this and knew you'd make a video on it
Is so good! Thanks for teaching me 😊
@@Core-Electronics did you really learn it from my video albeit without your production value (which is grand btw) im humbled
@@Core-Electronics ive been playing with another way to do what youve done in this video. essentially what you've but in a different way. If you Hollywood that one give me a mention LOL
Updated the description ❤
@@Core-Electronics love you bro.
Not love love lol.. More bruv love.
Simple explanation, so cool....👍
Fully sick!!! 😍
Cheers mate 😊! Hope your doing well.
Is this also possible with a LED Matrix which is 8x10 pixels?
got any advice on how to make a scrolling led "sign" ? im thinking of using this to make a custom scrolling led sign for my car to put around it at a car show. i havent seen anyone do something like that and i think it'd get a lot of attention.
is there a possibility to create a scrolling image.
My plan is as follows:
For example I have a 10 x 60 LED-Matrix and want a 60 x 60 image to be scrolled from the right to the left.
Is that possible?
can i use custom shapes such as a triangle?? pls reply
Hi, great content, and really helpful to do this stuff! We are just getting into a WS2812. Small suggestion, it might help if you show the product, wiring and interface much more (than just seeing you talk) I think it's great to show yourself during the into, and end, etc, but for tech videos, it helps to see visuals that aid the discussion, even if they are not changing ever 2 seconds, because this is hard to learn all this!
is there something like this for hub 75 led i have had no luck with programing
them
Thanks your video is rich as all lasts
fantastic project, i built this one!
about the artists: i defentiely recognize Grant Wood, Friedrich, Mondriaan and is it Rembrandt?
Cultured and sophisticated 🍷. Also congrats on the build!
Hi nice tutorial.
Do you know a way to add animated gifs?
is there a way to do custom animated images with WLED? As an example, a pixel art sloth that is waving an arm, or a dancing bear (like the old Grateful Dead Bears) and have it dance across the screen, not just scroll, but legs and arms moving
Im a little confused about the battery powered system.
Does it have 5V on the output pins? And how many LEDs can it power since they don't have a dedicated power supply?
It is possible to make it portable by setting a built in power system like a battery setup, and skip the power cables?
thank you for sharing. I have a question: can I save that image on wled?
As for 3x3 matrix grid, what power supply have you used? With 576 LEDs it must be something more serious.
I utilised a Single 5V 4A supply which makes all the lights proper bright, link to the exact one I used here - core-electronics.com.au/catalog/product/view/sku/AM8911B
8:25 I didin't tried it yet myself but i believe that You can also copy the generated text and paste in as new preset in WLED controller so You can store multiple the pixel arts inside the controller.
Edit: Ok, I tried it but it looks like there's not enough memory per preset or something to remember all 256 pixels in it. But I found the go-around: I Created 2 presets: one with leds from 0 to 128, and second from 128 to 256. Then I created a playlist with short duration and transition times and with "repeat indefinitely" box unchecked. Now i can set certain pixelart by one click on certain preset playlist. Oh and you should use DEC as Color code format while generating the code, Hex for some reason didn't work for me.
Edit2: Simple Pixel Arts can "fit" in only one preset, and by creating playlist of different frames we can also create a simple custom animations inside WLED controller.
Thanks for commenting @wildfox1994. I have been struggling with my 16 x 24 LED curtain; I can send an image to the LED curtain device successfully but I'm unable to get that image in a playlist. Looking at the generated JSON text I now see that it actually inserts the statement "" before continuing with the pixel color data. Your comment was correct and pointed me in the right direction.
Your idea of using persistence of vision is good, but then I would want to put that and other image playlists into a main playlist. I have read it is possible to nest playlists by editing the preset file but I haven't taken the time to do much diving into this possibility. Have you tried doing something like this?
@@Cryogenius Hi! No unfortunatelly I wasn't going as far as to edit the file. But You can create a preset with AT command "&PL=(number of your playlist)" and place this preset at the end of your current playlist. This way the playlist will change autmatically to the new one. And at the end of second playlist you can place another preset to activate yet another playlist. I think it's the only go around of this problem without editing files.
hello i have a nodemcu that doesnt have gpio just d pin can i use it?
When disconnected 5volt and again given voltage all led plan no data how to save in esp board ?
When i click "send to device" nothing happened ;( IP address is correct. I use esp8266 3.1.2 v0.14.1 "Hoshi" Wled, any ideas?
The David Attenborough of the led World
Can I also upload a gif or just one image?
How do you make it display different images?
Can I connect 2 led panels together in different frames and have them as 2 separate segments in wled?
hello sir can i request?please create a tutorial about how to set time and date using the buttons please help me im a student thankyouu
Is there a way to save an uploaded bit of Pixel Art as a preset? I've tried and can't get it to seem to save the current state of the segment. i also tried copying the API code from the HTML page and saving it into the preset and the JSON API code doesn't pass validation. Any advice?
Same for me
hey you found anythings ?
I am having this issue as well. I want to save a few images as presets to create a playlist. When I save a preset with the image loaded to it and go back to that preset the lights are all off
@@ryanschmitt5053 in my case, my images were larger than could be held in the preset, so I had to do multiple presets, each with a portion of my image. Then created another preset tied the 4 or 5 of them together.
@@KevinGroninga3D I finally figured it out. For me the solution was unchecking "use current state" from there the api window pops up and you can copy the clipboard of the pixel art converter page in to there.
can you do this with a nodeMCU and a 32x32 led matrix?
Can this ESP8266 work with the regular RGB Led?
I wonder how hard it would be to convert it to run video stream..
Running a video stream with this set up may be a little difficult or not even possible. You may need to plug it into a Raspberry Pi which will have the needed processing power!
@@Core-Electronics so it might be doable...that would be amazing
Wow😮
If you want to go from D1 Mini to battery powered you could just add the D1 Mini Battery Shield rather than switching to a whole other MCU board.
Definitely a good idea, just chatting to our Purchase Man about adding that Shield to our store 😊
(Just watched 2 mins but.. )Thats so cool!!!!! Trying to understand the English, I'm Brazilian.
Awww sweeet! Thanks for your kindness! Hit up the Captions in the bottom right and translate me to Portuguese if that helps 😊
Haha outro Br aprendendo aqui
Hello!
Is there a converter for converting gif images?
Nice Coogi...
Australian made! Like me 😊
Coogi down to the socks
Awesome explanation! I just finished building a massive LED wall on my channel and I keep getting comments suggesting WLED. My setup is four seperate matrices made with ws2812b strips, each controlled by its own esp8266. I'm going to try this out and see if it's a better solution than my scuffed web socket server.
Get Amongst It! I love your most recent video - ua-cam.com/video/PiaS8zfuBHo/v-deo.html - The WLED Hypnotic Effect would go so hard on that 7 foot long LED Grid. If you need a hand with anything mate come pop me a message 😊❤ Tim
I love pixel art displays but have no 3D printer (they're quite expensive when you only need it once or twice) 😞
Sorry to hear that mate, you might be able to access a 3d printer other ways though. See if there is a makerspace or Fablab nearby, they usually have 3d printing services for cheap. Or even pop a post on your local Facebook group or something like, a lot of 3d printer nerds love helping people out! 😃
Best of luck!
thats good mate can u plz show me where too get the pixel Art from because l dont have none?...........🤣😚
Is there a way to add gifs to this?
If this works with adafruits "matrix portal" I will be one happy camper
cool
Am I the only who HATES when a video says link down below and the link isn’t there…??! 😡😡
Check the full article for all the resources 😬😬
@@Core-Electronics That's prerry elaborate clickbate :D
video or gif?
We were able to get a Gif and a WEBP going with it!
good
nice vid but its something bad with ur microphone or with my speakers lol.very often your voice is cutting at the end of words
there's some extremely annoying audio processing happening, a noise gate or something, especially when combined with the choppy music at the start
Could you increase the attack of your Noise Gate Filter for next videos please ? Every time you pronounce a word it cuts the start of your word.
I prefer to use bigger Flexible panels, last version was a 32x32 with 10 retro arcade full scrolling animations on one Arduino .... ua-cam.com/video/Y6wS0QHChsw/v-deo.html
Very elegant build! Thank you kindly for showing 😊 the code you have running on them has me curious.
WLED will also work on those Flexible Panels, I'd love to see some of the grid patterns running on your set up.
we need animations
Why do you speak with so many long pauses?
The audio quality is shit
I love messing w matrices and haven't seen these boards before.. holy shit those are expensive as hell for such a little board! Amazon has larger 16x16 for the same price and dbl the LEDs brother just a heads up for anyone wanting more for ur money.