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

Trouble with NRFX NFCT driver

Hello,

I have noticed, that https://github.com/NordicSemiconductor/nrfx was updated with a nfct driver. I am trying to extended the nrfx port on micropython (see https://github.com/micropython/micropython/tree/master/ports/nrf) with a simple url tag. I am using the pca10040.

So far i worked it out that i can start the nfc and sense a field. This event is passed to a callback handler at application level. Unfortunately i can't send or receive a message over the nfct driver. I am using the function nrfx_nfct_init() to init the nfct. Afterwards i start the nfc with nrfx_nfct_enable(). Until now i can detect a field, if i apply an external field with a smartphone to the pca10040. 

Now my question: Is there a code example on how to implement a simple url tag? Or a flow chart how i have to use the nfct driver? I now the ndef format but for my it is unclear how to use the driver to send an ndef message over nfc?

Best regards

Parents Reply Children
No Data
Related