Bmp085
Thric
Posts: 109
Hi all,
I'v been trying to hunt for an object for the bmp085·pressure sensor. Anyone that knows one out there? I would·aslo·like to know whether I need the xclr pin connected or not.
Thanks
I'v been trying to hunt for an object for the bmp085·pressure sensor. Anyone that knows one out there? I would·aslo·like to know whether I need the xclr pin connected or not.
Thanks
Comments
There are 2 calls to get data
GetPressureTemp this waits until it can get the data
GetPressureTempA you keep calling this until it returns true. When it returns false, its triggered the sensor but doesn't have the data, when it returns true it has data. The test code uses this call.
The test code uses GetPressureTempA. The test code tests several other sensors as well but you can ignore that. Also it uses 10Mhz clock with pll8x so dont forget to change that and the i2c bus is not on pins 28/29 so you would need to change that.
Donald
When i call GetPressureTemp or GetPressureTempA it returns the same values for both - i would expect different values ie one the raw pressure reading and the other the actual corrected pressure (with temperature compensation )
I am assuming it returns the value for both variants in the @TempV, @PressureV am i correct ?
Any help or pointers greatly appreciated.
Thanks Timmoore (for posting the quadtest1) and Thric