I know this group is more for what you are actually building now… but I thought it might be fun to share what fun projects people are planning on working on and any links to how it’s done. I mean who doesn’t like adding to their project lists!
Heh, my list is so long I started an entire thread on it
But I am waiting for some deliveries…
I literally just went to check on an Amazon order and noticed they’d added a bigger discount than the one I’m getting tomorrow, so I grabbed a second one ($30)
Just over 4 foot high, going to add enough LEDs to make it into a lava lamp type effect, as well as music/etc. Tyvek material, so should be durable.
It’ll get a cylinder of LEDs inside to replace the two bulbs it comes with.
So this arrived today, and I threw a temporary set of lights into it, actually a few attempts (first a 150 strand wrapped around a cardboard tube, then a 300 strand wrapped around a pool noodle). A quick map based on Cylinder pixel map and I had something interesting, but of course… few patterns that ‘did it right’. Since I have plans for a handful of these ‘lamps’, I’ll likely be adjusting patterns to work well with it.
One thing to decide: what’s Z? I did Z as height , but now I’m rethinking this, as I suspect many patterns would look better if it was Y as height. To be played with more…
Added: I added some boundary pixels, adding ‘far corners’ for X and Z, to make the cylinder ‘taller’, which helped, and then I realized that’s MAYBE not the right way, maybe I should be transforming, by adjusting the scale (since it’s a narrow but tall shape), so my Y should just be scaled up… Otherwise the corners bring the relative X and Z in closer (since the overall 0…1 remains, but then the X and Z are in tight) More to be played with. One way the map handles it, patterns don’t need to care, the other way the patterns have to be aware of the weird shape (not a square/cube) This will be fun. Ultimately, it’ll be a good way to see how far I can push some patterns to work in 3D and be interesting.
function (pixelCount) {
var map = [];
numloops=24
for (i = 0; i < pixelCount; i++) {
c = i / pixelCount * Math.PI * 2*numloops
map.push([Math.cos(c),i/pixelCount,Math.sin(c)])
}
map.push([-3,0,-3])
map.push([3,0,3])
return map
}
I plan to add transforms to the global map, so that you can fix the aspect ratio outside of pattern code. And would help with assembling multi PB maps. Fake pixels get it done for now tho.
My project was for the Colorado burning man festival, called Apogaea, that normally happens every June, except its been cancelled this year and last year. The theme of the event was “Portals” so I started working on an LED portal that is 7 feet high and 16 feet long that people could walk through. Its going to be a cylinder with the LEDs (with ping pong balls glued to them to increase visibility) on the inside of the cylinder. 8 hoops with 64 LEDs on each, with a gap at the bottom for the walkway.
I am hoping the event does not get cancelled next June so I can get this thing fully built and running at the event. I am building part of it in my living room but still working out the structure since it has to be able to be transported in a car and then assembled at the event.
I’ve simulated it with PixelTeleporter so I can see what it may look like and have attached a GIF of a program running on the PixelBlaze.
It will be great to see it up and running next year barring another cancellation of the event.
The event has so many LED installations, its so much fun to walk around the 2 mile long event area, and go up on the hills and look from above. Takes 2 or 3 nights just to see everything, some are interactive and fun to play with,
So I don’t know how cool this is but I’m simply wrapping this:
4 meter spool of 60/m SK6812 (WS2812) RGBW LEDs
Around a styrofoam sphere about 9” in diameter.
It’s pretty simple but the temporary tacked-on version looks pretty cool to this newbie.
Just trying to figure out how to secure the strip around the sphere a bit more securely than masking tape I used for a mock-up.
Am thinking of using pins to build a spiral railing around the sphere and just reset the strip on the pins.
Not super robust but probably OK as long as it’s not disturbed.
Rather than hotglue I’d suggest trying something like E6000 glue, I’ve found that (or E8000 etc which all seem pretty similar) sticks just about anything. If possible try and get a tube that has a fine metal nozzle like this, it makes it much easier to work with.
ws2815. 144Lpm. [ip68] led strips mounted to a 14.5 inch aluminum ring. Strips are mounted to the inside and outside of the metal ring. Total of 32 ft for all four wheels. Silicone adhesive and zip ties are used to attach the strip’s to the Rings . 4 in shelf brackets are used to attach the Rings to the dust shield.
Smartstick - Fluorscent tube filled with UV leds driven by an Eagle Decorations expander, with a 16x16 matrix wrapped around the tube and a Fibonocci Micro 64 with the 4 touch pins on one end hooked up to the sensor board. The idea was to have touch buttons on the end and motion sensitive patterns. Hence would love to make it battery operated but no space left, have already destroyed two panels. Twice i have shared off the wires on the sharp edges of the holes drilled in the tube for the matrix wiring to pass through while trying to get everything inside of the tube/ And that was without batteries. just not enough space unless I use ‘custom’ wiring/connectors… Kind of given up on this build but - this experience with multiple displays of different shapes has cemented my thought that a single map is just not the way to go… will share more thoughts in the complex mapping thread.
I’m fascinated by light transmission through various medium.
LED Projector - I’m working on v3 now. have 2 different builds using various Fresnel lenses. One is like an end table made from a Fresnel Beacon (like you see on the tarmac at the airport) about 15" diameter using a 9" diameter 300 LED circle matrix with a fresel lens on one end of the beacon that fills the ceiling with patterns. The other one (pictured) is a modification to a knock off of a old school stage light. Have now replaced the guts with a 16x16 panel and a 6" Fresnel lens. Picture only shows half of a 8x16 matrix. Still need to find or design a better focusing mechanism though. Older pic of the lights showing only 1 8x8 at about 15’
The horizontal panel is not ‘yet’ lighted, the illumination as show is pass through from the backlit diffuser. I am planning to experiment adding with a few UV leds along the back edge of the florescent sheet… AND a QI wireless charger embedded (for a phone charging station) and or some levitating sculpture. Ultimately one goal with the QI and magnetic levitation is to drive a wirelessly powered levitating LED disc but probably more practical to just stick with phone charging…
@Scruffynerf Are you going to use rgbw leds in this? It might be cool to be able to get real white plus some color. Even making two bright spots where the bulbs would normally be and move them closer and farther apart nice and slow would be a cool mellow effect.
Not for these first ones at least, I went with 60/m (so 300 over 5 meters), and it’s certainly not closely packed, but doing too many colors in close proximity (since it’s heavily diffused) already yields too much ‘white’. I have 2 others (different models of lamp, but basically same thing), and I might try that with one of those.
Fireflies looks awesome, but time flies 2D are a bit too abrupt (needs smoothing), for one of many examples.
A PB powered lava lamp, though its hard to get it to consume enough power using the Fibonacci 32 mini… at first i though it was the USB port but after hooking up a 70W supply directly still only get about 2W on average (.3 A) max of about 2A (12W). So not a lot of thermal movement, but this has a bunch of glitter that moves around a bit easier compared to the original lava lamp blobs, so this works OK but not sure this would be enough heat for the old stuff.
Here’s my take on a 21st Century Lava Lamp…just slow those pixels down!!
I wanted to post videos…I suppose I have to upload them somewhere else and just post the link here? I’ll catch on eventually. Till then you’ll just have to imagine these lights running your favorite PB program.
The cylinder shaped one above is an PVC armature wound with a LED strip.
The one below is a 16 x 16 LED matrix.
Bowls are quite beautiful as well. If the bowl is clear, you can even just place the ring under the bowl and avoid having to drill a hole in there glass. Here’s a square bowl I did.; the wire is just looped up over the edge on that one.
WOW, that is simple and yet so amazing. That is only meant as a compliment.
I wonder if you could get the square “bowl” to look like hot coals from a fire. I really want to try some of this. My wife will probably kill me because with the PB being so “simple to program” I would constantly be playing with new and different patterns. I would love to see what “pacifica”(the Dan Garcia tribute) would look like on the tall cylinder.