I am having a lot of trouble getting the RPi2 to recognize the sensor, even after configuring the I2C for the RPi and following the guide several times.
Running:
sudo i2cdetect -y 1
outputs that nothing is connected.
I've tried connected the BMP180 to both 5V and 3.3V, and using multiple different grounds, but have not gotten anything to work; has this happened to anyone else before?
hive-node.py is the script running on the RPi, and only the BMP180 does not work: https://github.com/trevstanhope/hive-node


