FelicaReader (RC-S330)

Post date: 2013/12/05 12:11:06

    1. $ sudo apt-get install libusb-dev libpcsclite-dev
  1. libnfs 1.7.0
    • $ ./configure
    • $ make
    • $ sudo make install
    • $ sudo echo "/usr/local/lib" > /etc/ld.so.conf.d/libnfc.conf
    • $ sudo ldconfig
  2. /etc/modprobe.d/raspi-blacklist.conf
    • blacklist pn533 blacklist nfc
  3. module unload
    • $ sudo rmmod pn533 nfc
  4. test
$ sudo nfc-list -v 

nfc-list uses libnfc 1.7.0 NFC device: Sony / ? opened 0 ISO14443A passive target(s) found.  
1 Felica (212 kbps) passive target(s) found: FeliCa (212 kbps) 
target:         ID (NFCID2): XX  XX  XX  XX  XX  XX  XX  XX
      Parameter (PAD): XX  XX  XX  XX  XX  XX  XX  XX 
     System Code (SC): XX  XX    0 Felica (424 kbps) passive target(s) found.  
 0 ISO14443B passive target(s) found. 
 0 ISO14443B' passive target(s) found. 
 0 ISO14443B-2 ST SRx passive target(s) found. 
 0 ISO14443B-2 ASK CTx passive target(s) found. 
 0 Jewel passive target(s) found.  


REF: