DHT11

DHT11的实时数据

创作者:czh1 | 更新日期:2019-03-23
pin = 1 tmr.alarm(0,500, 1, function() status, temp, humi, temp_dec, humi_dec = dht.read11(pin) if temp~=-999 and humi~=-999 then print('tem '..temp) print('hum '..humi) end end)

手机扫描访问

DHT11历史数据

DHT11传输数据