03-14-2023 08:23 AM
Hi
I want to measure the water level with bmp581.
So, how does this sensor track water levels with mm precision?
Bosch Video (84) Detecting the water level of a washing machine powered by BMP390 - seems to be suggested by YouTube.
Is there any example code or guide document I can refer to?
Solved! Go to Solution.
03-16-2023 11:08 AM
Hi PeterMark,
For water level of a washing machine with mm precission, formula is " p=ρgh". we're supposed to substitute p as 50pa, ρ as 1000kg/m3, g as 9.8N/kg, and then we can get that h is equal to around 0.005m.
03-20-2023 12:33 AM
Hi BSTRobin, thanks for your reply.
I have a few more questions.
1. Should I use only one sensor and apply it to the formula?
2. Is there any problem setting the sensor as shown below?
Pressure oversampling: x16
Temperature oversampling: x2
IIR filter coefficients: 4
3. Should we consider a measuring device like the one below?
03-24-2023 08:57 AM
Hi PeterMark,
1, 3: In Youbute video, measuring device is like this, you need to use two sensor.
2. Yes, you could use the sensor setting you mentioned. And you could also use other sensor setting, refer more BMP5 example code: https://github.com/boschsensortec/BMP5-Sensor-API/tree/master/examples
04-10-2023 08:25 AM
Hi BSTRobin
thanks for your reply.
I have a few more questions.
1. Why is 95817.06pa a reference?
2. Is the position of P0 a pressure input in the drum? Is it the pressure around?
3. Should I simply get the P-P0 pressure? Is there a calibration value?
4. Does the size of the tank not matter?
5. Is it possible to measure up to 1mm?