Automatic Cat Feeder Made With Recycled Laminator Parts

automatic-cat-feeder

When [Antoine] and his family leave home for a few days, they usually have to find a neighbor who is willing to care for their cats while they are away. Instead of bothering the people who live next door, he decided it would be best to build an automatic cat feeder (Translation) instead.

[Antoine] originally tried building an auger to distribute the food, but it didn’t work as well as he had hoped. He opted to build a dispenser out of wood instead, driving the feeding wheel with an old microwave platter motor. The motor did not have enough torque to do the job, so he dismantled an old laminator, which had a more suitable motor inside.

He built a large hopper (Translation) out of wood and left over acrylic sheeting, which stores the cat food and houses all of the electronics used in the feeder. He controls the amount of food and feeding intervals using a pair of buttons and a small LCD display, all of which are controlled by an Arduino Nano.

While [Antoine] has not yet shared the source code that drives the feeder, he does have a demo video which you can watch below.

Continue reading “Automatic Cat Feeder Made With Recycled Laminator Parts”

Using Arduino Shields With The Raspberry Pi

Since the Arduino was launched years ago, many ‘shields’ or add-on boards providing additional functionality have been released. There are hundreds of different shields, from video capture shields to touch screen shields. Now that the Raspberry Pi is out in the wild, it was only a matter of time before a RasPi to Arduino shield bridge was created.

[Omer] calls his bridge ‘Ponte’ and it allows Arduino shields to be used with the incredible  horsepower of an embedded Linux system. While [Omer] originally expected to write the RasPi to Arduino software converter himself, but found WiringPi halfway through the build. Of course this build comes just a day after we saw a tutorial on controlling the GPIO pins on the RasPi, and we expect to see similar GPIO-hacking builds in the future.

Right now, the Ponte only supports Arduino Uno-sized shield, so the possibility of an all-in-one RepRap controller using the RAMPS motor driver is impossible for now. We expect that to change very quickly as more people get their RasPis delivered.

Monitoring The Status Of A Unisex Bathroom

Years ago, someone at [Chuck]’s job came up with the brilliant solution of an indicator to display if the unisex bathroom is currently vacant, a men’s bathroom, or a women’s bathroom. The old system worked well, but [Chuck] thought it would be a great idea to display the current status of the bathroom on the large TV in the office, saving his coworkers from getting up only to wait in line until the bathroom became vacant.

Like the previous paper sign, [Chuck]’s build has three statuses: a men’s room, a women’s room, and vacant with a manual dial that is turned whenever someone is entering or leaving. The new build vastly improves on the paper-based indicator by using a laser cut indicator on a rotary switch.

The electronics are dead simple; just an XBee and a Explorer USB board. Whenever the switch state is changed, the XBee sends a bit of data off to a mac mini and displays the status on the office TV. It may be funny to our immature sense of humor, but it’s still a very nice project.

Simple Mod To Keep Your Downstairs Neighbors From Hearing You Pound The Keys

[Mesoiam] managed to pick up a Viscount hammer weighted keyboard for pretty cheap. For those who are unfamiliar, Viscount makes keyboards that feel like you’re playing a piano, hammers and all. The only problem with this, as [Mesoiam] discovered, is that even when he’s jamming with headphones in, his friends down stairs can still hear the keyboard banging due to the vibration going through the stand to the floor. His resolution to this problem was to build some custom dampers to reduce the vibration. He built two brackets that fit over the stand and suspend the keyboard on two strips of flexible rubber. Quite a simple solution to a possibly annoying problem.

Converting A Manual Camera Lens To Use Motorized Zoom And Focus

[Guy] wrote in to share this motorized camera lens project he recently finished. He really loved the zoom lens, but since both zoom and focus are manually controlled, he sometimes had trouble getting both set to the right place in time to take the shot. With modern DSLR cameras which allow video capture, he also wants to have the option of a smooth zoom that is always in focus. The solution was to add motors to the rings and control them with a Wii classic controller.

This hack really shines when it comes to the add-on hardware. He has some beautifully made rings which wrap around the focus and zoom rings on the lens. They are then held in place by a timing belt. These belts have teeth which key into the gears on a pair of servo motors. From there it’s a snap to drive the motors with an Arduino, connecting to the Wii controller with a breakout connector. You can see [Guy] showing off the build in the clip after the break.

Continue reading “Converting A Manual Camera Lens To Use Motorized Zoom And Focus”