vadervschewygra / PicoPN532

Raspberry Pi Pico code for PN532 NFC reader/writer
2 stars 0 forks source link

Runtime error: Failed to detect the PN532 #1

Open datboi2008 opened 11 months ago

datboi2008 commented 11 months ago

After running the program with my Pn532 hooked up to my pico as described in the Read-me, it gives me a runtime error saying it could not detect the Pn532.

%Run -c $EDITOR_CONTENT Write frame: ['0x0', '0x0', '0xff', '0x5', '0xfb', '0xd4', '0x14', '0x1', '0x14', '0x1', '0x2', '0x0'] Write frame: ['0x0', '0x0', '0xff', '0x2', '0xfe', '0xd4', '0x2', '0x2a', '0x0'] Traceback (most recent call last): File "", line 53, in File "adafruit_pn532/uart.py", line 74, in init File "adafruit_pn532/adafruit_pn532.py", line 174, in init File "adafruit_pn532/adafruit_pn532.py", line 361, in firmware_version RuntimeError: Failed to detect the PN532

kumitterer commented 4 months ago

I'm having the same problem, did you find a solution?