Last modified by Mengting Qiu on 2025/04/07 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -303,7 +303,7 @@ 303 303 304 304 Sensor Data is uplink via FPORT=2 305 305 306 -(% border="1" cellspacing="5" style="background-color:#f2f2f2;width:510px" %) 306 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %) 307 307 |=(% style="width: 99px;background-color:#D9E2F3" %)((( 308 308 **Size(bytes)** 309 309 )))|=(% style="width: 69px;background-color:#D9E2F3" %)2|=(% style="width: 130px;background-color:#D9E2F3" %)4|=(% style="width: 91px;background-color:#D9E2F3" %)1|=(% style="width: 103px;background-color:#D9E2F3" %)**2**|=(% style="width: 80px;background-color:#D9E2F3" %)2 ... ... @@ -362,6 +362,7 @@ 362 362 363 363 == 2.4 Payload Decoder file == 364 364 365 + 365 365 In TTN, use can add a custom payload so it shows friendly reading 366 366 367 367 In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**(%%) to add the decoder from: ... ... @@ -378,7 +378,7 @@ 378 378 === 2.5.1 Ways to get datalog via LoRaWAN === 379 379 380 380 381 -Set [[PNACKMD=1>> url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], S31x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.382 +Set [[PNACKMD=1>>||anchor="H2.5.4DatalogUplinkpayloadA028FPORT3D329"]], S31x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery. 382 382 383 383 * a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server. 384 384 * b) S31x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but S31x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if S31x-LB gets a ACK, S31x-LB will consider there is a network connection and resend all NONE-ACK messages.