Slicer Discord
Automatic fish feeder – Modèle 3D imprimable de MakerWorld MakerWorld
Pets

Automatic fish feeder

par Matej123443 · Pets
51 Téléchargements
24 Likes
15 Makes
Voir le modèle
Automatic fish feeder for aquarium tank Atman AR-380. This automatic fish feeder feeds the fish once per day. To make this work you need: - Arduino (Nano) - Servo motor (TowerPro SG90) - Power supply - few cables Below is the code used for this project: #include <Servo.h>Servo mojServo;unsigned long vrijemeZadnjegPokretanja = 0;const unsigned long danUMilisekundama = 86400000; // 24 h = 86,400,000 msvoid setup() { mojServo.attach(9); // servo is connected to pin D9 mojServo.write(0); // starting position vrijemeZadnjegPokretanja = millis(); // set start time}void loop() { unsigned long trenutnoVrijeme = millis(); // if 24 hours have passed if (trenutnoVrijeme - vrijemeZadnjegPokretanja >= danUMilisekundama) { // servo motor start from 0° to 180° for (int kut = 0; kut <= 180; kut++) { mojServo.write(kut); delay(15); // Polagano okretanje } // pause briefly if you want him to hold the position for a while delay(2000); // 2 second pause // rewind from 180° to 0° for (int kut = 180; kut >=
Catégorie
Pets
Source
MakerWorld
Publié
Mis à jour
Ce qu'il faut pour imprimer: Débutant Confiance faible
Monobloc
Supports 1/3
Assemblage 0/3
Réglages 1/3
Taille du plateau 0/3
Post-traitement 0/3
Imprimante
FDM / FFF
Format de fichier
STL
Matériau
Temps estimé
24 h
Logiciel
Cura, PrusaSlicer ou similaire
Pas encore d'évaluations
Pas encore de commentaires – soyez le premier !

Modèles similaires

6 Suggestions
Feed Blog Slicer Calculateur Recherche par image Soumettre Contact Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Ajouter à la collection