How i can get the distance measurement from the anchors #641
-
Hi there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I assume you are using the Loco system. If you are using one of the TDoA modes, you can get the difference in distance to the anchors in a pair. Set the desired anchor ids of the pair in parameters Examples of how to get log data |
Beta Was this translation helpful? Give feedback.
I assume you are using the Loco system.
To get the distance to an anchor you must use the TWR mode, the distance to the anchors are available as a log variables in
ranging.distance0
,ranging.distance1
,ranging.distance2
and so on.If you are using one of the TDoA modes, you can get the difference in distance to the anchors in a pair. Set the desired anchor ids of the pair in parameters
tdoaEngine.logId
andtdoaEngine.logOthrId
. The tdoa value will be available in the log variabletdoaEngine.tdoa
. It is only possible to log one pair.Examples of how to get log data
Examples of setting parameters