Grove Barometer (I2c) library doubt

Dear Friends,

I am using Grove barometer sensor (I2C) with Grove shield (the problem exist Without Shield as well)

http://www.seeedstudio.com/wiki/Grove_-_Barometer_Sensor

Library (Guess this new and latest one)

But I getting only "Temperaturet" on serial monitor after that nothing happening. Pls refer the attached image.
Think, it because of myBarometer.init(); function.
if i comment the statement, then struck in
temperature = myBarometer.bmp085GetTemperature(myBarometer.bmp085ReadUT())

Not sure, i am missing basic procedure. I have verified the correct installation of library.
Please any help /advise. This is important project trying to solve the problem with Barometer.

Many thanks. :slight_smile:

With regards,
chandra

Is this a software issue or hardware ?
Without a schematic and code I don't think we can help you.

It is must be some issue on Software.
Schmatic and code is here. I have tried. with shiled and without shield as well.

http://www.seeedstudio.com/wiki/Grove_-_Barometer_Sensor

Main problem, why the serial print shows the "Temperaturet" from Library C file. Generally, it should use follow the INO file.
Not sure, why CONTROL goes to library C file**(Barometer.C)** and printing the "Temperaturet"... Even i comment that part... the control still stays in Barometer.C.

Attached the library as zip file. I try to run on Example from library. Concern that there is may be silly mistake. :frowning:

Cheers!
chandra

Barometer_Sensor.zip (3.89 KB)

Chandra,

how about giving this code a try Barometric Presure sensor BMP180 - #57 by _Leo - Sensors - Arduino Forum just to see if the hardware is set up correctly.

Hi Leo,

I will try that code and post the result. Seems it does not use any library except Wire.h.

Many thanks.

Cheers!
chandra

Post a terminal capture file that contains your serial monitor output using a program like Clear Term
http://www.clearconnex.com/content/clearterminal

After receiving the serial output select Flile\Save buffer to file in Clear Term.
Post the text file so we can see your serial monitor output.

Dear all,

Thanks for your input. Inspiring support. . By the by, i fix the issue. The culprit is Baraometer sensor is spoiled. After i change, new one, I see the reading . Pls refer the screen shot attached.
code:
http://www.seeedstudio.com/wiki/Grove_-_Barometer_Sensor .

Lesson learned: Make sure, the sensor is in good working condition.

Cheers! :slight_smile:
Chandra

Hello,

I can see in the screen shot that you have always the two words : temperaturet : temperaturet2 in the first line of the serial monit. Do you know why and how to remove it ?
Thank you.

hello,
The answer was in the library, file barometer.cpp.