Line 1,032: |
Line 1,032: |
| |- | | |- |
| | style="vertical-align: middle; text-align: center;" |N’th IO ID - AVL ID. | | | style="vertical-align: middle; text-align: center;" |N’th IO ID - AVL ID. |
− | | style="vertical-align: middle; text-align: center;" |01 4B (331 - BLE 1 Custom #1) | + | | style="vertical-align: middle; text-align: center;" |01 4B (331 - BLE 1 Custom #1 = Flags) |
| |- | | |- |
| | style="vertical-align: middle; text-align: center;" |Length of Variable Length IO | | | style="vertical-align: middle; text-align: center;" |Length of Variable Length IO |
Line 1,038: |
Line 1,038: |
| |- | | |- |
| | style="vertical-align: middle; text-align: center;" |Value of Variable Length IO | | | style="vertical-align: middle; text-align: center;" |Value of Variable Length IO |
− | | style="vertical-align: middle; text-align: center;" |B7 (See EYE Sensor protocol parsing example) | + | | style="vertical-align: middle; text-align: center;" |B7 = (MSB)<span style="background:#B284BE">1</span>1011 011<span style="background:#00FFFF">1</span>(LSB) |
| + | It's parsed from least significant byte(LSB): |
| + | |
| + | |
| + | Bit 0 – Temperature value presence. |
| + | |
| + | <span style="background:#00FFFF">1</span> Means device is reading and transmitting temperature value. |
| + | |
| + | |
| + | Bit 1 – Humidity value presence. |
| + | |
| + | 1 Means device is reading and transmitting humidity value. |
| + | |
| + | |
| + | Bit 2 – Magnetic sensor presence. |
| + | |
| + | 1 Means device is reading and transmitting Magnetic sensor value. |
| + | |
| + | |
| + | Bit 3 – Magnetic sensor state |
| + | |
| + | 1 magnetic field is detected/0 magnetic field is not detected) Valid value is present only if bit 2 flag is set. |
| + | |
| + | |
| + | Bit 4 – Movement sensor counter. |
| + | |
| + | 1 Means device is reading and transmitting movement state and count values. |
| + | |
| + | |
| + | Bit 5 – Movement sensor angle. |
| + | |
| + | 1 Means device is reading and transmitting angle roll and pitch values. |
| + | |
| + | |
| + | Bit 6 – Low Battery indication. |
| + | |
| + | 0 – Means device battery is from 100 to 15 % (When value changes to 1 Battery level is lower than 15 %. |
| + | |
| + | |
| + | 7 – Battery voltage value presence. |
| + | |
| + | <span style="background:#B284BE">1</span> Means device is reading and transmitting battery voltage value. |
| |- | | |- |
| | style="vertical-align: middle; text-align: center;" |Number of Data 2 (Number of Total Records) | | | style="vertical-align: middle; text-align: center;" |Number of Data 2 (Number of Total Records) |