Page 1 of 1

Node as TDOA2 Tag

Posted: Thu Apr 01, 2021 1:32 pm
by cmh0818
Hi all
I hope to use the LPS node as TDOA2 tag mode.
However i found the only TWRtag mode code from github.
Can you help me? i don't know how to make it.
I want the TDOA2 tag mode. plz.......

Re: Node as TDOA2 Tag

Posted: Tue Apr 06, 2021 10:08 am
by kristoffer
Hi!

Unfortunately I don't think that has been implemented. If you want to have a go at it you can find the implementation in the Crazyflie here https://github.com/bitcraze/crazyflie-f ... Tdoa2Tag.c

It is probably fairly straight forward to convert it since it uses the same DW1000 library. The output from this code is the raw TDoA values though and to get a useful position out of it you will have to some sort of estimator after that. Most likely the Node will not have enough CPU-umphf to do that, so you probably have to stream the TDoA values out from the Node into another device for further processing.