Emulation example with pn532 undetected by ACS1252U-A1
Hello
I am trying to follow the instruction to emulate the FeliCa Plug RC-S926 tag with Adafruit PN532 Breakout Board v1.6 on RPi 3 B and detect it with ACS1252U-A1 connected to my Windows PC, alternatively Android tablet, without any results. The breakout board communicates via UART and is detected properly by libnfc (e.g. nfc-poll with a Mifare Classic works fine), as well as nfcpy.
I use
>>> import nfc
>>> clf = nfc.Contactless
>>> sensf_res = bytearray.
>>> def on_startup(target):
... target.brty = "212F"; target.sensf_res = sensf_res; return target
...
>>> clf.connect(
and try to pick it up with the other reader (seemingly working properly). Nothing happens.
I also tried with the example script
~/git/
and got
[nfc.clf] searching for reader on path tty:AMA0:pn532
[nfc.clf] using PN532v1.6 at /dev/ttyAMA0
** waiting for a reader **
But the reader didn't pick up a thing.
Is there something I'm missing? Thanks in advance for a reply.
Regards
Mikolaj Dobielewski
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- nfcpy Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Mikolaj Dobielewski for more information if necessary.