Version 10.1 by Edwin Chen on 2023/01/14 17:53

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