How to run Robot Motors | Motor Module | Ultimate Raspberry Pi Robot [p2]

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 53

  • @TheMdbProductions
    @TheMdbProductions 4 роки тому +7

    can you add one video for Servo Motors for positioning in angles

  • @xstonn
    @xstonn 4 роки тому +1

    Amazing videos, thank you!

  • @bobyau8755
    @bobyau8755 Рік тому

    I am following your video to build a computer-vision-based robot with raspberry pi but the motors don't work even when the raspberry pi and the L298N are powered and the TT motors are connected to the boards correctly with the motor driver

  • @sunpacplussoftware5948
    @sunpacplussoftware5948 3 роки тому

    Is this the second part to the "The Ultimate Raspberry Pi 4 Robot | Beginner Friendly (2020) [p1]" UA-cam series before this?

  • @nikosagiotis4198
    @nikosagiotis4198 3 роки тому +2

    Excellent job especially with the addition of the tutorial in computer vision!
    One clarification if you may: in the schematic you connect pin 2=EnA, 3=In1, 4=In2,17=In3, 27=In4, 22=EnB, so how are they translated in the code (2,3,4,17,22,27)?
    Thank you again!

    • @murtazasworkshop
      @murtazasworkshop  3 роки тому

      Thanks. 17 should be enable.

    • @mohamedayad4130
      @mohamedayad4130 3 роки тому

      @@murtazasworkshop what is the updated pin outs if 17 is enable??

    • @ishtiaksifat9116
      @ishtiaksifat9116 2 роки тому +1

      @@murtazasworkshop What is the correct order in code? can you please tell me

  • @gooser1
    @gooser1 Рік тому

    is it possible to control the 4wd through phone?

  • @hemacharankodhanda664
    @hemacharankodhanda664 Рік тому

    Hello sir,can you provide detailed circuit diagram regarding motor module,if possible

  • @eneoxkeskin
    @eneoxkeskin 3 роки тому +1

    Thank you. Can you write full material list, i couldnt see

    • @ascj_gsw
      @ascj_gsw 3 роки тому

      Where is the list

  • @giovannitomczak6826
    @giovannitomczak6826 3 роки тому +1

    Thank you so much sir! Has anyone ran into an issue where the motor keeps running even after you stop the code? I have to restart and stop the code several times to get the motor to stop. :(

    • @gladiatorx.7487
      @gladiatorx.7487 10 місяців тому

      same problem, how did you solve it?

  • @louisfernandez2689
    @louisfernandez2689 4 роки тому

    Cool vid! Did you have to use PID control to run the motors at the same speed? I’m having the issue where one motor runs faster than the other even though I send the same pwm frequency in the code

    • @RiO-kq6vz
      @RiO-kq6vz 3 роки тому

      hey dude, i was hoping to ask you something. I have coded this exact thing but in the rovermain file where we define the 4 keys wasd for movement, there in the reverse movement one the value is (-0.8, 0, 0.1) for the key "s". However when i run the code and try to reverse my rover, it goes in reverse but also starts turning behind like it does not go back straight. Can u help me out?

  • @limxinwei9606
    @limxinwei9606 3 роки тому

    can I use an alternative motor driver like sabertooth2x25 v2 with the same coding?

  • @ishtiaksifat9116
    @ishtiaksifat9116 2 роки тому +1

    Two motors go backwards even if I don't give any command, all motors stop when i move analog stick downwards. How do I solve this?

    • @gladiatorx.7487
      @gladiatorx.7487 10 місяців тому

      how did you solve it? i have same problem

  • @ziyanfang970
    @ziyanfang970 4 роки тому +2

    May I ask whats the software @1:53 to draw the circuit

  • @hritikmallik8959
    @hritikmallik8959 8 місяців тому

    There is an issue while execution the data collection module. When left direction is given through controller, the one side of the motors work for a while and then stops working, initially i thought it was a threading issue with the GPIO memory but sadly implementing the threading solution couldn't solve the issue. please help me slove this issue I've tried everything from reinstalling the packages to replacing hardware.

  • @josuenavarrete8815
    @josuenavarrete8815 3 роки тому +1

    what did python program you use for the code?

    • @vandp7043
      @vandp7043 3 роки тому

      Mu it dosent come pre installed its easy to instal go preferences and recommended softwear and type in Mu and you will find it

  • @TheMdbProductions
    @TheMdbProductions 4 роки тому

    The value 100 is the value of percentage of the PWM or is the Frequency of the PWM. ? Thank you... and thank you very much for your great value tutorials

    • @TheMdbProductions
      @TheMdbProductions 4 роки тому

      i think it is the percentage of Duty Cycle in the PWM
      just confirm

  • @michael_maurus
    @michael_maurus 4 роки тому

    Wow that´s great!

  • @manavt2000
    @manavt2000 3 роки тому

    please make same video with GPIOZERO library as it is very easy to use compared to Rpi.GPIO

  • @ramanateja2193
    @ramanateja2193 3 роки тому

    Murtaza bro, what software did you use @ 1:50 to build that circuit ?? Could you please provide its link too ??

  • @tiendungtran5132
    @tiendungtran5132 4 роки тому

    Very helpful video thank you so much. Can you tell me the name of this IDE please!!!

    • @murtazasworkshop
      @murtazasworkshop  4 роки тому +2

      Mu Editor . Its available by default in the latest Raspbian

    • @tejassahane4603
      @tejassahane4603 3 роки тому +1

      @@murtazasworkshop Thank you. I was going to ask about IDE.

  • @abdullahjamour2547
    @abdullahjamour2547 2 роки тому

    the webpage for the coding file is give me this :
    "This page doesn't seem to exist.
    It looks like the link pointing here was faulty. Maybe try searching?"

  • @ibrahimorif8125
    @ibrahimorif8125 2 роки тому

    hello can you check the link for the code there seems to be an issue with the link

  • @ansjaved3484
    @ansjaved3484 3 роки тому +1

    wow, excellent tutorial. Can you give me it's code?

  • @shukhratdad9891
    @shukhratdad9891 4 роки тому

    Can you show how to solve gpio get permission, add group ...etc. ?

  • @anton4696
    @anton4696 4 роки тому

    Thank you!

  • @nournihad-8643
    @nournihad-8643 Рік тому

    Hi i have a problem
    Traceback (most recent call last):
    File "", line 6
    def init(self,EnaA,In1A,In2A,EnaB,In1B,In2B):
    ^
    SyntaxError: invalid non-printable character U+00A0
    Can any one help

  • @mamebigueciss4989
    @mamebigueciss4989 7 місяців тому

    how did you import the motor driver in fritzing

  • @devendranshankar4858
    @devendranshankar4858 3 роки тому

    how to run motor in case of using jetson nano

  • @julianbullmagic
    @julianbullmagic 3 роки тому

    what sis the name of the programming environment?

    • @vandp7043
      @vandp7043 3 роки тому

      Mu it dosent come pre installed its easy to instal go preferences and recommended softwear and type in Mu and you will find it

  • @vinodkinoni4863
    @vinodkinoni4863 4 роки тому

    good bro

  • @ascj_gsw
    @ascj_gsw 3 роки тому

    Where is the steps I don’t see it?
    Thanks

  • @markwood1660
    @markwood1660 4 роки тому

    As most tutorials seem to be written with regards GPIOZERO perhaps it would be useful to see how your RPi.GPO code in the robotics videos would differ, as using both GPIO for beginners. ( which are aiming at) is very tedious

  • @tronnmapel6166
    @tronnmapel6166 4 роки тому

    what's the software @1:55

  • @abdoulayebrahim4552
    @abdoulayebrahim4552 3 роки тому

    Hello please i can have a small talk with you