无法通过代码以编程方式连接到 Tello 无人机

Unable to programmatically connect to Tello drone via code

我尝试了各种 Tello SDK/wrapper 库来以编程方式控制 Tello 无人机,但没有成功。目前我专注于使用更简单的 C# 包装器:

我收到一个非常直接的错误,但它似乎无效:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

我可以通过 Tello 应用程序确认无人机工作正常(iOS)。

这里有一些技术细节...

我正在以编程方式连接到 IP 地址:192.168.10.1,端口:8889。

任何有这些经验的人libraries/scripts有什么想法吗?

我的问题现在已经解决了。

不感谢手册,在通过SDK访问无人机时设置网络不是很清楚。

下面是解决方案...

Before running the program from your computer, do the following:

  1. Turn on the Tello drone and wait for it to be initialized.
  2. Connect your computer (PC/Mac) to the Tello drone WIFI (the SSID should have "Tello" in it).
  3. Run your program and try sending commands (it should work!).

我的问题现已解决。我更新了原来的 post 以包含我如何解决它的详细信息。