成都嵌入式论坛
Would you like to react to this message? Create an account in a few clicks or log in to continue.

利用“乐联网”远程温度和湿度监测

向下

利用“乐联网”远程温度和湿度监测 Empty 利用“乐联网”远程温度和湿度监测

帖子  Admin 周六 七月 13, 2013 10:08 pm

利用“乐联网”http://www.lewei50.com/

http://www.lewei50.com/home/gatewaystatus/368


1.arduino程序

//pass OK,20130709,22:14
#include <dht11.h>
dht11 DHT11;
#define DHT11PIN 3

void setup()
{
 Serial.begin(115200);
}

void loop()
{
 
   //发送一次保60秒不掉线:
   Serial.println("{\"method\": \"update\", \"gatewayNo\": \"01\", \"userkey\": \"4e35b43b52484a5f912ab91bc18f***x\"}&^!");
   delay(1000);
   int chk = DHT11.read(DHT11PIN);
   //在tcp长连接内发送数据:
   Serial.print("{\"method\": \"upload\", \"data\":[{\"Name\":\"HM\",\"Value\":\"");
   Serial.print((float)DHT11.humidity, 2);
   Serial.print("\"},{\"Name\":\"TEMP\",\"Value\":\"");
   Serial.print((float)DHT11.temperature, 2);
   Serial.println("\"}]}&^!");
   
}

2.WIFI模块设置

填写“你的WIFI路由器”的网络名称(SSD)和密钥(密码)
利用“乐联网”远程温度和湿度监测 Wifiec10

3.查看WIFI模块
通过管理“你的WIFI路由器”
利用“乐联网”远程温度和湿度监测 Ayycow10

4.ping通WIFI模块
检查你的WIFI模块作为无线网卡是否正常工作
利用“乐联网”远程温度和湿度监测 Pinges10


由Admin于周六 七月 13, 2013 10:57 pm进行了最后一次编辑,总共编辑了1次

Admin
Admin

帖子数 : 177
注册日期 : 10-03-21

http://cdmcu.fengbb.com

返回页首 向下

利用“乐联网”远程温度和湿度监测 Empty 回复: 利用“乐联网”远程温度和湿度监测

帖子  Admin 周六 七月 13, 2013 10:35 pm

5.乐联网网关设置
利用“乐联网”远程温度和湿度监测 Aeccae11

公网API地址:http://tcp.lewei50.com:9960/?method=send&gatewayNo=01
公网IP :tcp.lewei50.com
利用“乐联网”远程温度和湿度监测 Aeccae12

利用“乐联网”远程温度和湿度监测 Aeccae13

利用“乐联网”远程温度和湿度监测 Aeccae14

利用“乐联网”远程温度和湿度监测 Aeccae15

利用“乐联网”远程温度和湿度监测 Aeccae16

利用“乐联网”远程温度和湿度监测 Aeccae17


由Admin于周六 七月 13, 2013 11:00 pm进行了最后一次编辑,总共编辑了1次

Admin
Admin

帖子数 : 177
注册日期 : 10-03-21

http://cdmcu.fengbb.com

返回页首 向下

利用“乐联网”远程温度和湿度监测 Empty 回复: 利用“乐联网”远程温度和湿度监测

帖子  Admin 周六 七月 13, 2013 10:40 pm

6.乐联网上传温度湿度数据显示

利用“乐联网”远程温度和湿度监测 Aecasa14

利用“乐联网”远程温度和湿度监测 Aecasa11

利用“乐联网”远程温度和湿度监测 Aecasa12


http://www.lewei50.com/home/gatewaystatus/368

利用“乐联网”远程温度和湿度监测 Aecasa16

Admin
Admin

帖子数 : 177
注册日期 : 10-03-21

http://cdmcu.fengbb.com

返回页首 向下

返回页首


 
您在这个论坛的权限:
不能在这个论坛回复主题