Arduino CNC Shield Tutorial - Control Stepper Motors using CNC Shield V3.0

Тәжірибелік нұсқаулар және стиль

In this video, we are going to see how to control multiple stepper motors using an arduino and CNC shield board V3.0.
this CNC shield eliminates the need of a breadboard to control multiple stepper motors
Download the stepper test code and upload it to arduino.
download grblmain library and add to arduino via add .zip library
install GRBL controller and connect to arduino by selecting correct COM port
Links to code, files, and parts used in the video:
Stepper Test Code: bit.ly/3p78ZzF
GRBL Library: bit.ly/3qGDfBS
GRBL Controller: bit.ly/394lqa5
Part Links(Global):
Stepper Motors NEMA 17: bit.ly/2Nr97fF
CNC Shield Board V3.0: bit.ly/3iwCUii
Arduino uno Micro USB: bit.ly/aRdUiNo
A4988 Drivers: bit.ly/3bTOPpg
Power Supply 12V: bit.ly/2N6fdSv
India:
Stepper Motors NEMA 17: bit.ly/3mUykOU
CNC Shield Board V3.0: bit.ly/2Yp4hVW
Arduino uno Micro USB: bit.ly/31I0FQf
A4988 Drivers: bit.ly/4br5Lj4
Power Supply 12V: bit.ly/3bOOX8j
Solder Iron i Use: bit.ly/2GSArih
Helping Hand Magnifier: bit.ly/2Uh11oe
arduino uno Micro USB: bit.ly/aRdUiNo
also do check out these cool 3d Printers:
Creality Ender 3 pro : bit.ly/36m1POI
Creality CR-10s pro: bit.ly/2QmqU6z
#CNC #Arduino #StepperMotor

