12-26-2019 01:45 PM - edited 12-26-2019 01:47 PM
Hi,
My application requires measuring the altitude with 0.5m to 1m accuracy. So, I am using the BMP280 sensor to calculate the altitude. The sensor is connected to the NODEMCU(ESP8266) and data read using the I2C interface in Arduino IDE. But while testing the altitude varies to 20m even though the sensor is kept at someplace over a period of time(around 6hrs). PFA for the code and image which shows the variation in altitude (MIN and MAX). Please suggest some solution in order to get the required functionality.
01-02-2020 09:40 AM
Hi Ravi,
The barometric pressure measured changes depending on time of day and the weather itself.
For what kind of product/project are looking to include the pressure sensor into? The BMP388 is better pressure sensor that the BMP280 for measuring smaller pressure changes. Note that, it will still be affected by the change in weather.
Regards,
kgoveas
01-06-2020 09:57 AM
Hi kgoveas,
Thanks for the reply. My application requires to measure the height of the product placed in a warehouse(to track or locate products in warehouse) which means over a period of time(for example, If I place the sensor at 930meters from sea level for 3 days or more) it should show the same height in order to track it but with current scenario, the height is changing over a period of time even though we place the sensor at the constant position. Using pressure and temperature data we are able to calculate the height but the issue was as you said it will be varied depending on the time of day and the weather itself. So, We can't get the constant height if we place the sensor in the same position over a period of time? Is this sensor serves for my application? or Can you suggest any other sensor which will work for my application?
01-13-2020 04:52 PM
07-22-2020 11:10 PM
Hello everybody,
I want to use a BMP280 to install it in a small aircraft as an altimeter. This sensor is supposed to give the absolute and relative pressure I think.
All the applications found on the web do not talk about the compensation that must be done when the temperature is not standard, i.e. 15°C at sea level, so pressure of 1013.25HPa. Indeed, it seems to me that at each altitude, it is necessary to check that we have the right temperature, this one decreasing by 2° per 1000 feet. If this is not the case, you have to recalculate the altitude with the temperature correction. I didn't find that algorithm. Does anyone know where to find it... or how to find it?
Many thanks in advance,
Bgeof