Toilet And Figlet

toilet_and_figlet

We thought [Kristofer’s] Tech Tip about using figlet with scripts was kind of fun. It’s a throwback to the days of logging onto a BBS and being greeted by a vertically scrolling ASCII art image that had been meticulously hand crafted (although a lot of the coolest stuff was actually ANSI art). No hand crafting here, just feed (or pipe) your text to figlet and it outputs the message in ASCII style letters.

When we went to try install this in Ubuntu, the toilet package was suggested. This one’s worth checking out too. It works in much the same way as figlet but uses extended characters and has a lot more color and font settings:

hackaday_toilet

Give these packages a try and make character art cool again!

Defocusing LED Clock

[Dennis] has created a well-documented and very beautiful clock in his latest project. This clock stands out from the other clock projects we have covered with its unique display. The seven segment LED displays mounted on a sled that moves them back and forth behind an array of fiber optic lenses, effectively taking the display out of focus at certain points. Currently, a Dorkboard controls the sled, moving it at random intervals. The case is machined and polished aluminium, the top buttons are ball bearings.

Tweetidor, The Tweeting Humidor

tweetidor12-300x225

As cigar aficionados will tell you, cigars should be stored in climate controlled humidors to keep them in best condition for smoking. Most of the time a humidor is just a simple air-tight box with a hygrometer attached, which measures the relative humidity inside the box. Feeling as though he needed more control over the environment he kept his cigars in, [Justin] created the Tweetidor, a humidor that tweets its current temperature and humidity. Yes, you guessed it; the project is built around an Arduino. It’s a simple, useful project that is well documented and would be fun to recreate if you’re into cigars (and not tired of Twitter or Arduinos yet.) Combine this with the laser lighter and you’ve got a pretty nice setup.

BlokClok – Abstract Time Display

blokclok_abstract_time_display

Clocks made from blinking LEDs always make for fun projects. [Earthshine] built a clock that displays time abstractly using an 8×8 RGB LED matrix. The video embedded after the break illustrates how to read the time but here’s the gist of it: One LED is illuminated in the outside box of LEDs and moved in a clockwise motion to approximate seconds. Inside of this, there are four quadrants; upper left indicates hour-tens digit, upper right hour-ones, lower left minute-tens, and lower right minute-ones. This certainly makes for an interesting conversation piece!

There is no schematic and no code available but it’s really the concept that we’re interested in. If you must know, [Earthshine] bases this build around an Arduino. A DS1307 real time clock keeps the time, while four 74HC595 shift registers are utilized to control the three LED colors and the multiplexing.

Continue reading “BlokClok – Abstract Time Display”

MP3 Hand Grenade

hand_grenade_mp3

One man’s useless machine is another man’s treasure… or something. [Matt] shared a link to his MP3 gr3nade in the comments of our useless machines post. The project took a decomissioned hand grenade and shoehorned an MP3 player into it. His decision to locate the headphone jack where the safety pin goes is a nice touch.

This reminds us of the boss from a previous job who had a chrome plated hand grenade on his desk.  Now that was a useless object (and a useless boss). This project actually does something, but are you really going to ride around on the subway rockin’ out to the Bee Gees while holding a hand grenade?

Eee PC NAS

eeePC NAS

Hack a Day reader [The_Glu] shared with us a project of his. He used an Eee PC 701 he had lying around with a broken LCD, along with three 1TB SATA drives to create a custom NAS server for his house. The server features a number of other interesting components, including USB2SATA converters to connect the hard drives, as well as a 2 line LCD to display RAID information and server status. The entire  project is wrapped up in a custom made Plexiglas enclosure with case fans to keep the whole thing cool. While this may not be the first Eee PC NAS, or the fastest, this is a wonderful way to repurpose a broken netbook. We also love the idea of netbooks being used more and more in projects like these as the first generation reaches its end of usefulness age. More pictures after the break.

Thanks [The_Glu]

Continue reading “Eee PC NAS”

Stop Light For HotWheels

stop

[Paul] wrote in to show us this little project he did for his kids. His children love playing with their toy cars. In an effort to give them even more fun while playing, [Paul] built a stop light for them. He’s using an ATtiny13 to run them and has the source code available on his site. Not only did the kids get a new toy, he got an excuse to go build something in his workshop.