温度Ds18b20在TTN上无法正确显示

时间:2019-09-14 16:52:30

标签: arduino iot esp32 lora lorawan

我的主板ttgo esp32 oled lora v2.0

我需要一个使用传感器DS18b20将数据温度传输到TTN的示例

我有以下代码=> https://github.com/Mangulomx/ds18b20_ttgo-esp32_lora/blob/master/lora_ds18b20.ino

在我的TTN中,我收到了下面的图像作为有效载荷。

enter image description here 我的有效载荷是

function Decoder(bytes, port) {
var text = String.fromCharCode.apply(null, bytes);
return {
message: text
}
}

如何正确显示温度?

0 个答案:

没有答案