OVVE / software-controller

Software for the Arduino Mega
Other
2 stars 7 forks source link

Implement Derived Volume Readings #18

Closed mrrosen closed 4 years ago

mrrosen commented 4 years ago

Volume, Volume IN, Volume OUT, Volume/Min are all values derived from the air flow sensor, requiring some processing to be done to achieve good results; notably careful integration of the flow rate to achieve a good volume reading.

mrrosen commented 4 years ago

Note, Volume OUT cant be calculated in the current system, so we can ignore it for now; idea would be Volume IN updates per breath (ie, equals the volume pumped in when the system moves to exhalation) while Volume is updated continuously

mrrosen commented 4 years ago

In progress in #37