Automated Faucet Keeps Your Cat Watered

Like many of us [Chris Dillon]’s cat prefers to drink cold fresh water directly from the tap. However, unlike us, [Chris]’s feline buddy is too preoccupied with cat stuff to bother flipping off the faucet after its use. As it turns out, this was an excellent opportunity not only for [Chris] to flex his project muscles, but also to lay the groundwork for future home automation projects.  While most of us may go for a simple solenoid [Chris] had to make the rig completely reversible. The result is an automated  faucet control which involves an infrared sensor, Arduino,  and tight fitting rail system with a servo to operate the sink handle.

After getting all of the hardware and the sensor sorted [Chris] went on to add a data logging PC to the mix. The faucet setup communicates with a Linux server via Xbee modules, and populates a MongoDB database. The setup even allows [Chris] to flag false positives (human sink use for example) and produce charts of his feline friend’s water usage. We suspect the cat will be none too pleased when it gets its water bill.

Don’t forget to check out [Chris Dillon]’s site for details on the project including code and a list of lessons learned. Also, since this is the internet after all, we have several other cat related projects for your viewing pleasure.

[Thanks Chris Burrows (and nephew)]

Check out a video of the setup in action after the jump.

Continue reading “Automated Faucet Keeps Your Cat Watered”

Great Junk-yard Find Leads To A Reclaimed Control Panel Project

Having the “can you believe somebody threw this away?” mentality has gotten us into some trouble through the years, but look what [Joshua] found at the scrap yard! It’s a door from a power conversion station and it contains fourteen indicator lights and a lot of other doodads. But since this is just the door, he needed a way to monitor the controls and drive the indicators. At the heart of the hack he used to get this up and running is a PIC 18F2550. It has no trouble driving the indicators thanks to a pair of ULN2803 darlington arrays which switch the higher 24 volt levels.

His writeup doesn’t mention the method used, but the panel also has a couple of meters at the top. In the video after the break you can clearly see that he’s got them both working. We’d bet there’s a plan for each of the buttons as well, since this will be prominently featured in their alien-invasion themed Halloween display this year.

Continue reading “Great Junk-yard Find Leads To A Reclaimed Control Panel Project”

Hacking For Feline Enjoyment

[Dino] is staying true to his goal of hacking one project every week. This time around, he’s working on a toy that will amuse and delight his cats. The project centers around a mouse house that has two holes where mice can stick their heads out. When they do, a little LED lamp illuminates their appearance in hopes to catch the eye of your lazy kitty.

The mechanism that automates this device is quite clever and reminds us of the most useless machine. That is, the armature that holds a mouse on either end actuates a limiting switch in the middle of the box when it moves to expose one of the mice. Each of those mice is attached with a rod, along side a leaf switch that makes the mouse retreat when boinked on the head by the cat.

It only takes [Dino] about six minutes to walk us through the build in the video after the break. What follows is a walk through of the wiring and some playtime with the family pets. Despite the intended purpose, it looks like the dog is much more interested than the cat. Either way, it’s a winner in our book.

Continue reading “Hacking For Feline Enjoyment”

We Know “Mario’s Early Years” Was A Let Down, But This Takes It A Bit Too Far.

[JJ Hendricks] wrote in to tell us about his SNES cartridge urinal. The fully functional urinal is constructed with 40 SNES cartridges and sealed up with polyurethane. The base of the whole operation is actually not a puddle of festering urine, but instead poured polyurethane that ensures proper flow through the drain. You heard right, this urinal actually flushes! As a bit of consolation [Hendricks] plainly states in the directions:No good games were damaged in the making of this video. All the video games used in this urinal were already broken or worthless sports games”. We have featured some SNES cartridge readers before, so now you have something to do with all the leftover hardware! Gross.

Continue reading “We Know “Mario’s Early Years” Was A Let Down, But This Takes It A Bit Too Far.”

BAMF2011: Bloxes, A Building Kit With A Nifty Pedigree

Not every cool hack needs to involve microcontrollers, LEDs or other bling. We were initially drawn to the Bloxes display simply because we love a good multipurpose construction set, whether it be Lego, 80/20 aluminum, or in this case, a system of interlocking cubes formed from six identical pieces of corrugated cardboard, cut and scored in such a manner as to form a surprisingly sturdy little building block. They can become simple furniture, groovy Logan’s Run-style room decor, or the all-important kids’ forts…then later dismantled and made into something else.

Continue reading “BAMF2011: Bloxes, A Building Kit With A Nifty Pedigree”

Dimming Control For An Ikea Solar Desk Lamp

[Frank] decided to augment his desk lamp’s features by adding dimming controls (translated). Since the light source is a triad of LEDs the best method of dimming their intensity is to use Pulse Width Modulation. That’s the method that he went with, and luckily the SUNNAN lamp from Ikea which he’s using as the donor for the project has just enough room to squeeze in the parts necessary for this hack.

You need two main bits to use PWM with a lamp like this; a microcontroller (or possibly a timer chip like the 555) and a transistor to protect that chip from the current necessary to run the LEDs at full brightness. [Frank] went with an ATtiny13 and a 2N2222 transistor, both quite common and very inexpensive (you can even pull the microcontroller from a light bulb if you know where to look). Two buttons were added to the top of the lamp base which allow for up and down controls. There’s even an SOS function which is triggered by pressing both buttons at the same time. [Frank’s] happy to show off the completed project in the clip after the break.

Continue reading “Dimming Control For An Ikea Solar Desk Lamp”

ir_power_meter

Monitor Your Home’s Power Usage On The Cheap

[Paul] was pretty sure that he and his family used a lot of electricity throughout the day. Admittedly, he enjoys his creature comforts, but was wiling to try living a little greener. The problem was, he had no idea how much electricity he was using at a given time.

While some power companies offer devices allowing homeowners to monitor their energy usage, [Paul’s] did not. After a bit of research however, he was ready to build a power monitoring system of his own. He found that his meter emits a small infrared pulse every time a watt-hour of electricity is consumed, so his system counts how many flashes occur to measure usage.

The counting circuit is pretty simple consisting of only an AVR, a resistor, a capacitor, and a phototransistor. The data is fed to a computer where the results are graphed with gnuplot.

It’s quite a useful little hack, and undoubtedly far cheaper than purchasing a whole house power monitor.