Hey Guys,
i am currently experimenting with the NFC functionality and have an issue with our "nrf52840-DK" boards:
i am testing with IAR (8.40.2 - including the library patch in the project to use the correct nfc gcc library) and SeS (4.30).
The project is "record_url" (URI message example) and was tested with SDK 15.3.0 and 16.0.0 so far.
The following dev boards are working (tested with 2 each) as expected - out-of-the-box: compile the project & flash the resulting binary:
pca10040 - nrf52832 DK
pca10056 - nrf52840-DK preview (label shows version 0.9.0)
the following board type/revision is not working (tested with 2 boards) :
pca10056 - nrf52840-DK (non preview, label shows version 1.0.0)
not working means in this case:
i can compile & flash & debug the project in either tool (iar, ses) and both tested SDK's. I can set a breakpoint inside the "nfc_callback() -> case NFC_T2T_EVENT_FIELD_ON" function but it will never be hit on this plattform (nrf52840 DK version 1.0.0).
Nontheless it will be hit in the "nrf52840-dk preview" (ver 0.9.0) and nrf52832 dk when moving a nfc enabled (android) phone close to the dk's antenna.
As we tested with 2 boards and different (android) smartphones each, so we believe to rule out problems with a not correctly connected nfc antenna and defective boards on the nrf52840-dk side.
Is there any step missing in the example's desctiption/tutorial that is required for the dk but not for the preview dk of nrf52840?
(https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nfc_record_url.html)
BR
Jens