Coder Social home page Coder Social logo

maxproske / velopad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from struz/velopad

0.0 1.0 0.0 308 KB

Toolkit for working with velostat-based DIY dancepads

License: GNU Lesser General Public License v3.0

JavaScript 11.90% HTML 3.11% CSS 3.29% TypeScript 81.69%

velopad's Introduction

Velopad

A toolkit for working with a velostat "ghetto pad".

This hasn't yet been made generic enough to work on anyone's setup, and the Arduino Code hasn't been ported into this repo yet.

Setup

  1. Download and install Node.js for your operating system.
  2. (Optional) If any of the npm install commands below give you a compilation error, and you are running on Windows, try running npm install --global windows-build-tools or otherwise following this guide on fixing the issue. a. If you're on another platform, you're on your own for now but if you find a fix feel free to make a PR so others can benefit.

Usage

  1. Plug in your Arduino to your PC via USB.
    • Ensure it is running the velopad code as certain message formats are expected over the Serial connection.
  2. In one terminal, run the server. This will find and connect to the Arduino and begin streaming data over the serial port.
cd server
npm install
npm run start
  1. In another terminal, run the client. This hosts a webserver to serve the single page react application that will connect to the server and use it retrieve serial data from the Arduino.
cd client
npm install
npm run start
  1. Open a web browser and visit http://localhost:3000/
  2. Get a Claire to sit on the stepladder bar

Planned features

  • sensor weight profiles saved to browser local cache that can be applied for different players
  • some more stats over a session
  • streaming the raw sensor data to a file
  • analysis tools to work on raw sensor data dumps to suggest better trigger thresholds

velopad's People

Contributors

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