Android 外部微型 USB Wifi 天线

Android external micro USB Wifi Antenna

首先,我想了解是否可以将 this 等外部微型 USB WiFi 天线插入 android phone 并通过应用程序驱动它与另一个进行通信android 插入相同天线的设备。

我能够根据指定 here 使用 android 的 USB 主机 API 检测我的应用程序中插入的外部天线,并与其建立 USB 连接。

在此页面中,还有一个示例解释了如何向外部 USB 设备发送命令,通过“1”"turn left"、“2”[​​=32=].[=15 等连接发送数据=]

我如何知道必须发送哪些命令(methods/interface/api 或数据字节流)才能使用设备功能?

我明白我可能说了很多蠢话!!!但请耐心等待!

我也读过 this 但我不知道这是否正确!

我在 youtube 上看到一架由 android phone 驱动的无人机,通过 Andropilot 应用程序插入了相同的天线!观看视频 here

有一些指南或教程可以为我指出正确的方法吗?

对于 drone radio you probably saw, you would use the Android Open Accessory protocol to talk to devices over USB. You can prototype and experiment using boards like the Android ADK or the IOIO. Here's a page comparing those boards that has more information: http://forum.xda-developers.com/showthread.php?t=1371750

这样的东西

这里有一个简单的教程,展示了如何使用 ADK 通过 USB 控制 LED:http://www.instructables.com/id/Arduino-ADK-LED-Lighting/