Skip to main content

It’s An LED Cube, But Maybe Not Quite What You Were Expecting

LED cubes are a pleasing ornament and still something of a talking point, but now they have reached the point of being available as inexpensive kits from China. The simpler ones don’t have quite the cachet they used to. It’s still a project that can deliver a few surprises though, as [Moritz v. Sivers] shows us very well with his glass LED cube. Instead of the usual wire frame construction he’s employed a novel technique of applying each layer of WS2812 LEDs to its own glass PCB.

The PCBs are created with self-adhesive copper foil, cut out with a CNC cutter and painstakingly transferred to the glass substrate with the help of a piece of transfer paper. The LEDs are soldered on, and once each board has been tested they are mounted in the manner of a toast rack to laser cut acrylic corner pieces. There are four layers of 16 LEDs each, which might not make for the largest cube, but still makes for a respectable show. The addressable LEDs take it a level above the 3D matrix type of cube with which you might already be familiar, and the extra time required to load each value into them doesn’t seem to slow the display down.

There are a couple of videos we’ve placed below the break, one showing it in action and the other taking us through the build process. This last one should provide plenty of inspiration for anyone with an interest in creating this type of PCB on glass or any other unusual substrate.



from Hackaday https://ift.tt/2TZbbg1

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...