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

Recent content by Suphi

  1. Suphi

    New App For Linux

    New update Added auto fly home: Added fly home (706d3d21) · Commits · Suphi / Tello fly to any location then press the X button to save your current position then fly away and tap the Y button to turn auto fly on the drone will rotate towards to the saved position and start flying towards it...
  2. Suphi

    New App For Linux

    // we first create a socket int camera_socket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); // And setup the address we will send the camera data struct sockaddr_in camera_address; memset(&camera_address, '0', sizeof(camera_address)); camera_address.sin_family = AF_INET; camera_address.sin_port =...
  3. Suphi

    New App For Linux

    I think i worked it out the 4176 command is failing the crc16 check and that was because my buffer size was not large enough i wonder what the max package size is EDIT* ok new update Added position, rotation and velocity data (0405d6f6) · Commits · Suphi / Tello tello.c now saves...
  4. Suphi

    New App For Linux

    for some reason my Tello is not sending me command 4176 so that i can ack it to start getting the 4177 command is this only for the EDU version? more info can be found here Has anyone decoded the log headers/messages from the Tello? other then that i made some small updates if you launch the...
  5. Suphi

    New Flyer questions (kinda crosspost)

    You could use my tello.c and tello.h on your raspberry pi to access the low level protocol gitlab.com/Suphi/Tello
  6. Suphi

    Max speed in Tello SDK?

    if your any good with C then you could exstend my project gitlab.com/Suphi/Tello you will need the tello.c and tello.h and include them into your project then you can call functions #include "tello.h" struct tello tello; tello_connect(&tello, 6038); // Connect to tello...
  7. Suphi

    New App For Linux

    Good day i have created a application for Linux using GTK + FFPLAY in order to fly my tello drone using my Laptop + XBOX 360 controller + High-Gain WiFi dongle (36 dBm) i have had around 50+ flights with this program and have not once had any problems You can find the project here written in...

New Posts