Im currently using a Arduino Uno on my master project and I got some little problem.
I use the Adafruit PN532 RFID/NFC Breakout and Shield to manage access to the project.
Everything work find but when the system is waiting for a MiFare Classic Cards, my digital pin (set as a output) is activated. This is a problem because it active the relay that control a xray machine.
How can I be sure that a digital output is always low unless I request with digitalWrite(xray, LOW); ?
This is the code of the nfc that active the digital pin. xray pin is digital pin 3.
On your linked page, there is a link, "Breakout board wiring". It says:
Wire up the 4050 level shifter chip to the Arduino as shown. The notch in the 4050 is at the 'top' in this image.
Arduino digital pin 2 is connected to 4050 pin 9 (orange wire)
Arduino digital pin 3 is connected to 4050 pin 11(yellow wire)
Arduino digital pin 4 is connected to 4050 pin 14 (green wire)
On the breakout board
3.3Vin is connected to the Arduino 3.3V pn
SCK is connected to 4050 pin 10 (orange wire)
MISO is connected to Arduino pin 5 (blue wire)
MOSI is connected to 4050 pin 12 (yellow wire)
SSEL is connected to 4050 pin 15& (green wire)
GND connects to Arduino ground (black wire)
Also connect 4050 pin #1 to 3.3V and pin #8 to ground.
Click to see a larger image. The red power wire should be connected to the 3.3v pin on the Arduino!
As a shield, they imply that only pins, A4 and A5 are used, but I'd take that with a grain of salt (or two).