美文网首页
物联网温度采集系统设计

物联网温度采集系统设计

作者: i宁静的鱼 | 来源:发表于2022-02-21 13:10 被阅读0次

    单片机使用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:属性值,温度的数值

    成品详情点击这里查看

    相关文章

      网友评论

          本文标题:物联网温度采集系统设计

          本文链接:https://www.haomeiwen.com/subject/nvxilrtx.html