Check out an updated version of this project with live scrolling data from your computer or phone! kzbin.info/www/bejne/e6nddHWYZcyViqM
@Miguel-Del3 жыл бұрын
I was just going to ask about this! Thank you!
@shaun85663 жыл бұрын
Amazing. Thank you for keeping us updated.
@jamesevans60868 жыл бұрын
Yeah, I definitely have to build one of these. Great design for generating the pixels on the fly to get around buffer memory issues. Thanks for sharing!
@StickmanDude20094 ай бұрын
This would be very cool for a gaming room
@Conservator.6 жыл бұрын
Wow, I’m very impressed by your project. That’s some lean programming on an Arduino. Also like the msc as a reference ;-) and the synchronization with the music is just awesome. I’ve read your code(s). Thank you for sharing!
@ivanbergamo8815 Жыл бұрын
I wonder how many amps would be needed to make every LED white at max brightness
@942hartley4 жыл бұрын
Just read your article and viewed on YT. Would love to build one of these or maybe one shorter for my Shrine Unit. We raise money for children's hospitals and need portability of information to present to our potential donors. You state this is easy. I haven't found that part yet. I have worked with addressable rgb lights for my family Christmas light show, however this is different as I use pc software program to control the pixels as opposed to the arduino which I have never used. Where can I find more information that is is layman's terms about programming a script to scroll? This seems a bit over my head.
@nealehutson20095 жыл бұрын
Dude i love this sign. Is there anyway I can use this exact design for a sports ticker? I could use some help thank you. Great sign love it.
Each pixel can draw about 60mA when 100% white, so about 160 amps for the full sign. I've accidentally melted the insultation off AWG12 wire with big Neopixel displays in the past.
@DisgruntledPigumon6 жыл бұрын
Do you happen to know if there are similar "warm to cool" white LED strips similar to these? I’d like to set up a day to night lighting system for my parent's kitchen.
@Zoetpils8 жыл бұрын
Really awsome project! I am going to save this project and try to replicate it when I got the time for it!
@Dev_Everything4 жыл бұрын
Nice can you turn the brightness down? I was looking at the code, its been a while since I have done any inline asm lol
@knightsun29204 жыл бұрын
Look for this line in "SimpleScroll" line 376 and change numbers after 0x for red , green, blue like I did. sendString( m , step , 0x00, 0x05 , 0x10
@Dev_Everything4 жыл бұрын
@@knightsun2920 thanks. i will check it out
@اسامهزياد-ي2ر5 жыл бұрын
Excuse. If i make it how can i change the text ??
@Learnduino3 жыл бұрын
is it possible to convert the code so that the panel shows the bitcoin rate?
Sir can you help me. I cannot put long text its always stop on the meddle of the text
@bigjoshlevine2 жыл бұрын
Maybe try this newer version of the project here and see if that helps... wp.josh.com/2021/04/21/build-a-live-scrolling-tickertape/
@joylynalforque70422 жыл бұрын
@@bigjoshlevine Thank you sir.. Its working... I hope you can make other tutorial project using ardruino nano..
@carpediem1975mx6 жыл бұрын
I have all the components to do the sign, but I need to display Russian text (Cyrilic) is there a code to be able to do this with arduino? so far I have not found anything. Any help will be appreciated.
@DRCE7772 жыл бұрын
SO COOOOL! I WAN'T TO MAKE ONE SOMEDAY AS WELL!
@jasoncline63936 жыл бұрын
Portable version of this using a 20amp bec and a 2s lipo, how long of a scrolling display do you think this could run? 60/m density, 7 rows just like yours. Would it still be readable at 30/m? The bec gets pricy once you go higher than 20a
@williampkerr7 жыл бұрын
Full disclosure: I know very very little about this fascinating tech. My question is: Are arduino outputs reprogrammable on-the-fly? For instance, I drive for Uber. I want to build a scrolling text arduino that displays the name of my riders on a customer by customer basis. Is this feasible in short time frames (between drives)?
@Coaslip6 жыл бұрын
Check this out , should suit you perfect. www.indiegogo.com/projects/ototok-your-voice-on-the-road-car-bluetooth#/ (not yet delivered , still waiting for mine)
@onevlog25706 жыл бұрын
yes
@bigjoshlevine3 жыл бұрын
You could now very easily do this with an Arduino phone running Tasker and this... wp.josh.com/2021/04/21/build-a-live-scrolling-tickertape/
@Flassh813 жыл бұрын
Is it possible today to have this pull stock and crypto info in real time to scroll? It would be a fun project for my fire station since a few guys are always talking stocks.
Hi Josh. Many thanks for your display. I ordered 5 led 5m 60 led/m and 2 power supplies. I think to cut in the middle and I'll have 2.5 m 10 lines. But I have a question: Are you sure that the plywood is 1/16". It's very thin. Thank you again for your video.
@bigjoshlevine6 жыл бұрын
My plywood was very thin, that's why I added the aluminum channels on the top and bottom to stiffen it up.
@teeteearrr4 жыл бұрын
Can the vertical spacing between the LEDs be reduced? The horizontal spacing is nice and tight. Vertical is not.
@bigjoshlevine4 жыл бұрын
You can stick the stripes down however you like if you can get them to physically fit. I picked this spacing to have square pixels, with the same density in both vertical and horizontal directions.
@teeteearrr4 жыл бұрын
I see. In theory if the density is square shouldn't the spacing be the same on both axis? I think I understand what you're saying though, I can just glue them a bit closer together (possibly overlapping the pcbs a bit) and the letters should look more even.
@dave_dennis8 жыл бұрын
I think the hardware is not so hard. The development of the software would be the time consuming part! Great Job. And thanks so much for referencing the Medium size child. I was really thrown off by the scale up to that point. :-)
@patrickmaartense77725 жыл бұрын
I would say contrary the coding is very simple, the hardware and electronics is the "harder" part
@johnduong54487 жыл бұрын
what was the song name, in this video?
@jasoncline63936 жыл бұрын
Trying to figure out how to do a scrolling text tow banner to tow behind a large slow rc airplane. I have plenty of addressable LEDs, a 6 channel arduino pro mini, and most of the power infrastructure, just no idea how to get there from here, I'm not a programmer. Looking for 4-6 feet long and 6 lines high. Any tips for adapting this? Will likely run on a 2s 5000mah hardsided lipo pack.
@bigjoshlevine6 жыл бұрын
Should be no problem! You likely want to use one of the smaller Arduinos, and then just need to find a way to hold the LED strings together. Maybe mount them to some kind of light netting?
@jasoncline63936 жыл бұрын
Planning on using doculam in a sandwich config actually. Do you know of any fonts that will run on a 6 line display? the arduino I'm most familiar with using is 6 channel pro mini type, though I may have a more full featured version somewhere in a kit.
@antreasdimas8 жыл бұрын
hi ..... you programm leds with software??? or just arduino??
@jxx9657 жыл бұрын
please share specifics. like where to get leds.. etc
@jessiefeng32697 жыл бұрын
Hi Creative. we supply the RGB led strip. learn more please contact jessie@witop-tech.com Phone/what's app:0086+15676178187
@alextrezvy68898 жыл бұрын
Fantastish! The Future happens! I never mind the LEDs can be so smart!
@hobby-cnc-openfree60409 ай бұрын
hi nice i did build one and got in some trouble @bigjoshlevine I DO SEE TAILING LED im using a NANO is there a other Timing setup to be used in the ASM Section its NOT the Speed if i go down with delay 100ms to the next step it works to see no Tailing led sideways nut then ists so slow display is 42x7 LED PLEASE Help
@bigjoshlevine9 ай бұрын
So are you able to see good text on the display with the longer delay?
@hobby-cnc-openfree60409 ай бұрын
Now it workes Fine the Delay "_delay_ms(150);) must go below the m++ had it to the wrong statment and now im Fine beside the const char PROGMEM got fancy non Ascii where it shoudt have spaces not even and not in all the string table list of 15lines by38 chars i did need to clean the charbuffer on some entries tried alot of things to get over this changing list position changing position in codeplacement Rewriting the line nothing and it also seams not the same fancy pixels all the time in the same place maybe short of memory now at 200byte left on the NANO V3 Clone BUT it WORKES
@electronic79796 жыл бұрын
Excellent project
@Guraba_AzE6 жыл бұрын
Hello Thank you for your great work. Can you please help me. Trying add some "const uint8_t Font5x7[] PROGMEM = { when i adding for example 0x1E, 0xA8, 0x28, 0xA8, 0x1E, // Ä this not working. What i dooing wrong?
@seanwilliams28672 жыл бұрын
Where can I get this?
@bigjoshlevine2 жыл бұрын
You can build it! wp.josh.com/2021/04/21/build-a-live-scrolling-tickertape/
@janeznovak25973 жыл бұрын
Hello. I like your work very much. The reason is because I have to display some special characters (CP852 - like ccaron, zcaron, scaron...) and your code is very simple to change the characters). I have a Chinese RGB WS8212B matrix 32x8. I would like to change your code to fit my LED matrix. What should I change in the code? I know there should be only one data output from arduino to WS8212. I do not know how to transform data from 7 output pins from arduino to one data pin for matrix (in the code). I would be very appreciated for any help.
@bigjoshlevine3 жыл бұрын
Hmmm.. since the main purpose of this project is to simultaneously drive multiple, very long LED strings then it is probably not a good fit for your display of 1 short sting! Instead it would probably be easier for you to try to transplant the font code from this project into one of the many fine other projects that are designed for driving displays like yours. Note that improved the font code in this newer project here so probably better to start with that: kzbin.info/www/bejne/e6nddHWYZcyViqM
@janeznovak25973 жыл бұрын
@@bigjoshlevine Thank you for your answer. I tought there is some minor changes or even commented line to switch different displays. I know now that there should be significant changes to code. I think I will buy Led strip and follow your story. Thanks again and keep up excelent work. Thumbs up for you.
@calebperez33624 жыл бұрын
Could you make a stock ticker out of this?
@bigjoshlevine4 жыл бұрын
Yes, you could make a very nice one!
@umop3plsdn4 жыл бұрын
@@bigjoshlevine how would you go about updating the values though? would it be better to use a raspberry pi for that?
@AshishJayan8 жыл бұрын
Lol @ the "a medium sized child is shown here for scale". hahah Nice project, I was looking for something of a similar project for a train to go around in loop. Its feasible, but I might not go with it. I'll just pursue for a clock instead.
@johnrobertd748 Жыл бұрын
But how to build it????
@bigjoshlevine Жыл бұрын
Full article here... wp.josh.com/2021/04/21/build-a-live-scrolling-tickertape/
@torreydion4 жыл бұрын
Nice job man!
@Conservator.6 жыл бұрын
Haha, watched it again, still just as much impressed!
@jayprajapati22076 жыл бұрын
hi bro i need to know that how to write the string at run time in this scrolling display
@kouderuivy6 жыл бұрын
If you have that code just find the jabber text delete it and replace it with your own txt. Save and upload done.
@MichaelBrown-mf9df7 жыл бұрын
Which Pro Mini do you use... it looks like the 5 v. Also, is there any additional wiring that needs to be purchased? if so, what type goes from the power supply to the Arduino? Thanks
@bigjoshlevine7 жыл бұрын
5V better because then you can use the same power supply for the LEDs (which take 5V) and the Arduino. The wire from the power supply to Arduino is not critical since the Arduino uses very little power compared to the LEDs. Just don't get the positive and negative switched! :)
@bigjoshlevine6 жыл бұрын
5V to match the power supply for the neopixels, which also use 5V. I used some random scraps of wire to make connections between the power supply and the strips.
@chowrites61796 жыл бұрын
Would certainly love to make something like this for my Twitch Stream to add some flair in the background! The tough part would be syncing the text for a new follower's/sub's name and other real-time info with this setup.
@knightsun29204 жыл бұрын
Dose Twitch Stream have a way to send serial data to a COM port?
I made half a meter can you slow down the running speed? runs fast
@bigjoshlevine4 жыл бұрын
You can either add a delay() inside the loop(), or just make the #define PIXELS larger than it really is so each update takes longer.
@nazirumbangba75304 жыл бұрын
Hi Josh, I've been watching your project over and over again because I fell in love with it. Trying to copy your project but I'm having problem with the code. If you wouldn't mind please kindly share it with me, thanks.
@bigjoshlevine4 жыл бұрын
There is a link to the full article with more info and all code in the youtube description above.
@nazirumbangba75304 жыл бұрын
@@bigjoshlevine thanks man, I'm most grateful
@Dancopymus7 жыл бұрын
Greetings friend! How would I do in the code to display a message (let's say HAPPY NEW YEAR) in 7 or 8 strips with 60 Leds per meter? Thank you
@bigjoshlevine6 жыл бұрын
Take a look at the full article - it is linked in the description above!
@ME1D5 жыл бұрын
What's the Soooooonng? 😫
@santoshvirkar28578 жыл бұрын
hi i need to build similar project with 70 feet long and wifi connectivity can you give me some suggestions how can i do it ?
@jessiefeng32697 жыл бұрын
Hi, we can help you. learn more please contact Jessie@witop-tech.com or give me your email and i will contact you
@vyrtualtecnologia3 жыл бұрын
Foot?
@bigjoshlevine3 жыл бұрын
Foot! (1/3 meter)
@nates29485 жыл бұрын
out of anything you could choose to demo it with, you choose Jabberwocky pretty smart tho
@RafaSzmitke-RafalSzm8 жыл бұрын
Music?
@akroutsamo8 жыл бұрын
this is impressive but can it handle 14 pixels tall or more ?
@bigjoshlevine6 жыл бұрын
Not with the current code on an Arduino UNO. Maybe with something like a Mega, but you would have to code very carefully!
@akroutsamo8 жыл бұрын
+Josh Levine what about ur script version can u share it
@1evolvingsoul7 жыл бұрын
I am also interested in you making one for me. I play in a band and I think it would be a creative stage piece and a great marketing/promotional tool.
@bigjoshlevine7 жыл бұрын
It is not hard to make. Check out the article on josh.com and let me know if you have any specific questions or problems!
@Sicnus5 жыл бұрын
Hey man, I ride a Motorcycle and I'm sure if you created say a 20" version of this that had a remote (and it would need to be waterproof) . You could effectively write your own million dollar check. I commute every day of the week (50 miles) and it would be amazing to have something that could be programmed to some simple messages: Back Up Please Thank You Caution Ahead STOPPING! Or who knows... whatever sort of message one might choose to program in. Cars could use this too if it were battery powered. Having an option between a harness and battery would be nice. Anyway.... I would bet you anything you'd make at least a million dollars ;)
@tehbluemuppetz63636 жыл бұрын
Awesome project! Is that really 60 LED/m? It looks very dense.
@tehbluemuppetz63636 жыл бұрын
Never mind, I just saw you're using 96/m.
@Lasseu6 жыл бұрын
what do you use it for?
@bigjoshlevine6 жыл бұрын
Just as a practical demonstration for this programming technique.... wp.josh.com/2016/05/04/parallel-processing-arduino-style-make-massive-neopixel-displays-with-nanoscale-concurrent-computing/ It also made an appearance at Maker Faire as a High Striker... kzbin.info/www/bejne/fKDOaYCdbMd5l5Y
@Lasseu6 жыл бұрын
i only got 5050 leds, time to hunt down some 2811 for next chrismas decoration to make our neighbour jealous. They have all kind of cool Led statues
@AnandKumar-on9hu6 жыл бұрын
I need one of these for my clinic hording. Please guide me to make it
@AnandKumar-on9hu6 жыл бұрын
8519999991 india
@bcf95882 жыл бұрын
"A MEDIUM SIZED CHILD.." - sub'd because cool tech and funny joke
@vancouverizer6 жыл бұрын
Why the "wasted" LEDs on the back? Presumably because your project design was set at 12' and you didn't want to extend it to 13? Or maybe you didn't want to cut the strips until after all your testing was completed?
@bigjoshlevine6 жыл бұрын
The materials I used come in multiples of 6 feet, and the strips come in multiples of 1 meter. So I wrapped the extra strip ends around the edges. It is easy and looks really cool!
@vancouverizer6 жыл бұрын
I see. I guess I'm too cheap. ;-) I would probably have cut them so I could use the 12 or so LEDs from that one end (x 7) for some other project.
@DasAntiNaziBroetchen4 жыл бұрын
I don't even have 12 feet of space.
@AstroSam667 жыл бұрын
She was selling a sock for some LEDs :-) Anyway its pretty cool! Thumbs up!
@any123-og5 жыл бұрын
You could us adafruit metro M4 32 BIT ARM CORTEX M4 VS 8 BIT AVR 120MHZ vs 16MHZ NATIVE USB (NO USB TO SERIAL CHIP) you could get the airlift lite version WIFI ADDED there are some better specs on the metro m4
@giovannivaccalluzzo46275 жыл бұрын
I made it, fantastic. But mine is not rigid, it's rollable
@ishtiaq1ahmed7 жыл бұрын
so nice great work.
@waltercheng57075 жыл бұрын
nice and lovely!
@taurenllipau44797 жыл бұрын
Very nice!
@muhammadsameer8834 жыл бұрын
awesome
@h3miunuАй бұрын
A medium sized child is shown here for scale
@bogdanapetkova77908 жыл бұрын
Amazing!
@iN0F Жыл бұрын
For my car
@lourencequeiroz60177 жыл бұрын
tottaly cool!! Thanks for share.
@jumpoffa50117 жыл бұрын
I LOVE IT!!!!
@blackeyes30987 жыл бұрын
We need to talk !
@israelruiz-vega7657 жыл бұрын
can you make one for me and I will pay you
@bigjoshlevine7 жыл бұрын
Where do you live?
@parvishnagrani7 жыл бұрын
Hi Josh I am currently in Indianapolis usa. Can I also pay you to make one for me plus shipping?
@bigjoshlevine6 жыл бұрын
No way to ship one of these, but maybe you can have this one if you are willing to come pick it up. Check out the updated article for info!
@subodhashokbansode29448 жыл бұрын
Awsome
@Lennypl17 жыл бұрын
Greate project :-)
@antoniocignozzi14777 жыл бұрын
100 like is mine :D
@jonamiki6 жыл бұрын
Thank you Josh! Just built it: kzbin.info/www/bejne/a6iUm5agpaiglbc