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

Recent content by Droner

  1. Droner

    Getting a single frame in TelloPy

    Hi there, I'm using the TelloPy library in order to control my tello. I want to have an option to get a current, one single frame from the video feed. I do not want to take a picture because it takes significantly more time to perform. The problem is, that the 'av' library that the framework...
  2. Droner

    TELLO DOES NOT MOVE

    Hi everyone, I would really appreciate help in this manner. I'm using the official DJI SDK, and for some reasons, my Tello just does not do what I tell it to do. For example, I'm trying to tell it to take off, move for a meter, and then land. But it just takes off and lands, without moving...
  3. Droner

    STILLS IMAGES

    Hi there, I'm working on a project that uses multiple Tellos (connected to multiple NICs). I want to use the Tellos' own camera to detect its position in space. Does anyone know a library that can do that? All I've found so far were libraries that get the video from the drone (which is in...
  4. Droner

    DJITelloPy: A new python wrapper for Tello

    Hi, Great job! Can your library support shooting stills images and receiving them? Thanks!
  5. Droner

    Entering Sport Mode on API

    Hi, from what I know, the zero to 100 range is cm\s, thus it can only reach 1m/s that way, am I right? [That's the way it is in RYZE's own sdk manual: https://dl-cdn.ryzerobotics.com/downloads/tello/20180910/Tello%20SDK%20Documentation%20EN_1.3.pdf, And I guess it's the same scale TelloPy...
  6. Droner

    Meaning of TOF distance

    Hi there, I'm pretty sure the TOF sensor you're talking about is the one located underneath the Tello, so it probably measures the distance to the floor, NOT the distance to a nearby wall :( Hopes it helps
  7. Droner

    Entering Sport Mode on API

    Thanks a lot! Would you please let me know what's the max speed you have reached, and if it can be controlled? Thanks again!
  8. Droner

    Entering Sport Mode on API

    Hi everyone, Does anyone know how to increase the speed of the Tello to more than 1m/s the usual API gives? (I'm using TelloPy, but anything else that would help in this problem is welcomed) Thanks! Avichay
  9. Droner

    TelloPy Movement

    Hi everyone, I'm trying to control my new Tello drone using python and TelloPy. Unfortunately, I'm only able to take-off and land, but not to move or rotate. This is part of my code: drone.connect() drone.wait_for_connection(60.0) drone.takeoff() sleep(5)...
  10. Droner

    Controling multiple Tello drones from single code (and machine)

    Hi everyone, I was wondering if it is possible to control multiple tellos from one single (preferably python) program. I do know that each tello is connected by its own, specific, WIFI network, thus I guess it would require multiple wifi NICs. Has anyone accomplished to do such a thing...

New Posts