Coder Social home page Coder Social logo

kasparsj / sc-max3010x Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 136 KB

SuperCollider plugin for the MAX30102 and MAX30105 Pulse sensor

CMake 1.64% C++ 93.35% C 4.36% Makefile 0.16% Shell 0.10% M4 0.22% SuperCollider 0.18%
supercollider supercollider-ugens ecg pulse-sensor sonification

sc-max3010x's Introduction

sc-max3010x

SuperCollider plugin to read data from MAX30102 and MAX30105 over i2c.

Based on https://github.com/jpburstrom/sc-mpu9250

This project will build:

  • MPU: a SuperCollider UGen plugin
  • debug: an executable that reads the data from MAX3010x over i2c and prints it

To build:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DSC_PATH=/path/to/supercollider/source ../
make 

To test / debug:

./build/apps/MAX30105_debug/MAX30105_debug

To install SuperCollider extension

cp plugin/MAX30105.so ~/.local/share/SuperCollider/Extensions/MAX30105/plugins/
cp plugin/MAX30105.sc ~/.local/share/SuperCollider/Extensions/MAX30105/classes/

In SuperCollider

{ Max30102.kr(0) * WhiteNoise.ar!2 * 0.1 }.play; // white noise modulated by pulse

sc-max3010x's People

Contributors

kasparsj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jaseknighter

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.