The Feed-O-Matic

by balk211 in Circuits > Arduino

554 Views, 1 Favorites, 0 Comments

The Feed-O-Matic

IMG_2353.jpg

Whenever you leave the house for a longer period of time and have to leave your cat behind, it’s hard to find someone to take care of it. This system feeds your cat at specific time frames, so that the cat is well fed.

It's a very simple design using items commonly found in most households. All you need is an Arduino Uno board, a plastic bottle, a servo motor, and a piece of cardboard.

Make the Circuit

FQJCAEGIZ6CJS77.MEDIUM.jpg

First, connect the servo's signal pin to pin #9 on the Arduino.

Then, connect the servo's VCC and GND pins to 5V VCC and GND on the Arduino.

Assemble the Project

437144083_782.jpg
IMG_2354.jpg

Assemble the project, after making the circuit. Cut the bottle in half and flip it upside down. Then connect a cardboard piece to a servo monitor (this will allow the cardboard piece to open and close), which is connected to the Arduino Uno board. Then fill the bottle up with cat food

Create the Program

Create the program on Arduino. The code should allow the cardboard piece to open and close at given times, allowing the food to drop from the bottle.

Downloads

Configure Your Project

detail_238_servo-sg90-1.jpg
IMG_2351.jpg

Depending on your setup, you'd want to adjust the open and close position of the servo.

You may also want to set the time interval between feeds.