I have these
-
Arduino UNO R3
-
Elechouse Wave Shield 3.0 http://www.fut-electronics.com/wp-content/uploads/2015/12/wave_shield_manual_and_arduino_tutorial.pdf
-
RFID/NFC PN532 Shield https://www.adafruit.com/datasheets/pn532ds.pdf
Alone they work well, but when I plug them together the Arduino can't detect neither the Wave Shield or the RFID Shield.
Used a "I2C address scanner". Got this:
When I have Arduino + RFID
I2C scanner. Scanning ...
Found address: 36 (0x24)
Done.
Found 1 device(s).
Arduino + Wave Shield
I2C scanner. Scanning ...
Found address: 68 (0x44)
Done.
Found 1 device(s).
MOST IMPORTANT: Arduino with RFID Shield and Wave shield at the top
I2C scanner. Scanning ...
Found address: 36 (0x24)
Finds an address, but not a device.
Any tips? I need to fix this ASAP, for a school project.
I just want to play a sound when certain RFID Tag gets detected, nothing too complicated.
Thanks.