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

Recent content by alerus

  1. A

    Python socket dying after takeoff command?

    Thanks Dan! I think I'm actually on to the issue after more prodding. It looks like the take-off command will eventually send an "ok" response, and it only responds to new commands if they are sent *after* it replies with ok. The problem is the ok response (presumably when it thinks it's "done"...
  2. A

    Python socket dying after takeoff command?

    Hi, I'm experiencing an odd issue when connecting to the Tello over UDP sockets in Python in which the Tello stops responding to my commands. First here's what does work: - I can successfully send a "command" message to start the SDK (and in fact receive an "ok" message) in response. - I can...