Slicer Discord
AutomaticFishFeeder  – Modelo 3D imprimible de Thingiverse Thingiverse

AutomaticFishFeeder

0 Descargas
0 Likes
0 Makes
Ver Modelo
This thing is only to give food so you have to design a socket for a microkontroller/Raspberry
Servo fits not like on the picture

Arduino code:


"#include
const unsigned long SECOND = 1000;
const unsigned long HOUR = 3600*SECOND;


Servo myservo; // create Servo object to control a servo
// twelve Servo objects can be created on most boards

int pos = 0; // variable to store the servo position

void setup() {
myservo.attach(10); // attaches the servo on pin 13 to the Servo object
myservo.write(0); //sets the servo to 0
}

void loop() {
delay(24*HOUR);
for (pos = 0; pos = 0; pos -= 1) { // goes from 190 degrees to 0 degrees
myservo.write(pos); // tell servo to go to position in variable 'pos'
delay(15); // waits 15 ms for the servo to reach the position
}
}"


important remove the (") on the top and end of the code
Fuente
Thingiverse
Lo que necesitas para imprimir: Principiante Baja confianza
Pieza única
Soportes 1/3
Ensamblaje 0/3
Ajustes 1/3
Tamaño de cama 0/3
Postproceso 0/3
Impresora
FDM / FFF
Formato de archivo
STL
Material
Carbon Fiber
Software
Cura, PrusaSlicer o similar
Mismo diseñador, más plataformas

Maker_12345 también publica en

7 modelos adicionales en 1 plataformas más

Verificado por coincidencia de títulos de modelos entre plataformas.
Aún no hay valoraciones
Aún no hay comentarios – ¡sé el primero!

Modelos similares

1 Sugerencias
Feed Blog Slicer Calculadora Búsqueda por imagen Enviar Contacto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Añadir a colección