Connecting to Ryze Tello Drone using Python

Sdílet
Vložit
  • čas přidán 24. 01. 2023
  • This video shows how to connect a Ryze Tello drone to your computer using Python. It shows how to download Python 3.11, pycharm community edition and djitellopy library. At the end, it shows how to make the drone fly and do some really cool movements, including a backflip
    Python 3.11
    www.python.org/downloads/rele...
    pycharm
    www.jetbrains.com/pycharm/
    #Drone #DJI #high school #introductioncourse

Komentáře • 7

  • @alexfernandesportrai
    @alexfernandesportrai Před 10 měsíci +1

    Thanks a lot. I got a tello drone specifically for Python programming and was not sure where to start. The three videos are very detailed.

  • @JakesScienceShop
    @JakesScienceShop Před 6 měsíci +1

    Great tutorial "maverick" haha! Love it!

  • @jesseemspak4247
    @jesseemspak4247 Před 8 měsíci

    Question: if you have multiple drones in a room, how do you code so that it connects to a specific drone? I can change the WiFi network names of the drones (calling them stuff like Armstrong, Collins, Wright) and using Droneblocks or similar we just use the WiFi settings on the laptop to choose which drone we are connecting to. In this python setup is it the same thing? (Or would people need to choose a different name from "maverick" for each drone?) Sorry if this is a newbie question, I have zero experience with python code and I am trying to get started with this as it might be a good alternative to Droneblocks for students.

  • @SP-db6sh
    @SP-db6sh Před rokem

    God bless you, Provide you all peace & prosperity ! Thank you very much. 💖🙏🙏🙏🙏🇮🇳
    This same library can be used for controlling other DJI drones too with python code ?
    If not, then what's that library?
    Is there any general Drone control Python library ?
    How to connect any Drone in the remotely (like need to control a Drone programmatically in a disaster spot in rescue work, how to do it securely) ?

    • @robsc7493
      @robsc7493 Před 4 měsíci

      The drone works on wifi so if you wanted to you would be the drone to be near a AP and then your server connected to the same network then from anywhere in the world login to your server and issue commands. should work?