-
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: fast_pair: locator_tag: enable PM for nRF54H20 DK #20188
samples: bluetooth: fast_pair: locator_tag: enable PM for nRF54H20 DK #20188
Conversation
Updated the nRF54H20 DK configuration in the Fast Pair Locator Tag sample to enable the Zephyr Power Management system for the application and radio core. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
0a5afdd
to
74529a9
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: bd2ea1086fa068b263d97b5b4e1b7825a3ca1d05 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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.
Looks good. You could consider adding similar note as in nRF Desktop:
* Added:
* System Power Management for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target on the application and radio cores.
The application still has high power consumption as the Bluetooth LE controller running on the radio core requires disabling MRAM latency (:kconfig:option:`CONFIG_MRAM_LATENCY_AUTO_REQ`).
Enabling MRAM latency makes the Bluetooth LE controller unstable.
I think that customers should be aware that power consumption would still be high
Added a note to the documentation of the Fast Pair Locator Tag sample that notifies the user about the increased power consumption for the nRF54H20 DK target. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Updated the nRF54H20 DK configuration in the Fast Pair Locator Tag sample to enable the Zephyr Power Management system for the application and radio core.