-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: bluetooth: distance measurement multiantenna improvements #20984
samples: bluetooth: distance measurement multiantenna improvements #20984
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6acb7075c921cf6d74d3ad93117245e0f0a90563 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
b75f85e
to
ad5e1e3
Compare
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
samples/bluetooth/channel_sounding_ras_initiator/src/distance_estimation.c
Outdated
Show resolved
Hide resolved
samples/bluetooth/channel_sounding_ras_initiator/src/distance_estimation.c
Outdated
Show resolved
Hide resolved
samples/bluetooth/channel_sounding_ras_initiator/src/distance_estimation.c
Outdated
Show resolved
Hide resolved
ad5e1e3
to
9da4622
Compare
samples/bluetooth/channel_sounding_ras_initiator/src/distance_estimation.c
Outdated
Show resolved
Hide resolved
added better handling of multiple antenna path in Channel Sounding Initiator distance estimation algorithm. Now distance is calculated and printed separately for each antenna path Signed-off-by: Ivan Iushkov <ivan.iushkov@nordicsemi.no>
9da4622
to
6acb707
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried it locally, seems to work nicely.
I expect the sample test to still pass even with the changes to the log messages, but would be good to check before merging
added better handling of multiple antenna path in Channel Sounding Initiator distance estimation algorithm.
Now distance is calculated and printed separately
for each antenna path