Octoscroller Takes The Hexascroller To The Next Level

octosc2

The folks at NYCResistor have a new toy in the Octoscroller. For a couple of years now the NYCResistor crew has used the HexaScroller as a clock and general alert system. Now that RGB LED panels are cheaply available, the group decided to upgrade both the number of sides and the number of colors.

Octoscroller uses eight 16×32 RGB LED panels. These panels are relatively easy to interface to, but require constant refresh even to display a static image. This makes them both memory and CPU intensive for smaller microcontrollers. Brightness control via PWM only increases the difficulty.

On the plus side, the panels are structurally strong. This allows the Octoscroller to avoid the plywood ring which made up the frame of the Hexascroller. 3D printed brackets and hardware were all that was needed to complete the Octoscroller frame.

The brain of the this beast is a BeagleBone Black running LEDscape along with some custom software. Imagery comes from the Disorient Pyramid.

If you’re in the New York area, NYCResistor plans to offer classes on building your own Octoscroller.  You can also see the Octoscroller in person at MakerFaire NYC this weekend.

Smart Brake Lights And More With OpenXC

smart-brake-light

At a recent hack-a-thon event, [Al Linke] tapped into a vehicle’s OBD port with an OpenXC vehicle interface and hacked an LED screen in the rear window to display data based on events. If you haven’t heard of OpenXC, you can expect to read more about it here at Hackaday in the near future. For now, all you need to know is that OpenXC is Ford’s open source API for real-time data from your vehicle: specifically 2010 and newer model Ford vehicles (for now).

[Al] connected the OpenXC interface to his Android phone over Bluetooth, transmitting data from the OBD port to the phone in real time. From here, the Android can do some really cool stuff. It can use text to speech to announce how much your lead foot cost you, add sound effects for different car events, and even interact with additional devices. Although he managed all of those features, [Al’s] primary goal was to add an LED screen that displayed messages on the vehicle’s back window.

When the phone detected a braking event from the car, it directed the LEDs to light up with a “braking” image, adding some flavor to the process of stopping. He could also change the image to a “Thank You” sign with a waving hand, or—for less courteous drivers—an “F U” image with a slightly different hand gesture. You’ll want to check your local and/or national laws before attempting to strap any additional lighting to your vehicle, but you can watch [Al’s] car light up in the video below. For a more detailed look under the hood, he’s also provided an Instructables page.  If OpenXC catches on, the number of vehicle hacks such as the Remote Controlled Car may skyrocket.

Continue reading “Smart Brake Lights And More With OpenXC”

A 23 Feet Tall Pyramid With 0.31 Mile Of LED Strips

This year the Disorient Camp at Burning Man built a 7m tall pyramid with over half a kilometer of LED strips. For this special occasion several artists had developed patterns for this massive LED display, animating the parties happening every night in front of this build.

To handle the dusty environment, a Toughbook was running the pyramid’s main code, which was rendering the animation frames to 24-bit bitmaps and sending them over UDP to the network. For each face of the pyramid, a $45 BeagleBone Black running a dedicated program was slicing the images into the individual panels. Finally, each panel composed of eight WS281x LED strips was driven by a Teensy 3.0 microcontroller, receiving the piece to display by USB from the BeagleBone. To power the pyramid, 5V 40A power supplies were used for the tall panels, 5V 30A power supplies for the smaller ones.

Unsurprisingly, many of the power supplies failed due to the heat and dust.  The adhesive holding the LED strips also failed, and some screw terminals rattled loose from the 25KW sound system, requiring constant maintenance. Nevertheless, the sixteen thousand LEDs sure made quite an impression.

If anyone attending Burning Man managed to capture video of this thing in action we’d love to see it. Leave a link in the comments.

Four Meter Light Paintings

HaD

We’ve seen some light painting before – waving a microcontroller and LED strip in front of a camera is a very interesting project after all. [Saulius]’ light painting stick is unlike anything we’ve seen before, though. It’s huge – four meters high, and is also very flexible in the field, drawing images served up from a smart phone.

To get his pictures onto his light painting stick, [Saulius] used the very cool Carambola, an exceedingly small board that also runs Python. The images were converted to a 128xWhatever .BMP file served to the Carambola over WiFi with a smart phone, Since the Carambola runs Linux, sometimes a kernel interrupt would mistakenly restart the drawing process. [Saulius] found a way around that by writing the drawing code in C and wrapping that in a Python module. The speed of C and the flexibility of Python, who could ask for more.

On the project page, you can see [Saulius] pulling off some very cool light paintings. Even though the Hackaday logo is the best way to get on the front page here, this pic is probably the most impressive

Accelerometer Poi

accelerometerPoi

Even if you’ve never attended a rave, you have probably seen one portrayed on film or television. Those glowing spheres-on-a-string being swung around are called poi, and [Matt Keeter] has designed a pair with an accelerometer upgrade. Poi have a long history and were originally made from plants, but contemporary examples usually feature some kind of light, whether it’s fire, LEDs, or even glowsticks tied to shoelaces.

This build required double-sided PCBs and [Matt] had to custom make the protective covering that slips over the board. The poi are powered by 2 AA batteries fed into a 5V boost regulator. But wait, no microcontroller and no PWM? Actually, we think it’s quite clever that [Matt] took the output from the accelerometer and fed into an inverting amplifier. This keeps the voltage constant while allowing the accelerometer to vary the current. Had he used PWM, the fast motion of the swinging poi would instead produce a blinking effect.

An additional trimmer potentiometer accounts for variability in the accelerometers’ output by adjusting the default brightness. If the recent recap of Burning Man has you excitedly planning to attend next summer, you’d probably find plenty of opportunities to use these in the desert.

Game Of Light

gameoflight

Hyperrealistic graphics may be the standard for gaming, but Game of Light (Warning: Loud video volume) is a welcomed detour into vivid, low-res delight. Built for a course at the University of Oslo by [Abdimaalik], [Martin], [Andre], [Eivind], and [Stian], Game of Light has a handful game options, some of which allow up to four players. The build uses eight DE-DP14211 LED dot matrix boards, each with 32×16 bi-color LEDs and a built-in HT1632C display controller to handle the multiplexing. They are mounted together to form the 64×64 resolution display.

The box was custom-made out of what we suspect is acrylic, and uses some 3D printed pieces to offset the top from the bottom and to hold components in place. SNES controllers send data to the Arduino, which also runs the games and feeds the display controllers. Buried in the mix are two fans to keep the components cool. Everything is open source, so race to Github for source code and the games.

For another LED matrix project with a lot of gaming potential, check out [Brad’s] PS2 mouse interface that lets him interactively draw in real-time.

Continue reading “Game Of Light”

An Improved Bubble Display With RGB LEDs

Making a bubble display is quite an undertaking, but [Jay] takes advantage of iterative design to construct this impressive (and at 60 tubes, massive) bubble display. The display functions by dispensing bubbles to serve as illuminated pixels in each tube as they rise through the fluid. His build log steps through the display’s construction with a keen attention to detail and above all, patience.

Rather than diving right in and slapping some tubes together, [Jay] took the time to research other bubble display projects, including one we featured a few years back that grew out of yet another HackaDay article. His prototypes started off small to test potential features: whether to use water or glycerin, timing for the air pumps and bubble size, and several others. [Jay] even filled the log with videos of every test, so you can watch the problems and solutions unfold at each step.

The finished display boasts sixty 30″ tall tubes, making it 64″ wide. [Jay] also installed RGB LEDs at every edge where the tubes meet to better distribute the light. You can watch one of the many videos of the display at work below.

Continue reading “An Improved Bubble Display With RGB LEDs”