@@ -25,109 +25,55 @@ Value size: 4 bytes
25
25
Data format: 32-bit unsigned integer (little endian)
26
26
Description: Version of firmware
27
27
28
- Ambient Light Characteristic
28
+ Temperature Characteristic
29
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
30
31
31
UUID: 6fbe1da7-2001-44de-92c4-bb6e04fb0212
32
- Properties: notify
32
+ Properties: read
33
33
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
36
36
37
- Color Characteristic
37
+ Humidity Characteristic
38
38
~~~~~~~~~~~~~~~~~~~~
39
39
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 %
45
45
46
- Proximity Characteristic
46
+ Pressure Characteristic
47
47
~~~~~~~~~~~~~~~~~~~~~~~~
48
48
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
60
51
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
63
54
64
55
Acceleration Characteristic
65
56
~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
57
67
- UUID: 6fbe1da7-3001 -44de-92c4-bb6e04fb0212
58
+ UUID: 6fbe1da7-5001 -44de-92c4-bb6e04fb0212
68
59
Properties: notify
69
60
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)
71
62
Description: X, Y, Z acceleration values in G's
72
63
73
64
Gyroscope Characteristic
74
65
~~~~~~~~~~~~~~~~~~~~~~~~
75
66
76
- UUID: 6fbe1da7-3002 -44de-92c4-bb6e04fb0212
67
+ UUID: 6fbe1da7-6001 -44de-92c4-bb6e04fb0212
77
68
Properties: notify
78
69
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)
80
71
Description: X, Y, Z gyroscope values in degrees per second
81
72
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
-
127
73
RGB LED Characteristic
128
74
~~~~~~~~~~~~~~~~~~~~~~
129
75
130
- UUID: 6fbe1da7-6001 -44de-92c4-bb6e04fb0212
76
+ UUID: 6fbe1da7-001 -44de-92c4-bb6e04fb0212
131
77
Properties: write
132
78
Value size: 3 bytes
133
79
Data format: Array of unsigned 8-bits (little endian)
0 commit comments