could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?

Hi All.
I would appreciate some help.
Using an NFC tag, could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?
Thanks so much

Juan

  • Hi Juan,

    Yes, it is possible to use NFC as a wakeup source in system off, mode. If you are using the nRF Connect SDK you can refer to the NFC: System OFF sample. If you are using the nRF5 SDK and SoftDevice you can refer to this thread.

    Einar

  • Thanks, Einar.
    Reading the linked info you sent me, I deduce that you also could get the module in SYSTEM OFF mode using an external NFC tag. Is that right?
    Thanks.

    Juan

  • Hi Juan,

    I am not sure what you mean here? Can you elaborate?

    Note that the nRF can only act as a NFC tag, not a NFC reader, so it is not capable of communicating with a tag. Moreover, another tag cannot wake up the nRF from system OFF mode as it wakes up when it detects a NFC field, which can only be generated by a nRF reader.

    Einar

  • Hi, Einar.
    Sorry. I thought it was the other way around. I shall then repeat my questions.
    1.- Could I wirelessly force a System Off mode in an nRF52840 with an NFC reader and keep it in this mode till I wake it back up with the same NFC reader?
    2.- How would I implement the NFC Reader functionality?
    Thanks again.

    Juan

  • Hi Juan,

    p143 said:
    1.- Could I wirelessly force a System Off mode in an nRF52840 with an NFC reader and keep it in this mode till I wake it back up with the same NFC reader?

    You can always make the nRF enter system off mode in any situation as long as there is a way to communicate with it somehow, as that is something that is done programatically. Also, there is no problem to use NFC as a wakeup source, as long as you configure that before entering system off mode (see for instance this snippet if using the nRF5 SDK or NFC: System OFF if using nRF Connect SDK). However, using NFC both to trigger system off and wakeup would probably not work, ad wakeup from system off happens when the field is detected, so the device would probably wake up again more or less immediately. If this is really what you want, then perhaps you could add a delay so that there is time to remove the nRF from the reader before it enters system off mode.

    p143 said:
    2.- How would I implement the NFC Reader functionality?

    The nRF HW does not support reader functionality.

Related