@@ -4,7 +4,7 @@ BLE Sense - BLE specifications.txt
4
4
GAP (Adversisement)
5
5
-------------------
6
6
Local name: BLESense-<last 4 characters of BT address>
7
- Serivice UUID: 6fbe1da7 -0000-44de-92c4-bb6e04fb0212
7
+ Serivice UUID: 19b10000 -0000-537e-4f6c-d104768a1214
8
8
9
9
10
10
GATT
13
13
Service
14
14
~~~~~~~
15
15
16
- UUID: 6fbe1da7 -0000-44de-92c4-bb6e04fb0212
16
+ UUID: 19b10000 -0000-537e-4f6c-d104768a1214
17
17
18
18
19
19
Version Characteristic
20
20
~~~~~~~~~~~~~~~~~~~~~~
21
21
22
- UUID: 6fbe1da7 -1001-44de-92c4-bb6e04fb0212
22
+ UUID: 19b10000 -1001-537e-4f6c-d104768a1214
23
23
Properties: read
24
24
Value size: 4 bytes
25
25
Data format: 32-bit unsigned integer (little endian)
@@ -28,7 +28,7 @@ Description: Version of firmware
28
28
Temperature Characteristic
29
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
30
31
- UUID: 6fbe1da7 -2001-44de-92c4-bb6e04fb0212
31
+ UUID: 19b10000 -2001-537e-4f6c-d104768a1214
32
32
Properties: read
33
33
Value size: 2 bytes
34
34
Data format: 16-bit float (little endian)
@@ -37,7 +37,7 @@ Description: Temperature sensor value Celcius
37
37
Humidity Characteristic
38
38
~~~~~~~~~~~~~~~~~~~~
39
39
40
- UUID: 6fbe1da7 -3001-44de-92c4-bb6e04fb0212
40
+ UUID: 19b10000 -3001-537e-4f6c-d104768a1214
41
41
Properties: read
42
42
Value size: 1 bytes
43
43
Data format: 8-bit unsigned integer (little endian)
@@ -46,7 +46,7 @@ Description: Humidity sensor value %
46
46
Pressure Characteristic
47
47
~~~~~~~~~~~~~~~~~~~~~~~~
48
48
49
- UUID: 6fbe1da7 -4001-44de-92c4-bb6e04fb0212
49
+ UUID: 19b10000 -4001-537e-4f6c-d104768a1214
50
50
Properties: read
51
51
Value size: 1 byte
52
52
Data format: 8-bit unsigned integer (little endian)
@@ -55,7 +55,7 @@ Description: Pressure sensor value in kPA
55
55
Acceleration Characteristic
56
56
~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
57
58
- UUID: 6fbe1da7 -5001-44de-92c4-bb6e04fb0212
58
+ UUID: 19b10000 -5001-537e-4f6c-d104768a1214
59
59
Properties: notify
60
60
Value size: 12 bytes
61
61
Data format: Array of 3 x 16-bit IEEE floats (little endian)
@@ -64,7 +64,7 @@ Description: X, Y, Z acceleration values in G's
64
64
Gyroscope Characteristic
65
65
~~~~~~~~~~~~~~~~~~~~~~~~
66
66
67
- UUID: 6fbe1da7 -6001-44de-92c4-bb6e04fb0212
67
+ UUID: 19b10000 -6001-537e-4f6c-d104768a1214
68
68
Properties: notify
69
69
Value size: 12 bytes
70
70
Data format: Array of 3 x 16-bit IEEE floats (little endian)
@@ -73,7 +73,7 @@ Description: X, Y, Z gyroscope values in degrees per second
73
73
Quaternion Characteristic
74
74
~~~~~~~~~~~~~~~~~~~~~~~~
75
75
76
- UUID: 6fbe1da7 -7001-44de-92c4-bb6e04fb0212
76
+ UUID: 19b10000 -7001-537e-4f6c-d104768a1214
77
77
Properties: notify
78
78
Value size: 16 bytes
79
79
Data format: Array of 4 x 16-bit IEEE floats (little endian)
@@ -82,7 +82,7 @@ Description: X, Y, Z, W quaternion values
82
82
RGB LED Characteristic
83
83
~~~~~~~~~~~~~~~~~~~~~~
84
84
85
- UUID: 6fbe1da7 -8001-44de-92c4-bb6e04fb0212
85
+ UUID: 19b10000 -8001-537e-4f6c-d104768a1214
86
86
Properties: write
87
87
Value size: 3 bytes
88
88
Data format: Array of unsigned 8-bits (little endian)
@@ -91,7 +91,7 @@ Description: RGB led value, 0 => off, 255 => on
91
91
BSEC Characteristic
92
92
~~~~~~~~~~~~~~~~~~~~~~~~~~~
93
93
94
- UUID: 6fbe1da7 -9001-44de-92c4-bb6e04fb0212
94
+ UUID: 19b10000 -9001-537e-4f6c-d104768a1214
95
95
Properties: read
96
96
Value size: 4 bytes
97
97
Data format: 32-bit float (little endian)
@@ -100,7 +100,7 @@ Description: Indoor Air Quality (IAQ) sensor value
100
100
Co2 Characteristic
101
101
~~~~~~~~~~~~~~~~~~~~~~~~~~~
102
102
103
- UUID: 6fbe1da7 -9002-44de-92c4-bb6e04fb0212
103
+ UUID: 19b10000 -9002-537e-4f6c-d104768a1214
104
104
Properties: read
105
105
Value size: 4 bytes
106
106
Data format: 32-bit unsigned integer (little endian)
@@ -109,7 +109,7 @@ Description: carbon monoxide and hydrogen in the part per billion (ppb) range
109
109
Gas Characteristic
110
110
~~~~~~~~~~~~~~~~~~~~~~~~~~~
111
111
112
- UUID: 6fbe1da7 -9003-44de-92c4-bb6e04fb0212
112
+ UUID: 19b10000 -9003-537e-4f6c-d104768a1214
113
113
Properties: read
114
114
Value size: 1 byte
115
115
Data format: 8-bit unsigned integer (little endian)
0 commit comments