Show last authors
1 **Table of Contents:**
2
3 {{toc/}}
4
5
6
7 = 1. Overview =
8
9
10 There are some new models of Dragino sensors support OTA update via Private LoRa Protocol, (Even the sensor runs LoRaWAN protocol by default).
11
12 User can use the OTA update to update the configure file or firmware to the sensors.
13
14
15 = 2. Support Models =
16
17
18 Here list the models that support OTA Update.
19
20
21 {{velocity}}
22 $xwiki.ssfx.use("js/xwiki/table/table.css")
23 $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
24 {{/velocity}}
25
26 (% border="1" cellspacing="5" class="doOddEven filterable grid sortable" id="tableid" style="background-color:#f2f2f2; width:670px" %)
27 (% class="sortHeader" %)|=(% style="width: 193px;background-color:#D9E2F3" %)Models|=(% style="width: 222px;background-color:#D9E2F3" %)Firmware Version|=(% style="width: 251px;background-color:#D9E2F3" %)Comments
28 |(% style="width:193px" %)PS-LB, SDI-12-LB|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
29 |(% style="width:193px" %)SN50v3-LB|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
30 |(% style="width:193px" %)D20-LB/D20S/LB/D22-LB/D23-LB|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
31 |(% style="width:193px" %)(((
32 LHT65N-PIR,LHT65N-E31F
33 )))|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
34 |(% style="width:193px" %)S31-LB, S31B-LB|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
35 |(% style="width:193px" %)DS20L|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
36
37
38
39 = 3. How to do OTA update =
40
41 == 3.1 Required Components ==
42
43
44 * Hardware: [[LA66 USB>>doc:Main.User Manual for LoRaWAN End Nodes.LA66 USB LoRaWAN Adapter User Manual.WebHome]] with [[OTA_firmware>>https://www.dropbox.com/sh/4qnjreg1esxu16i/AADbRjW_tuBP3IIkmf11nSoma?dl=0]] installed.
45
46 * Software: [[OTA_Tool>>https://www.dropbox.com/sh/4qnjreg1esxu16i/AADbRjW_tuBP3IIkmf11nSoma?dl=0]]. Only support Windows now
47
48 [[image:image-20230513120722-2.png||height="409" width="866"]]
49
50
51 == 3.2 OTA Update Firmware ==
52
53
54 (% class="wikigeneratedid" %)
55 (% class="mark text-uppercase" %)**Video Instruction:**(%%) ~-~- OTA Upgrade Firmware (via LoRa) of LoRaWAN Sensors**: [[https:~~/~~/youtu.be/SSvOqvBrwGg>>https://youtu.be/SSvOqvBrwGg]]**
56
57
58 === (% style="color:blue" %)**Step1 :**(%%) Plug LA66 USB to PC and run OTA_Tool. ===
59
60
61 [[image:image-20230609000200-1.png]]
62
63
64 === (% style="color:blue" %)**Step2:**(%%) Set up OTA Tool ===
65
66
67 * (% style="color:blue" %)**DevEUI**(%%): Input Dev EUI of your sensor
68
69 * (% style="color:blue" %)**Password**(%%): Passord of your sensor
70
71 * (% style="color:blue" %)**Port**(%%): Com port of LA66 USB
72
73 * (% style="color:blue" %)**LoRa_Freq**(%%): Choose the shipped frequency band of your sensor.
74
75 * (% style="color:blue" %)**Upload_File**(%%): The firmware to be upload to the sensor. make sure the firmware is with surfix _without_bootloader. For example: LHT65N_EU868_v1.5_without_bootloader.
76
77 * (% style="color:blue" %)**EUI File**(%%): If customer has lots of sensors. He can also import the Dev EUI files and use droplist to choose the sensor to update. Format is as below:
78
79 [[image:image-20230114174640-3.png||height="130" width="1169"]]
80
81
82 === (% style="color:blue" %)**Step3:**(%%) Press Start in OTA Tool and then Press Reset button to restart LA66 USB ===
83
84
85 After press reset button, LA66 USB will restart and broadcast update process with the Dev EUI and Password.
86
87
88 === (% style="color:blue" %)**Step4:** (%%)Press reset button on the end node, or re-activate the end node. ===
89
90
91 In every reboot/ reactivate, the end node will check if there is update request. If end node gets the update request from LA66. End node will check if the Dev EUI and Password match. If match, End node will establish connection with LA66 USB for OTA update.
92
93
94 === (% style="color:blue" %)**Step5:**(%%) Check result. ===
95
96
97 Below shows the update successul result.
98
99 [[image:image-20230114174134-2.png]]
100
101
102 == 3.3 OTA Update Configure ==
103
104 (% class="mark text-uppercase" %)**Video Instruction:**(%%) ~-~- OTA Upgrade Configure (via LoRa) of LoRaWAN Sensors**: [[https:~~/~~/youtu.be/5XedoNVkbQQ>>https://youtu.be/5XedoNVkbQQ]]**
105
106
107 OTA Update Configure is good for batch update configure in same type of sensors.
108
109
110
111 = 4. FAQ =
112
113 == 4.1 Can i use other devices to connect to PC if i don't have LA66 USB? ==
114
115
116 If user doesn't have LA66 USB Adapter, they can still use other Dragino Device to connect to PC for OTA update.
117
118 (% style="color:blue" %)**Steps:**
119
120 * Find the suitable mode which base on LA66 chip ( All LoRaWAN model with LB or LS suffix , such as SN50v3-LB)
121
122 * Update the LA66 USB OTA firmware to the device.
123
124 * Connect the device to PC via UART interface.
125
126 * Make sure power off or update the firmware back to original firmware , because the LA66 USB OTA fimware is not low power consumption firmware. it will consume the battery very fast.
127
128 == 4.2 Where to find OTA Password? ==
129
130
131 Each device has a shipped label with OTA Password which is 16 chars. like below. If user don't find this, please send us a photo for the device with Dev EUI to [[support@dragino.com>>mailto:support@dragino.com]] . and we will search the password for you.
132
133 [[image:image-20230519102907-2.png||height="286" width="580"]]
134
135
136 == 4.3 How about if i upgrade a crashed firmware via OTA update? ==
137
138
139 OTA update is done via Bootloader and only change the firmware partition. So update a crash firmware via OTA update won't destroy bootloader and user can use OTA method to update again.
140
141 (% style="color:red" %)**Here are notice:**
142
143 ~1. OTA update frequency depend on the firmware frequency. If there is no frequency in the firmware. Bootloader will use EU868 as default frequency.
144
145 2. OTA update require a reset or reactivate action. If the crash firmware doesn't have them work, user need to manuall push the physic reset button on the PCB or power off/on device.
146
147
148 = 5. OTA Tool Known Bug: =
149
150
151 ~1. If user click "(% style="color:blue" %)**Start**"(%%) but there is issue during update. User may need to close and open the tool again.
152
153
154
155
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0