Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic LPS mode detection should not transmit in TDoA mode #290

Closed
krichardsson opened this issue Feb 5, 2018 · 0 comments
Closed

Automatic LPS mode detection should not transmit in TDoA mode #290

krichardsson opened this issue Feb 5, 2018 · 0 comments
Milestone

Comments

@krichardsson
Copy link
Contributor

When the Crazyflie with an LPS deck is started, it tries to figure out if it should run in TDoA or TWR mode. If the LPS system is in TDoA mode it is important that the CF does not transmit any UWB messages as this might confuse other Crazyflies or anchors. The expected start up sequence should be:

  1. Try to detect if the system is in TDoA mode (which does not require any transmissions)
  2. If TDoA is detected, stay in TDoA - done
  3. Transmit a TWR message and check for responses
  4. If response is received, stay in TWR mode - done
  5. Repeat

Current behaviour seems to be the other way around as the TX LED of the LPS deck is flashing, even if the system is in TDoA mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant