cuamckuu / nfc-frog

Contactless EMV credit card reader
MIT License
284 stars 52 forks source link

What hw does this works on? #9

Closed costiganb closed 3 years ago

costiganb commented 3 years ago

Great project!

Can this be installed on a smartphone with termux?

cuamckuu commented 3 years ago

Hi, nfc-frog uses libnfc which grants support for pn532 readers like this:

image

I used that reader with Raspberry Pi ang Oragre Pi. Not sure if it could be used with Android phone directly.

For Android it might be better to use something like this or this

costiganb commented 3 years ago

Great, thank you @cuamckuu for answering!