dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.34k stars 642 forks source link

Can I use existing WiFi network as opposed to Tello's own WiFi? #91

Open rogeriobonatti opened 1 year ago

rogeriobonatti commented 1 year ago

Hi, I would like to have Tello connect to an existing WiFi network in my building as opposed to connecting to the network that the drone generates. Is that possible to set up? I'm flying over long distances indoors, and the signal strength falls quickly, even if I use one extender.

dji-dev commented 1 year ago

Agent comment from Hummels Lei in Zendesk ticket #75410:

Please tell me whether your aircraft model is tello or tello edu. Tello can not connect to WiFi but tello edu can.

°°°

rogeriobonatti commented 1 year ago

Thank you for the clarification. My drone is the normal Tello. Since Tello edu can connect to an external wifi then I will buy one.

dji-dev commented 1 year ago

Agent comment from Hummels Lei in Zendesk ticket #75410:

Yes. Tello edu can connect to an external wifi. But you must do some program to control the aircraft. The official APP does not support control through external wifi.

°°°

rogeriobonatti commented 1 year ago

Hi @dji-dev my Tello EDU arrived. Can you please send me instructions on how to exactly connect the Tello EDU to an external Wifi? So far it looks just like the regular Tello, where I can only connect to the Wifi generated by the drone. I want to control the drone from the Python API from an existing Wifi network.

dji-dev commented 1 year ago

Agent comment from Hummels Lei in Zendesk ticket #75410:

Please refer to https://robomaster-dev.readthedocs.io/en/latest/python_sdk/connection.html. After tello edu is upgraded to the latest firmware, you can use the robomaster SDK for development.

°°°