智能鱼饲喂装置
fish feeder
使用说明
- 所有模型资源均由用户上传分享,内容来源于网络公开资源
- 侵权投诉:通过抖音私信 @jobsfan 联系我们(需附版权证明),24小时内处理
- 模型将通过邮件发送(5分钟内自动发送),感谢理解带宽压力,超过1小时没收到,请联系我们
关于费用
我们是爱好者共建社区,为维持服务器成本,每个模型收取微量费用(仅覆盖基础开支)。我们承诺最低成本运营,感谢您的支持!
扫码手机访问
抖音私信 @jobsfanSummary
I made this fish feeder because I was going on A holiday. and I needed to feed my 160 liter tank with about 80 small fish. I feed powdered flakes. The distance between the hopper and the rotating ball is adjustable.
don't be greedy on the infill.
for electronics I used A basic 28BYJ-48 stepper motor, A corresponding stepper motor driver, A arduino uno, and A 9V 1a dc power supply. Note: a 9V 1.5a or 2a will also work.
After assembling it myself I made some adjustments. btw I glued the motor in place bc I didn't want to bother with bolts and nuts.
I'd like to see your makes and remixes.
(NOTE: ask GPT to correct this code bc thingiverse's text editor interferes)
the code i put uploaded to my arduino is:
''''#include Stepper
// Define the number of steps per revolution
const int stepsPerRevolution = 200;
// Define the stepper motor interface
Stepper myStepper(stepsPerRevolution, 8, 9, 10, 11);
void setup() {
// Set the speed of the stepper motor
myStepper.setSpeed(100);
Serial.begin(9600);
}
void loop() {
Serial.println("Moving");
// Move the stepper motor 7500 steps. ↓here↓ you can chenge how much food you give↓
for (int i = 0; i < 7500; i++) {
myStepper.step(1);
delay(2); // Adjust delay as needed
}
// Wait for 24h in milli seconds before the next set of steps
delay(86400000); // 24h
}""''
Print Settings
- Printer brand:
Creality
- Printer:
Ender-3 V2 Neo
- Rafts:Doesn't Matter
- Supports:Yes
- Resolution:0.2
- Infill:20%
- Filament brand:
-
- Filament color:
any
- Filament material:
pla
Tags
License
fish feeder
by Killernick is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.
相关内容
猜你喜欢
联系我们
热门推荐
-
3D数据块处理工具2024-01-18
-
grip and bta for Vision TFE2024-03-19
-
TBS源一V5 Matek M10Q 5883 Vifly GPS伴侣SMA安装座2024-04-11
-
超清乌龟鱼缸2024-05-04
-
娜奥米·吴设计的胸罩3D模型2024-05-04
最热下载
-
Valorant 杰特的姿态2023-03-26
-
通用型1/10比例底盘 - DKS基础款2023-03-26
-
奥迪康 Gun4IR 侧边按钮触发模块2023-05-23
-
安益卡通 i3 迷你 HGX 轻量挤出器2024-04-21
-
Neptune 4 / 4 Pro Cura 切片配置文件与使用教程2024-05-02
最新模型
-
3d打印全向自行车(部分金属在文件里面包含CAD图纸)2025-07-25
-
性感美女3d人像(带基座)2025-07-17
-
天使和恶魔2025-07-16
-
原神优菈2025-06-27