Hi,
I am implementing an application where I need to transfer a 32 byte array via NFC. The only issue is that existing modules in nrf52 sdk have support for UTF-8 encoding, URI encoding etc.
I understand that I'll have to write custom records and a custom message descriptor for it. But I can't figure how to implement the entire module. Can someone guide me as to how I can proceed to develop a custom module that will allow me to transfer a 32 byte array via NFC, and then store in the the same format?
Thanks,
Varun