<
From version < 7.4 >
edited by Xiaoling
on 2022/05/11 09:32
To version < 4.1 >
edited by Xiaoling
on 2022/05/10 17:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,19 +23,18 @@
23 23  
24 24  = 3. Support End Node and firmware version =
25 25  
26 -
27 -(% border="1" style="background-color:#ffffcc; color:green; width:995.222px" %)
28 -|=(% colspan="3" style="width: 992px;" %) Dragino STM32 base hardware Firmware / LoRaWAN stack list
29 -|(% style="width:187px" %)**Model**|(% style="width:349px" %)**Description**|(% style="width:453px" %)**Firmware Version <~-~-> Stack Version**
30 -|(% style="width:187px" %)[[LSN50-v1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/128-lsn50.html]], [[LSN50-V2>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/155-lsn50-v2.html]],|(% style="width:349px" %)Open Source Generic LoRaWAN Sensor Node|(% style="width:453px" %)LSN50 v1.6.0 <~-~-> DR-LWS-003;(((
26 +(% style="background-color:#ffffcc; color:green" %)
27 +|=(% colspan="3" %) Dragino STM32 base hardware Firmware / LoRaWAN stack list
28 +|**Model**|**Description**|**Firmware Version <~-~-> Stack Version**
29 +|[[LSN50-v1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/128-lsn50.html]], [[LSN50-V2>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/155-lsn50-v2.html]],|Open Source Generic LoRaWAN Sensor Node|LSN50 v1.6.0 <~-~-> DR-LWS-003;(((
31 31  LSN50 v1.7.0 <~-~-> DR-LWS-005; ~-~-> Support since this version
32 32  )))
33 -|(% style="width:187px" %)[[LGT92>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html]],|(% style="width:349px" %)LoRaWAN GPS Tracker|(% style="width:453px" %)LGT92 v1.6.3 <~-~-> DR-LWS-003;(((
32 +|[[LGT92>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html]],|LoRaWAN GPS Tracker|LGT92 v1.6.3 <~-~-> DR-LWS-003;(((
34 34  LGT92 v1.6.4 <~-~-> DR-LWS-005;~-~-> Support since this version
35 35  )))
36 -|(% style="width:187px" %)[[LBT1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/165-lbt1.html]],|(% style="width:349px" %)LoRaWAN BLE Indoor Tracker|(% style="width:453px" %)LBT1 v1.0 <~-~-> DR-LWS-005;
37 -|(% style="width:187px" %)[[RS485-LN>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/154-rs485-ln.html]],|(% style="width:349px" %)LoRaWAN RS485 Modbus Converter|(% style="width:453px" %)RS485-LN v1.3 <~-~-> DR-LWS-005;
38 -|(% style="width:187px" %)[[LHT65>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/151-lht65.html]],|(% style="width:349px" %)LoRaWAN Temperature & Humidity Sensor|(% style="width:453px" %)LHT65 v1.7 <~-~-> DR-LWS-003;(((
35 +|[[LBT1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/165-lbt1.html]],|LoRaWAN BLE Indoor Tracker|LBT1 v1.0 <~-~-> DR-LWS-005;
36 +|[[RS485-LN>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/154-rs485-ln.html]],|LoRaWAN RS485 Modbus Converter|RS485-LN v1.3 <~-~-> DR-LWS-005;
37 +|[[LHT65>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/151-lht65.html]],|LoRaWAN Temperature & Humidity Sensor|LHT65 v1.7 <~-~-> DR-LWS-003;(((
39 39  LHT65 v1.8.0 <~-~-> DR-LWS-005;~-~-> Support since this version
40 40  )))
41 41  
... ... @@ -45,58 +45,47 @@
45 45  
46 46  Feature: Change LoRaWAN End Node Transmit Interval.
47 47  
48 -(% class="box infomessage" %)
49 -(((
50 50  AT Command: AT+TDC
51 -)))
52 52  
53 -(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
54 -|=(% colspan="3" style="width: 724px;" %) AT+TDC
55 -|(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response**
56 -|(% style="width:165px" %)AT+TDC=?|(% style="width:227px" %)Show current transmit Interval|(% style="width:329px" %)30000(((
49 +|=(% colspan="3" %)AT+TDC
50 +|**Command Example**|**Function**|**Response**
51 +|AT+TDC=?|Show current transmit Interval|30000(((
57 57  OK
58 58  
59 59  the interval is 30000ms = 30s
60 60  )))
61 -|(% style="width:165px" %)AT+TDC=60000|(% style="width:227px" %)Set Transmit Interval|(% style="width:329px" %)OK(((
56 +|AT+TDC=60000|Set Transmit Interval|OK(((
62 62  Set transmit interval to 60000ms = 60 seconds
63 63  )))
64 64  
65 -**Downlink Command: 0x01**
60 +Downlink Command: 0x01
66 66  
67 67  Format: Command Code (0x01) followed by 3 bytes time value.
68 68  
69 69  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
70 70  
71 -* **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
72 -* **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
66 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
67 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
73 73  
74 74  == 4.2 Reboot End Node ==
75 75  
76 76  Feature: Reboot End Node to perform a new OTAA or ABP Join.
77 77  
78 -{{info}}
79 79  AT Command: ATZ
80 -{{/info}}
81 81  
82 -(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
83 -|=(% colspan="3" %) ATZ: Trig a reset of the MCU
75 +|=(% colspan="3" %)ATZ: Trig a reset of the MCU
84 84  |**Command Example**|**Function**|**Response**
85 -~)~)~)
86 -|ATZ|Reset MCU|(((
87 -Device reset and show booting info
77 +|ATZ|Reset MCU|Device reset and show booting info
88 88  
89 -LSN50 Device/LoRa ST Module
90 -
79 +{{{LSN50 Device/LoRa ST Module
91 91  Image Version: XX
92 -
93 93  Frequency Band: XX
94 -
95 95  DevEui= XX XX XX XX XX XX XX XX
96 96  
97 97  <followed by the Tx and Rx information>
98 -)))
85 +}}}
99 99  
87 +
100 100  Downlink Command: 0x04
101 101  
102 102  Format: Command Code (0x04) followed by FF.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0