Tout fonctionne bien sauf les steppers. Problème de code? Ma carte fonctionne car avec d'autre codes les steppers fonctionnent. Le code dans la description est il correct ?
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working? Did you find the reason?
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
Hey bro , the voltage you you chose should always be higher than your supply say for example if U supply 15 volts DC choose a voltage rating of 25 volts for the capacitor . This is only because if U use under rating capacitor the capacitor will burst in fumes with a noise
Dear Author there is a flaw in your code .the code you have provided will not make the stepper motor run. Please verify it from your end and correct the code and provide your viewers a good working code. You forgot to include the subroutine function in the if statement for stepper motor 1 and 2
Yeah, I was having trouble with this as well. I really liked the idea of this project. Ordered 5 PCB's, built 2 and neither of them work properly :( I think its in the code and then there is an issue with a few capacitors (is it 47uF/4.7uF/unsure).
I have ordered this pcb from JLBPCB and you have to buy a minimum of 5. I only plan on building 2 so I would be happy to sell you a single pcb for what it cost me. If you need a completed kit I would need to see what I have left and cost. I just enjoy building projects like this, very neat (and useful) board Mr. Innovated has created. :)
@@TMRu22311 you can find me on Twitter : @another_designs or tell me where I can find you. I need exactly this board, but I need to get it ASAP. Really ! Waiting for you. Thank you
Hi sir , Please Make Automatic scroll show machine with Arduino scroll show machine work in plywood Cutting , Please Make Tutorial , This type Tutorial is not available in TH-cam and Google. Please make .
@@MrInnovative My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
@@sergey66523 there is a little flaw in the Arduino code that the author has posted we have to add the void function please compare the code below, if (counter == 4) { Stepper1(); if (screen == 2) { lcd.setCursor(0, 1); lcd.print ("Running..."); screen = 0; flag = 1; E(); } } if (counter == 5) { Stepper2(); if (screen == 2) { lcd.setCursor(0, 1); lcd.print ("Running..."); screen = 0; flag = 2; X (); The author forgot to include the void function to be executed in the if statement , " which is "E() AND X()" Also change the controller value in the end of the program if u really want the stepper motor to see rotating which is, void E() { controller.rotate(90*5, 60*15);
} void X() { controller.rotate(90*5, 60*15);
} Hope this helps. The author doesn't seem to care about the audience or he must be a busy man or got a million subscribers
I dont mean to be offtopic but does anyone know of a tool to get back into an Instagram account..? I was dumb lost the account password. I would love any tricks you can give me
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
I think I need to apologize; Easy-eda software was a free dl, and the pcb's fund the app's open source dev (which I try to support). ...and the gerber file will be valuable to study, and mod, so, Thank-You, Thank-You ! - and I'm sorry ! ~Daniel
@@MrInnovative My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
@@shijumax1 there is a little flaw in the Arduino code that the author has posted we have to add the void function please compare the code below, if (counter == 4) { Stepper1(); if (screen == 2) { lcd.setCursor(0, 1); lcd.print ("Running..."); screen = 0; flag = 1; E(); } } if (counter == 5) { Stepper2(); if (screen == 2) { lcd.setCursor(0, 1); lcd.print ("Running..."); screen = 0; flag = 2; X (); The author forgot to include the void function to be executed in the if statement , " which is "E() AND X()" Also change the controller value in the end of the program if u really want the stepper motor to see rotating which is, void E() { controller.rotate(90*5, 60*15);
seems to me the next big evolution is a manufacturer that not only makes your PCB but offers a service of populating it with the components- Think of it as full service - board arrives finished. Once that happens, inventors will multiply like rabbits. TH-cam video showing what the board does, a link to where it can be bought, and they make a royalty every order.
Pretty snazzy, ive noticed in the past videos that you seem to have a common PCB for your projects and it seems very versatile.
This is the only thing that would make sense on a round PCB.
I love it. I aint mad about the music.
Two 7805 IC are made parallel in this circuit. It's not a good idea , and making two 7805 parellel doesn't increase the current capacity either
Takk!
Nicely done, looks professional and is certainly versatile.
Plz give link of where you get the electric component
which power supply you recommend
Very good work and cool looking
How can I purchase this pcb in fully readymade???
Please tell me bro.!!!!
Wow! Good Idea also for other bigger Arduino-Boards!
There would be just one thing to make the project mobile: A battery-holder
Sorry to ask but can it withstand all the motors at the same time? How many amps until it burns?
hello, unfortunately it is impossible to log into the website to download the pcb file. is there another way to get it?
Super I searched for long time for this 👍👍👍
Nice work 👍
Hello. can you add 1/2 way relay?
What are the jumper settings to use with two nema17 steppers?
the parts of this project need to buy?
Can this board replace cnc shield V4?
If i want to connect two stepper motors and one solenoid(via relay).
(planning vinyl cutter)
Where are you from?
Hello, what an interesting project, I ask you, do you sell this project? or the source files? thank you so much
Needed all in one pcb 1 no
looks nice, good job!
Exist version ready ti start?
Maximum upto how many amps we can use this board
1000A
Thans bro i finally got solve i2c and stepper problem..
Tout fonctionne bien sauf les steppers. Problème de code? Ma carte fonctionne car avec d'autre codes les steppers fonctionnent. Le code dans la description est il correct ?
У меня такая же проблема,не работают шаговые двигатели на степперах.
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working? Did you find the reason?
hello friend for when the second video of this project
Any time i try and upload code to nano it failed even simple blink scech even from official ardino store please do a tutorial
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
Bro can you tell me that can we also connect 5v relay module for penimatic valve ?
SURE
Great job
Bro can you please tell us the volts of capacitor which you use in this because in discription its just written the 4.7uf , 47uf, 1uf
Hey bro , the voltage you you chose should always be higher than your supply say for example if U supply 15 volts DC choose a voltage rating of 25 volts for the capacitor .
This is only because if U use under rating capacitor the capacitor will burst in fumes with a noise
Nice job!
Very good
Dear Author there is a flaw in your code .the code you have provided will not make the stepper motor run. Please verify it from your end and correct the code and provide your viewers a good working code. You forgot to include the subroutine function in the if statement for stepper motor 1 and 2
Could you correct the code? I'm not good at programming.
Yeah, I was having trouble with this as well. I really liked the idea of this project. Ordered 5 PCB's, built 2 and neither of them work properly :( I think its in the code and then there is an issue with a few capacitors (is it 47uF/4.7uF/unsure).
will you be selling a kit?
If you go to the PCB link you can buy the PCB + all the parts of the website (if the parts are not sold out)
I have ordered this pcb from JLBPCB and you have to buy a minimum of 5. I only plan on building 2 so I would be happy to sell you a single pcb for what it cost me. If you need a completed kit I would need to see what I have left and cost. I just enjoy building projects like this, very neat (and useful) board Mr. Innovated has created. :)
Hi dude ! I need too one pcb and all components, pretty interested to buy it with you. I just need one complet set, don’t need more ;)
@@recovered_file Not sure how to get in touch with you, but I have an extra one all complete that I won't be needing. I also have a few PCB's as well.
@@TMRu22311 you can find me on Twitter : @another_designs or tell me where I can find you. I need exactly this board, but I need to get it ASAP. Really ! Waiting for you. Thank you
Hi sir what I want study for this after 12 sir please replay me.sir
Hi! What is the supply voltage of this PCB? 24V?
12V? 24V?
Do you know where are the libraries ?(#include "BasicStepperDriver.h"
#include "MultiDriver.h"
#include "SyncDriver.h")
Hi sir , Please Make Automatic scroll show machine with Arduino scroll show machine work in plywood Cutting , Please Make Tutorial , This type Tutorial is not available in TH-cam and Google. Please make .
And in discription you write another capacitor and in video you show another number of capacitor
UPgrade to do, add BT, in this way is possible to use android device for input and output.
bro can you please tell us what program is uploaded in this arduino PCB?
is it in description
Apakah saya bisa membeli pcb nya lewat anda tuan?
@@MrInnovative My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
@@sergey66523 there is a little flaw in the Arduino code that the author has posted we have to add the void function please compare the code below,
if (counter == 4) {
Stepper1();
if (screen == 2) {
lcd.setCursor(0, 1);
lcd.print ("Running...");
screen = 0;
flag = 1;
E();
}
}
if (counter == 5) {
Stepper2();
if (screen == 2) {
lcd.setCursor(0, 1);
lcd.print ("Running...");
screen = 0;
flag = 2;
X ();
The author forgot to include the void function to be executed in the if statement , " which is "E() AND X()"
Also change the controller value in the end of the program if u really want the stepper motor to see rotating which is,
void E() {
controller.rotate(90*5, 60*15);
}
void X() {
controller.rotate(90*5, 60*15);
}
Hope this helps.
The author doesn't seem to care about the audience or he must be a busy man or got a million subscribers
@@electronikprojects9864 thanks bro will check if it works or not
Muchas Gracias Por sus Aportes de ING
I dont mean to be offtopic but does anyone know of a tool to get back into an Instagram account..?
I was dumb lost the account password. I would love any tricks you can give me
Vinyl cutter pls! VINYL CUTTER!
It proyect is very interesting.
Thank you .
Great job dude
This circuit board can be used as wood router controller or any other projects
Pretty awesome
Thank for sharing
Cool idea!
Классная идея. Принял на вооружение. Попробую заказать на PCBWAY.
Nice
Nice👍
Good a PCB and no code?
is it in description
@@MrInnovative не работают степперы для шаговых двигателей. собрал две платы и на обеих не работают шаговые двигатели. Код правильный?
My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
Yes stepper motor don't work because there is a flaw in his code .
@@sergey66523 yes stepper motor don't work because there is a flaw in the code , I have explained it to alrounder
GREAT
nice
was looking to buy your pcb, not take the gerber file to some manufacturing co...
link to the damn part ! ...seriously dude !?!
I think I need to apologize;
Easy-eda software was a free dl, and the pcb's fund the app's open source dev (which I try to support).
...and the gerber file will be valuable to study, and mod, so, Thank-You, Thank-You ! - and I'm sorry ! ~Daniel
Nice work! Do you mind sharing the code you use in this video? Thank you!
is it in description
@@MrInnovative My stepper motors don't work. The rest everything works. I collected two boards and everything is the same. I ordered the boards from the factory. I sent the author's gerber file. Maybe the sketch is not correct, not working?
@@sergey66523 same here the motor. Doesn't work. Was lucky I didn't order more qty . Have noticed 7805 connected in parallel not a good idea.
@@shijumax1 there is a little flaw in the Arduino code that the author has posted we have to add the void function please compare the code below,
if (counter == 4) {
Stepper1();
if (screen == 2) {
lcd.setCursor(0, 1);
lcd.print ("Running...");
screen = 0;
flag = 1;
E();
}
}
if (counter == 5) {
Stepper2();
if (screen == 2) {
lcd.setCursor(0, 1);
lcd.print ("Running...");
screen = 0;
flag = 2;
X ();
The author forgot to include the void function to be executed in the if statement , " which is "E() AND X()"
Also change the controller value in the end of the program if u really want the stepper motor to see rotating which is,
void E() {
controller.rotate(90*5, 60*15);
}
void X() {
controller.rotate(90*5, 60*15);
}
Hope this helps.
@@electronikprojects9864 Pasted in the code, does not work.
seems to me the next big evolution is a manufacturer that not only makes your PCB but offers a service of populating it with the components- Think of it as full service - board arrives finished. Once that happens, inventors will multiply like rabbits. TH-cam video showing what the board does, a link to where it can be bought, and they make a royalty every order.
Me voy con gente mas seria,para exivirse,en los escaparates
please sir next project Arduino mega vending machine rfid card
Aek ti kompiutar banan
10000 views pe mein hoon
Your selling of PCBs.
3rd