Skip to content

Commit 5321953

Browse files
committed
Edit BLE specs for NiclaSenseME sketch
1 parent c38ef9d commit 5321953

File tree

1 file changed

+20
-74
lines changed

1 file changed

+20
-74
lines changed

NiclaSenseME-dashboard/BLE_spec.txt

Lines changed: 20 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -25,109 +25,55 @@ Value size: 4 bytes
2525
Data format: 32-bit unsigned integer (little endian)
2626
Description: Version of firmware
2727

28-
Ambient Light Characteristic
28+
Temperature Characteristic
2929
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3030

3131
UUID: 6fbe1da7-2001-44de-92c4-bb6e04fb0212
32-
Properties: notify
32+
Properties: read
3333
Value size: 2 bytes
34-
Data format: 16-bit unsigned integer (little endian)
35-
Description: Ambient light level, 0 => dark
34+
Data format: 16-bit float (little endian)
35+
Description: Temperature sensor value Celcius
3636

37-
Color Characteristic
37+
Humidity Characteristic
3838
~~~~~~~~~~~~~~~~~~~~
3939

40-
UUID: 6fbe1da7-2002-44de-92c4-bb6e04fb0212
41-
Properties: notify
42-
Value size: 6 bytes
43-
Data format: array of 16-bit unsigned integers (little endian), RGB
44-
Description: RGB colour sensor values
40+
UUID: 6fbe1da7-3001-44de-92c4-bb6e04fb0212
41+
Properties: read
42+
Value size: 1 bytes
43+
Data format: 8-bit unsigned integer (little endian)
44+
Description: Humidity sensor value %
4545

46-
Proximity Characteristic
46+
Pressure Characteristic
4747
~~~~~~~~~~~~~~~~~~~~~~~~
4848

49-
UUID: 6fbe1da7-2003-44de-92c4-bb6e04fb0212
50-
Properties: notify
51-
Value size: 1 byte
52-
Data format: 8-bit
53-
Description: Proximity sensor value, 0 => close, 255 far
54-
55-
Gesture Characteristic
56-
~~~~~~~~~~~~~~~~~~~~~~
57-
58-
UUID: 6fbe1da7-2004-44de-92c4-bb6e04fb0212
59-
Properties: notify
49+
UUID: 6fbe1da7-4001-44de-92c4-bb6e04fb0212
50+
Properties: read
6051
Value size: 1 byte
61-
Data format: 8-bit
62-
Description: Gesture detected, NONE = -1, UP = 0, DOWN = 1, LEFT = 2, RIGHT = 3
52+
Data format: 8-bit unsigned integer (little endian)
53+
Description: Pressure sensor value in kPA
6354

6455
Acceleration Characteristic
6556
~~~~~~~~~~~~~~~~~~~~~~~~~~~
6657

67-
UUID: 6fbe1da7-3001-44de-92c4-bb6e04fb0212
58+
UUID: 6fbe1da7-5001-44de-92c4-bb6e04fb0212
6859
Properties: notify
6960
Value size: 12 bytes
70-
Data format: Array of 3 x 32-bit IEEE floats (little endian)
61+
Data format: Array of 3 x 16-bit IEEE floats (little endian)
7162
Description: X, Y, Z acceleration values in G's
7263

7364
Gyroscope Characteristic
7465
~~~~~~~~~~~~~~~~~~~~~~~~
7566

76-
UUID: 6fbe1da7-3002-44de-92c4-bb6e04fb0212
67+
UUID: 6fbe1da7-6001-44de-92c4-bb6e04fb0212
7768
Properties: notify
7869
Value size: 12 bytes
79-
Data format: Array of 3 x 32-bit IEEE floats (little endian)
70+
Data format: Array of 3 x 16-bit IEEE floats (little endian)
8071
Description: X, Y, Z gyroscope values in degrees per second
8172

82-
Magnetic Field Characteristic
83-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
84-
85-
UUID: 6fbe1da7-3002-44de-92c4-bb6e04fb0212
86-
Properties: notify
87-
Value size: 12 bytes
88-
Data format: Array of 3 x 32-bit IEEE floats (little endian)
89-
Description: X, Y, Z magnetic fields values in uT
90-
91-
Pressure Characteristic
92-
~~~~~~~~~~~~~~~~~~~~~~~
93-
94-
UUID: 6fbe1da7-4001-44de-92c4-bb6e04fb0212
95-
Properties: read
96-
Value size: 4 bytes
97-
Data format: 32-bit IEEE floats (little endian)
98-
Description: Pressure sensor value in kPA
99-
100-
Temperature Characteristic
101-
~~~~~~~~~~~~~~~~~~~~~~~~~~
102-
103-
UUID: 6fbe1da7-4002-44de-92c4-bb6e04fb0212
104-
Properties: read
105-
Value size: 4 bytes
106-
Data format: 32-bit IEEE floats (little endian)
107-
Description: Temperature sensor value Celcius
108-
109-
Humidity Characteristic
110-
~~~~~~~~~~~~~~~~~~~~~~~
111-
112-
UUID: 6fbe1da7-4003-44de-92c4-bb6e04fb0212
113-
Properties: read
114-
Value size: 4 bytes
115-
Data format: 32-bit IEEE floats (little endian)
116-
Description: Humidity sensor value %
117-
118-
Microphone Value Characteristic
119-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120-
121-
UUID: 6fbe1da7-5001-44de-92c4-bb6e04fb0212
122-
Properties: notify
123-
Value size: 2 bytes
124-
Data format: 16-bit signed (little endian)
125-
Description: Mic level (RMS)
126-
12773
RGB LED Characteristic
12874
~~~~~~~~~~~~~~~~~~~~~~
12975

130-
UUID: 6fbe1da7-6001-44de-92c4-bb6e04fb0212
76+
UUID: 6fbe1da7-001-44de-92c4-bb6e04fb0212
13177
Properties: write
13278
Value size: 3 bytes
13379
Data format: Array of unsigned 8-bits (little endian)

0 commit comments

Comments
 (0)