Fork me on GitHub

Posts Tagged ‘arduino’

Use a potentiometer in XNA

Posted on: 12-12-09 | By: David | In: Curltable | Comments: RSS 2.0

During my first researches on the curltable I thought it would be nice to have some functions controlled by external elements such as potentiometers, buttons or sliders. So I gave it a try and used my Arduino and the serialPort class for communication to the board. What I tried was to control the tempo of an audio track by a potentiometer.

Read more

Pc talking to my Nikon D40

Posted on: 11-26-09 | By: David | In: Blog | Comments: RSS 2.0

I was working lately on a simple peace of program to control my Nikon D40 by a PC. This little app communicates through my Arduino board with the camera. To get my d40 to capture something I used a bit of code from Gustav von Roth which can be found here. This Code sends a signal over an IR Led to generate time lapse effects. An example is shown below.

Read more