Back
Automatic fish feeding device – 3D printable model from Thingiverse Thingiverse

Automatic fish feeding device

by pepperl
51 Downloads
34 Likes
0 Makes
Download Model
Sorry for my poor English!

You need an Arduino(NANO,MINI,UNO、、、)
And a 28BYJ48 stepper

If your fish food's diameter more than 2mm, you will need a little Screw(prt0003)

Arduino Code

//#include "Stepper.h"
//#define STEPS 100

Stepper stepper(STEPS, 2, 3, 4, 5);//CHANGE TO YOUR PIN

int previous = 0;
long interval = 7200000L;//Interval ,HOW LONG, 7200000L MEAN 2 HOURS
unsigned long previousMillis = 0;

void setup()
{
stepper.setSpeed(80);
}

void loop()
{
u
Source
Thingiverse
Comments
0

Comments

No comments yet – be the first!
All Thingiverse Models More by pepperl

Add to Collection