RFID Card/Chip read... - Forum

Forum Navigation
You need to log in to create posts and topics.

RFID Card/Chip read...

Does anyone know/have idea how can I read data from RFID Card ?

I have to develop a small time tracking app using RFID Card and USB Card Reader as login/logout info.

All i need is a employee code and time...

Any other solution is also welcome :-)

 

Thanks in advance :-)

@dglojnar using NFC web technologies it's possible to create a RFID reader/writer. I have done some test using VisualNEO Web and JavaScript.

Take a look here using your movile phone (Android and Chrome):
https://googlechrome.github.io/samples/web-nfc/

Regards.

@luishp

Thank You for response, looks like relative easy task...

As I learn yesterday during research, almost all RFID devices act as a HID device, so input couldn't be a problem :-)

 

Thanks again :-)