I plan to integrate a NFC reader module to GoPiGo, so I need to know which GPIOs on RPI / RPI2 are already occupied by GoPiGo.
As far as I know, the NFC reader module requires the following PINs:
3.3V, #25, #24, #23, #18, GND
Karan would let you know, but as far as I know, only the I2C pins are used. If you figure out how to get physical access to those pins, I think you’re fine.
(I’m not a hardware person, sorry)
It looks like the module you have uses SPI for communications, looks like it uses Pin24 which is CE0 and is connected to the GrovePi reset line and can accidentally reset the GrovePi. Can you send me a link to the module that you are trying to use. I’ll check out if it’s compatible with GrovePi.