单片机使用Puzhong51实验板,传感器使用DS18B20,实验程序使用C语言编写,开发工具Keil uVision4,烧录工具stc-isp-v6.88L。温度测量范围为-55℃到+125℃
wendu_0.png监控端使用C#编写Winform程序,运行环境Windows 7或者Windows Server 2008以上,并且需要.NET Framework 4.5,开发工具Visual Studio 2015。
wendu_1.png采集的温度数据发送到物联网核心套件,可以定制发送目的地。数据格式json示例如下
{"reqId":"32a4d70caecccc17fcd4cfc432dee25f","method":"thing.event.post","lastupdate":1642649185,"properties":{"name":"wendu","value":25.1}}
字段说明
reqId:随机生成
lastupdate:时间戳
name:属性名,固定为wendu
value:属性值,温度的数值
网友评论