文件名称:nodemcu上传温度到mysql数据库
文件大小:1KB
文件格式:RAR
更新时间:2021-10-19 05:03:10
esp8266 nodemcu mysql ds18b20
连接mysql服务器: conn:connect(8080,"10.4.212.189") 发送采集的温度数据给Mysql服务器: conn:send("GET /xintiao.php?name=" .. name.."&shidu;="..tempreturex .."&wendu;="..tempreture.." HTTP/1.1\r\nHost: 10.4.212.189\r\n" .. "Connection: keep-alive\r\nAccept: */*\r\n\r\n") print("shidu=" .. tempreturex .." wendu="..tempreture.."-----------------------------------------")
【文件预览】:
db18b20.lua
init.lua