-1

我一直在尝试使用 MIT App Inventor 构建一个 android IOT 应用程序。它应该从我的 NodeMCU 设备中读取电压值并显示它。我认为这些值应该传输到 ThingSpeak 数据库通道,我做得很好。但是在所有关于 Arduino 和智能手机之间的蓝牙通信的文章中,我找不到一个关于如何在我的 Android 应用程序上读回 ThingSpeak 中的值的教程,我想知道如何通过互联网连接来做到这一点。我需要一个关于如何将传感器数据发送到 ThingSpeak 并将其显示在我的 android 应用程序上的简单示例。

4

1 回答 1

0

http://www.instructables.com/id/IoT-Made-Easy-With-UNO-ESP-01-ThingSpeak-and-MIT-A/

这是迄今为止我发现的围绕thingspeak数据和arduino wifi构建应用程序的最佳教程

于 2018-04-02T05:44:41.163 回答