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

Recent content by rjlouro

  1. R

    Tello. Whats possible?

    Mine are a bit different: Frame 25: 1502 bytes on wire (12016 bits), 1502 bytes captured (12016 bits) Ethernet II, Src: SzDjiTec_aa:53:e6 (60:60:1f:aa:53:e6), Dst: AsustekC_b9:6b:18 (14:dd:a9:b9:6b:18) Internet Protocol Version 4, Src: 192.168.10.1, Dst: 192.168.10.3 User Datagram Protocol, Src...
  2. R

    Tello. Whats possible?

    That's correct, although I did not try to send commands to tello but I believe they will be UDP packets with an yet unknown format. I'm still puzzled by the video, we not have everything to get the stream but we are unable to decode it. Either the first packets are headers, or it's a...
  3. R

    Tello. Whats possible?

    Cool! So it seems it's not a video stream that the phone is accessing, but video stream sent from Tello to the device. It also seems all we need is to send a simple UDP packet to Tello to start receiving the stream. I did got UDP packets for the video, but they are too large to upload here...
  4. R

    Tello. Whats possible?

    Sure, here's the UDP stream for the communication between Tello and Phone. Unfortunately the entire pcap is too large to upload to the forum, but I believe this is enough for now.
  5. R

    Hi from Portugal

    Spanish, but close enough =)
  6. R

    Hi from Portugal

    Just saying Hi from Portugal. After seeing an active community of people trying to hack Tello I knew this was a project for me, so I just bought one last night. Haven't really played with it except for trying to get some packet captures and initial take off and landing. Hopefully we will manage...
  7. R

    Tello. Whats possible?

    With the help of a friend with a rooted phone we were able to extract the tcpdump of a connection to tello. It connects to port 8889 of Tello, sends several UDP packets (some interesting replies on them, like build version, etc), and then we see the video UDP packets being sent to port 6038 of...