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

Recent content by Anoop4

  1. Anoop4

    How to cancel a fly command?

    It seems like low-level programming and the SDK level is independent. The SDK and low-level mode do not work together smoothly. I am currently relying on the OK signal and preventing any subsequent move commands as you suggested. However, the difficulty comes when working with the go xyz speed...
  2. Anoop4

    How to cancel a fly command?

    Hi, Since Tello does not send an Acknowledgment after completing a move command, is there a way I can force the drone to cancel the current command and execute a subsequent command? Right now, it just ignores any new command it receives before completion of the previous command
  3. Anoop4

    When is acknowledgement sent by Tello for fly commands in SDK?

    For commands like takeoff and land, the SDK seems to send 'OK' after it has finished takeoff. However, for flyright, flyup, flyforward... commands, the 'OK' acknowledgment seems to be sent back from the drone when the command is received and not when the fly command is completed. Is there a...
  4. Anoop4

    How to access Tello's vertical camera?

    Hi, Is there a way to programmatically access the Tello's vertical camera? I am referring to the python module here: dji-sdk/Tello-Python
  5. Anoop4

    Move Tello to [x, y, z] coordinate position

    Hi, Is there a command that can make the drone move to an absolute/relative coordinate position. I am using the python interface here: dji-sdk/Tello-Python to control the drone over python. I see there are basic move commands to move the drone in one direction at a time. Does anyone know of a...
  6. Anoop4

    Command IDs for dji tello

    Hi, Can someone point me to a document that lists the IDs for various commands that can be sent to the drone? Thanks in advance!