tag : NFC PN532 module itead Raspberry Pi
Have you tried this website?
http://blog.iteadstudio.com/raspberry-p ... th-libnfc/
This website provides step-by-step to set nfc module using chip pn532 from itead with libnfc
This setup use SPI/I2C/UART for the connection (you can choose by yourself) by defult it is intended to use with I2C.
I have tried it using I2C and it works.
On my projects I just use 4 pins on the module to connect with the RPi
since I use I2C so I use :
-MISO
-MOSI/SDA/TX to PIN3 I2C(SDA) on RPi
-NSS/SCL/RX to PIN5 I2C(SCL) on RPi
-IRQ
-RST
-GND to PIN4 GND on RPi
-5V to PIN5 5V on RPi
the rest I left it not connected
if you want to use the SPI then I think you could use
MOSI to pin 19 SPI_MOSI on the RPi
MISO to pin 21 SPI_MISO on the RPi
check this for RPi pins
http://www.peatonet.com/wp/wp-content/u ... rry-1.jpeg
check this for itead pn532 module pins
http://imall.iteadstudio.com/im130625002.html
hope this helps.
