A raspberry pi based automation system for dispensing food, water and treats for my pup while I'm at work.
The Hungry, Hungry Doggos automation system includes:
- food dispenser
- water dispenser
- treat dispenser
- door opener
- dog's room camera
I created this automation system because I am working 12 hr days and wanted to be able to feed Mullis and let him out during the day. Currently, the camera feed and treat dispenser are operational. Contact me by email to find out how to access the camera feed and controls, so you can feed him a treat.
The hardware and code are in place to operate the door opening system, but I'm printing worm gears because the motors are salvaged from cordless power tools to save money and make the system more reproducible. Instead of buying high torque motors, which are very expensive, a gearing system will enable the use of cheap, low torque motors to open & close the deadbolt and door.
The system consists of:
- An Nginx server that serves the main app
- A Motion server that serves the camera feed
- A Sanic server that serves the controls UI
- A Unity web app for UI (See Unity for details)
- A MySQL database for credentials
Nginx serves the main app and proxies to the other servers for the camera feed and controls UI, which are embedded in the main app. The main app is a custom web app, made using the Unity UI/state management framework I developed. Sanic is chosen for the controls due to it's asynchronous nature, which allows me to call controls subroutines without tying up threads. The MySQL database stores credentials, which the app API validates for access to the controls UI.
He's helped enough. Time for a break.
Treat Dispenser Mounted and Wired
Pup break is going well.
I switched from the simpler slider design on the treat slots to slots that are completely enclosed. This helps keep treats from sliding out of place as the top spins, causing blockages that stop the motor from turning.
- None
git clone https://github.com/chivington/Hungry-Hungry-Doggos.git
This repo is only meant for viewing, although anyone is free to download and modify for their purposes. If you want to feed Mullis a treat, contact me by email for a temporary password to access the camera feed and controls UI at chivington.casa.
Feel free to ask me questions on GitHub
Not currently accepting outside contributors, but feel free to use as you wish.
There is currently no license associated with this content.