如何在 Android Things Console 上注册和识别单个设备或我们如何让设备进入频道

How to register and identify single device on Android Things Console or How do we get a device onto a channel

我是物联网新手。我正在浏览 Android Things Console 文档,它的写法是:

You must flash the device with an image from the Android Things Console in order for the device to receive updates.

在这里,我无法理解设备如何在 Android Things 控制台上获得 registered/enrolled 以及我们如何识别单个设备。如何让设备进入频道。

当您在控制台中创建图像时,系统图像会链接到您创建的产品。此隐藏标识符用于未来的 OTA 更新。

它不允许您识别单个设备。如果需要,您可能需要使用自己的解决方案,其中可能涉及许多 IoT 解决方案,例如 Google Cloud IoT Core。

要让设备进入频道,您可以查看 UpdateManager