Posts Tagged ‘eclipse’

Arduino in Eclipse

Saturday, October 31st, 2009

This tutorial describes how to set up Eclipse for Arduino (AVR) C/C++ development. Eclipse is a full-featured Integrated Development Environment with modern editor features such as syntax highlighting, code completion and error checking. I became interested in using Eclipse for Arduino development as I’m often simultaneously developing firmware for the chip and visualization software in a Java / Processing applet. Since I’m already using Eclipse for Java / Processing, it’s nice to be able to work in the same environment for both.

The Arduino site has a decent walkthrough, but I found some of the steps to be confusing or outdated. Hopefully, this will get you up and running quickly. (more…)

i knew that it’s been watching me.

Sunday, October 26th, 2008

years ago we used to joke that the small microphone at the top of some apple monitors (beige powerPC era) was a stress sensor and would allow the computer to detect when you were getting frustrated or were under a deadline and would then misbehave to spite you.

when the macbooks added the isight camera built-in to the display bezel it was like deja vu, “all over again”.

i’ve always been somewhat wary of the camera, specifically that it may be on despite not indicating as such. last night, as i walked past the computer, my fears were confirmed..as show in the below video:

Get the Flash Player to see this content.

The tracking is done in Processing, (more…)

Scatterplot…

Thursday, October 9th, 2008

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 it later.

Applet and code