Posts with «pet feeder» label

Piston-Powered Pellet Pusher for Peckish Pets

We all have our new and interesting challenges in lockdown life. If you’ve had to relocate to ride it out, the chances are good that even your challenges have challenges. Lockdown left [Kanoah]’s sister in the lurch when it came to feeding her recently-adopted pet rat, so he came up with a temporary solution to ensure that the rat never misses a meal.

Most of the automated pet feeders we see around here use an auger to move the food. That’s all fine and good, but if you just need to move a singular mass, the screw seems like overkill. [Kanoah]’s feeder is more akin to a pellet-pushing piston. It runs on a Metro Mini, but an Arduino Nano or anything with enough I/O pins would work just fine. The microcontroller starts counting the hours as soon as it has power, and delivers pellets four times a day with a servo-driven piston arm. [Kanoah] has all the files up on Thingiverse if you need a similar solution.

There many ways of solving the problem of dry pet food delivery. Wet food is a completely different animal, but as it turns out, not impossible to automate.

This Arduino Feeds The Dog

Part of the joy of owning a dog is feeding it. How often do you get to make another living being that happy? However, sometimes you can’t be there when your best friend is hungry. [El Taller De TD] built an auto dog feeder using an Arduino and stepper motor. The video and links are in Spanish, but if your Spanish is rusty, YouTube’s caption autotranslation isn’t bad and Google Translate can help you with the web site.

The electronics are reasonably simple: an Arduino, a Bluetooth module, and a stepper motor driver. Mechanically, the motor and some PVC pipe are all you need. There’s a small phone application to drive the Bluetooth using App Inventor.

This would be a pretty straightforward first project and — of course — could be useful for any kind of animal. For dog use, we might have hardened the external wires and circuit boards a bit though. In addition there are plenty of things you could do in software, for example you could feed every 8 hours. It seems like you could add a sensor to tell when you are out of food, or perhaps if the food was not feeding for some reason.

We’ve looked at using App Inventor with Bluetooth before and it is pretty easy. We might have been tempted to go with Blynk to have more options for communication, but either way is pretty easy.

Maker builds feeding machine that lets his cat ‘hunt’ for food

Although automated pet feeders seem to be a dime a dozen these days, Benjamin Millam’s project is on a whole ‘nother level. Last year, the Maker created a system that caters to the primal instincts of his indoor cat, Monkey, by training him to look for plastic balls hidden around the house and then drop them into the machine. Once the apparatus recognizes the RFID-tagged balls, food gets dispensed into the bowl.

The system is comprised of a modified Super Feeder, an Adafruit RFID reader, a remote antenna, a few relays and an Arduino Uno. Millam writes that he conceived the idea after learning why cats repeatedly scour the same area.

What if my cat, while out on patrol, actually found its prey? Surely this would bring him one step closer towards a more fulfilled and self-actualized indoor kitty existence. I imagined hiding little bowls of food around the house… then I imagined me actually refilling these bowls. Then I imagined having to move them around to different hiding spots, spilling, forgetting, and every so often, perhaps only after following a trail of ants, finding one undiscovered and rancid. Hmmm, maybe there’s a way to hide something else, a way to hide something other than food, a way to make something not-food = food…

Throughout the day, the feline seeks out a series of embedded balls and plops them into a blue bowl on top of the makeshift device. From there, gravity takes over. As the ball makes its way down the shoot, the RFID tag is scanned and and the program is initiated. The Arduino switches on the relay that closes the feeder’s power circuit, and voila!

The Maker does note, however, that a little training is needed in order for this method work. While we’ll have to wait and see if this becomes an actual product, you can watch Monkey go after some Wiffle Balls right meow!