Telematics Acceleration Detection With Adaptive Micro Wakeups
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing telematics systems face challenges in efficiently detecting low-impact events, such as accidents, while minimizing power consumption to avoid battery drainage in parked vehicles, as current sleep-wake mechanisms may miss event data due to infrequent wake-ups.
Innovation Solution
Implementing a method that includes periodic micro wakeups to power up limited peripherals, read sensor data, and store acceleration values from accelerometers, with increased sampling rates and extended wake-ups if threshold values are exceeded, allowing for more comprehensive event detection without excessive power consumption.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If the telematics device performs frequent wake-ups to detect acceleration events, then the detection reliability improves, but the power consumption increases causing battery drainage
Solution Approach 1:
The wake-up mechanism is segmented into two distinct modes: micro wake-ups for rapid acceleration event detection and full wake-ups for complete system operation. This segmentation allows the device to maintain high detection reliability through frequent micro wake-ups while consuming minimal power by keeping most peripherals dormant during micro wake-up periods.
Solution Approach 2:
The system dynamically adjusts its operational state based on detected conditions. During normal operation, the device performs brief micro wake-ups to check acceleration sensors. When an event is detected, the system dynamically transitions to a full wake-up state to capture complete event data, then returns to micro wake-up mode, optimizing both detection reliability and power consumption.
2Use of energy by moving object
If the telematics device remains in sleep mode to conserve power, then power consumption decreases, but event detection capability is lost
Solution Approach 1:
The device implements periodic micro wake-ups during what would otherwise be continuous sleep mode. These periodic interruptions allow the acceleration sensor to be briefly activated to detect events, maintaining detection capability while keeping the device in a low-power state for the majority of time.
Solution Approach 2:
The micro wake-up mechanism enables the system to self-monitor for events without requiring full system activation. The acceleration sensor can independently detect events during micro wake-ups and trigger a full wake-up only when necessary, allowing the system to serve its detection function with minimal power expenditure.
3Measurement precision
If the telematics device increases sampling rate to capture low-impact events, then measurement precision improves, but power consumption increases
Solution Approach 1:
Instead of continuously operating at high sampling rates, the system applies partial action by using low-power micro wake-ups for routine monitoring and only activating high-rate sampling when events are detected. This approach achieves the necessary measurement precision for low-impact events while avoiding the excessive power consumption that would result from continuous high-rate sampling.
Data Source
Figure 1
Figure 2A
Figure 2B
AI summary
A method and a device for low-power acceleration detection in a telematics device are provided. The method includes putting the telematics device into a sleep mode and performing a first micro wakeup. In response to determining that a first value read from a sensor during the micro wakeup is greater than a noise threshold, increasing a frequency of the micro wakeups and a sampling rate of the sensor. The method also includes reading a second value from the sensor during a second wakeup, performing a regular wakeup, and sending the first and second values during the regular wakeup.