Hello,
Please see this reference for in numbers in these questions:
1) The RPI breakout does not seem to expose the serial pins of the RPI. The pins are GPI pins 15 and 16 Or Pins 8 and 10 (these are the same depending which numbering system you use). While I understand the PiCChip can communicate via serial to the Pi, What about other serial sensors I may want to use?
2) The I2C pins SDA and SCL also do not appear to be exposed. I may of found one port on the raspberry pi breakout section that is connected to SDA but its not in the spot I would expect? The chipkit does not connect to the I2C bus unless I connect up the SDA and SLC pins.
3) When I remove the ChipKit pi from the top of the raspberry pi and just connect I2C together and some power, it works as expected. However there are 4 phantom devices that show up on the bus, for example there is a device with ID 4 but in my sketch uploaded I am using device ID 9. What are these devices and they only show up after calling Wire.Begin();
So I guess my question is: What is the raspberry pi breakout header for? It does not appear to connect to any of the RPi pins on the bottom and it sucks up some critical pins I need access to on the RPi. The only way I see to access them is to solder wires off the top where they poke the on the ChipKit Pi.
Thanks for any help you can provide.





