Open-Source-Ventilator icon indicating copy to clipboard operation
Open-Source-Ventilator copied to clipboard

Complete control software for an emergency medical ventilator.

Results 7 Open-Source-Ventilator issues
Sort by recently updated
recently updated
newest added

what is the right way to add a different pressure sensor than yours. I assume I should store the reading in relPressure variable but I ask just to be sure....

It would be cool to have the CI configured for this project. I've configured the CI for an Arduino project on GitLab before by using [arduino-cli], which you can see...

With this PULL request, i am trying to address #3 [arduino-test-compile](https://github.com/ArminJo/arduino-test-compile) is used for GitHub Action.

Sometimes, mostly after a few years (or less in case of hardware defect), processor program memory or it's EEPROM start to lose their content, sometimes in elusive / voltage and/or...

enhancement
SAFETY

To detect memory & stack corruption, a known good and easy way is to add canaries. For good protection, all the canaries should not have the same value and they...

enhancement
SAFETY

There are some relatively slow operations being triggered in the timer ISR (e.g. things that use I2C interface). It would simplify the architecture to use flags for the ISR to...

Source is now ~2300 LOC in a single file. I would recommend breaking it down. A suggestion would be something like this: -Open-Source-Ventilator.ino (main) -config.h (defines) -ui.cpp (implement a Class-based...