Giter VIP home page Giter VIP logo

biosignalpi's Introduction

BioSignal-Pi

Link to Software Documentation

Biosignal PI aim is to provide a flexible and affordable open-source platform and tools for physiological and biological measurements such as blood pressure, blood glucose, weight, body composition, activity monitoring, and brain and cardiac activity.In first step, electrocardiogram (ECG) with wide usage in diagnosing and monitoring of heart disease and even in monitoring the autonomic nervous system through heart-rate variability (HRV) is developed.

This version provides 5-12 leads ECG and respiration measurement system based on Raspberry PI, a credit-card-size single-board computer, and ADAS1000. ADAS1000 is introduced by Analog Devices includes all the components necessary to perform a five-lead ECG digital conversion with respiration and pacemaker-artefact detection in a single chip.

###System Requirements In order to be able to cross-compile the Raspberry Pi(RPI) from an workstation it is neccessary to utilize a cross-compiler this project has used the arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian toolchain. Cloned from https://github.com/raspberrypi/tools

To build the Biosignal PI software the system needs to have the following software and libraries installed:

  • QT5 (Biosignal PI has been tested with 5.5 and 5.6 both older versions of QT5 might work.)
  • qwt 6.1.2
  • cmake 3.0.3
  • bcm2835 1.46 c-library used for controlling to GPIO-pins
  • libpifacecad c-library used for PiFaceCad
  • libmcp23s17 c-library used for PiFaceCad

###Building the Biosignal PI software The software is built through the use of CMake. $ mkdir [buildFolder]
The buildFolder is just an example name this can be set to anything. $ cd [buildFolder] $ cmake -C ../[local-settings-file].cmake ../src/ local-settings-file is a file that should be set to tell CMake about the path to the needed dependecies see the different .cmake files in the main folder for example. $ make

####Build the Documentation $ make docs This will create the documentation in the folder Documentation

Build tests

$ make tests

This will create the tests in the Tests folder of your build folder.

####For information on how to setup the workstation for cross-compilation and installing Qt to workstation and Raspberry see wiki

biosignalpi's People

Contributors

martinr89 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.