Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by firesdstny

  1. F

    Tello and Python

    Thanks for the reply! I am in Illinois, USA and I have downloaded Packet Sender. One of the videos I watched recommended it, but looking for more info on what to do (I feel like I need the dinosaur version...step by step by step...) I came up empty. I will do a little digging, but if I run...
  2. F

    Tello and Python

    Here's the pre-programmed script I was trying to run: from djitellopy import Tello tello = Tello() tello.connect() tello.takeoff() tello.move_forward(100) tello.move_forward(200) tello.rotate_counterclockwise(90) tello.move_forward(100) tello.rotate_clockwise(90) tello.land() Very simple just...
  3. F

    Hello from America

    Thanks all!
  4. F

    Tello and Python

    I am very new to this, and the Tello is the first drone I've had. I'm trying how to get them to fly using python - both a pre-programmed series of commands and a "live action" flight controlled by the keyboard of my laptop. I am using djitellopy and I can connect to the drone and get it to...
  5. F

    Hello from America

    Hi all! I live in the USA and I am a drone newbie! I will be teaching a Computer Science class this year at a local high school and we are getting Tellos! ... now I have to figure out how to use them!