You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @enjoyneering
Use BMP180 breadboard GY-68I2C adress 0x77
Is the sensor faulty or is the library configured incorrectly?
I use example.
Just changed terrain height from 115 to 150.
I tried to add an include to the sketch, but nothing changes.
#include <BMP180.h>
But then I saw that the main header file was already added to #include <BMP180advanced.h>
maybe some coefficients need to be adjusted, or is the sensor defective / fake?
Does this sensor have a built-in temperature sensor?
I used to think that it was not inside, but I saw the meaning and was surprised. Added information
When I used another library temperature is corrected
compensation calculation B5 function in this library is
hey @enjoyneering and @brightproject , i was testing the sensor, i used this library before and it worked correctly, but when i use it now i run into the same problem as you did, the temperature being -260 therefore the pressure reading is also incorrect, i read your comment and saw the solution that you provided but when i use the other library that you provided, i run into the same problem again, temperature is again -260, i'm pretty sure that my sensor is ok. do you know how to solve this?
Hello @enjoyneering
Use
BMP180
breadboardGY-68
I2C adress 0x77
Is the sensor faulty or is the library configured incorrectly?
I use example.
Just changed terrain height from
115
to150
.I tried to add an include to the sketch, but nothing changes.
But then I saw that the main header file was already added to
#include <BMP180advanced.h>
maybe some coefficients need to be adjusted, or is the sensor defective / fake?
Does this sensor have a built-in temperature sensor?
I used to think that it was not inside, but I saw the meaning and was surprised.
Added information
When I used another library temperature is corrected
compensation calculation B5 function in this library is
compensation calculation B5 function in this library is
The text was updated successfully, but these errors were encountered: