Earlier quoted context omitted.
Teensy line, especially the Teensy 4. Amazing power in that thing, and cheap.
Teensy is great, and the guy that makes it is super cool. Not enough IO on the breakouts for big projects tho, IMHO.
How to Create a LED Mask Using Arduino, NeoPixels, and C++
21–30 of 39 posts
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#22Earlier quoted context omitted.
Teensy line, especially the Teensy 4. Amazing power in that thing, and cheap.
I have one laying around! Is it as easy as just soldering the wires on the pins just like the nano?
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#23how about a fencing mask
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#24Fun! It's amazing how ubiquitous WS2812Bs have become in such a short time. They're wonderful for everything from wearables to signage to room lighting, and there are 12V versions available if you want to drive longer strings. Some advice for people seeing this article in 2020: you might consider using a more modern microcontroller which supports DMA for new projects today. The ATMega328p which is used in Arduino Uno…
Im building a setup now. Any tips on libraries for esp8266 to control the maximum number of leds via i2s DMA?
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#25Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#26Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#27Fun! It's amazing how ubiquitous WS2812Bs have become in such a short time. They're wonderful for everything from wearables to signage to room lighting, and there are 12V versions available if you want to drive longer strings. Some advice for people seeing this article in 2020: you might consider using a more modern microcontroller which supports DMA for new projects today. The ATMega328p which is used in Arduino Uno…
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#28The masks don't look quite as impressive in the video[0], but live it was incredible. The LEDs can react to volume, but additionally they were synced into preprogrammed routines to fit the music, and with very little other light on stage it was mesmerising.
[0] https://www.youtube.com/watch?v=VypU8zojFsY
edit: warning! jazz fusion
Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#29Re: How to Create a LED Mask Using Arduino, NeoPixels, and C++
#30C++? How about no.