I am working on a sensor package for my PI. I already added a Sparkfun TMP102 temperature sensor. On the GPIO, it is powered by pin 1, grounded on pin 6, with pins 3 and 5 processing serial data. I wrote a python script to read data and everything works fine.
My problem is that now I want to add a second sensor to the GPIO, the BMP085 pressure sensor is also on the breakout board from Sparkfun. Which wiring examples I found show that it should connect to the same GPIO pins as the TMP102. They should be registered as serial devices, but I'm not sure how to connect everything together.
I am a programmer at heart, so connecting electronics makes me nervous. :-)
Any suggestions would be greatly appreciated.
Thanks.
source share