-2

I'm tying to convert a MFRC522 arduino chip to an USB device so as to use it natively on windows (with a cli or software) and without an Arduino. I don't know if I was clear (sorry for my bad english). Can anyone help me to do this.

1 Answers1

0

No, you can't do that because you need some mediation between the RFID reader and the PC USB port.

You don't have to use Arduino, but you do need a processor to "translate" the information from the reader and some hardware to speak to USB.

Nino
  • 702
  • 2
  • 6
  • 12
  • Okay, do you have an alternative to Arduino ? (not a Raspberry) – jadoubanou Jul 19 '21 at 11:05
  • Any Arduino compatible you can find at your favorite Chinese supplier like this $2 device: https://www.aliexpress.com/item/32821902128.html – Nino Jul 19 '21 at 12:26