Thingiverse
Auto Fish Feeder
von Aminoo
31
Downloads
24
Likes
0
Makes
Hi Guys,
This project I was working on it last weekend. I thought it is good idea to share it with you.
My main goal to limit parts as much as I can. As you know this is the power if 3D printing.
It is simple idea could be improve more in future. It is auto fish feeder using Arduino. It can help you to feed your fish daily.
I'm still working on it!
Please feel free to contact me if you need any help.
Arduino Code:
------------------
/* Fish feeder
* By Amin < aalrusayni @ gmail.com >
*/
include < Servo.h > // pls add # before include and remove all spaces between
Servo mainServo;
int mainServoPin = 9;
int servoStart = 0; // Start Degree
int servoEnd = 105; // End Degree
int feeding = 1 ; // Number of hours to feed
int shakTims = 10; // Number of shaks
int shakDeg = 25; // shaking degree postions
int shakStro = 10; // Shaking speed
int feedTims = 1; // Number of scoops each time
int feedSpee = 20; // Moving speed
int pos;
int tim;
int feed;
voi
This project I was working on it last weekend. I thought it is good idea to share it with you.
My main goal to limit parts as much as I can. As you know this is the power if 3D printing.
It is simple idea could be improve more in future. It is auto fish feeder using Arduino. It can help you to feed your fish daily.
I'm still working on it!
Please feel free to contact me if you need any help.
Arduino Code:
------------------
/* Fish feeder
* By Amin < aalrusayni @ gmail.com >
*/
include < Servo.h > // pls add # before include and remove all spaces between
Servo mainServo;
int mainServoPin = 9;
int servoStart = 0; // Start Degree
int servoEnd = 105; // End Degree
int feeding = 1 ; // Number of hours to feed
int shakTims = 10; // Number of shaks
int shakDeg = 25; // shaking degree postions
int shakStro = 10; // Shaking speed
int feedTims = 1; // Number of scoops each time
int feedSpee = 20; // Moving speed
int pos;
int tim;
int feed;
voi
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!