Chicken_Feed_Indicator

DIY Chicken Feed Indicator Tells You When To Feed The Chickens

While prepping for the upcoming apocalypse, the [prepforshtf] folks had time to design and build an automatic chicken feeder. It’s a very simple design (the best kind) that is made from standard PVC drain pipe. The pipe is positioned vertically and filled with chicken feed. A T-joint at the bottom of the pipe allows chickens to access the food inside. As food is eaten away, gravity pulls more food down to the feeding area.

That sounds pretty straight forward but it quickly became clear that checking the food level was a chore, almost as much as just feeding the chickens everyday. To remedy the requirement to constantly check the food level, the automatic feeder system was taken apart and modified to include a level indicator. Now, inside the 4-inch pipe resides a plate that resembles a butterfly valve.

This plate doesn’t control the flow of feed like a normal butterfly valve would, the feed actually holds the plate in a vertical position until the feed level drops below the plate. Since the plate has a heavier side, it will rotate when the feed no longer holds it in position. A large red pointer was attached to the plate’s axle and, since it is on the outside of the feeder, it allows a clear indication that the feeder needs a refill.

This is a great project that shows that even simple projects can be very beneficial in everyday life. With no electronics or batteries to fail, this feed indicator will certainly be very reliable. No doubt the chickens will be happy. Check this out for a more involved electricity-powered feeder.

DIY Auto Fish Feeder

DIY Auto Fish Feeder Feeds Fish Automatically

[Brian] has a fairly large 400 liter aquarium and loves the fish that call it home. Unfortunately, sometimes life gets in the way of keeping those fish fed on a regular basis. There are automatic fish feeders out there on the market and [Brian] gave one a try. Although it worked, it dropped one huge clump of food in at a time (rather than sprinkling it in), the food hopper held a very small amount of food and the unit drained a new set of batteries in less than a week. Fifty euros were spent on purchasing that auto feeder and in the end it wasn’t any more convenient than just feeding the fish.

Faced with a tough decision on whether or not to buy another product he may not be happy with, [Brian] decided to make his own automatic fish feeder system out of parts anyone can find lying around the house. The main housing is a small Tupperware bin, inside of which 3 pieces of plastic were glued together to make a v-shaped hopper. The fish food is loaded into the hopper and as it falls to the bottom it meets a reverse-spinning drill bit that acts like an auger, pushing the food out of the container. The drill bit is powered by a small stepper motor connected to the drill bit by an improvised coupling made from a silicone sealant cap!

The control system is an Arduino and a stepper motor driver chip. Through trial and error [Brian] figured out that 100,000 half steps of the motor dumped a good amount of food into the tank. The drill bit delivery method even sprinkles the food nicely for total fish enjoyment. To keep the food flowing at regular intervals, an AC timer unit controls how often the Arduino is powered on and subsequently feeds the fish.

Continue reading “DIY Auto Fish Feeder Feeds Fish Automatically”

Web Connectivity And Other Addons For An Automatic Schnauzer Feeder

web-enabled-automatic-dog-feeder

[Ben Miller] and his dad combined forces to create this automatic dog feeder. It not only keeps their two schnauzers happy, but gives them peace of mind as they can double-check that he feeding happened by pulling up an image on the Internet. Make sure you make it through all three posts of the build to get the entire picture.

The project started with some research which turned up a project that used a commercially available automatic feeder. That one used Arduino, but because of the cost the board plus a WiFi shield is a bit high, [Ben] went with a Raspberry Pi and a USB WiFi dongle instead. The Pi is much more powerful and adds the functionality for capturing images via a webcam.

After a convoluted process of connecting the Pi to the existing button traces on the automatic feeder it was time to start coding. The system runs from a Perl script which monitors a Gmail account for remote commands (in addition to a regular feeding schedule). The final touch is a bit of mechanical engineering which splits the output into two bowls so the dogs each have their own serving.

We still use the Autodine we built several years back but its single-serving limitation has always kept a second version on our project list. Hopefully seeing a well-executed system like this will motivate us to get building!

A Pair Of Automatic Fish Feeders

a-pair-of-automatic-fish-feeders

Sometime the hacking topics come in waves. For instance, we were tipped off about this pair of automatic fish feeders just an hour apart from each other. Maybe it’s that time of year when people are about to go on Holiday and want to make sure their marine pets don’t go hungry?

The feeder on the left is a true hack. It’s built from a pair of servos and a pill bottle. An ATtiny85 drives the motors. One is mounted to the other, allowing the cap which catches and distributes the food to move along two axes. When it rotates into place under the pill bottle it bumps against a stick to open a flapper releasing more food.

On the right is a feeder that precisely doses the food. That’s because it includes a separate chamber for each feed. A worm gear drives the hopper, with screw heads pressing against a leaf switch for position feedback. This one is well designed and built to last.

Feedback For Automated Water And Food Pet Dispensers

pet-food-and-water-automation

[Enrico] figured out a way to fully automate his pet food and water. The system is in two parts, the water trough as seen on the left, and the food dispenser whose control hardware is shown on the right. The system is even hooked up to the network so that he can make sure it didn’t break down while he was away.

The water dispenser uses parts from a sprinkler system. Since it’s mounted outdoors it doesn’t matter if the water overflows a little bit. So [Enrico] set up the timer to run the water for three minutes every day. This acts as a backup system since the trough already has the ability to refill itself.

The food dispenser started as a commercial unit. To get feedback from the system he added a couple of magnets to the agitation motor and reads them with a hall effect sensor. In addition to an IP camera that monitors the area around the feeder (so [Enrico] can actually see his dog eating) there is a webcam which monitors the STM32 Discovery board which monitors the feeder. It tracks the number of times the dispenser has run.

RFID Cat Feeder Helps With The Diet

[vimeo=http://vimeo.com/10896151]

When faced with having 2 cats with different dietary needs, [Landmanr] had to decide between manually stopping the cat on a diet from eating normal food, or building a dietary robot overlord. [Landmanr] chose the robot route. Using an old cd rom for the opening/closing mechanism, and RFID to distinguish between felines, [Landmanr] no longer has to stand guard while each cat eats. We particularly like the design of the antenna, so that the cat has to stick its head through it to activate the food opening. You don’t see that version in the video, but it is in the instructable.

Automatic Fish Feeder

This automatic fish feeder didn’t take long to put together and it allows you to adjust how much food is dispensed. [Gagandeep Singh] built it around an Atmel AT89C2051 microcontroller. Like many of the automated feeding systems we see, this uses a character display and a few buttons for the user interface. We’re always curious at how they mechanically dispense the food. In this case, the motor seen at the left pulls open a sliding baffle which is pulled closed again by rubber bands at the right. It’s a bit more involved than the last fish feeder we saw, but your guess is as good as ours on which system works better.