Git Product home page Git Product logo

bryanrtboy / arduinoserialthreading Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 3.5 MB

A script to read curves from a Touche programmed Arduino. This will create a new Thread for reading incoming Arduino serial data. Useful for working with sensors in Unity and not have the serial port cause a slow down on the main thread. Also includes methods for storing and comparing curves.

C# 83.51% Arduino 16.49%

arduinoserialthreading's Introduction

ArduinoSerialThreading

Project that implements the Touche method based on the Disney labs project for detecting gestures with a single wire. This implentation is specifically for Unity, creating a threaded serial read for the incoming Arduino data and plotting graphs using particles, objects and lines.

The lines are stored for comparing to the current curve reading to stored curves. To store curves, click the button when you are touching, grabbing, etc.

gif gif

Also includes a method for getting the name of the current serial port in the player build, allowing users to interactively switch to the correct port. All settings are stored for future launches of the application.

The original Processing sketch for Touche seemed glitchy, and appeared to only compare the highest y value of each curve, rather than the curve as a whole. This improves upon that by comparing the entire stored curve to the current curve read from the Arduino, always defaulting to the lowest total cumulative distance between each point of the curves.

arduinoserialthreading's People

Contributors

bryanrtboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arduinoserialthreading's Issues

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.