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

Recent content by microlinux

  1. microlinux

    Python interface

    DId you set host to the local IP?
  2. microlinux

    Python interface

    The port the Tello responds to is arbitrary - whatever is set in the UDP headers. In the case of Python, socket.bind will set this. You can bind to any port you have have permissions for.
  3. microlinux

    Python interface

    I'm not exactly sure what you are asking, but it will reply from UDP 8889 to whichever IP/port you initiated 'command' mode from. If that's not what you are asking, could you provide some context?
  4. microlinux

    Tello Price Increase?

    The law of supply and demand.
  5. microlinux

    Firmware update

    It's plausible, BT operates on 2.4Ghz.
  6. microlinux

    Gamevice Controller

    If you mean in the context of vs a BT controller, possibly. BT operates on 2.4Ghz. Otherwise vs just using the virtual sticks there would be no difference. The controller itself has nothing to do with video.
  7. microlinux

    Firmware update

    Only IOS at the moment. There is a controller in the works that will interop with Android, the Gamesir T1D.
  8. microlinux

    Tello switched from fast mode halfway through a flight!

    I had something vaguely similar happen the other day, I was hovering when the Tello suddenly took off towards a wall and wouldn't respond to controls.
  9. microlinux

    Tello. Whats possible?

    Excellent!
  10. microlinux

    Tello. Whats possible?

    The port that the request was generated from is in the header of the packet that was sent from the ground station. The Tello reads that. User Datagram Protocol - Wikipedia
  11. microlinux

    Tello. Whats possible?

    That's the DHCP server.
  12. microlinux

    Tello. Whats possible?

    Correct, this is the general nature of client-server communications. The source port is in the packet headers.
  13. microlinux

    Tello. Whats possible?

    Ok, cool. The local port is arbitrary. The Tello itself always listens on 8889. If the Go code only works after running the Python code, my guess is that something is not working when putting it into command mode with Go.
  14. microlinux

    Tello. Whats possible?

    Responses from what, the API?
  15. microlinux

    Tello + FPV camera.

    Cool, I just ordered one. Turns out this drone is a money pit just like any other . . . but at least it scales with the size! Do you notice any difference in stability?

New Posts