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

Recent content by javapilot

  1. J

    How to grab state data, flight logs, and video with java only

    I have video and the 10hz state dAta working now. Still working on the flight logs if anyone has that.
  2. J

    How to grab state data, flight logs, and video with java only

    Hi people. A lot of great work on this forum. I bought one of these over the holiday and made the port 8889 cmd and read stuff work on java with the following code: send code in one thread below sentenceOut = "command"; comm=false; byte [] dataOut = sentenceOut.getBytes(); DatagramPacket...