Mechanical counter
75
Download
74
Likes
0
Makes
This is a simple, easy to build, three digit mechanical counter.
check out my you tube channel:
https://www.youtube.com/channel/UCMgnEbAWquCmUA6PmnraRFQ/featured
other things you need:
-28BYJ-48 stepper Motor
-10(1/8x3/4 machine screws) and two nuts
-3/16 steel rod - 2 1/4
-3/16 steel rod - 2 3/4
note: there are two different number wheels two of them have pegs and one doesn't.
make sure that the to plate in installed correctly.
Assembly video: https://youtu.be/YPiHM70R6K8
follow video for instructions
whatch the coding video: https://youtu.be/qc8h17euKeE
example arduino code:
//#include // make this line so its not a comment (sorry about this)
Stepper myStepper = Stepper(2048, 5, 6,7,8); //fiest number is the steps for one rotation, next for is what the motor is connected to
int curNum =0;
int newNum = 0;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
//add your mai
check out my you tube channel:
https://www.youtube.com/channel/UCMgnEbAWquCmUA6PmnraRFQ/featured
other things you need:
-28BYJ-48 stepper Motor
-10(1/8x3/4 machine screws) and two nuts
-3/16 steel rod - 2 1/4
-3/16 steel rod - 2 3/4
note: there are two different number wheels two of them have pegs and one doesn't.
make sure that the to plate in installed correctly.
Assembly video: https://youtu.be/YPiHM70R6K8
follow video for instructions
whatch the coding video: https://youtu.be/qc8h17euKeE
example arduino code:
//#include // make this line so its not a comment (sorry about this)
Stepper myStepper = Stepper(2048, 5, 6,7,8); //fiest number is the steps for one rotation, next for is what the motor is connected to
int curNum =0;
int newNum = 0;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
//add your mai
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!