智能鱼饲喂装置
fish feeder
使用说明
- 所有模型资源均由用户上传分享,内容来源于网络公开资源
- 侵权投诉:通过抖音私信 @jobsfan 联系我们(需附版权证明),24小时内处理
- 模型将通过邮件发送(5分钟内自动发货),感谢理解带宽压力
关于费用
我们是爱好者共建社区,为维持服务器成本,每个模型收取微量费用(仅覆盖基础开支)。我们承诺最低成本运营,感谢您的支持!
扫码手机访问
抖音私信 @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.
相关内容
猜你喜欢
联系我们
最新模型
-
线框无心2024-05-08
-
里奥兰德350瓦特6-60V PWM DC 无刷电机速度控制器安装基座2024-05-08
-
FCX18 1/18比例 RC爬行器 & 无线电站2024-05-08
-
通用电线指南2024-05-06
-
几何球体2024-05-06
最热下载
-
东方风格机械关节龙3D模型2023-03-26
-
Gyro Air旋转空气模型2023-03-26
-
吸血鬼之夜2024-01-15
-
奥迪奥技术卡 ATH-M40x 连轴器2024-03-23
-
线框无心2024-05-08