Protocentral / healthypi-move-fw

Firmware codebase based on Zephyr for the HealthyPi Move system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealthyPi Move Logo

HealthyPi Move Firmware

This repository contains the firmware for the HealthyPi Move device. The firmware is based on the Zephyr RTOS.

HealthyPi Move is an open hardware device that lets you track all your vital signs to a high degree of accuracy. But it’s not just another smartwatch with a heart rate monitor. It is a complete vital signs monitoring and recording device on your wrist that can measure electrocardiogram (ECG), photoplethysmogram (PPG), SpO₂, blood pressure (finger-based), EDA/GSR, heart rate variability (HRV), respiration rate, and even body temperature.

HealthyPi Move

The hwardware files for the HealthyPi Move are available at their own repository - HealthyPi Move Hardare

HealthyPi Move is now available for pre-order in the ongoing campaign on Crowd Supply

Repository Contents

  • /app - Main Application Code for the HealthyPi Move device
  • /drivers - Device drivers for onboard devices
  • /boards - Boards definition devicetree files
  • /scripts - Convenience scripts

Compiling the firmware

This repo itself is laid out to be a Zephyr application, and can be built using the Zephyr SDK. For more information on setting up and compiling Zephyr applications, please refer to the Zephyr documentation.

Guide coming soon..

License Information

License

This product is open source! Both, our hardware and software are open source and licensed under the following licenses:

Hardware

All hardware is released under the CERN-OHL-P v2 license.

Copyright CERN 2020.

This source describes Open Hardware and is licensed under the CERN-OHL-P v2.

You may redistribute and modify this documentation and make products using it under the terms of the CERN-OHL-P v2 (https:/cern.ch/cern-ohl). This documentation is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-P v2 for applicable conditions

Software

All software is released under the MIT License(http://opensource.org/licenses/MIT).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Documentation

All documentation is released under Creative Commons Share-alike 4.0 International. CC-BY-SA-4.0

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Please check LICENSE.md for detailed license descriptions.

About

Firmware codebase based on Zephyr for the HealthyPi Move system

License:Other


Languages

Language:C 99.6%Language:CMake 0.1%Language:MATLAB 0.1%Language:Shell 0.1%