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

Recent content by RayMan

  1. R

    Tello keyboard control program not working - python

    OK. The point here is that you need to capture key releases, not just key presses. When you send an rc command to the drone, it will continue to execute that command until you send another command. When the key is released, for example, your code could send a command for the drone to hover in...
  2. R

    Tello keyboard control program not working - python

    I don't understand the purpose of the 'while' loop, and where does it end? In any event, your code checks for each of the specified keypresses, and doesn't handle key releases at all. You need a keyboard listener that will continuously monitor keyboard events. Sometime ago, I used keyboard...
  3. R

    Hello from Michigan

    Hello all. I've been a Tello EDU owner for several months now. Pretty much my only interest is Tello programming, rather than using the Tello app. So far so good. I look forward to learning and sharing with all of you.

New Posts