COVID-19-electronic-health-system / PanFLUte

Licence: MIT license
An open source spirometer for everyone.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to PanFLUte

senaite.health
SENAITE LIMS extension for Health Care labs
Stars: ✭ 19 (+35.71%)
Mutual labels:  health
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+314.29%)
Mutual labels:  health
gatus
⛑ Automated service health dashboard
Stars: ✭ 3,018 (+21457.14%)
Mutual labels:  health
kuberhealthy
A Kubernetes operator for running synthetic checks as pods. Works great with Prometheus!
Stars: ✭ 1,595 (+11292.86%)
Mutual labels:  health
covidliste
Speed-up Covid-19 vaccination campaigns 💉
Stars: ✭ 264 (+1785.71%)
Mutual labels:  health
chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (+300%)
Mutual labels:  health
health-check
Health Check is an application that provides an API to check the health health_check of some parts and some utilities like ping requests. This application can works as standalone or included in a Django project.
Stars: ✭ 31 (+121.43%)
Mutual labels:  health
go-health
❤️ Health check your applications and dependencies
Stars: ✭ 91 (+550%)
Mutual labels:  health
habitus
🏄 State-of-the-art Tracker for emotions, habits and thoughts. | Gamified. | Anonymous and open source. | Healthiest version of you
Stars: ✭ 23 (+64.29%)
Mutual labels:  health
PySUS
Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
Stars: ✭ 99 (+607.14%)
Mutual labels:  health
blockchain-hackathon
An electronic health record (EHR) system built on Hyperledger Composer blockchain
Stars: ✭ 67 (+378.57%)
Mutual labels:  health
aws-health-aware
AHA is an incident management & communication framework to provide real-time alert customers when there are active AWS event(s). For customers with AWS Organizations, customers can get aggregated active account level events of all the accounts in the Organization. Customers not using AWS Organizations still benefit alerting at the account level.
Stars: ✭ 214 (+1428.57%)
Mutual labels:  health
hms-health-demo-java
HMS Health demo code provides demo programs for your reference or usage. Developers can access the Huawei Health Platform and obtain sports & health data by integrating HUAWEI Health.
Stars: ✭ 37 (+164.29%)
Mutual labels:  health
badger
Remind yourself to not sit and stare at the screen for too long
Stars: ✭ 48 (+242.86%)
Mutual labels:  health
lifelights
Video games blended with home automation. Control your IoT devices based on in-game statuses!
Stars: ✭ 80 (+471.43%)
Mutual labels:  health
cht-gateway
Android SMS gateway app for CHT Applications
Stars: ✭ 60 (+328.57%)
Mutual labels:  health
node-healthchecks-api
The Node.js implementation of the Health Checks API by Hootsuite
Stars: ✭ 25 (+78.57%)
Mutual labels:  health
exhale
A Pebble app for breathing, written in C.
Stars: ✭ 12 (-14.29%)
Mutual labels:  health
rn-fitness-tracker
React Native module to interact with Google Fit and Apple HealthKit.
Stars: ✭ 58 (+314.29%)
Mutual labels:  health
hms-health-demo-kotlin
HMS Health demo code provides demo programs for your reference or usage. Developers can access the Huawei Health Platform and obtain sports & health data by integrating HUAWEI Health.
Stars: ✭ 21 (+50%)
Mutual labels:  health

panflute tests Netlify Status

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.

Installation

Compiling firmware in Docker

  1. git clone https://github.com/COVID-19-electronic-health-system/PanFLUte.git
  2. docker build -t panflute:1.0 .
  3. docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb panflute:1.0
  4. You should now be greeted with a terminal environment, which has all the necessary libraries needed to compile and flash the firmware.

Directory Structure

.
├── bootloader          # Firmware that runs on the NRF52
├── board               # Code that runs on the ATtiny841
└── doc                 # Doxygen documentation folder

Licensing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].