Пікірлер: 116

  • @maninderjeetbook
    @maninderjeetbook2 жыл бұрын

    Thanks for the grbl-controller, it is saving lot of time in troubleshooting.

  • @shadowsparkstudiosofficial5048
    @shadowsparkstudiosofficial50482 жыл бұрын

    This was a great video! Easy to follow along to and very simple. I've learned a lot.

  • @Allazander
    @Allazander6 ай бұрын

    Thank You! I'm using this shield for a wire wrapping machine and needed to know how to enable it, you answered my question. The enable pin doesn't have to jumper to ground though, it is also connected to D8 on the Uno, so you can use code to enable/disable the stepper drivers if you want to rather than having them always enabled. The first set of drivers I put in had a bad driver and it was enabling the others but the stepper it was driving wouldn't move. When I figured out I had a bad driver, I put what I thought were good drivers in but nothing worked anymore. I think I made the mistake of putting drivers in before I used a multimeter to trace which pin went where and all the driver enable pins showed as being straight to ground pins on the Uno so I figured they must just be always enabled. Yes, I'm stupid but a lot of people just short the enable pins to ground anyway rather than coding the stepper enable pins.

  • @AFATstudios
    @AFATstudios9 ай бұрын

    i learned everything i needed thanks for making such a great and detailed explanation

  • @saswatpatel2760
    @saswatpatel27602 жыл бұрын

    Bro you just save my b.tech final year project. Thanks a lot bro.

  • @SantaDragon
    @SantaDragon Жыл бұрын

    Thanks, this is great with the GRBL Controller. I know GRBL from my Atomstack Laser.

  • @MaxMakerChannel
    @MaxMakerChannel9 ай бұрын

    Thanks a lot! That is a great overview.

  • @DennisMurphey
    @DennisMurphey6 ай бұрын

    Thank Youi am converting a Dremel Drill Press to 3 axis CNC Mini Mill. This was a big help. Dennis

  • @FARHANKHAN-jl4mh
    @FARHANKHAN-jl4mh3 жыл бұрын

    Bro really got help from this content❤️❤️

  • @SuperbTech

    @SuperbTech

    3 жыл бұрын

    Thank You

  • @sanketss84
    @sanketss845 ай бұрын

    well this was neat simple compact and exactly what I wanted to know. thanks a lot.

  • @crispy-k
    @crispy-k2 жыл бұрын

    I just got a complete CNC machine that might have a fried board. So i've been thinking about getting to learn to use Arduino. Maybe i can replace the "electronics" with an Arduino instead of having to buy new parts for 1000$ :) Thanks for the vid, i will look more into this!

  • @billmorgan3571
    @billmorgan35712 жыл бұрын

    Thanks for the video. For my motors I had to increase the 500 microsecond delays for the step pulses to 2000 microseconds for one type of motor and to 3500 microseconds for another type.

  • @Berlok27

    @Berlok27

    6 ай бұрын

    Can you please tell me how did you change the step pulses?

  • @Cricri_poipoi
    @Cricri_poipoi2 жыл бұрын

    merci pour ton super tuto :)

  • @hemankrakesh2004
    @hemankrakesh2004 Жыл бұрын

    i want to use 4 nema 17 with these same drivers can you tell me how to calculate total current and voltage and how to choose the correct power supply as required. And also that enabling of enable pin keep the shield and arduino isolated ? could be so helpful !

  • @DownhillAllTheWay
    @DownhillAllTheWay10 ай бұрын

    I have the shield and the Uno, but I don't see any FET transistors on it - so I guess the stepper currents are driven directly from the chips? What size of stepper will they drive? NEMA 23?

  • @bricoletout1
    @bricoletout1 Жыл бұрын

    Thanks for this great tutorial, i'd like to ask just one question: can i use only two stepper motors? Thanks in advance

  • @rajnavadia7890
    @rajnavadia7890 Жыл бұрын

    Thanks Bro For Stepper motor testing CODE.👍🙏

  • @rodmanunderhilliii8198
    @rodmanunderhilliii81989 ай бұрын

    Hello, I'm using your stepper test code, to make an inexpensive toy, since I had bipolar steppers in hand. I was wondering how to control the rotation speed, in the code, using your stepper code test script, and the V3 module. I'm using all 4 outputs, from the V3 module, including the A output.

  • @jestonidulay1835
    @jestonidulay18352 жыл бұрын

    great video . i really appreciate it . may i ask about the A driver? it wasnt used in the video. maybe you can instruct me how to use the A driver as a stepper motor controller . and do you know how to make all the stepper motors run together simultaneously? id really be thankful about it

  • @Allazander

    @Allazander

    6 ай бұрын

    I know this is late but I'm answering in case someone else has the same question. If you're not using it for CNC with GRBL or writing your own code, use D12 for Step and D13 for Dir of A (I may have that backwards but those are the two pins). All the driver enable pins are connected to the same enable pin he showed as needing to be jumped but that enable pin is also connected to D8 so you can use code to enable/disable if you want to instead of using a jumper and having them always enabled. For use with GRBL, use jumpers, the A can be used to clone X, Y or Z, depending on where you put the jumpers for use with GRBL. GRBL can only be used for 3 axis so one has to be a clone for it. You can find more on this online and where to place the jumpers to clone which axis fairly easily.

  • @umargul5644
    @umargul56442 жыл бұрын

    Great job sir thanks

  • @pythonner3644
    @pythonner3644 Жыл бұрын

    bro will the cnc sheild work with uno esp8266(wemos d1) board

  • @Rhybos
    @Rhybos2 жыл бұрын

    YAY!! THANK YOU!! :D

  • @hemashri
    @hemashri Жыл бұрын

    this vdo is great. Thanks.

  • @retroguardian4802
    @retroguardian4802 Жыл бұрын

    Where can I get the bare framework to attatch this to? Thanks guys!

  • @muhammadtalhaahmedyasmeen9637
    @muhammadtalhaahmedyasmeen9637 Жыл бұрын

    Hi sir, which power supply is that you are using? how much voltage is it

  • @yoboy9188
    @yoboy91886 ай бұрын

    help me ! i want to contro,l 4 stepper motor in one ardino Which motor controller will be used?

  • @abhiramv8843
    @abhiramv88432 жыл бұрын

    Nice 1 bro

  • @Nissearne12
    @Nissearne122 жыл бұрын

    Awesome. 😀

  • @jesulona7651
    @jesulona7651 Жыл бұрын

    Is there a way to drive all motors simultaneously?

  • @3dprintiraq48
    @3dprintiraq483 жыл бұрын

    Thanks for the tutorial, could you help me with cnc shield? I need to make 1 stepper moto moves a certain angle in a certain amount of time, for example 1 rotation in 1 hour.. i appraciat your support

  • @Prajwal_24
    @Prajwal_245 ай бұрын

    bro can you please make a viedo on controling 3 stepper and 1 servo motor manualy

  • @matic1265
    @matic1265 Жыл бұрын

    can I use bigger motors with this?

  • @gurukisharni556
    @gurukisharni556 Жыл бұрын

    how to start spindle motor in auto mode on off ? and where conection of spindle motor

  • @vinodshetty1578
    @vinodshetty15783 жыл бұрын

    Great vedio... Can we connect i2c keypad and LCD to CNC shield? Keypad used to input the steps/revolutions to stepper motor.

  • @kashyaphun4503
    @kashyaphun450311 ай бұрын

    i am using CNC shield since last 3 years and i never connect enable & ground to each other and even it works fine. so why I should connect or jump this 2 port?

  • @shivanshchowhan166
    @shivanshchowhan1663 ай бұрын

    How much power supply is needed for the module

  • @naytdgreat
    @naytdgreat3 ай бұрын

    why did you use A4988 drivers instead of drv8825.

  • @pythonner3644
    @pythonner36442 жыл бұрын

    Hi, do i need to power arduino too

  • @rajnavadia7890
    @rajnavadia7890 Жыл бұрын

    Hi arduino uno + cnc shield v3 + A4988 motor driver + stepper motor itna mene try kar liya he. or success bhi he. ab muje isko controller ke sath operat karna he . to kese kar sakte he ? kyunki muje 1 mm se 2.5 mtr tak move karna he . or forword reverse ka speed bhi change karna hota he. iski agar koi jankari de sakta he dhanyavad.

  • @dhekadaniswara7067
    @dhekadaniswara70673 жыл бұрын

    Hello, is there any way to control 4 stepper motor using some kind of switch(rocker or toggle)?

  • @Prajwal_24
    @Prajwal_244 ай бұрын

    Bro i did exactly as u shown in the video but the motors r stucked they r nt moving

  • @sijodee1
    @sijodee13 жыл бұрын

    great video.i have built a filament winder and using the same boards as you have here.would it be hard to program them to run a stepper motor at a constant torque and even stop if too much force is applied?.as the winder gets full the rotation speed has to slow down so the motor speed is determined by the force needed to wind the filament.i have seen this on other winders but have no idea how they do it

  • @SuperbTech

    @SuperbTech

    3 жыл бұрын

    Thank you. I may be wrong, but i think there is a way to control the tension of the wire. You can measure the current consumption of the stepper motor with an arduino and a current sensor. High current means more torque is exerted on the wire. That way you can calibrate the diameter of the wire.

  • @SuperbTech

    @SuperbTech

    3 жыл бұрын

    Commercial filament manufacturers have laser diameter measuring devices, which then create a feedback loop to control the pull tension, to get the desired diamater accurately.

  • @sijodee1

    @sijodee1

    3 жыл бұрын

    @@SuperbTech yea, you are right about the current consumption. i got it sorted by using maximum step pulses and minimum current using standard stepper driver and speed controller.it doesn't take a lot of force to slow or even stop the motor from turning which is what i need

  • @cocreatex1352
    @cocreatex13522 жыл бұрын

    Hello, program ran a few times and then quit. Current displayed on power supply went to zero while voltage remains at 12 [V]. Any thoughts regarding why current may have quit and motors are no longer operating? EN/GND jumper still in place... Thanks! Great / helpful video!

  • @eng.abraob.s.nhaca-mocambi1052
    @eng.abraob.s.nhaca-mocambi1052 Жыл бұрын

    What would happen if I don't connect the enable board??

  • @zainabalawneh5591
    @zainabalawneh5591 Жыл бұрын

    Thanks 👏

  • @jamesssydney
    @jamesssydney2 ай бұрын

    Great video, can you can multiple cnc shields together to have more steppers? For instance if I wanted to 12 stepper to be controlled individually?

  • @felixavshalom2015

    @felixavshalom2015

    2 ай бұрын

    content.instructables.com/FBG/AHDV/JE95G332/FBGAHDVJE95G332.jpg No need fir CNC shields

  • @jamesssydney

    @jamesssydney

    2 ай бұрын

    But can these be controlled individually what happens if I want 24 steppers? Will that require two or more Arduino unio?

  • @felixavshalom2015

    @felixavshalom2015

    2 ай бұрын

    @@jamesssydney For 12 bipolar steppers you need 24 available pins as I showed you in wiring diagram. Arduino Mega had 54 digital pins so you can control at least 25 motors. In addition you can use analog pins as well as I remember. If it is not enough you can add I/O expansion boards to your Arduino and it will give you dozens of additional pins.

  • @jamesssydney

    @jamesssydney

    2 ай бұрын

    Thanks Felix you’ve been very helpful. I’m currently using 27 steppers on another project which doesn’t use ardunio. It’s driven but some other custom cards but this company is no longer in business. So looking for a plan b

  • @michalmalinowski86
    @michalmalinowski864 ай бұрын

    All of my stepper motors turn only in one direction ... What could go wrong ?

  • @user-ed1us9wi9y
    @user-ed1us9wi9y10 ай бұрын

    Legend

  • @rodrigohb4590
    @rodrigohb4590 Жыл бұрын

    Dónde compraste tu Arduino?

  • @TOXIXIFY
    @TOXIXIFY2 жыл бұрын

    Is there a way to save a gcode file to the arduino to be able to rerun the same process without a computer being connected?

  • @redroze7030
    @redroze70302 жыл бұрын

    Thr is an error compiling "cnc shield demo"

  • @ihsankamil2078
    @ihsankamil20783 жыл бұрын

    which version of grbl firmware do you use

  • @SuperbTech

    @SuperbTech

    3 жыл бұрын

    i have used GRBL V3.6. you can find the link in the description

  • @3DPrintedEngineer
    @3DPrintedEngineer2 жыл бұрын

    Does the stepper motors make any noise? If so, how much?

  • @rajnavadia7890

    @rajnavadia7890

    Жыл бұрын

    Hi Stepper Motors make some humming noise only. but voice are beeping it means need a power setting.

  • @junaidul_islam
    @junaidul_islam Жыл бұрын

    Which software can I use to imprent or engrave a design ??

  • @technoideas5835

    @technoideas5835

    Жыл бұрын

    اوپن سورس. Openbuilds

  • @junaidul_islam

    @junaidul_islam

    Жыл бұрын

    @@technoideas5835 thanks man..

  • @AhemmechDesignsolutions
    @AhemmechDesignsolutions Жыл бұрын

    Dear can I use 12v 10a power supply

  • @SuperbTech

    @SuperbTech

    Жыл бұрын

    Yes you can. One stepper motor uses about 1.5A current

  • @ArifFitrianto_edukasi
    @ArifFitrianto_edukasi5 ай бұрын

    Bagaimana cara menambah kecepatan disumbu z

  • @emirhaziqchannel9990
    @emirhaziqchannel99903 жыл бұрын

    Hai, may i ask a question? If i want to use 2 stepper motor in 1 axis, do i need to connect at addtional y axis? (Red color)

  • @SuperbTech

    @SuperbTech

    3 жыл бұрын

    yes you can connect additional motor for y axis on the A marked pins

  • @maddiebanwell5206
    @maddiebanwell52062 жыл бұрын

    hi do you know of a Grbl Controller that is compatible with Mac and these parts?

  • @stefanolombardi7351
    @stefanolombardi73512 жыл бұрын

    can you help me connect the end stops? Thank you

  • @roncarroll4531
    @roncarroll45312 жыл бұрын

    How can you add variable speed to this to run the motors at different speeds?

  • @senzone1

    @senzone1

    2 жыл бұрын

    maybe u have to set an bridge under the drivercard for split the steps

  • @BuvarUszo
    @BuvarUszo2 жыл бұрын

    Does anyone know how to access driver “A” ? It doesn’t seem to be wired to the arduino.

  • @klarkkentgr6111
    @klarkkentgr61112 жыл бұрын

    Hi very helpfull video!! i was lost trying to bild my own cnc. Will this work with nema 23 motors also? Thanks a lot!!!

  • @SuperbTech

    @SuperbTech

    2 жыл бұрын

    yes the shield will work with NEMA 23 stepper motors. you will have to use bigger drivers though

  • @klarkkentgr6111

    @klarkkentgr6111

    2 жыл бұрын

    @@SuperbTech thanks for answering that fast!do you know which ones?

  • @SuperbTech

    @SuperbTech

    2 жыл бұрын

    @@klarkkentgr6111 you can use tb6600 driver

  • @klarkkentgr6111

    @klarkkentgr6111

    2 жыл бұрын

    @@SuperbTech you are the best! Thanks a lot!!!

  • @felixavshalom2015
    @felixavshalom20154 ай бұрын

    Hi Can I connect more than 4 motor? I need to connect 10 or more, is it possible?

  • @jamesssydney

    @jamesssydney

    2 ай бұрын

    I'm curious on this also, will it require multiple CNC shields?

  • @felixavshalom2015

    @felixavshalom2015

    2 ай бұрын

    @@jamesssydney I find how. Use easydriver for controlling 4 wire bipolar stepper motors

  • @jamesssydney

    @jamesssydney

    2 ай бұрын

    How many step drivers did you end up controlling?

  • @felixavshalom2015

    @felixavshalom2015

    2 ай бұрын

    @@jamesssydneyUnlimited. It only depends on number of available pins on Arduino board. The good news that 4-wire bipolar stepper motor uses only 2 Arduino pins, when it drived by Easydrive board

  • @felixavshalom2015

    @felixavshalom2015

    2 ай бұрын

    @@jamesssydney Of course you have to check the current of voltage. I think it will be no problem to connect 12 motors using 12V 3A.

  • @aromalunni.
    @aromalunni. Жыл бұрын

    Z axis not working 😑🥺

  • @Ziplock9000
    @Ziplock90007 ай бұрын

    You should use PWM not manually pushing bits

  • @alinciucanel924
    @alinciucanel924 Жыл бұрын

    Where is the jumpers?

  • @user-vg3jj7nc5o
    @user-vg3jj7nc5o3 ай бұрын

    The stepper motors are not running smoothly

  • @yashgodara5077
    @yashgodara507711 ай бұрын

    How much amps is required??? Pls ans

  • @SuperbTech

    @SuperbTech

    11 ай бұрын

    one stepper motor requires about 1.5 Amps

  • @crangerxu6138
    @crangerxu61382 жыл бұрын

    hi greate video!but i just want run one stepper so i change the demo code ,unlucky it doesn't work ,the driver is enabled but the stepper has no voice not even run ,so sad,is there some problem~thx alot!

  • @crangerxu6138

    @crangerxu6138

    2 жыл бұрын

    probably the driver is damaged? but the voltage is right

  • @user-sv2fk6it6i
    @user-sv2fk6it6i4 ай бұрын

    Sir please give me the code 🙏🙏

  • @hariharanramamurthy9946
    @hariharanramamurthy99463 жыл бұрын

    did you adjust vref?

  • @WhirlysWorldVideo

    @WhirlysWorldVideo

    3 жыл бұрын

    This is important. @SuperbTech, please edit your video to include a step to adjust the current limit (vref) so someone doesn't fry their drivers or their motors.

  • @deependrakumar2767
    @deependrakumar27672 жыл бұрын

    DEEPENDRA KUMAR 0 seconds ago mai 2 motor JK42. and 1 motor JK57. Model ka CNC shield aur DRV 8825 ke dwara chala raha hu to usme poblem ye hai ki JK57 sahi chalta hai but JK42 Sahi nahi chalta our unki DRVbhi jyada heat ho jati hai jabki JK57 KI DRV heat nahi hoti

  • @KTWap
    @KTWap3 жыл бұрын

    limit the current for stepper motors and use heat sinks for drivers

  • @chezcotton

    @chezcotton

    2 жыл бұрын

    why limit the current? is it too much current? I'm a noob btw incase you couldn't tell.

  • @Vyantri
    @Vyantri Жыл бұрын

    How much voltage and current is he using from the power supply? I think that's a very important point missing from this tutorial. Otherwise it was very helpful.

  • @SuperbTech

    @SuperbTech

    Жыл бұрын

    voltage is 12V, each motor uses about 1A

  • @Vyantri

    @Vyantri

    Жыл бұрын

    @@SuperbTech Thanks for replying. Did you set the current limit on the drivers using the potentiometer?

  • @SuperbTech

    @SuperbTech

    Жыл бұрын

    yes

  • @Vyantri

    @Vyantri

    Жыл бұрын

    @@SuperbTech Okay makes sense. I do feel that these details are very important to include in the tutorial. I smoked quite a few drivers because of it! But thanks a lot for the video it helped me get started.

  • @Druk226
    @Druk2263 ай бұрын

    Ssory, where “Reed me”

  • @matthewslaney3021
    @matthewslaney30212 жыл бұрын

    controller won't connect to com port

  • @AritraDebnath-ud5yb
    @AritraDebnath-ud5yb4 ай бұрын

    g66d

  • @Kenhsangtaomoi
    @Kenhsangtaomoi Жыл бұрын

    H7ju 😅😂

  • @yorukoglu8933
    @yorukoglu8933 Жыл бұрын

    sagol hacı bir sürü video var ama bir tek senin dediğini yapınca calıstı diğer videolar çöp

  • @andyc27
    @andyc273 ай бұрын

    What is the benefit of using this method instead of using servo motors

  • @nilugajjar182
    @nilugajjar182 Жыл бұрын

    You are great 👍 I am from Canada i am making a one project so I need your help so how can I contact you

  • @jesulona7651
    @jesulona7651 Жыл бұрын

    Is there a way to drive all motors simultaneously?

Келесі