RFID Proximity Detection Using Multi-Parameter Analysis
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing RFID proximity detection methods using maximum received signal strength (RSSI) are inaccurate due to RF reflections, obstructions, and tag orientation, leading to incorrect identification of the closest RFID reader to an item.
Innovation Solution
A back-end system analyzes multiple RFID parameters from read events across multiple RFID readers, normalizes these parameters, and generates scores to accurately determine the proximity of an item to a specific RFID reader, mitigating the risk of cross-reads and improving detection accuracy.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Productivity
If maximum RSSI is used to determine proximity, then the detection process is simple and fast, but the accuracy is reduced due to RF reflections and obstructions
Solution Approach 1:
The patent changes from using a single parameter (maximum RSSI) to using multiple parameters (read count, average RSSI, maximum RSSI, time stamps) to determine proximity. This parameter expansion allows the system to compensate for RF reflections and obstructions by analyzing the pattern of readings across multiple parameters rather than relying on a single potentially misleading RSSI value.
Solution Approach 2:
The system uses feedback from multiple read events and parameters to iteratively determine the closest reader. By analyzing the sequence of readings and comparing multiple parameters, the system can correct initial misinterpretations caused by RF reflections, effectively using feedback to refine the proximity determination.
2Measurement precision
If multiple parameters are analyzed to improve accuracy, then proximity detection accuracy is improved, but the processing complexity increases
Solution Approach 1:
The patent segments the processing into distinct steps: collecting read events, extracting multiple parameters (read count, average RSSI, maximum RSSI, time stamps), normalizing parameters, and determining the closest reader. This segmentation allows complex multi-parameter analysis to be broken down into manageable operations that can be processed systematically.
Solution Approach 2:
The system performs preliminary actions by collecting and storing multiple parameters from multiple read events before making the proximity determination. This preliminary data gathering and normalization allows the actual proximity calculation to be performed more efficiently using pre-processed information, reducing the complexity of real-time decision-making.
3Adaptability or versatility
If cross-reads are processed to determine proximity, then location tracking is possible, but incorrect proximity identification occurs due to RF reflections
Solution Approach 1:
The patent introduces an intermediary processing layer that analyzes multiple parameters as a mediator between the raw read events and the final proximity determination. This intermediary analysis layer compares read counts, average RSSI, maximum RSSI, and time stamps across multiple readers to determine which reader is truly closest, filtering out false positives caused by RF reflections.
Solution Approach 2:
The system replaces the simple mechanical approach of using maximum RSSI with a more sophisticated computational approach that processes multiple parameters simultaneously. This substitution allows the system to handle the complexity of RF reflections and obstructions through algorithmic analysis rather than relying on direct signal strength measurement alone.
Data Source
Figure 1
Figure 2
Figure 3
AI summary
Techniques for determining an item location based on multiple RFID parameters from multiple read events are described. In an example, a computer system may access a first read event. A first RFID reader located within a first zone may have generated the first read event at a first time. The first read event may identify an RFID tag and may include first RFID parameters. The computer system may access a second read event. A second RFID reader located within a second zone may have generated the second read event at a second time within a predefined amount of time from the first time. The second read event may identify the RFID tag and include second RFID parameters. The computer system may determine whether the item location falls within the first zone or the second zone based on two or more first RFID parameters and two or more second RFID parameters.