Personal project · IoT
Aquarium Fish Feeder
Automating aquarium feeding with 3D-printed mechanics.

Context
The project
This automatic feeder combines 3D-printed parts, a Raspberry Pi, a servo motor, and a small web service. The repository documents printing, assembly, configuration, and IFTTT automation.
Objectives
Design challenges
- 01
Build a compact, reproducible mechanism from published 3D files.
- 02
Control the servo’s feeding and reload positions precisely.
- 03
Trigger the action remotely and retain a feeding log.
Visual evidence
The project in view
Watch on YouTubeArchitecture
Technical flow
IFTTT webhook → Flask and Gunicorn service → Raspberry Pi → PWM signal → servo motor → feeding log
Scroll through the flow
Approach
Working steps
- 01
Design and print the mechanism and its holder.
- 02
Assemble the servo motor and calibrate its two positions.
- 03
Deploy the service on Raspberry Pi and connect the webhook to the action.
Public repository
What the sources document
- STL files, the Blender model, code, and setup guide are published together.
- The YouTube video shows the device and complements the README assembly steps.