PanFLUte (Pneumonia analyzing node for FLU to everyone) is an open source spirometer. It is used to measures the amount of air you're able to breathe in and out.
git clone https://github.com/COVID-19-electronic-health-system/PanFLUte.git
docker build -t panflute:1.0 .
docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb panflute:1.0
- You should now be greeted with a terminal environment, which has all the necessary libraries needed to compile and flash the firmware.
.
├── bootloader # Firmware that runs on the NRF52
├── board # Code that runs on the ATtiny841
└── doc # Doxygen documentation folder
This repository and all contributions herein are licensed under the MIT license. Please note that, by contributing to this repository, whether via commit, pull request, issue, comment, or in any other fashion, you are explicitly agreeing that all of your contributions will fall under the same permissive license.