Other Parts Discussed in Thread: CC1190, CC1101, RF-RANGE-ESTIMATOR, CC-ANTENNA-DK2
Tool/software:
Hello Tech team,
I am working on my company's patented project where an airline passenger needs to track his check-in Suitcase with a Remote Control. Since GPS and WiFi signals do not reach deep inside the airport buildings (especially underground areas), we are planning to use CC110L+CC1190 Combo transceivers at both ends using lower frequency 863-928 MHz ISM band. A battery powered Device comprising an MSPM0G3507ZR MCU, CC110L+CC1190 Combo and related circuitry will be installed inside the suitcase. Similar circuit will be installed in a Remote Control. The GOAL is to determine approximate distance and the (possible) direction of Suitcase location from the Remote Control when the passenger pushes a Button.
I have spent more than a week researching on the Internet, including TI.com website. But I did not find any Application Note etc. teaching the basics how to design the RF link.
I hope some tech expert in this field can answer my questions.
1) I have learned on ST Micro website that distance between two transceivers can be estimated using the RSSI (Received Signal Strength). For that, first I need to know how to configure CC110L to define the TSS (Transmitted Signal Strength). Is it the signal strength written in the data sheet? And then, how to compute RSS?
I assume CC110L (in the suitcase) would transmit/advertise a Beacon packet, which will have TSS stored in 1-2 bytes. When CC110L in the Remote detects the packet, it will store the packet in the Receiver FIFO. A few packets will be received/stored in the FIFO, then some sort of averaging would be done (by the software) to estimate the RSS. After that, based on the LNA Gain (I assume configured initially), RSS value could be calculated by the MCU. This is the basic process needed by every design. So, I am expecting TI to provide software/firmware and necessary documentation. Is there something available?
2) How accurate would be the estimated distance based on RSS? I need to take into consideration the suitcase may be stationary inside, or slowly moving on the luggage belt. And also, there will be loss of signal based on the number of walls between the Suitcase and the Remote.
3) The Orientation of the suitcase would not be fixed. It could be lying flat, or standing vertically. I assume the ISM band antenna would transmit Omani-directional RF signal, and suitcase orientation would not be an issue. Am I correct?
4) Is it possible to estimate the direction of the suitcase from the Remote? Do I need to install accelerometer etc.?
Thanks. AB Singh