MakerWorld
Electronics
Go to Model
Thing Conveyor Belt
22
Downloads
7
Likes
3
Makes
This conveyor belt runs to drop candy, small toys, or other small things. It can be used during holidays, including Halloween, Christmas, and other special occasions. Also, it is fairly well priced, with all the parts under $100, and easy to put together if you know what to do. It also has walls to protect the item from falling. Note: if not working right, please tighten the belt Note: this design was based on marble run 003 and used some parts from it. Credit to Bambu Lab/Maker World This is the code #include <Wire.h>#include <Adafruit_MotorShield.h> // Initialize Motor Shield V2 (default address 0x60)Adafruit_MotorShield AFMS = Adafruit_MotorShield(); // Stepper motors: Port 1 (M1/M2) and Port 2 (M3/M4), assuming 200 steps/revAdafruit_StepperMotor *stepper1 = AFMS.getStepper(200, 1);Adafruit_StepperMotor *stepper2 = AFMS.getStepper(</
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!