Hey guys, if anybody is wondering how to find the device ID of an I2C device on the I2C-BUS, here is small code snippet for Android: http://pastebin.com/Q4MEjsdH
The code iterates addresses from 1 - 127 and tries to write an read. If read is successful, then you have found the device ID.
Comments
I want to interface to a "NXP PN532 NFC RFID Module V3" ( https://dangerousthings.com/wp-content/uploads/2013/12/PN532_-Manual_V3.pdf )
what's the best way to connect a PN532 with a MetaWear RG?
http://pastebin.com/Q4MEjsdH
The code iterates addresses from 1 - 127 and tries to write an read. If read is successful, then you have found the device ID.
Good luck.