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

Recent content by sh3p

  1. S

    Access downward facing sensors with the normal tello drone

    I was using the Tello-EDU. I would have thought it would also work with the regular tello. Maybe make sure you are on the latest firmware?
  2. S

    Accessing downward camera concurrently to forward camera?

    Hi, I am going to be attempting to do SLAM with the tello drone soon enough. The plan is to use the accelerometer data with the cameras to achieve this. I am aware you can switch the camera that is being streamed by sending the "downvision {num}" command however I was wondering if it is possible...
  3. S

    Access downward facing sensors with the normal tello drone

    So I noticed in the djitellopy library there is this function which changes the direction of the camera. It seems you send the command "downvision {num}" to change which camera is being streamed where 0 is forward and 1 is down. I am wondering if it is possible to stream both at once though on...
  4. S

    Additional Sensors for Tello Drone

    Very cool! Interested to hear about how it is going as I am doing something very similar for my Master's thesis now! Was planning on testing the ORB_SLAM package with it in a few weeks. Have you tried this?
  5. S

    [SOLVED} Can't get video over UDP (on Linux Mint 21.3)?

    I am trying to get video from my Tello EDU drone. It works in the app on my phone however I cannot seem to get it working on my laptop. The UDP packets seem to be arriving since I can see UDP packets arriving on port 11111 in wireshark/netcat. But when I try using the following python script...