Difference between revisions of "How to capture ELA Beacon internal battery voltage?"

From Wiki Knowledge Base | Teltonika GPS
m (Text replacement - "Bluetooth(?!®)" to "Bluetooth®")
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Disclaimer==
+
== Introduction ==
 +
First thing you have to know before configuring a sensor is data protocol.
  
[[File:Alert.png|left|link=]] <br> If you are not using Bluetooth®, '''please consider turning it off''' or '''change Bluetooth® PIN''' to remove potential risks.
+
Without data protocol you can only attempt to extract raw data from the sensor, by configuring to save all the data sent by sensor additional data size column.
  
If you are using Bluetooth® we strongly recommend '''using AES encryption''' for enhanced security.
 
 
== General Information ==
 
First thing you have to know before configuring a sensor is data protocol. For detailed ELA description about Bluetooth® frame specifications please refer [https://elainnovation.com/wp-content/uploads/2020/10/BLE-Frame-specifications-11B-EN.pdf here.] To enable internal battery voltage in the scan response frame, battery voltage presence must be configured in the NFC memory using ELA's Device Manager Mobile application. although take into account that either voltage value or low percentage can be configured. There is no option for both parameters to select.
 
 
In order to capture ELA battery information, it is required to use ''Beacon Capturing Configuration'' table which is added from 03.27.07.Rev.00 firmware version or above. For more detailed information about ''Beacon Capturing Configuration'' please refer [[FMB920 Beacon List#Advanced Beacon Capturing Configuration|here]].
 
 
Broadcasting information can be classified into two main sections: Advertisement and scan response. In Scan Response frame, bytes 6 and 7 are listed as LSB and MSB, meaning that byte 7 should be calculated first and byte 6 second. Example: AC0B ->0BAC; 0BAC(hex) -> 2988(dec)*0.001 multiplier. Gives 2.988V internal battery voltage.
 
<br><br>
 
[[File:Scan response.png|frameless|[https://elainnovation.com/wp-content/uploads/2020/10/BLE-Frame-specifications-11B-EN.pdf]|alt=|left|370x370px]]
 
<br></br>
 
<br></br>
 
<br></br>
 
<br></br>
 
<br></br>
 
 
 
 
 
 
Notes:
 
* Only sensors that are v3.0 support this functionality.
 
* ELA devices have ''Power supply 3 VDC – Internal lithium battery.''
 
* Scan response comes after advertisement packet.
 
 
== Examples of ELA sensor whole packet capturing ==
 
{| class="wikitable"
 
|Name
 
|Manufacturer ID
 
|Manufacturer ID Offset
 
|Manufacturer ID Size
 
|Beacon ID Offset
 
|Beacon ID Size
 
|Additional Data Offset
 
|Additional Data Size
 
|Beacon ID source
 
|-
 
|iBeacon
 
|4C000000
 
|5
 
|2
 
|9
 
|20
 
|0
 
|70
 
|Beacon ID
 
|-
 
|Eddystone
 
|AAFE0000
 
|9
 
|2
 
|13
 
|16
 
|0
 
|70
 
|Beacon ID
 
|-
 
|ID
 
|02010600
 
|0
 
|3
 
|5
 
|10
 
|0
 
|70
 
|Beacon ID
 
|}
 
  
 
== Examples of ELA sensor internal battery voltage capturing ==
 
== Examples of ELA sensor internal battery voltage capturing ==
{| class="wikitable"
+
=== ID ===
|+
+
=== iBeacon ===
|Name
+
=== Eddystone ===
|Manufacturer ID
 
|Manufacturer ID Offset
 
|Manufacturer ID Size
 
|Beacon ID Offset
 
|Beacon ID Size
 
|Additional Data Offset
 
|Additional Data Size
 
|Beacon ID source
 
|-
 
|iBeacon
 
|4C000000
 
|5
 
|2
 
|9
 
|20
 
|35
 
|2
 
|Beacon ID
 
|-
 
|Eddystone
 
|AAFE0000
 
|9
 
|2
 
|13
 
|16
 
|36
 
|2
 
|Beacon ID
 
|-
 
|ID
 
|02010600
 
|0
 
|3
 
|5
 
|10
 
|19
 
|2
 
|Beacon ID
 
|}
 
 
 
== Examples of ELA sensor internal battery voltage percentage capturing ==
 
{| class="wikitable"
 
|Name
 
|Manufacturer ID
 
|Manufacturer ID Offset
 
|Manufacturer ID Size
 
|Beacon ID Offset
 
|Beacon ID Size
 
|Additional Data Offset
 
|Additional Data Size
 
|Beacon ID source
 
|-
 
|ID
 
|02010600
 
|0
 
|3
 
|5
 
|11
 
|19
 
|1
 
|Beacon ID
 
|}
 

Revision as of 13:20, 3 January 2022

Introduction

First thing you have to know before configuring a sensor is data protocol.

Without data protocol you can only attempt to extract raw data from the sensor, by configuring to save all the data sent by sensor additional data size column.


Examples of ELA sensor internal battery voltage capturing

ID

iBeacon

Eddystone