X-NUCLEO-NFC06A1 over i2c
Hello,
I want to use X-NUCLEO-NFC06A1 with an esp32 pico kit over i2c. I have the read/write functions from esp and I can read a register from the module. I want to use the code you provide to read an nxp ntag (ndef_t2t.c in x-cube examples has some functions) . I studied the linux demo with SPI and read the cube-x code and rfal.chm.
- I understand that if I provide some functions in a platform.h and with a custom analog config, then I can use the whole linux example to the esp oer i2c, is that correct? How do I use the NDEFs in the cube example? The linux demo does not use them.
- has someone done something similar? I could use some guidance for the analog_config
