PC NFC Card reader with Arduino

Status
Not open for further replies.

Wajiduddaim

Junior Member level 1
Joined
May 12, 2011
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
darbar-e-Sadria
Activity points
1,464
Hi

I am using NFC card reader


with PC its working fine. when i put NCF card on it reader send Card's ID to pc, at that time if I open notepad or any text writing place its just type that number. e.g.


I want to use it with arduino, first i want to know how to communicate with tinny85 Arduino uno/nano ?????? any USB library?

or if i use Female USB to TTL converter ?? any suggestion?

i mean normal USB to TTL converters provide power from USB to module, but in this case i need female USB. because the Card Reader has Male USB, and its also need clock and power from Auduino module

or any other solution.
 

Hi,

USB is a "single host" "multiple devices" system.
The host provides power and controls the communcation.
Usually the PC is the USB host.

Your NFC reader surely is a USB device.

USB to TTL converters are USB_host to TTL UART which is the slave.
So a standard USB to TTL converter works the wrong way.

You may use a USB host IC like a FTDI vinculum connected to the arduino.

Klaus
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…