Tag: java

  • Thinking Physically: brauswitch demonstration

    Following up on the initial post about the brauswitch – the eyebrow activated headband switch. Here is some video with a simple application demonstrating it’s use. There are separate switches for both the left and right sides. The simple Arduino code listed below will indicate if the left, right or both sides have been activated. […]

  • M5 Bus : Mashup

    I’ve wanted to try another geocode mashup since the Where We Were project I ran at Moore College. I recently picked up a GPS unit, which got me thinking about it anew. For the M5 Bus trip assignment for our Applications class I worked up a mix of Twitter, GPS location, digital photos and Google […]

  • (big surprise) i like the Wii.

    Inspired by Johnny Lee’s wiimote hacking, but disappointed that the code sample was written in C# I decided to use the available libraries for connecting to the wiimote and write a head tracking sketch in Java (Processing libs in Eclipse). Most of the struggle is that I’m not really proficient in pure Java

  • Scatterplot…

    Trying to migrate my knowledge of Processing into Java and the Eclipse development environment. This is Ben Fry’s zipcode lookup applet as described in “Visualizing Data”. There are some oddities in my implementation of it, perhaps due to my inexperience with vanilla Java and a shoddy porting of his code. Oh well, I’ll tinker with […]