3dsjs

智能鱼饲喂装置

fish feeder

2024-01-06 03:20:02

使用说明

  1. 所有模型资源均由用户上传分享,内容来源于网络公开资源
  2. 侵权投诉:通过抖音私信 @jobsfan 联系我们(需附版权证明),24小时内处理
  3. 模型将通过邮件发送(5分钟内自动发货),感谢理解带宽压力
关于费用

我们是爱好者共建社区,为维持服务器成本,每个模型收取微量费用(仅覆盖基础开支)。我们承诺最低成本运营,感谢您的支持!

扫码手机访问
抖音私信 @jobsfan

Summary

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

CC BY-NC-SA

fish feeder
by Killernick is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.

智能鱼饲喂装置
朋友,你觉得上面这个模型,属于下面的哪个分类?
必须全中文,且长度不超过15

相关内容

猜你喜欢