-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.cycling_power_measurement.xml
320 lines (314 loc) · 13.8 KB
/
org.bluetooth.characteristic.cycling_power_measurement.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2011 Bluetooth SIG, Inc. All rights reserved.-->
<Characteristic xsi:noNamespaceSchemaLocation="http://schemas.bluetooth.org/Documents/characteristic.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="Cycling Power Measurement"
type="org.bluetooth.characteristic.cycling_power_measurement"
uuid="2A63" last-modified="2014-07-02" approved="Yes">
<InformativeText>
<Summary>The Cycling Power Measurement characteristic is a
variable length structure containing a Flags field, an
Instantaneous Power field and, based on the contents of the
Flags field, may contain one or more additional fields as shown
in the table below.</Summary>
</InformativeText>
<Value>
<Field name="Flags">
<Requirement>Mandatory</Requirement>
<Format>16bit</Format>
<BitField>
<Bit index="0" size="1" name="Pedal Power Balance Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="1" size="1"
name="Pedal Power Balance Reference">
<Enumerations>
<Enumeration key="0" value="Unknown" />
<Enumeration key="1" value="Left" />
</Enumerations>
</Bit>
<Bit index="2" size="1" name="Accumulated Torque Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="3" size="1" name="Accumulated Torque Source">
<Enumerations>
<Enumeration key="0" value="Wheel Based" />
<Enumeration key="1" value="Crank Based" />
</Enumerations>
</Bit>
<Bit index="4" size="1"
name="Wheel Revolution Data Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="5" size="1"
name="Crank Revolution Data Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="6" size="1"
name="Extreme Force Magnitudes Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="7" size="1"
name="Extreme Torque Magnitudes Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="8" size="1" name="Extreme Angles Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="9" size="1" name="Top Dead Spot Angle Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="10" size="1"
name="Bottom Dead Spot Angle Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="11" size="1" name="Accumulated Energy Present">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="12" size="1"
name="Offset Compensation Indicator">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<ReservedForFutureUse index="13" size="3" />
</BitField>
<b>C1:These Fields are dependent upon the Flags field</b>
<p></p>
</Field>
<Field name="Instantaneous Power">
<InformativeText>Unit is in watts with a resolution of
1.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.power.watt</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Pedal Power Balance">
<InformativeText>Unit is in percentage with a resolution of
1/2.</InformativeText>
<Requirement>Optional</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.percentage</Unit>
<BinaryExponent>-1</BinaryExponent>
</Field>
<Field name="Accumulated Torque">
<InformativeText>Unit is in newton metres with a resolution
of 1/32.</InformativeText>
<Requirement>Optional</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.moment_of_force.newton_metre</Unit>
<BinaryExponent>-5</BinaryExponent>
</Field>
<Field name="Wheel Revolution Data - Cumulative Wheel Revolutions">
<InformativeText>Unitless
<br>C1:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C1</Requirement>
<Format>uint32</Format>
<Unit>org.bluetooth.unit.unitless</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Wheel Revolution Data - Last Wheel Event Time">
<InformativeText>Unit is in seconds with a resolution of
1/2048.
<br>C1:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C1</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.time.second</Unit>
<BinaryExponent>-11</BinaryExponent>
</Field>
<Field name="Crank Revolution Data- Cumulative Crank Revolutions">
<InformativeText>Unitless
<br>C2:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C2</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.unitless</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Crank Revolution Data- Last Crank Event Time">
<InformativeText>Unit is in seconds with a resolution of
1/1024.
<br>C2:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C2</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.time.second</Unit>
<BinaryExponent>-10</BinaryExponent>
</Field>
<Field name="Extreme Force Magnitudes - Maximum Force Magnitude">
<InformativeText>Unit is in newtons with a resolution of 1.
<br>C3:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C3</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.force.newton</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Extreme Force Magnitudes - Minimum Force Magnitude">
<InformativeText>Unit is in newtons with a resolution of 1.
<br>C3:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C3</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.force.newton</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Extreme Torque Magnitudes- Maximum Torque Magnitude">
<InformativeText>Unit is in newton metres with a resolution
of 1/32.
<br>C4:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C4</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.moment_of_force.newton_metre</Unit>
<BinaryExponent>-5</BinaryExponent>
</Field>
<Field name="Extreme Torque Magnitudes- Minimum Torque Magnitude">
<InformativeText>Unit is in newton metres with a resolution
of 1/32.
<br>C4:When present, these fields are always present as a
pair.</br></InformativeText>
<Requirement>C4</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.moment_of_force.newton_metre</Unit>
<BinaryExponent>-5</BinaryExponent>
</Field>
<Field name="Extreme Angles - Maximum Angle">
<InformativeText>Unit is in degrees with a resolution of 1
<br>C5: When present, this field and the "Extreme Angles -
Minimum Angle" field are always present as a pair and are
concatenated into a UINT24 value (3 octets). As an example,
if the Maximum Angle is 0xABC and the Minimum Angle is 0x123,
the transmitted value is 0x123ABC.</br></InformativeText>
<Requirement>C5</Requirement>
<Format>uint12</Format>
<Unit>org.bluetooth.unit.plane_angle.degree</Unit>
<!-- 2014-07-02 - Added the Description tag to show the informational text per request from SF WG -->
<Description>When observed with the front wheel to the right
of the pedals, a value of 0 degrees represents the angle when
the crank is in the 12 o'clock position and a value of 90
degrees represents the angle, measured clockwise, when the
crank points towards the front wheel in a 3 o'clock position.
The left crank sensor (if fitted) detects the 0? when the
crank it is attached to is in the 12 o'clock position and the
right sensor (if fitted) detects the 0? when the crank it is
attached to is in its 12 o'clock position; thus, there is a
constant 180? difference between the right crank and the left
crank position signals.</Description>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Extreme Angles - Minimum Angle">
<InformativeText>Unit is in degrees with a resolution of 1.
<br>C5: When present, this field and the "Extreme Angles -
Maximum Angle" field are always present as a pair and are
concatenated into a UINT24 value (3 octets). As an example,
if the Maximum Angle is 0xABC and the Minimum Angle is 0x123,
the transmitted value is 0x123ABC.</br></InformativeText>
<Requirement>C5</Requirement>
<Format>uint12</Format>
<Unit>org.bluetooth.unit.plane_angle.degree</Unit>
<!-- 2014-07-02 - Added the Description tag to show the informational text per request from SF WG -->
<Description>When observed with the front wheel to the right
of the pedals, a value of 0 degrees represents the angle when
the crank is in the 12 o'clock position and a value of 90
degrees represents the angle, measured clockwise, when the
crank points towards the front wheel in a 3 o'clock position.
The left crank sensor (if fitted) detects the 0? when the
crank it is attached to is in the 12 o'clock position and the
right sensor (if fitted) detects the 0? when the crank it is
attached to is in its 12 o'clock position; thus, there is a
constant 180? difference between the right crank and the left
crank position signals.</Description>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Top Dead Spot Angle">
<InformativeText>Unit is in degrees with a resolution of
1.</InformativeText>
<Requirement>Optional</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.plane_angle.degree</Unit>
<!-- 2014-07-02 - Added the Description tag to show the informational text per request from SF WG -->
<Description>When observed with the front wheel to the right
of the pedals, a value of 0 degrees represents the angle when
the crank is in the 12 o'clock position and a value of 90
degrees represents the angle, measured clockwise, when the
crank points towards the front wheel in a 3 o'clock position.
The left crank sensor (if fitted) detects the 0? when the
crank it is attached to is in the 12 o'clock position and the
right sensor (if fitted) detects the 0? when the crank it is
attached to is in its 12 o'clock position; thus, there is a
constant 180? difference between the right crank and the left
crank position signals.</Description>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Bottom Dead Spot Angle">
<InformativeText>Unit is in degrees with a resolution of
1.</InformativeText>
<Requirement>Optional</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.plane_angle.degree</Unit>
<!-- 2014-07-02 - Added the Description tag to show the informational text per request from SF WG -->
<Description>When observed with the front wheel to the right
of the pedals, a value of 0 degrees represents the angle when
the crank is in the 12 o'clock position and a value of 90
degrees represents the angle, measured clockwise, when the
crank points towards the front wheel in a 3 o'clock position.
The left crank sensor (if fitted) detects the 0? when the
crank it is attached to is in the 12 o'clock position and the
right sensor (if fitted) detects the 0? when the crank it is
attached to is in its 12 o'clock position; thus, there is a
constant 180? difference between the right crank and the left
crank position signals.</Description>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Accumulated Energy">
<InformativeText>Unit is in kilojoules with a resolution of
1.</InformativeText>
<Requirement>Optional</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.energy.joule</Unit>
<DecimalExponent>3</DecimalExponent>
</Field>
</Value>
<Note>
<p>The fields in the above table, reading from top to bottom,
are shown in the order of LSO to MSO, where LSO = Least
Significant Octet and MSO = Most Significant Octet. The Least
Significant Octet represents the eight bits numbered 0 to
7.</p>
</Note>
</Characteristic>