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

nRF52 NFC antenna and its equivalent inductance

Hi,

We decided to add NFC functionality to our nRF52 open source sensor beacon design, RuuviTag: http://ruuvi.com

I would like to ask your opinion about the antenna design, because Nordic hasn't published (correct me if wrong) any white papers or design guidelines about the NFC antennas.

Our NFC design files can be found from here: github.com/.../nfc-antenna

First I used STM's eDesignSuite to match the equivalent inductance to 2uH:

image description

After that bended the antenna to fit our design:

image description

Would it work? It sure needs tuning capacitors in place, but AFAIK, we need to make some measurements to find the correct values...

  • Hello.

    As you mention we do not have any documents on this yet.

    As long as you are able to tune the antenna to resonate at NFC frequency, i do not see any reason why this should not work. We provided this antenna with early nRF52 DK's, you might get some useful info from that datasheet. You might also find useful info on the NFC section of the nRF52 OPS.

    -Anders

  • Did you find the values (130pF) of tuning capacitors (C42 and C43) using that particular antenna?

  • Hi,

    With the NFC antenna there is always a bit of a compromise. More turns mean a higher mutual inductance (better coupling) but you will end up with a lower Q factor. As mentioned by Anders as long as you can tune it to 13.56MHz it should be OK (given that the antenna is very small you will want to tune to exactly 13.56MHz).

    However, the very small antenna will lead to a extreme low coupling with any reader and that in turn will mean a very bad read range (worst case even no read at all depending on the size of the reader antenna).

    I did such designs before (RFID / BLE combo boards) and the general construction which seemed best for me was:

    NFC/RFID antenna on the outskirt of the PCB (maximize the size for good performance). As the BLE antenna is inside the NFC antenna I tend to use a slot antenna. I found that a monopole has huge performance issues (is diffciult to get tuned well) as there is too much intercation with the NFC coil running on the outside.

    Such a change may mean a lot of re-layouting for you, so I am not sure you really want to go for it.

    Depending on the reader you want your beacon to work with the current antenna may be good enough to read at least in corner positions (I never measured the NFC RF properties of the nRF52 so I do not know paramaters like load modulation amplitude to provide a better estimate).

    I hope this helps anyway!

  • Thanks for the tips! Would you mind to share more information of your design (dimensions or a pic for example)?

    I'll try to remember to post here some info how the current antenna works as soon as we get the boards.

    If you're interested to help and to join our open source community, you can request an invite to our Slack team: ruuvi.com/.../ruuvi-slack-com.html

  • Hi,

    Unfortunately this is not possible as the designs were done in my job (for my company)

Related