Specifications
www.dragino.com
WTS Temperature sensor 17 / 32
decode.light_alarm_status=bytes[5]&0x40?"true":"false";
}
decode.Systimestamp=(bytes[7]<<24 | bytes[8]<<16 | bytes[9]<<8 | bytes[10] );
if(poll_message_status===0)
{
if(bytes.length==11)
{
return decode;
}
}
}
2.6 Show data on Datacake
Datacake IoT platform provides a human friendly interface to show the sensor data, once we
have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in
Datacake. Below are the steps:
Step 1
: Be sure that your device is programmed and properly connected to the LoRaWAN
network.
Step 2
: Configure your application to forward data to Datacake you will need to add integration.
Go to TTN V3 Console --> Applications --> Integrations --> Add Integrations.










