Skip to content

Commit 06f9215

Browse files
committed
Update the new UUID
1 parent 60e25d2 commit 06f9215

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

NiclaSenseME-dashboard/BLE_spec.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BLE Sense - BLE specifications.txt
44
GAP (Adversisement)
55
-------------------
66
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
88

99

1010
GATT
@@ -13,13 +13,13 @@ GATT
1313
Service
1414
~~~~~~~
1515

16-
UUID: 6fbe1da7-0000-44de-92c4-bb6e04fb0212
16+
UUID: 19b10000-0000-537e-4f6c-d104768a1214
1717

1818

1919
Version Characteristic
2020
~~~~~~~~~~~~~~~~~~~~~~
2121

22-
UUID: 6fbe1da7-1001-44de-92c4-bb6e04fb0212
22+
UUID: 19b10000-1001-537e-4f6c-d104768a1214
2323
Properties: read
2424
Value size: 4 bytes
2525
Data format: 32-bit unsigned integer (little endian)
@@ -28,7 +28,7 @@ Description: Version of firmware
2828
Temperature Characteristic
2929
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3030

31-
UUID: 6fbe1da7-2001-44de-92c4-bb6e04fb0212
31+
UUID: 19b10000-2001-537e-4f6c-d104768a1214
3232
Properties: read
3333
Value size: 2 bytes
3434
Data format: 16-bit float (little endian)
@@ -37,7 +37,7 @@ Description: Temperature sensor value Celcius
3737
Humidity Characteristic
3838
~~~~~~~~~~~~~~~~~~~~
3939

40-
UUID: 6fbe1da7-3001-44de-92c4-bb6e04fb0212
40+
UUID: 19b10000-3001-537e-4f6c-d104768a1214
4141
Properties: read
4242
Value size: 1 bytes
4343
Data format: 8-bit unsigned integer (little endian)
@@ -46,7 +46,7 @@ Description: Humidity sensor value %
4646
Pressure Characteristic
4747
~~~~~~~~~~~~~~~~~~~~~~~~
4848

49-
UUID: 6fbe1da7-4001-44de-92c4-bb6e04fb0212
49+
UUID: 19b10000-4001-537e-4f6c-d104768a1214
5050
Properties: read
5151
Value size: 1 byte
5252
Data format: 8-bit unsigned integer (little endian)
@@ -55,7 +55,7 @@ Description: Pressure sensor value in kPA
5555
Acceleration Characteristic
5656
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5757

58-
UUID: 6fbe1da7-5001-44de-92c4-bb6e04fb0212
58+
UUID: 19b10000-5001-537e-4f6c-d104768a1214
5959
Properties: notify
6060
Value size: 12 bytes
6161
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
6464
Gyroscope Characteristic
6565
~~~~~~~~~~~~~~~~~~~~~~~~
6666

67-
UUID: 6fbe1da7-6001-44de-92c4-bb6e04fb0212
67+
UUID: 19b10000-6001-537e-4f6c-d104768a1214
6868
Properties: notify
6969
Value size: 12 bytes
7070
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
7373
Quaternion Characteristic
7474
~~~~~~~~~~~~~~~~~~~~~~~~
7575

76-
UUID: 6fbe1da7-7001-44de-92c4-bb6e04fb0212
76+
UUID: 19b10000-7001-537e-4f6c-d104768a1214
7777
Properties: notify
7878
Value size: 16 bytes
7979
Data format: Array of 4 x 16-bit IEEE floats (little endian)
@@ -82,7 +82,7 @@ Description: X, Y, Z, W quaternion values
8282
RGB LED Characteristic
8383
~~~~~~~~~~~~~~~~~~~~~~
8484

85-
UUID: 6fbe1da7-8001-44de-92c4-bb6e04fb0212
85+
UUID: 19b10000-8001-537e-4f6c-d104768a1214
8686
Properties: write
8787
Value size: 3 bytes
8888
Data format: Array of unsigned 8-bits (little endian)
@@ -91,7 +91,7 @@ Description: RGB led value, 0 => off, 255 => on
9191
BSEC Characteristic
9292
~~~~~~~~~~~~~~~~~~~~~~~~~~~
9393

94-
UUID: 6fbe1da7-9001-44de-92c4-bb6e04fb0212
94+
UUID: 19b10000-9001-537e-4f6c-d104768a1214
9595
Properties: read
9696
Value size: 4 bytes
9797
Data format: 32-bit float (little endian)
@@ -100,7 +100,7 @@ Description: Indoor Air Quality (IAQ) sensor value
100100
Co2 Characteristic
101101
~~~~~~~~~~~~~~~~~~~~~~~~~~~
102102

103-
UUID: 6fbe1da7-9002-44de-92c4-bb6e04fb0212
103+
UUID: 19b10000-9002-537e-4f6c-d104768a1214
104104
Properties: read
105105
Value size: 4 bytes
106106
Data format: 32-bit unsigned integer (little endian)
@@ -109,7 +109,7 @@ Description: carbon monoxide and hydrogen in the part per billion (ppb) range
109109
Gas Characteristic
110110
~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

112-
UUID: 6fbe1da7-9003-44de-92c4-bb6e04fb0212
112+
UUID: 19b10000-9003-537e-4f6c-d104768a1214
113113
Properties: read
114114
Value size: 1 byte
115115
Data format: 8-bit unsigned integer (little endian)

0 commit comments

Comments
 (0)