Last modified by Mengting Qiu on 2025/07/01 15:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,7 +51,7 @@ 51 51 * Support wireless OTA update firmware 52 52 * Uplink on periodically 53 53 * Downlink to change configure 54 -* 8 8500mAh Li/SOCl2 Battery (S31/S31B-LB)54 +* 8500mAh Li/SOCl2 Battery (S31/S31B-LB) 55 55 * Solar panel + 3000mAh Li-on battery (S31/S31B-LS) 56 56 57 57 == 1.3 Specification == ... ... @@ -109,8 +109,8 @@ 109 109 110 110 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LB_Waterproof_RS485UART_to_LoRaWAN_Converter/WebHome/image-20240103160425-4.png?rev=1.1||alt="image-20240103160425-4.png"]] 111 111 112 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:510px" %)113 -|=(% style="width: 167px;background-color:#4F81BD;color:white" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 22 5px;background-color:#4F81BD;color:white" %)**Action**112 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 113 +|=(% style="width: 167px;background-color:#4F81BD;color:white" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 226px;background-color:#4F81BD;color:white" %)**Action** 114 114 |(% style="width:167px" %)Pressing ACT between 1s < time < 3s|(% style="width:117px" %)Send an uplink|(% style="width:225px" %)((( 115 115 If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once. 116 116 Meanwhile, BLE module will be active and user can connect via BLE to configure device. ... ... @@ -145,7 +145,7 @@ 145 145 == 1.8 Hardware Variant == 146 146 147 147 148 -(% border="1" cellspacing=" 5" style="width:461.818px" %)148 +(% border="1" cellspacing="3" style="width:460px" %) 149 149 |=(% style="width: 102px;background-color:#4F81BD;color:white" %)Model|=(% style="width: 182px; background-color:#4F81BD;color:white" %)Photo|=(% style="width: 176px; background-color:#4F81BD;color:white" %)Probe Info 150 150 |(% style="width:102px" %)((( 151 151 S31-LB/LS ... ... @@ -260,7 +260,7 @@ 260 260 The Payload format is as below. 261 261 262 262 263 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:510px" %)263 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 264 264 |(% colspan="6" style="background-color:#4f81bd; color:white" %)**Device Status (FPORT=5)** 265 265 |(% style="width:103px" %)**Size (bytes)**|(% style="width:72px" %)**1**|**2**|(% style="width:91px" %)**1**|(% style="width:86px" %)**1**|(% style="width:44px" %)**2** 266 266 |(% style="width:103px" %)Value|(% style="width:72px" %)Sensor Model|Firmware Version|(% style="width:91px" %)Frequency Band|(% style="width:86px" %)Sub-band|(% style="width:44px" %)BAT ... ... @@ -328,7 +328,7 @@ 328 328 329 329 Sensor Data is uplink via FPORT=2 330 330 331 -(% border="1" cellspacing=" 5" style="background-color:#f2f2f2; width:500px" %)331 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:500px" %) 332 332 |=(% style="width: 60px;background-color:#4F81BD;color:white" %)((( 333 333 **Size(bytes)** 334 334 )))|=(% style="width: 40px;background-color:#4F81BD;color:white" %)2|=(% style="width: 90px;background-color:#4F81BD;color:white" %)4|=(% style="width: 150px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)**2**|=(% style="width: 80px; background-color: #4F81BD;color:white" %)2 ... ... @@ -410,7 +410,7 @@ 410 410 === 2.5.1 Ways to get datalog via LoRaWAN === 411 411 412 412 413 -Set [[PNACKMD=1>>||anchor="H2.5.4DatalogUplinkpayload28FPORT3D329"]], S31x-LB/LS will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB/LS 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.413 +Set PNACKMD=1, S31x-LB/LS will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB/LS 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. 414 414 415 415 * ((( 416 416 a) S31x-LB/LS will do an ACK check for data records sending to make sure every data arrive server. ... ... @@ -419,11 +419,6 @@ 419 419 b) S31x-LB/LS will send data in **CONFIRMED Mode** when PNACKMD=1, but S31x-LB/LS 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/LS gets a ACK, S31x-LB/LS will consider there is a network connection and resend all NONE-ACK messages. 420 420 ))) 421 421 422 -Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 423 - 424 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220703111700-2.png?width=1119&height=381&rev=1.1||alt="图片-20220703111700-2.png" height="381" width="1119"]] 425 - 426 - 427 427 === 2.5.2 Unix TimeStamp === 428 428 429 429 ... ... @@ -468,10 +468,6 @@ 468 468 ((( 469 469 Humidity 470 470 ))) 471 - 472 -((( 473 - 474 -))) 475 475 )))|(% style="width:87px" %)((( 476 476 Temperature 477 477 )))|(% style="width:178px" %)(((