Fertilizing A Planted Aquarium Using Air Freshener Hardware

Keeping live plants in an aquarium happy can be quite a chore. One of the frequent rituals is adding fertilizer, which is called dosing. [Majstor76] came up with a creative way to automatically dose using an air freshener. He got rid of the canister that holds the scent and re-purposed a hand soap pump to move the nutrient-rich liquid. After the break you can see that there’s no shortage of power to actuate the pump and the powered air freshener base has a delay circuit, allowing for a few different time-release options. As long as the volumetric output is fairly consistent we figure you can dilute your fertilizer to fine-tune the dose.

Continue reading “Fertilizing A Planted Aquarium Using Air Freshener Hardware”

The Lunchtime Clock Gives You 12 Extra Minutes

The Lunchtime clock is a hacked clock that pulls a sneaky little trick to get you a longer lunch. In this instructible, [Randofo] shows us how he uses an Atmega168 and a realtime clock kit from Adafruit to slow the clock down 20% starting at 11:00 and then speed it back up at 11:45, gaining you an extra 12 minutes of sweet delicious lunch. Not really sure how noticeable this would be? Check out the video after the break. This is pretty hilarious and we can actually think of a few offices where this might work. However, many offices rely on their main network server for actual time keeping leaving this as just an amusing novelty. Still, those with luddite bosses can rejoice in your new-found extended lunch.

[via Gizmodo]

Continue reading “The Lunchtime Clock Gives You 12 Extra Minutes”

Aquarium Water Exchanger

If you want happy fish you’re going to need to do regular aquarium maintenance. Part of this is exchanging a portion of the tank’s water on a regular basis. [Bill Porter] came up with a water exchanger that means less manual labor, but makes the process just a bit more complicated.

So, what he would do before is fill a few buckets from the aquarium and dump them down the toilet. Then mix up a few buckets of salt water and add them back to the aquarium. This meant carrying several trips worth of heavy, dripping buckets through the house. What he has now is a gravity fed system into the orange bucket with a bilge pump to evacuate the old water from that bucket into the kitchen sink. The bilge can then be used to circulate water through the aquarium and the bucket, while filling with a hose from the kitchen sink and mixing in salt and chemicals. Less trips, no drips, but you’ve got to know what you’re doing with all of those valves.

We love seeing aquarium hacks like [Bill’s], or cooling the tank lights while heating the water, or just a fancy lighting setup in general. So if you’ve got some of your own, don’t forget to send in a tip about them.

Halloween Hangover: Talking Heads

Here’s a Halloween prop leftover; [Chris] built his own version of singing heads from Disney’s Haunted Mansion on his porch for last year’s ghoulish decor. A projected image of actors singing a spooky song gives each of the four Styrofoam mannequin noggins its own digital life. There’s an optical sensor on the porch stairs that is tripped by unsuspecting candy-seekers. An Arduino monitors the sensor and uses AutoHotkey to start the video clip on a netbook. Check out the video after the break to see the finished display do its thing after dark.

Continue reading “Halloween Hangover: Talking Heads”

Beer Catapulting Fridge

We’re not sure where the fascination to have your libations flung at you came from, but we can’t say we’re entirely against it. This beer catapult robot (dead link try Internet Archive) will pull a cold one from its gullet and fling it to you, or in your general direction. While he doesn’t have the source code available for the Arduino bit, we’re OK with that. We’re more interested in the mechanisms at work here and there are plenty of pictures of his set up.  It seems very similar in design to this one we covered back in 2007, which also appeared on” The Late Show with David Letterman”.  Join us after the break to see the thing in action.

[thanks Springuin]

Continue reading “Beer Catapulting Fridge”

Creating Art From An Old Christmas Tree

So you manged to get a great deal on a fake tree during the after Christmas sales, but what should you do with your old one? If it was lighted with fiber optics you can reuse the strands to create your own star map. [Mr Trick] shows how to disassemble one of these trees, grouping the fibers by length. He built a wood frame, then covered it with a layer of cardboard and another of black fabric. From there the painstaking process of routing the fibers in a way to looks convincing starts.[Mr Trick’s] final product uses multiple LED light sources and even includes RF control.

Think this project is large and time-consuming? Check out the same idea built into a bedroom ceiling.

Internet Enabled Drip Coffee

A fresh pot of coffee is never more than a tweet away with the Tweet-a-Pot. It works in much the same way that our Troll Sniffing Rat does. For that build we used a Python script to monitor our comments, and this does the same except that the script read tweets through the Twitter API. It watches for a specific hash tag (#driptwit) and when found it sends a serial command to an Arduino. The microcontroller then writes a digital pin high to actuate a relay, powering up the coffee maker.

Sure, you have to preload the pot with grounds and water, but what do you expect, automatic coffee roasting and brewing? That’s quite a bit more work.