Wiki source code of BLE Bluetooth Remote Configure
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="wikigeneratedid" %) | ||
2 | **Table of Contents:** | ||
3 | |||
4 | {{toc/}} | ||
5 | |||
6 | |||
7 | |||
8 | = 1. Overview = | ||
9 | |||
10 | |||
11 | There are some new models of Dragino sensors support BLE remote configure. User can use mobile phone to configure the sensor via BLE. | ||
12 | |||
13 | |||
14 | = 2. Support Models = | ||
15 | |||
16 | |||
17 | Here list the models that support BLE and the method to activate BLE function. | ||
18 | |||
19 | {{velocity}} | ||
20 | $xwiki.ssfx.use("js/xwiki/table/table.css") | ||
21 | $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true) | ||
22 | {{/velocity}} | ||
23 | |||
24 | (% border="1" cellspacing="5" class="doOddEven filterable grid sortable" id="tableid" style="background-color:#f2f2f2; width:955px" %) | ||
25 | (% class="sortHeader" %)|=(% style="width: 149px;background-color:#D9E2F3" %)Models|=(% style="width: 535px;background-color:#D9E2F3" %)BLE Activate Method|=(% style="width: 267px;background-color:#D9E2F3" %)Comments | ||
26 | |(% style="width:149px" %)((( | ||
27 | PS-LB, SDI-12-LB, | ||
28 | |||
29 | D2x-LB, D2x-NB | ||
30 | |||
31 | S31-LB, S31B-LB | ||
32 | )))|(% style="width:535px" %)((( | ||
33 | Device is battery power type and BLE will be only activate on below case: | ||
34 | |||
35 | * Press button to send an uplink | ||
36 | |||
37 | * Press button to active device. | ||
38 | |||
39 | * Device Power on or reset. | ||
40 | |||
41 | If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode. | ||
42 | )))|(% style="width:267px" %) | ||
43 | |||
44 | = 3. How to connect = | ||
45 | |||
46 | == 3.1 Use General Serial Bluetooth Terminal == | ||
47 | |||
48 | |||
49 | **Example tool in Andriod.** | ||
50 | |||
51 | [[image:image-20230110142736-1.png||height="307" width="723"]] | ||
52 | |||
53 | |||
54 | Install in mobile and run. Go to (% style="color:blue" %)**Devices ~-~-> Bluetooth LE**(%%) and (% style="color:blue" %)**SCAN**(%%). FInd the correct device and connect | ||
55 | |||
56 | [[image:image-20230110142931-2.png]] | ||
57 | |||
58 | |||
59 | Each device has unique password. Input the password and you will be able to get access to the UART of the device. | ||
60 | |||
61 | [[image:image-20230110143230-3.png||height="623" width="296"]] | ||
62 | |||
63 | |||
64 |