Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Hi i bought a PN532 breakout board, I did install my cable FTDI, i did install NFC, nfc-list recognized my PN532, i did start the nfc-poll, its in listening mode, i've got my mifare card tag that came together and I did try to read, but it didn't read. So where could be the problem? I did solder the pin-heads to the FTDI cable, I connected it to my USB (linux ubuntu 10.04), i downloaded the last stable libnfc, compiled with the options ./configure --with-drivers=pn532_uart --enable-serial-autoprobe, as i wrote, the nfc-list recognized but now i cannot read a card with nfc-pool (but nfc-pool recognized as well my reader, it is in listening).Anything else to debug?

share|improve this question

2 Answers

up vote 1 down vote accepted

i found the answer:

PN532 + UART just works with libnfc unstable (1.5.x).

share|improve this answer

Was the card a mifare card? We have build pn532 breakout and we can use nfc-list, nfc-poll and other tools in examples directory.

here is the result: http://www.xfpga.com/P_view.asp?pid=379

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.