Coder Social home page Coder Social logo

pulse-sensor-processing-2-sensors-visualizer's Introduction

Multiple Pulse Sensor Visualizer

This processing sketch will display data from two Pulse Sensors.

Processing is a creative coding language. If you don't have Processing on your computer, you can download it here.

First, follow this tutorial to familiarize yourself with the Arduino code.

Modify Arduino Sketch

You will have to make one change to the example Arduino code. Near the top of the main page in the Arduino sketch TwoPulseSensors_On_OneArduino.ino there is the line

const int OUTPUT_TYPE = SERIAL_PLOTTER;

Change that line to

const int OUTPUT_TYPE = PROCESSING_VISUALIZER;

That will change the Serial output of the Arduino so that it can talk to this Processing sketch.

Works with more than 2 Pulse Sensors

This sketch is set to process signals from 2 Pulse Sensors. If you would like to use more than 2 Pulse Sensors, you will have to adjust the variable numSensors at the top of the main code page to the number that you want to work with.

NOTE: We don't make any guarantees for the functionality of this code with higher numbers of Pulse Sensors!

pulse-sensor-processing-2-sensors-visualizer's People

Contributors

biomurph avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  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.