Hi,
Apologies for the simple nature of this post however I can’t seem to find the answer I’m looking for elsewhere on the forum.
I’d like to start off by saying what an excellent product you have in the GrovePi. I have both the GrovePi and GrovePi+ both are great.
Down to business - I have two High Accuracy Barometers connected on the i2c ports. These ship with a factory address of 0x76 and when I run the example project “high_accuracy_barometer_example.py” it works and I get the following output :
HP20x_dev is available.
Temperature : 26.56 C
Pressure : 1003.52 hPa
Altitude : 0.89 m
The problem is that I have two of these same sensors connected. One to i2c-1 and another to i2c-2.
I am not very up to speed on how i2c works as previously I had only used sensors which connected to the D2-D8 ports. I would really appreciate any guidance you can provide on retrieving data from multiple i2c sensors.