Thanks for all of your help! Hardware is finished, for now. I’ll build something prettier than a black box later. I’m finally going to start working on different ways of mapping this thing.
Hehe. But there is a drawback of being bigger: the distance between pixels in the circumference is very large. This means Andrew has to put the diffuser in a large distance to the LEDs, which in turn means it will get a thick eye catcher.
I really really like your idea of a Fibonacci display. It’s so totally different from the standard 1D (strip) or 2D (rectangular matrix) displays! And the patterns look great!
For a few weeks I’m thinking if my next project should be a 16x16 or 32x32 (rectangular) matrix. Maybe I should start a Fibonacci display instead. Any plans to open the building instructions? I see your code, but one really needs the exact positions of LEDs to copy your design and by able to share code. Something like this http://tinyurl.com/nl3fn9j but better readable.
Thanks, Thomas! I can’t take credit for the idea, that goes to @Jim_Bumgardner , who inspired me to make it in the first place.
I wouldn’t worry about using this exact layout, I’m finding lots of things I’ll change when I rework this one, hopefully soon. Other than the spiral arm and XY mapping (which in hind sight weren’t hard), all the other patterns should look great on any layout.
I’m also going to try using 1/16" sheet metal instead of the 1/8" hardboard. I’m just not happy with how wonky and loose some of the LEDs are.
I’ve been playing around with this processing sketch, trying to find the ‘best’ layout: http://www.openprocessing.org/sketch/209971 You can use the keyboard to adjust the parameters (scale, angle, count, etc).
Jason: Looks great! Looks like we both used the same frame…
Thomas: I wrote a processing sketch that outputs a PDF file which I used in the laser cutter. Happy to share it if you want to tweak it. Here’s the pdf:
But if I want to reuse Jasons code (which he made public) I need to know, on which position which LED number is. Otherwise the pattern look totally different if not confusing.
@Thomas_Runge You’re absolutely right about the larger issue. I ended up not being able to use the last (farthest) element as the LED’s were too far apart.
Hi Jason
I was trying to work out your code, but I’m getting an error on line 31 saying ‘CRGB’ has not declared and EVERY_N_MILLISECONDS’ was not declared. I’m still learning. so sorry if this is a silly question.
Hi , sorry i’m using a nano and just the fastled, can try on a teensy 3.1 the reason why I like your setup is that you use a single string of led? as I said I’m just learning this now. thanks for your reply can you “dumb” it down for me.