This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NFC wake up functionality with BLE

Hello,

I am trying to add NFC wake up functionality to the project based on ble_uart_app example;

Using SDK14.2 SD132 V5,1 using DK52 development board 

I have added follow statements:

#include "bsp_nfc.h"

in sleep_mode_enter(..) function

 err_code = bsp_nfc_sleep_mode_prepare(); 
 APP_ERROR_CHECK(err_code);  

in buttons_leds_init(...) function 

err_code = bsp_nfc_btn_init(2);
APP_ERROR_CHECK(err_code);

If there are anything else should be added to make sure NFC is functioning correctly with SD, it seems once device is trying to get to sleep it is actually locking up and there is no way to wake up device with NFC or wake button.

Please advise.

regards,

Andrew

Parents Reply Children
Related