LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to NFC chip

Solved!
Go to solution

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. 

0 Kudos
Message 1 of 2
(293 Views)
Solution
Accepted by topic author Shakti211

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). 

0 Kudos
Message 2 of 2
(174 Views)