I am trying to read data from differential pressure sensor to calculate wind speed using arduino due.
The sensor that i used is MPXV7002DP. I tried different methods and i didn't handle the right result.
Also, I tried the steps in the forums. However, my results are not correct. I guess that my problem is related to mapping.
In MPXV7002DP datasheet, it shows that transfer function is
Vout = VS × (0.2 × P(kPa)+0.5) ± 6.25% VFSS
VS = 5.0 Vdc
So, my question is how can I read data from differential pressure sensor?
That sensor is a poor match for a DUE.
The sensor is 5volt logic, and the Due is 3.3volt logic.
Variations in the sensor supply and in the Due supply will influence sensor output.
Best to use a 5volt processor, to preserve the ratiometric cancelation of sensor and A/D.
Leo..