🍓Python和MATLAB绘制ESP8266 Raspberry Pi代理MQTT消息数据

Python | MATLAB | Raspberry Pi | MQTT | ESP8266 | App Inventor | Android | Mosquitto代理 | 温湿度

Raspberry Pi本地代理MQTT

在Raspberry Pi 安装 Mosquitto代理并测试通讯。使用ESP8266作为MQTT消费发布和订阅客户端。在ESP8266中安装MQTT协议。ESP8266使用Arduino Sketch 读取温湿度数据发布到Raspberry Pi代理中。

App Inventor 创建App消费MQTT消息

使用App Inventor创建Android手机端 MQTT App。改写上述ESP8266 Arduino代码,添加新的MQTT主题。使用MQTT APP 读取代理中温湿度及LED灯状态消息。

MATLAB代理MQTT

安装MATLAB MQTT代理。

MATLAB绘制MQTT消息数据

使用上述ESP8266 Arduino代码发布消息,MATLAB使用MQTT代理中的消息,绘制温湿度曲线。

云端代理MQTT

Python客户端绘制MQTT消息数据

源代码

🏈page指点迷津 | Brief

Last updated