I've been looking at interface kits because I want to teach myself C and this seems like a cool sort of project.
I'm considering making a Veb controlled Rover like on Hak 5.
Would you recommend an Arduino over a
Phidget Board?
Arduinos are very different from Phidgets. An arduino can be used as a standalone controller, whereas a phidget must be hooked up to a host computer. Obviously, when one uses a phidget, there is more flexibility software side; however, using a computer as its brains will increase the size of the device. With an arduino there are many limitations (software and hardware), but one can place an arduino into a device that is smaller.