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

NFC / RFID Detector does not put NFC in low power mode on exit #257

Open
peterfab9845 opened this issue Oct 25, 2024 · 0 comments
Open

NFC / RFID Detector does not put NFC in low power mode on exit #257

peterfab9845 opened this issue Oct 25, 2024 · 0 comments
Labels
app:nfc_rfid_detector bug Something isn't working

Comments

@peterfab9845
Copy link

The NFC/RFID Detector app does not use furi_hal_nfc_low_power_mode_stop()/furi_hal_nfc_low_power_mode_start(), so when it is exited, the NFC hardware is left active.
This results in an extra idle power drain of a few mA.

I tried adding these functions after acquiring and before releasing NFC in 3b19a51, but it triggers a furi_check (link) because both the RFID hardware (link) and the NFC hardware (link) try to use TIM1.

@hedger hedger added bug Something isn't working app:nfc_rfid_detector labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:nfc_rfid_detector bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants