Changes

1,104 bytes added ,  16:26, 28 December 2023
m
Text replacement - "Bluetooth(?!®)" to "Bluetooth®"
Line 158: Line 158:     
== EYE Sensors filtered by Name List ==
 
== EYE Sensors filtered by Name List ==
This feature scans for Bluetooth EYE sensors and checks each sensor’s name (up to the first 10 characters) defined in “EYE Name List”. An exact name match isn’t required, the match is consideted  based on the beginning of their names. If a sensor’s name partially or fully aligns with a name on the list, the sensor’s data is stored in record (AVL ID: 11317). In cases where multiple sensors have matching names, data from all these sensors are stored into the record.
+
This feature scans for Bluetooth® EYE sensors and checks each sensor’s name (up to the first 10 characters) defined in “EYE Name List”. An exact name match isn’t required, the match is consideted  based on the beginning of their names. If a sensor’s name partially or fully aligns with a name on the list, the sensor’s data is stored in record (AVL ID: 11317). In cases where multiple sensors have matching names, data from all these sensors are stored into the record.
 
[[File:Pav1.png|center|thumb]]
 
[[File:Pav1.png|center|thumb]]
In order to filter EYE Sensors by their complete local name and create EYE Sensor records (AVL ID: 11317), in Bluetooth 4.0 tab, Sensors group EYE Sensors and Name has to be selected.
+
In order to filter EYE Sensors by their complete local name and create EYE Sensor records (AVL ID: 11317), in Bluetooth® 4.0 tab, Sensors group EYE Sensors and Name has to be selected.
 
{| class="wikitable" style="border-style: solid; border-width: 0px;"
 
{| class="wikitable" style="border-style: solid; border-width: 0px;"
 
| style="width: auto; text-align: left; background: #0054A6;color:white;" |'''NOTE!'''
 
| style="width: auto; text-align: left; background: #0054A6;color:white;" |'''NOTE!'''
Line 224: Line 224:     
[[Category:TMT250 Configuration]]
 
[[Category:TMT250 Configuration]]
 +
|}
 +
{| class="wikitable"
 +
|+
 +
!Name
 +
!Data type
 +
!Description
 +
|-
 +
|Length
 +
|Uint8_t
 +
|Reserved. Added to each EYE Sensor start. Currently always 0.
 +
|-
 +
|Device Name
 +
|Array
 +
|Device’s name from Device Name List tab
 +
|-
 +
|Temperature
 +
|Int16_t
 +
|Temperature value measured by EYE Sensor from List. Values from -32768 to +32768 with 0.01 C delta
 +
|-
 +
|Humidity
 +
|Uint8_t
 +
|Humidity measured by EYE Sensor from List. Values from 0 to 100%
 +
|-
 +
|Magnet
 +
|Uint8_t
 +
|Magnet measured by EYE Sensor from List. Values from 0 to1
 +
|-
 +
|Movement
 +
|Uint8_t
 +
|Movement measured by EYE Sensor from List
 +
|-
 +
|Movement count
 +
|Uint16_t
 +
|Movement counts measured by EYE Sensor from List
 +
|-
 +
|Angle Pitch
 +
|Int8_t
 +
|Pitch Angle measured by EYE Sensor from List
 +
|-
 +
|Angle Roll
 +
|Int16_t
 +
|Roll Angle measured by EYE Sensor from List
 +
|-
 +
|Low Battery State
 +
|Uint8_t
 +
|Low battery state measured by EYE Sensor from List
 +
|-
 +
|Battery Voltage
 +
|Uint16_t
 +
|Battery voltage measured by EYE Sensor from List
 +
|-
 +
|MAC address
 +
|Uint8_t array
 +
|Device’s MAC address
 +
|-
 +
|Magnet Trigger count
 +
|Uint16_t
 +
|Magnetic sensor trigger counts measured by EYE Sensor from List
 
|}
 
|}
 
|}
 
|}