Changes

no edit summary
Line 100: Line 100:  
Device will check these conditions every 1 sec until they will pass.<br />
 
Device will check these conditions every 1 sec until they will pass.<br />
   −
  −
====Auto calibration rework and improvements from firmware version 03.25.07.Rev.00.====
  −
  −
*Exponential moving average (EMI) Filter added.
  −
  −
=====Auto-calibration Improvement=====
  −
  −
Auto calibration task is launched on one of these conditions (assume calibration is enabled in configuration):<br>
  −
1. Every time device turns on, it checks whether it was previously calibrated and has calibration stored in flash. If device has no calibration in flash, auto calibration task is started.<br>
  −
2. Device calibration was previously disabled by configuration and now is enabled.<br>
  −
3. SMS “auto_calibrate:set” is received. Note: SMS response is sent after calibration has been acquired.<br>
  −
This SMS triggers an SMS response to be sent. Response is sent when calibration is acquired. When 1 hour passes without successful calibration, failed SMS response is sent.<br>
  −
4. Calibrated device’s mean axes of set interval  differ more than set amount from desired (0,0,1) calibration is considered inaccurate. Calibration is deleted from flash and auto calibration task started.<br>
  −
After auto calibration task has been started, it will go on indefinitely until satisfactory calibration is acquired.<br>
  −
  −
=====Data Required=====
  −
  −
Auto calibration need to fill two buffers to calibrate device:<br>
  −
1. All accelerometer data – buffer which collects all data from accelerometer at 10Hz frequency. To fill this buffer set seconds of data samples are needed. When buffer is full, oldest data is dumped and new data is placed into the buffer.<br>
  −
2. Straight accelerometer data – buffer which collect straight accelerations data from accelerometer at 10Hz frequency. To fill this buffer set seconds  of data samples (set times Hz samples) are needed. When buffer is full, oldest data is dumped and new data is placed into the buffer. Algorithm rules to acquire these samples:<br>
  −
2.1. GPS fix is present.<br>
  −
2.2. Ignition is on.<br>
  −
2.3. GPS speed is more than 5 km/h.<br>
  −
2.4. GPS heading is equal to last GPS heading (+/-1 degree) at GPS sample rate 1Hz.<br>
  −
2.5. GPS speed more then 5 km/h from last sample (accelerating).<br>
  −
Once both buffers are full, auto calibration is attempted. If calibrated values pass calibration quality threshold, calculated calibration is written to flash as current calibration – device is calibrated. <br>
  −
Note: If GPS fix is lost or ignition is turned off, buffers’ data is dumped and must be gathered from 0 again.<br>
  −
  −
  −
=====Re-Calibration=====
  −
  −
When calibration is present, device checks for re-calibration every 60s indefinitely. Re-calibration requires fix and ignition to run also re-calibration is turned off when vehicle is stopped for more than 15s until conditions are satisfied again. When calibrated device’s mean axes of set interval(calibrated accelerometer data) differ more than set amount from desired (0,0,1) (perfect vehicle’s axes) calibration is considered inaccurate, or device’s position has changed and re-calibration is needed. Calibration is cleared from flash and auto calibration task is started.<br>
  −
  −
Note: turning device around calibrated Z axis will not trigger re-calibration, after turning device around Z axis manual re-calibration is advised.
  −
After calibration if quality value is less than 0.80, calibration update functionality is run. Calibration update constantly tries calibrating device in background until 0.80 quality is reached. Calibration update functionality does not change calibration if calculated new calibration quality is less than 0.80.
   
{{{excessive_idling|
 
{{{excessive_idling|
 
==Excessive Idling==
 
==Excessive Idling==