Downloads - libnfc - Public platform independent Near Field Communication (NFC) library. MFCUK - MiFare Classic Universal toolKit | << hack 4 fun. Nfc-emulate-uid - Recherche Google. Touchatag-processing - Processing library that affords the use of touchatag readers on the Windows and Macintosh platforms. Using libnfc, touchatag-processing is Processing library that allows users to connect and read from cheap touchatag RFID readers on the Windows and Macintosh platforms. This library affords the simultaneously connection of multiple touchatag readers, and up to three tags on each one (due to performance issues of the tags themselves on the touchatag RFID reader). This project was tested on Windows 7 Professional, Windows XP SP3, and MacOSX 10.6.5, with Processing 1.0.9 up to 1.2.1. import touchatag. *;Touchatag rfid; // Defines the maximum number of touchatag// readers that might be connected to the computer int numOfReaders = 3;
Touchatag RFID readers on Processing (Page 1) - External projects that use libnfc - libnfc developers community. Developed a library for Processing with libnfc that allows users to connect and read from cheap touchatag RFID readers on the Windows platform. This library affords the simultaneously connection of multiple readers, and up to three tags on each one (due to performance issues of the tags themselves on the touchatag reader). This project was tested on Windows 7 Professional and Windows XP SP3, with Processing 1.0.9. You can download it here. For this library to work, users only need to install the Windows CCID PCSC driver, the touchatag software client isn't necessary.
Example: [solved] NFC - PN532 uart (nfc-poll and nfc-list problems) (Page 1) - External projects that use libnfc - libnfc developers community. Hi everyone ! I am pretty new to NFC and I am experiencing an issue while trying to use some of the applications provided by libnfc.I have a PN532 NFC/RFID controller breakout board as reader and I use a Philips MIFARE card (provided with the board). The board is connected to a Linux environment by means of an uart connection. I would like some help about 2 things. I have successfully installed the libnfc (with the parameters --with-drivers=pn532_uart – enable-serial-autoprobe) When I realize a “nfc-anticol”, I obtain this : $ nfc-anticol Connected to NFC reader: PN532 (/dev/ttyS0) - PN532 v1.6 (0x07) Sent bits: 26 (7 bits) Received bits: 04 00 Sent bits: 93 20 Received bits: 3e 65 4b 9a 8a Sent bits: 93 70 3e 65 4b 9a 8a e9 7b Received bits: 08 b6 dd Sent bits: 50 00 57 cd Found tag with UID: 3e654b9a ATQA: 0004 SAK: 08 The card seems to be correctly found.
(I have also installed “nfcutils” and with a “lsnfc”, I obtain : I have the same result with “nfc-poll” : PN532/NFC Breakout Board. PN532/NFC Breakout Board An open-source hardware reference design for NXP's PN532 This page hosts the latest public releases for our open source(CC BY-SA 3.0 license) PN532 NFC breakout board. Fully assembled boards can be purchased from Adafruit.com, and the original board files and schematics (designed with Cadsoft Eagle) can be downloaded below. The latest public schematic can also be seen in .PDF format. The engineers at the TechnoCentrum at Radboud University Nijmegen were kind enough to spend some valuable time tuning this board, and put together an excellent app note on the tuning process.
If you're interested in designing a board with an integrated antenna you may find some helpful information in PN532 Antenna Design. Hardware: Eagle Schematics and Board Files Design Files This download contains the Eagle schematic and board files for the PN532 Breakout Boards. Where can I buy one? Fully assembled boards are available from our partner Adafruit Industries.
License. NFC/RFID with the PN532 tutorial.