Cereal Dispenser with MG995 servo by ValkAD 3d model
3dmdb logo
Thingiverse
Cereal Dispenser with MG995 servo by ValkAD

Cereal Dispenser with MG995 servo by ValkAD

by Thingiverse
Last crawled date: 4 years, 12 months ago
Needed that one for an arduino project.
It jams a little, but if you move it with the following code, it should be fine (at least for me)
void loop()
{
for(int i=0; i<256; i+=5){
servi.write(i);
delay(50);
}
}

Tags