Hi all!
I just grabbed a couple of these:
I’m attempting to set them up with I2C on a pair of Raspberry Pi Zeroes.
I’ve set them up according to this guide:
http://wiki.sunfounder.cc/index.php?title=PN532_NFC_Module_for_Raspberry_Pi
Everything’s fine up until the i2cdetect –y 1 stage.
I’m able to enable I2C on the RPi, I’m able to plug them in resulting in the module’s red LED lighting up, I’m able to do all the various installs and everything okay. But when I go to detect the I2C device, nothing comes up:
pi@machinename:~ $ sudo i2cdetect 1
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-1.
I will probe address range 0x03-0x77.
Continue? [Y/n] y
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – -- – -- – -- –
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: – -- – -- – -- – --
My first guess would be that it’s wired wrong, but I’m using a commodity ribbon cable and I’ve checked and double checked that it’s in the correct position. Also the LED lights up, so at least the +5v line is probably right.
Any clues or hints as to things that might be wrong?
Thanks