The Wi-Fi module is programmed to send the acquired sensor data to the Internet of Things platform such as ThingSpeak, and the time series of greenhouse data can be visualized on the platform. Users can observe the real-time data of various sensors in the greenhouse on the platform to achieve the purpose of data monitoring. After obtaining the data, the user can carry out remote control, and then send control commands to the Wi-Fi module through the Internet of Things platform to control the driving devices in the greenhouse (such as humidification, ventilation, watering flowers, etc).
本系统以ESP8266 NodeMCU Wi-Fi模组为基础,利用传感器技术,物联网技术和远程通信技术来进行设计。使用者可以掌握实时监控的数据,以数据反馈及判断的方式改善小型温室环境。其主要的工作流程有:传感器感应,数据采集,信号传输,物联网平台显示,用户反馈,远程控制执行。通过编程实现Wi-Fi模组将获取的传感器数据发送至物联网平台如ThingSpeak, 在平台进行温室数据的时间序列可视化,用户可在平台上观察温室内各传感器的实时数据,达到数据监测的目的。用户在获取数据后进行远程控制,再次通过物联网平台向Wi-Fi模组发送控制命令,进而控制温室内驱动装置(如加湿,通风,浇花等)。本项目还使用Node.js等web设计框架搭建智能温室平台以实现端云互通,方便用户部署。使用TFT彩色显示屏在终端侧显示温室内传感器数据,通过接收物联网平台发送的控制命令,显示屏将自动切换控制装置的运行状态。