indoor position tracking with 4 anchor and 10 tag

All discussions related to the Loco Positioning system
Post Reply
tranduc
Beginner
Posts: 2
Joined: Wed Mar 04, 2020 6:38 am

indoor position tracking with 4 anchor and 10 tag

Post by tranduc »

Hi everyboby,
I want to build a system with 4 anchor and 10 tag. i dont know how to SYNC 4 anchor when i using TDOA algrithm.
I am using kit dwm1000 Loco Positioning System.
Can you have me. Thanks you so much !!!
kristoffer
Bitcraze
Posts: 630
Joined: Tue Jun 30, 2015 7:47 am

Re: indoor position tracking with 4 anchor and 10 tag

Post by kristoffer »

Hi!

Just follow the getting started guide https://www.bitcraze.io/getting-started ... ng-system/ using ids 0 to 3. You don't have to do anything special, the anchors synchronize using the UWB radio.

If you plan to do 3D positioning, 4 anchors might be a bit too few.
If you only want 2D positioning, compile the Crzyzflie firmware with the LPS_2D_POSITION_HEIGHT flag, see https://github.com/bitcraze/crazyflie-f ... xample#L77
tranduc
Beginner
Posts: 2
Joined: Wed Mar 04, 2020 6:38 am

Re: indoor position tracking with 4 anchor and 10 tag

Post by tranduc »

Thanks kristoffer,
I want to build with my api . I want a code C for my System or a solution about hardware
kristoffer
Bitcraze
Posts: 630
Joined: Tue Jun 30, 2015 7:47 am

Re: indoor position tracking with 4 anchor and 10 tag

Post by kristoffer »

If you are interested in implementing your own algorithm, you might want to use our code for inspiration.
The anchor is mainly implemented in https://github.com/bitcraze/lps-node-fi ... _anchor3.c
The tag is mainly implemented in https://github.com/bitcraze/crazyflie-f ... Tdoa3Tag.c and https://github.com/bitcraze/crazyflie-f ... s/src/tdoa
Post Reply