oat997
March 20, 2023, 7:26am
1
Dear all I am using PN532 and it cannot be read by the arduino i used i2c communication with the following connection
pin 2 to IRq
pin3 to Reset
scl to A5
SDA to A4
I used "realmifareclassic" from "Adafruit_PN532.h"
I made my changes highliting the following
//#define PN532_SCK (2)
//#define PN532_MOSI (3)
//#define PN532_SS (4)
//#define PN532_MISO (5)
//Adafruit_PN532 nfc(PN532_SCK, PN532_MISO, PN532_MOSI, PN532_SS);
and unhighlighting the following
#define PN532_IRQ (2)
#define PN532_RESET (3) // Not connected by default on the NFC Shield
Adafruit_PN532 nfc(PN532_IRQ, PN532_RESET);
I don't know serial monitor always printing "pn53# not found"
so someone please help me with this issue
Thanks in advance
jim-p
March 20, 2023, 8:42am
2
Do you have the jumpers set fot I2C?
Do you have pull-up resistors of SCL, SDA
oat997
March 20, 2023, 10:50am
3
no I don't have pull up resistors
oat997
March 20, 2023, 10:53am
4
i will purchase it, thanks, I will test and inform you
oat997
March 26, 2023, 11:17am
5
still no result, I am using version 3, could anbody help?
jim-p
March 26, 2023, 11:27am
6
Do you mean version 1.3?
Which arduino board are you using?
You need to post your full code
oat997
April 5, 2023, 8:20am
7
I want to thank I solved the issue It was about wiring issue that I didn't realize except at a late time... thanks for your time
system
Closed
October 2, 2023, 8:20am
8
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.