How to interface DRV8825 and stepper motor with Arduino|ULECTRON|

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 20

  • @Nikita_Yezerskyi
    @Nikita_Yezerskyi 2 года назад +12

    const int stepPin=2;
    const int dirPin=3;
    void setup() {
    // put your setup code here, to run once:
    pinMode(stepPin, OUTPUT);
    pinMode(dirPin, OUTPUT);
    }
    void loop() {
    // put your main code here, to run repeatedly:
    digitalWrite(dirPin, HIGH);
    for (int x=0; x

  • @QuintBUILDs
    @QuintBUILDs 7 месяцев назад

    This helped me realize I had my stepper wired wrong. Thank you!

  • @anol4590
    @anol4590 3 года назад +2

    Thanks so much for this
    circuit diagram 2:22
    great video

  • @mattiabocchi8799
    @mattiabocchi8799 3 года назад +1

    Do you know if that code works with two drivers, in order to control two motors at the same time?

  • @simonperedupain7110
    @simonperedupain7110 2 года назад

    Bonjour,
    je démarre dans l'arduino et je souhaiterai faire fonctionner des moteur pas à pas avec un DRV8825
    mais je n'y arrive pas
    serait-il possible d'avoir le soft pour tester les moteurs?
    Merci
    Hello,
    I start in the arduino and I would like to run stepper motors with a DRV8825
    but I can not
    would it be possible to have the software to test the engines?
    Thank you

  • @robertgubberiksson2068
    @robertgubberiksson2068 3 года назад

    Thanks for the tutorial!
    Is trhere an easy way to connect a potentiometer?

  • @naveenvaid4318
    @naveenvaid4318 Год назад

    nice tutorial sir but stepper motor is humming that is the main reason

  • @benvanzweeden5566
    @benvanzweeden5566 3 года назад +1

    will USB output work for the power supply?

    • @dhanushacharyam2851
      @dhanushacharyam2851 2 года назад

      for arduino u can use usb as power source and for driver i.e. for Vmot pin of DRV8825 you must use external power supply.
      OR you can use 12v supply for both arduino as well as driver.⚠So for DRV8825 you cannot use USB as power source.⚠

  • @RyanRyan-ym7yi
    @RyanRyan-ym7yi 4 года назад +1

    That stepper motor is 2A?

  • @leerardin7783
    @leerardin7783 3 года назад

    I've got 3 nema 17 stepper motors (X, Y, Z axis) hooked up to an Arduino Uno board with a CNC shield & 8825 drivers. The motors just hum & won't turn so can somebody please help me figure out what's going on so they will work as I've checked the wiring & think it's possible my settings are off in the program?

    • @crecker1850
      @crecker1850 2 года назад

      Try adjusting the current thingy

  • @NanangIsnaFajrin
    @NanangIsnaFajrin 4 года назад +1

    Nice video..👍👍 i will try it with nema17

  • @ktharunkumar330
    @ktharunkumar330 Год назад

    not at all working

  • @williamalkhoury3417
    @williamalkhoury3417 3 года назад +2

    did you synthesise your own voice lol?