使用ESP32上传到Google Colab上载数据

发布于 01-20 09:45 字数 77 浏览 5 评论 0原文

是否可以直接从esp32上传数据到google colab,实现实时异常检测?我不想浏览谷歌表格,因为它会由于连接问题而增加我的系统的延迟。

Is it possible to upload data directly from esp32 to google colab to achieve real-time anomaly detection? I don't want to go through google sheets because it will add delay to my system due to connection problems.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤檠 2025-01-27 09:45:42

mqtt 是一种协议,适合从设备和云传达数据。 ESP32有许多支持它的库。
由于MQTT使用消息代理,因此允许多个客户端获取相同的数据。一个客户可以是您在Google Colab中交互运行的模型。另一个客户可能是将数据存储到数据库中以进行档案的数据摄入。

MQTT is a protocol suitable for communicating data from device and to the cloud. There are many libraries for the ESP32 that supports it.
Since MQTT uses a message broker, it allows multiple clients to get the same data. One client can be your model running interactively in Google Colab. Another client could be a data ingestion that stores the data into a database for archival.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文