Automatic Pet Feeder With Simple Encoder

Automatic Pet Feeder With Simple Encoder

thingiverse

Human: **Download version 1.5.4 or 1.5.6 of the RTCLib library from github (link in the Arduino code) since there's a bug in 1.5.5 for now.**\r\n\r\nIt all started with the simple realization that I was really annoyed by my cat Mia walking on my face at 6am every day to get her morning food allowance. My girlfriend and I rescued her from a shelter, and the poor thing can't manage her own food intake, leading to a slight overweight that we're controlling with a strict diet. Since the total amount of food per day is quite low (45 to 50 grams), the vet suggested feeding her multiple times a day. We settled on 3 times a day, which meant bringing out the scales and dosing the dry food way too often for my taste. This also meant kitty was hungry very early in the mornings and didn't hesitate to let us know in her own way.\r\n\r\nThere comes my addiction for Arduino-based devices and 3D printing (you all know how it goes). The list of parts you'll need is as follows:\r\n\r\n* An Arduino-based microcontroller (Arduino Pro Micro in my case)\r\n* A real-time clock module (DS3231 or similar)\r\n* A TowerPro MG995 continuous rotation servo motor\r\n* A standard LED\r\n* A standard light-dependent resistor (LDR)\r\n* A couple of resistors (around 10k ohms for the LDR, and around 220 ohms for the LED)\r\n* Wires\r\n* *Optional: push button*\r\n\r\nRefer to the images for the wiring. I put the LDR and LED on the same circuit so they can both be turned on with the same pin. I used some digital pins for power since the Pro Micro doesn't have a lot of 5V power outputs. I added a button for manual activation but mainly used it during the testing phase, and I'd maybe keep it for occasional bugs where the device doesn't perform exactly as expected.\r\n\r\n**One important thing to note is that the servo will draw quite a lot of current, and the regulated 5V outputs from the Arduino won't be able to make it turn - it will reset the board. You should really wire the servo Vin input to Vbat or Vraw output on the Arduino (unregulated), and make sure you power your Arduino using 5V (with USB for example).**\r\n\r\nYou then need to glue the "Coupler" part together. Take the main body with the "blades" part out of the support, turn the blades so that the slot in the middle is vertical (north-south if you prefer). This should align one of the compartments with the opening on the right (or left depending on how you see it). You then proceed to fill the compartments with the right amount of food (I usually put the device on scales to weigh the precise amount). One compartment on the right stays empty. Then, remove the adapter from the servo, turn it with the orientation matching the slot in the rotating "blades" part (so north-south again) and insert it back. Finally, put the body back on the support, and the lid back on the body.\r\n\r\nThe device has now been working flawlessly for over a month, although it could probably be improved upon. One thing to note is that my cat is pretty chill with machines; she never tried attacking the thing (yet) but some cats are friggin crazy and this design won't stand a lot of abuse.\r\n\r\n**EDIT 2017-08-25:** updated the microcontroller software with the following changes:\r\n\r\n* "Detaching" the servo pin when not in use. If permanently attached, the pin would send electronic noise to the servo and cause audible noise (clicks). This is now fixed.\r\n* Slightly increased motor rotation speed\r\n* Tuned LED "on" delay and removed rotation stop delay according to new speed\r\n* Added failsafe in case of LED failure, to not rotate infinitely\r\n\r\n**EDIT 2017-09-26:** slight speed and LED delay tuning. Note that your servo might perform differently, requiring adapting of these parameters, like explained in the code comments.\r\n\r\n**EDIT 2018-08-03:** tuned the servo and LED parameters again, those are very robust for me, not a single failed rotation in 2 months!\r\n\r\n![gifffff](http://i.imgur.com/kYKZHXj.gif "Cat is either confused or amazed")

Download Model from thingiverse

With this file you will be able to print Automatic Pet Feeder With Simple Encoder with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Automatic Pet Feeder With Simple Encoder.