Wiki source code of BLE Bluetooth Remote Configure

Version 25.2 by Xiaoling on 2023/06/01 15:30

Hide last authors
Xiaoling 8.2 1 (% class="wikigeneratedid" %)
2 **Table of Contents:**
Edwin Chen 1.1 3
Xiaoling 8.2 4 {{toc/}}
5
6
7
8 = 1. Overview =
9
10
Edwin Chen 1.1 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
Xiaoling 8.2 14 = 2. Support Models =
Edwin Chen 1.1 15
Xiaoling 8.2 16
Edwin Chen 1.1 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
Xiaoling 10.2 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
Edwin Chen 9.1 26 |(% style="width:149px" %)(((
27 PS-LB, SDI-12-LB,
28
29 D2x-LB, D2x-NB
Edwin Chen 10.1 30
31 S31-LB, S31B-LB
Edwin Chen 9.1 32 )))|(% style="width:535px" %)(((
Edwin Chen 2.1 33 Device is battery power type and BLE will be only activate on below case:
34
35 * Press button to send an uplink
Xiaoling 8.2 36
Edwin Chen 2.1 37 * Press button to active device.
Xiaoling 8.2 38
Edwin Chen 2.1 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.
Xiaoling 8.3 42 )))|(% style="width:267px" %)
Edwin Chen 3.1 43
Xiaoling 25.2 44
45
Xiaoling 8.2 46 = 3. How to connect =
Edwin Chen 8.1 47
Edwin Chen 21.1 48 == 3.1 Use General Serial Bluetooth Terminal in mobile phone ==
Xiaoling 8.2 49
50
51 **Example tool in Andriod.**
52
Edwin Chen 8.1 53 [[image:image-20230110142736-1.png||height="307" width="723"]]
54
55
Xiaoling 8.2 56 Install in mobile and run. Go to (% style="color:blue" %)**Devices ~-~-> Bluetooth LE**(%%) and (% style="color:blue" %)**SCAN**(%%). FInd the correct device and connect
Edwin Chen 8.1 57
Xiaoling 25.2 58 [[image:image-20230601152415-1.png]]
Edwin Chen 8.1 59
60
61 Each device has unique password. Input the password and you will be able to get access to the UART of the device.
62
Xiaoling 25.2 63 [[image:image-20230601152456-2.png]]
Edwin Chen 8.1 64
65
Edwin Chen 11.1 66 == 3.2 How to use PC to connect? ==
67
Xiaoling 25.2 68
Herong Lu 19.1 69 Firstly, a USB to Bluetooth host is required
70
Xiaoling 25.2 71 [[image:image-20230601152915-3.png]]
Herong Lu 19.1 72
73
Xiaoling 25.2 74 [[image:image-20230601152950-4.png]]
75
Herong Lu 19.1 76 Insert the Bluetooth host into the computer
77
78 [[image:image-20230518151327-5.png]]
79
Xiaoling 25.2 80
Herong Lu 19.1 81 Open the serial port assistant on the computer
82
83 [[image:image-20230518145316-3.png||height="560" width="730"]]
84
85 Then connect according to the operating instructions of the purchased Bluetooth host
86
87 (be careful! The AT command in this description may be different from the AT command of the Bluetooth host you purchased. Please follow the instructions for the Bluetooth host you purchased)
88
89 The Bluetooth name to be connected is the DEVEUI of the node
90
91 [[image:image-20230518151444-6.png]]
Edwin Chen 21.1 92
93
Xiaoling 25.2 94 = 4. Access Password and Command =
Edwin Chen 21.1 95
96
Xiaoling 25.2 97 Each device is shipped with a label as below include (% style="color:blue" %)**6 chars AT PIN**(%%). this is the PIN to access the console of sensor.
98
Edwin Chen 21.1 99 For AT Commands list please refer user manual for each sensor.
100
101 [[image:image-20230519102404-1.png||height="187" width="396"]]
Xiaoling 25.2 102
103