Это видео недоступно.
Сожалеем об этом.

How to use an Xbox Controller with your Robot

Поделиться
HTML-код
  • Опубликовано: 19 мар 2022
  • Do you want to know how to remotely control your robot using an Xbox Controller? Then this is the video for you.
    💁‍♂️ For more information on SMARS Robots, tutorials and more visit: www.smarsfan.com​
    🎖To join the membership at 🥉bronze, 🥈silver or 🥇gold levels, head over to
    www.smarsfan.c...
    Join me on Discord - action.smarsfa...
    Join the list - action.smarsfa...
    ☕️ Enjoy this video? Buy me a coffee! www.buymeacoff...
    📸 Follow me on Instagram - @kevinmcaleer / kevinmcaleer
    🐦 Follow me on Twitter - @kevsmac / kevsmac
    🙂📘 Join the Facebook group - Small Robots / smallrobots
    👩‍💻 Xbox Controller Python Code on GitHub: www.github.com...
    🎵 Music by Epidemic Sounds www.epidemicso...
    #Xbox​ #Python​ #Robotics

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

  • @TintiKili69
    @TintiKili69 22 дня назад

    This is great I gotta build a submarine with this and then go down to the titanic! What could go wrong?

  • @engr.inigo.silva2000
    @engr.inigo.silva2000 Год назад +1

    Thank you so much, this video has been a tremendous help.

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

    Thanks Kevin, this code will be useful for my next music project. You really explain things very well. I hope to do a robot project this year for halloween special effects using this code as well.

  • @alexdev404
    @alexdev404 2 месяца назад

    Hi umm excuse me but where are we actually using the joysticks array other than the initialization?
    Since the robot isn't a multiplayer application can't we just do *pygame.joystick.Joystick(0).init()* instead since we're just using a single controller?

  • @Victorwong27
    @Victorwong27 Год назад +1

    greatt video, helps a lot

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

    I’ve always had a lot of trouble when using HC-05 Bluetooth with Arduino when it comes to setting master and slave. It looks like Rasberry Pi could solve a lot of unnecessary problems like these.

    • @daudhtm5203
      @daudhtm5203 2 года назад +1

      yea same the hc 05 is so annoying

  • @thomazzzzi
    @thomazzzzi 2 года назад +2

    Hi Kevin. Can you also get analog values from the joystick instead of binary?
    Thanks

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

      i am very late but yes! simply keep a float = event.value and then out put it as a string.
      I did it like:
      v = event.value
      v = str(v)
      print(v)

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

    Nice, but I always have to connect/pair after reboot. Do you have a script that allows to just connect when the controller is started?

  • @fouzanjaved5441
    @fouzanjaved5441 2 года назад +1

    Sir, can you make a video on youtube on how to make an Arduino Xbox-controlled 4-dof robotic arm car using the wireless USB gaming receiver adapter for the Microsoft Xbox 360 controller, and can you give me the circuit diagram and the code for the Arduino Xbox-controlled 6-dof robotic arm car using the wireless USB gaming receiver adapter for the Microsoft Xbox 360 controller?

    • @daudhtm5203
      @daudhtm5203 2 года назад +2

      bruh y would he do everything for you.

    • @alexdev404
      @alexdev404 2 месяца назад

      Beginners always asking for too much and never wanting to actually learn anything.

    • @alexdev404
      @alexdev404 2 месяца назад

      Nobody gonna spoon-feed you.

  • @teltowfamily2223
    @teltowfamily2223 Год назад +1

    can you use a xbox series s controller for this?

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

    How use the Xbox controller with Arduino?

  • @DorfyBoi
    @DorfyBoi 4 месяца назад

    can we please stop using bluetooth directly on the robot?? I so badly wanna control a machine over ethernet on a network. cant find any good tutorials on this

    • @kevinmcaleer28
      @kevinmcaleer28  4 месяца назад

      Well this video wasn’t about using Ethernet to control a robot - what kind of tutorial are you looking for; what information are you missing?