Wireless Synchronization of Anchor Nodes #35
-
Hi all ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi! This repository contains the code for our anchors and they are essentially doing TWR with each other, so that is what you will find here. The code that is doing the actual TDoA work is located in the https://github.com/bitcraze/crazyflie-firmware repository. Starting in https://github.com/bitcraze/crazyflie-firmware/blob/2021.06/src/deck/drivers/src/lpsTdoa2Tag.c, but main part of functionality is in https://github.com/bitcraze/crazyflie-firmware/tree/2021.06/src/utils/src/tdoa. I would suggest to use TDoA3 instead of TDoA2 as it is more robust and flexible. |
Beta Was this translation helpful? Give feedback.
-
Hi!
|
Beta Was this translation helpful? Give feedback.
-
Hi!
You can read more here https://www.bitcraze.io/documentation/system/positioning/loco-positioning-system/ https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/loco-positioning-system/ https://www.bitcraze.io/documentation/repository/lps-node-firmware/master/functional-areas/tdoa2-vs-tdoa3/ |
Beta Was this translation helpful? Give feedback.
-
closed due to inactivity. Just mind that we mostly use forum.bitcraze.io for support. |
Beta Was this translation helpful? Give feedback.
Hi!
You can read more here https://www.bitcraze.io/documentation/system/positioning/loco-positioning-system/ https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/loco-positioning-system/ https://www.bitcraze.io/documentation/repository/lps-node-firmware/master/functional-areas/tdoa2-vs-…