Hi,
Our program is now based on ble_app_uart example, and we want to add the 'wake up on NFC' feature. I checked the 'wake up on NFC' example and related posts sending via NFC after wake up on NFC and NFC wake up with BLE but didn't find a solution.
Our product will set the nrf to sleep mode after receiving a command through BLE, using sd_power_system_off(). As we don't use LEDs and buttons like those on the development kit, I skipped the bsp_init() or buttons_leds_init() or similar things in those examples and post, (tried with and without that part, didn't work either)
The questions are :
1.Does the wake-on-NFC feature only work when the system goes to OFF mode by button?
2.It seems that "bsp_nfc_sleep_mode_prepare();" is the essential part of this feature, what init() is needed to make it work? I tried those in the example and posts with/without the led and button part but failed.
Thanks in advance