A4988 Driver with Nema17 Stepper Motor

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น •

  • @_8w8
    @_8w8 13 วันที่ผ่านมา

    Thank you dude, it worked. Used a 12V adapter.

  • @matheusm.a.1893
    @matheusm.a.1893 21 วันที่ผ่านมา +1

    Can I use a 24V supply?

    • @passiontechklm
      @passiontechklm  19 วันที่ผ่านมา

      @@matheusm.a.1893 No for this project. Because it only compatitable for 12V

  • @SyedRizvi-i4v
    @SyedRizvi-i4v 4 หลายเดือนก่อน +1

    If I don't want any delays (no stops), should I just remove the delay(1000); line?? I want it to switch directions without stopping.

    • @passiontechklm
      @passiontechklm  4 หลายเดือนก่อน +1

      @@SyedRizvi-i4v Yes... remove the delay. you can edit the code to play around and see what the different

    • @SyedRizvi-i4v
      @SyedRizvi-i4v 4 หลายเดือนก่อน

      @@passiontechklm Thanks! also can you tell me what these lines are doing??
      digitalWrite(stepPin,HIGH);
      delayMicroseconds(500);
      digitalWrite(stepPin,LOW);
      delayMicroseconds(500);

  • @JacobRamos-k4g
    @JacobRamos-k4g 11 หลายเดือนก่อน +1

    Can you send link to power supply you used please?

    • @passiontechklm
      @passiontechklm  11 หลายเดือนก่อน

      You can use any AC to DC power supply 12V 3A and above.

  • @HubertThomas-o2k
    @HubertThomas-o2k 10 หลายเดือนก่อน +4

    const int stepPin = 3;
    const int dirPin = 4;

    void setup() {
    // Sets the two pins as Outputs
    pinMode(stepPin,OUTPUT);
    pinMode(dirPin,OUTPUT);
    }
    void loop() {
    digitalWrite(dirPin,HIGH); // Enables the motor to move in a particular direction
    // Makes 200 pulses for making one full cycle rotation
    for(int x = 0; x < 200; x++) {
    digitalWrite(stepPin,HIGH);
    delayMicroseconds(500);
    digitalWrite(stepPin,LOW);
    delayMicroseconds(500);
    }
    delay(1000); // One second delay

    digitalWrite(dirPin,LOW); //Changes the rotations direction
    // Makes 400 pulses for making two full cycle rotation
    for(int x = 0; x < 400; x++) {
    digitalWrite(stepPin,HIGH);
    delayMicroseconds(500);
    digitalWrite(stepPin,LOW);
    delayMicroseconds(500);
    }
    delay(1000);
    }

    • @SyedRizvi-i4v
      @SyedRizvi-i4v 4 หลายเดือนก่อน

      If I don't want any delays (no stops), should I just remove the delay(1000); line?? I want it to switch directions without stopping.

  • @Zeddify
    @Zeddify 3 ปีที่แล้ว

    Step pin and the direction pin. Right?

  • @vert2278
    @vert2278 3 ปีที่แล้ว

    do u have any arduino code for rotation base on degree?

  • @VishnuSomisetty-dw2xp
    @VishnuSomisetty-dw2xp 4 หลายเดือนก่อน +1

    Just burned the wires when putting 12 v in my bench power supply, what did I do wrong?

    • @passiontechklm
      @passiontechklm  4 หลายเดือนก่อน

      @@VishnuSomisetty-dw2xp I think may be you short positive wire and negative wire?

    • @VishnuSomisetty-dw2xp
      @VishnuSomisetty-dw2xp 4 หลายเดือนก่อน +1

      @@passiontechklm I am a beginner at this stuff but what does that mean?

    • @passiontechklm
      @passiontechklm  4 หลายเดือนก่อน +1

      @@VishnuSomisetty-dw2xp Means positive wire and negative wire are conneted / touch each others will cause to burn out wire

    • @VishnuSomisetty-dw2xp
      @VishnuSomisetty-dw2xp 4 หลายเดือนก่อน +1

      @@passiontechklm thanks I got it to work!

    • @passiontechklm
      @passiontechklm  4 หลายเดือนก่อน +1

      @@VishnuSomisetty-dw2xp Alright.... happy for you🤗

  • @K-CREATIONUnfiltered
    @K-CREATIONUnfiltered 8 หลายเดือนก่อน +1

    Can I not use 12VDC?

    • @passiontechklm
      @passiontechklm  8 หลายเดือนก่อน

      Yes, you can use 12vdc

  • @uwninja
    @uwninja 2 หลายเดือนก่อน +1

    I give all connections but not working and coding also upload but not rotating. I check motor also still no rotation. Give solution bro. I try so many times still nothing will happen. Reply

    • @passiontechklm
      @passiontechklm  2 หลายเดือนก่อน

      @@uwninja is it your power supply voltage and current not enough power to run?

  • @mankiratsingh8494
    @mankiratsingh8494 2 ปีที่แล้ว

    My motor is not rotating fully
    And rotating only in one direction
    Plz hepl....

  • @anjaneyajoshi4081
    @anjaneyajoshi4081 9 หลายเดือนก่อน +1

    Please tell the name of motor

    • @passiontechklm
      @passiontechklm  9 หลายเดือนก่อน

      Nema17 12v stepper motor