Tello-Python icon indicating copy to clipboard operation
Tello-Python copied to clipboard

Feature Request: Video Stream with Separate AP

Open alecGraves opened this issue 6 years ago • 3 comments

The limitation is mentioned in the FAQ:

Q8:Can Tello EDU transmit video streams externally in station mode (send ap 'ssid' 'password' command for Tello EDU)?

A8:This feature is currently not supported.

Can this feature be added to the Firmware / SDK? It would make the EDU edition much more useful for may lab.

Currently, this limitation removes all benefits of having the EDU edition because I need live video from all drones in the swarm.

alecGraves avatar May 18 '19 01:05 alecGraves

I agree. I thought this would be possible. That is the reason why we bought three of them.

BRNKR avatar Jun 07 '19 06:06 BRNKR

Came here to make this issue +1

spacemandev-git avatar Jan 16 '20 03:01 spacemandev-git

As a kind of work around, you can use multiple usb wi-fi adapters and some linux networking to recieve multiple video streams and control multiple Tellos from a single computer. And it works with both EDU and regular edition!

See my fork for implementation: Check out the Diff

And the interface string is just the shortened name of the wifi device (e.g. when you type ip a or ifconfig in the linux terminal). Usually it is things like 'wlan0', but my dongle had the weird one you see in the diff.

alecGraves avatar Jan 17 '20 15:01 alecGraves