Other Parts Discussed in Thread: CC2590
Hi,
Is there any method to known the distance between two devices or strength of RF signal?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Troy,
Are you unhappy with the range of one of TI's development kits (CC85xxDK or CC85XXDK-HEADSET) or your own boards? Are you using the CC85xx + CC2590 (range extender)?
-Kristoffer
Take a look at this thread http://e2e.ti.com/support/low_power_rf/f/156/p/118154/422405.aspx#422405
Jim Noxon
Hi, Jim
I am very happy with the range of CC85xx+CC2590.
Our customer require the auto-pairing of two audio devices when they are close enough, so I want to known if there is method to known the distance of two RF devices.
Thanks
Troy,
You have to run the slave in host controlled operation (needs an external MCU), and perform NWM_DO_SCAN repeatedly. This method lists information of up to 8 networks, including the average RSSI value of the packets received from the masters (the masters must have the network enabled). If the master runs in autonomous mode the network is enabled whenever the master is on. If the master is host controlled you must perform NWM_CONTROL_ENABLE on the master. You can then join a network (NWM_DO_JOIN) if the RSSI value is above a certain value.
-Kristoffer