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

NFC pairing issues

Dear support,

I'm using the NFC pairing on SDK 15.0.0 on PC10056 PDK. I install the micro-ecc library and the example works.

First question: The coupling between smartphone and NFC antenna provided with PDK board is very hard and complex, the the pairing fails very often. Find the right position to have a good NFC connection is very difficult and a little misalignment has result on fails NFC connection.
Second question: I will try NFC pairing also with SDK 15.2.0, but I'm not be able to compile the project: I have some errors on many include files (here above a screen that shows a sample)

Where I wrong? Can you help me?
Many thanks in advance

Parents
  • Hi,

    1) Regarding the poor range, you write that you use the PCA10056 PDK. What version and production date is it? (E.g. one of mine have the markings "PCA10056", "0.12.0", "2018.8" and then the 9 digit SEGGER ID (beginning with "683...")

    2a) For the compile errors, is this the unmodified "<sdk folder>\examples\ble_peripheral\experimental\ble_app_hrs_nfc_paring\ble_app_hrs_nfc_pairing.eww" example?

    2b) If not, then what project and what changes (if any) have you made?

    The error message indicates that the directory containing that header file is not added to the project.

    I have no problem compiling the example, however the build fails in linking with "Error[Lt009]: Inconsistent wchar_t size" which is a known issue with IAR versions newer than somewhere around version 8.10. For solutions to the linker issue, have a look at the thread IAR Library (v7.xx to v8.xx) compatibility.

    Regards,
    Terje

  • Hi Terje,

    1-Here above my PDK signature

    2a-Yes, the project is unmodified as contained in SDK 15.2.0

    2b-...

    The issue 2 seems for too long path on my PC, with Lt009 IAR issue (I weel know it)
    Thanks, regards
    Abe

Reply Children
Related