Simple hardware and Python drive this Splunk LED meter

splunk-led-meter

Want to monitor the company system without continually loading up the Splunk dashboard? It turns out that they've got their own Python package which makes pulling down data a snap. All [Rick] needed to do was hook up an LED meter as an external display. It used to be that this would take a lot of wire and bit of soldering (or some special Christmas lights), but the advent of affordable LED … [Read more...]

Smother yourself in addressable LEDs

burning-man-led-suit

Guess where this guy's headed in his suit of many colors? If you said Burning Man give your self a pat on the back. After making a half-hearted EL suit for the festival in 2010 [Sander] decided he needed to step it up this year. He bought and affixed 200 LED modules to this suit so that he could light up the night. They're mounted in a grid, and in order to keep the changing patterns orderly he … [Read more...]

Video display from RGB strips makes it seem so easy

video-display-from-RGB-strips

[Fabien] wrote in to share a link to this RGB video display which he made. He's got some pretty cool routines that make it more functional than you would think, but first we want to comment on the construction. He used an RGB strip, which makes this look like an incredibly simple build. The strip has a data and power bus running the length of it. You can it into smaller segments, then just solder … [Read more...]

FT-2232 bridges Python and I2C/SPI

ft-2232-i2c-spi

You might already have the hardware on hand to easily interface I2C and SPI devices with Python scripts on your computer. The board seen above is an FT-2232 breakout board. These chips are often used to facilitate JTAG programming via USB, but they have other features that might be useful to you as well. The chip has a Multi-Protocol Synchronous Serial Engine (MPSSE) which can speak the I2C and … [Read more...]

Controlling shift registers via SPI

spi

Hack a Day's very own (and very prolific contributor) [Mike Szczys] put up a great tutorial on how to drive shift registers with an SPI interface. [Mike]'s earlier tutorial of the 595 shift register goes through the functions of a shift register pin by pin. In a 595, bits for each position in the register are sent over one at a time. Most microprocessors have an Serial Peripheral Interface, and … [Read more...]

Recovering a corrupted EEE PC BIOS

recovering_eeepc_bios

[Jeremy] had an ASUS EEE PC 1000HE netbook on his hands which had succumbed to a corrupted BIOS. In most situations, people replace a motherboard when the BIOS is damaged beyond repair, but considering the price of motherboards, especially those built for portable devices, he simply refused to go that route. Instead, he took it apart and did a little investigation to find out what SPI flash … [Read more...]

What has 114 LEDs and is always running?

arduino-driven-word-clock

The answer, of course, is a word clock. This is actually [Eric's] second version of a word clock. Like the first one, it uses 114 LEDs to back light the words on the display. In his first iteration he used an Arduino to drive a Charlieplex array of lights. It was an 11 by 10 grid, plus four LEDs to display the in-between minutes as dots at each corner of the clock face. This time around he's … [Read more...]