This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

High current consumtion after using NFC NRF52

Hello. I have a problem. After using nfc, current consumtion still high. I found that I need use HAL_NFC_ENGINEERING_A_FTPAN_WORKAROUND macros. But when I specify this macros, nfc does not work. How to reset NFC module? I use Nrf52 separately. Not on BOARD_PCA10036 or BOARD_PCA10040. Help me please. This is last problem in my project.

Parents
  • You are then using an old SDK version, that is in alpha! We have deprecated the support for CMSIS pack with the release of SDK 11. See this blog post for more information about that.

    Please download and use the latest SDK version(14.2) from this site. Unzip the archive, and find the folder

    <SDK 14_folder>\examples\ble_peripheral\experimental\ble_app_hrs_nfc_pairing
    

    where the Heart Rate Application with BLE Pairing Using NFC Pairing Library is located.

    More information about the example can be found here.

Reply
  • You are then using an old SDK version, that is in alpha! We have deprecated the support for CMSIS pack with the release of SDK 11. See this blog post for more information about that.

    Please download and use the latest SDK version(14.2) from this site. Unzip the archive, and find the folder

    <SDK 14_folder>\examples\ble_peripheral\experimental\ble_app_hrs_nfc_pairing
    

    where the Heart Rate Application with BLE Pairing Using NFC Pairing Library is located.

    More information about the example can be found here.

Children
No Data
Related