温度、湿度监控-1
1、树莓派做控制器,DHT11作为传感器
2、树莓派读取数据后,通过调用curl定时发送数据到乐联网
sprintf(mcmd,"curl --request POST http://www.lewei50.com/api/V1/Gateway/UpdateSensors/02 --data \"[{'Name':'wen','Value':'%d'},{'Name':'shi','Value':'%d'}]\" --header \"userkey:0db3c490ac624e92b7334e84daa6693f\"",tempc,(databuf>>24)&0xff);
3、在手机上下载乐联APP可以实时监测数据或显示历史数据
发表评论