I want to measure the time of air flowing over a pressure transducer. I want to turn the timer on and off automatically. I also want to get the pressure values of some specific time. If anybody can help with it, I'll be thankful.
Hi
You can do it, I give you permission.
But before that please read:
RV mineirin
Save the value of millis() when the air flow input becomes active.
Save the value of millis() when the air flow input becomes inactive
The difference between the 2 values is the time that the air flow was active
To measure the pressure at a fixed time
Save the value of millis() when the air flow input becomes active
When the current value of millis() minus the start value equals or is greater than the measurement period measure and save the pressure value
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.