Archive for the 'Processing' Category

  • 04.13.08
    img_09451 GSR Reader

    Galvanic skin response readings are simply the measurement of electrical resistance through the body. Two leads are attached to two fingertips. One lead sends current while the other measures the difference. This setup measures GSR every 50 milliseconds. Each reading is graphed, while peaks are highlighted and an average is [...]

  • 02.23.08
    CSV import for Processing CSV import for Processing

    Here’s a some code for Processing to import csv files and parse the entries into a 2D array.

  • 02.20.08
    Infinite Mouse Tracking Infinite Mouse Tracking

    I wanted to use the mouse as a simple surface optical encoder to get infinite panning motion. The problem with reading mouse coordinates on the screen, is that once the mouse reaches the edge of the screen, it stops counting. So a simple solution is to reposition the mouse (using the robot class) [...]

  • 02.17.08
    Surface Output Example Surface Output Example

    .dxf and 3D point position .txt file output and sunflow rendering example

  • 02.09.08
    ESS Jiggling Students Example ESS Jiggling Students Example

    An example sketch using the Ess library to make a class of objects jiggle in response to the microphone input

  • 02.01.08
    Sensors Galore Sensors Galore

    An example of blobDetection, Ess, sms, and ocd all rolled into one sketch. Click and drag on the screen to move the HUD sliders around. (nothing is going to load here. copy the code to your processing sketch to run it)

  • 02.01.08
    Spot Example Spot Example

    A basic setup of a class structure
    The class Spot has 4 inputs (x,y,diamter, color) and 3 functions
    drawLines(float x1, float y1, float x2, float y2) , update(), and display().
    Spot_Example : Built with Processing

  • 10.18.07
    HND: Live GPS and Vibe HND: Live GPS and Vibe

    Slightly updated code for incorporating vibe control via serial.

  • 10.15.07
    hndlivegpsscreenshot_1.png HND: Live GPS

    Here’s our Processing sketch for taking a live GPS feed of some guy in Kansas that never seems to move. The applet displays his location, our fixed location and controls MoMo, our haptic navigation device via serial connection.
    [HND: Live GPS]

  • 10.13.07
    Phylo Pattern Generator Phylo Pattern Generator

    phylotaxis applet

  • 10.13.07
    1072.jpeg Attractor Topography

    attractor topography applet

  • 10.07.07
    img_0103.jpg HND: Weight Shifting

    Weight shifting sphere using 2 servo motors and a large weight. One servo is for z rotation, and another is for the x rotation ( or degree of weight shift ).