I am trying to run an example code given here.
My goal is to be able to send simple message over NFC.
I have NFC antenna attached to XIAO nRF52840 Sense board. I followed the instructions here on how to load the libraries. However, the NFC.h file not found.
Here showing that libraries were installed
I haven’t. I achieved what I needed with passive NFC (tag) and will implement active solution later with Adafruit Feathers since it has interface to program it through Segger.
I have the same problem. I tried to install the NFC.h library from “ArduinoCore-primo-master”, but after compile, report another missing library “nfc_t2t_lib.h”.
I think that it isn’t the correct way to solve it.