From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use RFID RC522 for arduino in Labview?

Hello everyone!

I need to read a couple of RFID tags and then perform actions with a robotic arm.

How can use the library MFRC522.h into the Labview? 

May I add the C++ code into the LIFA_Base?

Will I need to create a new vi?

 

Thanks.

0 Kudos
Message 1 of 10
(8,857 Views)

Hello, I have the same problem. I am searching for some example of LabView interface of Arduino UNO with RFID-RC522.

 

Could somebody more experienced help? 🙂 

0 Kudos
Message 2 of 10
(8,821 Views)

You can use existing Arduino libraries with LINX (which replaced LIFA several years ago) using a LINX Custom Command.  If you have issues implementing this, you should post on the LINX forums.

0 Kudos
Message 3 of 10
(8,790 Views)

Thank You Nathan_B for an advice. With LINX I finally managed to deal with RFID reader.

0 Kudos
Message 4 of 10
(8,746 Views)

Hello Jakubbe I'm kind of stucked in the same problem I want to interface my labviw with MFRC522 can you help to find out ho you did it ?

0 Kudos
Message 5 of 10
(8,707 Views)

Hi Anouar47,

 

as Nathan_B adviced the easiest way is to use a LINX and Custom Command. This way let You to use existing libraries for RC522 to read mifare card and pass data to LV. 

 

Here is the best tutorial according to the topic which I found: https://www.youtube.com/watch?v=DGTbRQR-x_4 Based on another sensor, but the idea is the same. 

 

If You still will be stucked in this place let me know 🙂

 

Regards.

 

Message 6 of 10
(8,702 Views)

Thank you so much Jakkube I will let you know
cheers buddy

0 Kudos
Message 7 of 10
(8,700 Views)

can you show me how to build the rc522 in labview linx?

0 Kudos
Message 8 of 10
(6,431 Views)

Can u show me ur RFID redear? Thanks.

0 Kudos
Message 9 of 10
(5,549 Views)

Hello jakubbe. Would you please share the custom Arduino file that you used.

0 Kudos
Message 10 of 10
(5,217 Views)