Giter Site home page Giter Site logo

glove-arduino's Introduction

glove-arduino

author: dunchen

2014/7/2

the code for the arduino embeded on the glove

this code needs to be used together with the code in the repository glove in order to get the interaction between the user and the computer display

###what's the arduino chip task 1: give power to the red LED, which will be the detect center of the camera. this would provide the two dimensional location of the hand. 2: drive the Ultrasonic Range Finder, which would give the distance between the hand and the screen. here we get the third dimensioanl location of the hand. 3: transmit all those data through serial port to the computer for the change of the display on the screen

###equipments connected with the arduino nano chip: 1: one Red LED connected to the pin 2 of arduino chip 2: one Ultrasonic Range Finder, RB URF02, in mode 1 the input port is connected to the pin 10 of arduino chip

3: the arduino chip is connected to the computer with the serial port, which support most of the wireless data tansmision equipment without any change with the code.

###some details of the serial port setting 1: frequency 9600Hz 2: read and write mode: RAW mode (without any change on the data transmitted and all the data is transmitted in the form of char)

//yeti comes down from the jokul~~

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.