Changes

m
Text replacement - "Bluetooth(?!®)" to "Bluetooth®"
Line 1: Line 1:  +
{| align="right"
 +
  |__TOC__
 +
  |}
 +
 +
 
===Introduction===
 
===Introduction===
In order to capture the BLE broadcast service ID we need to use the '''[[Advanced_Beacon_Capturing_Configuration|Advanced Beacon Mode]]''' feature that is available in the base firmware of Teltonika Telematics device. For these instructions, we have 4 steps to follow '''Parsing''', '''Device Configuration''', '''Beacon Capturing Configuration,''' and '''Verifying BLE data'''.
+
In order to capture the BLE broadcast service ID we need to use the '''[[Advanced_Beacon_Capturing_Configuration|Advanced Beacon Mode]]''' ,this feature is available in the base firmware of Teltonika Telematics device. For these instructions, we have 4 steps to follow '''[[How to capture BLE broadcasting service ID#Parsing|Parsing]]''', '''[[How to capture BLE broadcasting service ID#Device Configuration|Device Configuration]]''', '''[[How to capture BLE broadcasting service ID#Beacon Capturing Configuration|Beacon Capturing Configuration]],''' and '''[[How to capture BLE broadcasting service ID#Verifying BLE data|Verifying BLE data]]'''.
 
===Parsing===
 
===Parsing===
 
<br />
 
<br />
Line 10: Line 15:  
<br />
 
<br />
 
{| class="nd-othertables_2" style="width:100%;"
 
{| class="nd-othertables_2" style="width:100%;"
! rowspan="1" style="width:100%; vertical-align: middle; text-align: center;" |Unparsed FMB BLE DATA received in hexadecimal stream
+
! rowspan="1" style="width:100%; vertical-align: middle; text-align: center;" |Unparsed FMB BLE RAW DATA received in hexadecimal stream
 
|-
 
|-
 
| style="vertical-align: middle; text-align: center;" |
 
| style="vertical-align: middle; text-align: center;" |
Line 43: Line 48:  
To enable the advanced beacon mode, please follow the steps below.
 
To enable the advanced beacon mode, please follow the steps below.
 
#Go to System from the  '''Data Protocol''' select '''Codec 8 extended.'''
 
#Go to System from the  '''Data Protocol''' select '''Codec 8 extended.'''
#Go to Bluetooth from the '''General'''  go to '''BT Radio''' select  '''Enable (hidden)/Enable (visible).'''
+
#Go to Bluetooth® from the '''General'''  go to '''BT Radio''' select  '''Enable (hidden)/Enable (visible).'''
#Go to Bluetooth 4.0 from the '''Common settings''' go to '''Non Stop Scan'''  select '''Enable.'''
+
#Go to Bluetooth® 4.0 from the '''Common settings''' go to '''Non Stop Scan'''  select '''Enable.'''
 
#Go to Beacon list from the '''Beacon detection''' select '''All''' , and from the '''Beacon mode''' select '''Advanced.'''
 
#Go to Beacon list from the '''Beacon detection''' select '''All''' , and from the '''Beacon mode''' select '''Advanced.'''
 
#You may now create your own Beacon Capturing Configuration.
 
#You may now create your own Beacon Capturing Configuration.
Line 60: Line 65:     
*'''Name -''' This is the name of your Beacon Capturing Configuration.  
 
*'''Name -''' This is the name of your Beacon Capturing Configuration.  
*'''Manufacturer ID - <span style="background-color:#91b9d4;">02 01 02</span>''' - The device will search for provided ID and capture the BLE Service ID if the ID matches. It consists of 4 Bytes (8 bits) and it is required to fill in the table the full ID of 4 Bytes so the value will become '''<span style="background-color:#91b9d4;">02 01 02 00</span>'''
+
*'''Manufacturer ID - <span style="background-color:#91b9d4;">02 01 02</span>''' - It consists of 4 Bytes (8 bits) and it is required to fill in the table the full ID of 4 Bytes so the value will become '''<span style="background-color:#91b9d4;">02 01 02 00</span>'''
 
*'''Manufacturer ID Offset-'''  0 byte.
 
*'''Manufacturer ID Offset-'''  0 byte.
 
*'''Manufacturer ID Size''' - 3 bytes  
 
*'''Manufacturer ID Size''' - 3 bytes  
Line 75: Line 80:  
{| class="wikitable"  
 
{| class="wikitable"  
 
|-
 
|-
|'''Visible Beacons Parameter Value'''
+
|'''Parameter Value'''
 
|'''Description'''
 
|'''Description'''
 
|-
 
|-
 
|<span style="background-color:#91b9d4;">FMB</span>
 
|<span style="background-color:#91b9d4;">FMB</span>
|Configuration name
+
|Name of your configuration
 
|-
 
|-
 
|<span style="background-color:#23DC0A;">1010</span>
 
|<span style="background-color:#23DC0A;">1010</span>
|BLE Service ID
+
|BLE broadcasting service ID
 
|-
 
|-
 
| <span style="background-color:#F5F571;">464D433133305F373338393939325F4C45</span>
 
| <span style="background-color:#F5F571;">464D433133305F373338393939325F4C45</span>
|Additional Information
+
|Additional Information or the Bluetooth® Local Name
 
|}
 
|}
    
<br />
 
<br />
  '''Note:''' <span style="background-color:#F5F571;">464D433133305F373338393939325F4C45</span> - once converted to ASCII it will be equal to Local Bluetooth Name - FMC130_7389992_LE
+
  '''Note:''' <span style="background-color:#F5F571;">464D433133305F373338393939325F4C45</span> - once converted to ASCII it will be equal to Local Bluetooth® Name - FMC130_7389992_LE
    
===Verifying BLE data ===
 
===Verifying BLE data ===