I am working up a sensor package for my PI. I have already added the TMP102 temperature sensor from Sparkfun. On the GPIO it is powered from pin 1, grounded on pin 6, with pin 3 and 5 handling the serial data. I have written a python script to read the data and everything works fine.
My problem is that I now want to add a second sensor to the GPIO, the BMP085 pressure sensor also on a breakout board from Sparkfun. What wiring examples I have found suggest that it needs to hook into the same GPIO pins as the TMP102. They should both register as serial devices, but I am unsure how to wire everything together.
I'm a programmer at heart, so hooking up electronics makes a nervous. :-)
Any suggestions will be greatly appreciated.
Thanks.