As a part of my project to scale beyond the ~4000 pixels that Teensy 3.2 supports at 60Hz, I’m looking into ways of using multiple Teensy 3.2’s and farming out pixels to each of them. The idea would be to build a simple “Branch Controller” consisting of a Teensy 3.2, a WIZnet W5500 Ethernet adapter,Continue reading “Teensy 3.2 + Ethernet”
Author Archives: Blinky Lights Blogger
Interlude: BeagleBones
The Story So Far In investigating how to drive enormous numbers of WS2812b LEDs from Arduino-style controllers at 60 fps or faster, I found that a pretty solid option is the Teensy 3.2 with the OctoWS2811 adapter board which can drive up to 4400 pixels. But what if you need more pixels? A common approachContinue reading “Interlude: BeagleBones”
So you need more than 4000 addressable LEDs
Maybe you want to build something for a big thing in the desert. And the desert is wide and large and your thing is going to be really, really, big. For example, the Tree of Ténéré by Zachary Smith and team has 175,000 LEDs. That is significantly higher than the 4416 LEDs that you canContinue reading “So you need more than 4000 addressable LEDs”
APA102c versus WS2815 LED Strips
If you’re just joining me, I’m trying to redo the LED lighting on this 46′-tall antenna: My earlier experiments were all about speed, trying to increase the frame rate from last year’s abysmal 17 Hz to something better than 60 Hz. I decided I could easily double the number of LEDs and use single TeensyContinue reading “APA102c versus WS2815 LED Strips”
Measuring WS2812b Frame Rates with an Oscilloscope
I found an easy way to measure the exact frame rate you’re getting on your WS2812b animations using an oscilloscope.
What about the Teensy 4.0?
Oh man, this thing looks amazing. No sooner had I soldered pins on the Teensy 3.2 than a newer Teensy 4.0 arrived in the mail. The new Teensy is insanely more capable for the same price and in the same form factor. It’s 10-15 times faster on benchmarks, has 16 times as much RAM andContinue reading “What about the Teensy 4.0?”
The OctoWS2811
My first experiment in speeding up the LEDs is to use something called OctoWS2811 which is designed to let you drive 8 strips of LEDs in parallel. Theoretically, this would allow me to boost the speed of my antenna from the dismal 9 frames per second to a much more attractive 72 frames per second.Continue reading “The OctoWS2811”
Step one: performance!
One of last years’ projects was a 46′ tall antenna “wayfinder” that we used to find our camp from miles away. It was awesome, but next year I want it to be even awesomer.
What’s going on here?
This blog is about programmable LEDs, and making them fast and colorful and cool.