Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我正在将 Kaaserver 用于我们的 IoT 项目,现在我遇到了一个问题,我想问你如何使用 arduino 将数据发送到 Kaaserver 我读到了一些可以将 kaa 配置为网关的地方,我想知道如何?
您可以使用其他板作为 Arduino 的网关,因此您需要一些 Kaa 支持的设备(ESP8266、BeagleBone、Raspberry PI 等)。
您可以为您的设备生成 Kaa SDK 并编写一个应用程序,该应用程序将通过串行端口从 Arduino 收集数据并使用 SDK 将其发送到 Kaa 服务器。