05-06-2024 06:03 AM
I needto write NDEF data to an NFC chip (MiFare Ultralight C).
I wonder if anyone has designed such a LV code?
Grateful for tips and maybe a working prototype?
I have tested the the smart card example that seems to be common to refer to here in the forum. It worked well and read the UID.
Solved! Go to Solution.
05-15-2024 08:23 AM
You will need a device to write on I2C or SPI interface to communicate with the chip.
NI has a interface USB 845x that you can use to communicate with labview. Using I2C with LabVIEW and the USB-845x - NI
Or you can use an arduino to do the middleman but then you need to program the ucontroller yourself ( you may find examples on the internet).