Arduino Tutorial 30- Control DC Motor Speed and Direction using a Joystick

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @deadlymedley3306
    @deadlymedley3306 2 ปีที่แล้ว +5

    Best tutorial for controlling dc motor with joystick! I tried your code and it worked perfectly and it helped me understand the code a little better

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

    Saludos desde Colombia muchas gracias por compartir, gran explicación y trabajo

  • @soopengmingsoopengming146
    @soopengmingsoopengming146 2 ปีที่แล้ว +1

    Crystal clear explaining for beginners. Thanks

  • @mingosutu
    @mingosutu 11 หลายเดือนก่อน +2

    Good job. I was thinking if you could use the Infrared in this project.

  • @Chickennugget-vq6lw
    @Chickennugget-vq6lw ปีที่แล้ว +1

    hi what value would I use if i wantef to use the y instead of the x

  • @dr.saurabhipatkar5441
    @dr.saurabhipatkar5441 4 หลายเดือนก่อน +3

    Code is not working

  • @linalin2799
    @linalin2799 2 ปีที่แล้ว +1

    What kind of wire did you use to connect the motor to the l298n

    • @EnjoyMechatronics
      @EnjoyMechatronics  2 ปีที่แล้ว +1

      Simple Jumper wires!
      But it doesn't matter if you have different ones.

  • @HashbrownDestroyer
    @HashbrownDestroyer ปีที่แล้ว +1

    I have the same motor controller but mine came in a kit and it has click connectors instead of separate pins. WIll it still work for this project?

  • @armelchiza3771
    @armelchiza3771 ปีที่แล้ว +1

    The only video that worked for me tbh, thank you

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

    good project. in this project
    how can I add potentiometer for speed control instead of joystick and also motor automatically reverse forward and delay cycle code change. please reply

  • @MrKYT-gb8gs
    @MrKYT-gb8gs 2 ปีที่แล้ว +3

    Brilliannt, thanks for the map function!

  • @malikthetalentmaker6001
    @malikthetalentmaker6001 2 ปีที่แล้ว +1

    Hey I wanted a help in unity 3d endless runner
    I made multiple jump animations
    Can I make unity play them randomly?
    And how?

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

    Which port we need to select?

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

    Can we control the same using a mobile Application with 4G module..??

    • @africantech5
      @africantech5 3 หลายเดือนก่อน

      dabble app

  • @myidahohomestead.7123
    @myidahohomestead.7123 2 ปีที่แล้ว +1

    I need this but with a roboclaw motor driver not the L298N

  • @The1Creston
    @The1Creston ปีที่แล้ว +1

    Thank you for the clarity

  • @m_som
    @m_som ปีที่แล้ว

    Thank you man, that was excellent 💓

  • @mo135_cod2
    @mo135_cod2 2 ปีที่แล้ว +2

    code ????

    • @fats1227
      @fats1227 6 หลายเดือนก่อน

      I relate to this

  • @Mr.P539
    @Mr.P539 ปีที่แล้ว +1

    Hi, thank you for sharing, can you share the code please...Thank you

  • @ace.5162
    @ace.5162 8 หลายเดือนก่อน +2

    Bro pls share the code man

    • @AldoHernandez-ou5mw
      @AldoHernandez-ou5mw 5 หลายเดือนก่อน

      int speedPin = 3;
      int dirPin1 = 4;
      int dirPin2 = 5;
      int readPin = A0;
      int readValue;
      void setup () {
      // put setup code here
      pinMode (speedPin, OUTPUT);
      pinMode (dirPin1, OUTPUT);
      pinMode (dirPin2, OUTPUT);
      pinMode(readPin, INPUT);
      analogWrite(speedPin, 60);
      digitalWrite(dirPin1, HIGH);
      digitalWrite(dirPin2, LOW);
      }
      void loop () {
      // put main code here
      readValue = analogRead(readPin);
      if(readValue < 400) {
      analogWrite(speedPin, map(readValue, 0, 400, 255, 60));
      //map(readValue, 0, 400, 255, 60);
      digitalWrite(dirPin1, HIGH);
      digitalWrite(dirPin2, LOW);
      }else if(readValue

  • @stevanardilaacero4785
    @stevanardilaacero4785 6 หลายเดือนก่อน +1

    No me funciono la programación

  • @AutoneticsProjectGalaxy
    @AutoneticsProjectGalaxy 7 หลายเดือนก่อน

    thanks

  • @infinitylike5522
    @infinitylike5522 ปีที่แล้ว +1

    Ajoyib

  • @malikthetalentmaker6001
    @malikthetalentmaker6001 2 ปีที่แล้ว +1

    Geeeeeniuuuus