Git Product home page Git Product logo

capstone's Introduction

Capstone Project

Teddy, Sasha, Sean, Neil, Amery

Working with four other Northeastern University students, I developed a prototype sensory feedback device for use with virtual reality. I pushed for a familiar method of feedback and came up with the idea of using pneumatics to apply pressure to the hand. I worked on the project from its initial conception through the synthesis of the prototype and demo. To our excitement, the project earned second place at the semesters Capstone design competition. The system precisely distributes pneumatic pressure to a collection of pouches on a glove. The pouches are inflated and deflated based on commands received over a serial connection from a computer. Leveraging the large number of GPIOs on the Arduino Mega, it rapidly measures the pressure of each pouch and actuates specific solenoid valves to maintain a constant experience for the user. We integrated the serial communication in a demo using Unity and the Leap Motion allowing users to feel objects they touch in VR.

Working Prototype

Developer Setup Instructions

Install Processing 3 preferably for all users

Clone this repository to your processing sketchbook location (File --> Preferences --> Sketchbook Location)

Clone the Leap Motion Processing Library to your sketchbook location's libraries folder

Create a symbolic link from "leap-motion-processing" to "LeapMotionForProcessing"

Windows Symbolic Link Command:

mklink /j ...\libraries\LeapMotionForProcessing ...\libraries\leap-motion-processing

Additional Instructions for Sublime Text

Install Sublime Text 3

Launch Sublime Text 3 and go to (Preferences --> Settings - User) and add the following lines to the hash

  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "spell_check": true

Next type ctrl and ` to open the Sublime Console

Enter the Sublime Text 3 Package Control text into the console

After the installation of the Package Controller is done restart Sublime

Then install the Sublime Text Processing Package (Preferences --> Package Control --> Install Package --> Processing)

Add Processing 3 folder to your System's PATH as shown here

Restart Sublime one more time

Open the Capstone repository in Sublime and build the project (Tools --> Build)

Other Resources

Processing Serial Documentation:

https://processing.org/reference/libraries/serial/index.html

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.