Wiki source code of Firmware OTA Update for Sensors
Version 2.1 by Edwin Chen on 2023/01/12 18:57
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Overview = | ||
2 | |||
3 | There are some new models of Dragino sensors support OTA update via Private LoRa Protocol, (Even the sensor runs LoRaWAN protocol by default) | ||
4 | |||
5 | = Support Models = | ||
6 | |||
7 | Here list the models that support OTA Update. | ||
8 | |||
9 | |||
10 | {{velocity}} | ||
11 | $xwiki.ssfx.use("js/xwiki/table/table.css") | ||
12 | $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true) | ||
13 | {{/velocity}} | ||
14 | |||
15 | (% border="1" cellspacing="10" class="doOddEven filterable grid sortable" id="tableid" style="background-color:#f7faff; width:1146px" %) | ||
16 | (% class="sortHeader" %)|=(% style="width: 193px;" %)Models|=(% style="width: 540px;" %)BLE Activate Method|=(% style="width: 409px;" %)Comments | ||
17 | |(% style="width:193px" %)PS-LB, SDI-12-LB,|(% style="width:540px" %)((( | ||
18 | Device is battery power type and BLE will be only activate on below case: | ||
19 | |||
20 | * Press button to send an uplink | ||
21 | * Press button to active device. | ||
22 | * Device Power on or reset. | ||
23 | |||
24 | If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode. | ||
25 | )))|(% style="width:409px" %) | ||
26 | |||
27 | = How to do OTA update = |