Version 10.2 by Xiaoling on 2023/01/29 10:58

Hide last authors
Edwin Chen 8.1 1 **Table of Contents:**
2
3 {{toc/}}
4
5
Xiaoling 10.2 6 = 1. Overview =
Edwin Chen 1.1 7
Xiaoling 10.2 8
Edwin Chen 1.1 9 There are some new models of Dragino sensors support OTA update via Private LoRa Protocol, (Even the sensor runs LoRaWAN protocol by default)
10
11
Xiaoling 10.2 12 = 2. Support Models =
13
14
Edwin Chen 1.1 15 Here list the models that support OTA Update.
16
Edwin Chen 2.1 17
Edwin Chen 1.1 18 {{velocity}}
19 $xwiki.ssfx.use("js/xwiki/table/table.css")
20 $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
21 {{/velocity}}
22
Xiaoling 10.2 23 (% border="1" cellspacing="10" class="doOddEven filterable grid sortable" id="tableid" style="background-color:#f7faff; width:670px" %)
24 (% class="sortHeader" %)|=(% style="width: 193px;" %)Models|=(% style="width: 222px;" %)Firmware Version|=(% style="width: 251px;" %)Comments
25 |(% style="width:193px" %)PS-LB, SDI-12-LB,|(% style="width:222px" %)(((
Edwin Chen 3.1 26 All firmware version
Xiaoling 10.2 27 )))|(% style="width:251px" %)
28 |(% style="width:193px" %)LSN50v3|(% style="width:222px" %)All firmware version|(% style="width:251px" %)
Edwin Chen 2.1 29
Edwin Chen 7.1 30
31
Xiaoling 10.2 32 = 3. How to do OTA update =
33
34 == 3.1 Required Components ==
35
36
Edwin Chen 7.1 37 * 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.
38 * Software: [[OTA_Tool>>https://www.dropbox.com/sh/4qnjreg1esxu16i/AADbRjW_tuBP3IIkmf11nSoma?dl=0]]. Only support Windows now
39
40
41
Xiaoling 10.2 42 == 3.2 Update Steps ==
43
44
45 === (% style="color:blue" %)**Step1 :**(%%) Plug LA66 USB to PC and run OTA_Tool. ===
46
47
Edwin Chen 7.1 48 [[image:image-20230114172703-1.png]]
49
50
Xiaoling 10.2 51 === (% style="color:blue" %)**Step2:**(%%) Set up OTA Tool ===
Edwin Chen 7.1 52
53
Xiaoling 10.2 54 * (% style="color:blue" %)**DevEUI**(%%): Input Dev EUI of your sensor
55
56 * (% style="color:blue" %)**Password**(%%): Passord of your sensor
57
58 * (% style="color:blue" %)**Port**(%%): Com port of LA66 USB
59
60 * (% style="color:blue" %)**LoRa_Freq**(%%): Choose the shipped frequency band of your sensor.
61
62 * (% 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.
63
64 * (% 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:
65
Edwin Chen 7.1 66 [[image:image-20230114174640-3.png||height="130" width="1169"]]
67
68
Xiaoling 10.2 69 === (% style="color:blue" %)**Step3:**(%%) Press Start in OTA Tool and then Press Reset button to restart LA66 USB ===
Edwin Chen 7.1 70
Xiaoling 10.2 71
Edwin Chen 7.1 72 After press reset button, LA66 USB will restart and broadcast update process with the Dev EUI and Password.
73
74
Xiaoling 10.2 75 === (% style="color:blue" %)**Step4:** (%%)Press reset button on the end node, or re-activate the end node. ===
Edwin Chen 7.1 76
Xiaoling 10.2 77
Edwin Chen 7.1 78 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.
79
80
Xiaoling 10.2 81 === (% style="color:blue" %)**Step5:**(%%) Check result. ===
Edwin Chen 7.1 82
Xiaoling 10.2 83
Edwin Chen 7.1 84 Below shows the update successul result.
85
86 [[image:image-20230114174134-2.png]]
87
88
Xiaoling 10.2 89 = 4. OTA Tool Known Bug: =
Edwin Chen 7.1 90
91
Xiaoling 10.2 92 ~1. If user click "(% style="color:blue" %)**Start**"(%%) but there is issue during update. User may need to close and open the tool again.
Edwin Chen 7.1 93
94
95
96
97