HowTo: Measure a Vehicle’s Performance with a USB Accelerometer
February 19th, 2007 by AlexEver wonder how to measure a vehicle’s performance using an accelerometer in a high level programming language? Well, Mike Harkabus has just put together a nice tutorial (with source) on Microsoft’s Coding4Fun Blog that explains how to do so. Called iAccelerate, “using basic physics equations, we can derive a vehicle’s current speed, distance traveled, horsepower, and other performance metrics from the acceleration of the vehicle”, all of which is written in Visual C# Express.


Since the Express languages are free, you can put this entire project together all for the price of the accelerometer (given that you have a vehicle to test and a laptop of course). The accelerometer used in this this tutorial is the Phidget 2-axis accelerometer, which happens to be under $70.














February 20th, 2007 at 7:21 am
If it could return angular acceleration and calculate changes in orientation that would be very useful - effectively a low cost IMU.
February 21st, 2007 at 4:20 pm
There are also lowcost ways to build GPS aps for vehicle tracking that many people don’t know about.
http://blogs.msdn.com/coding4fun/archive/2006/10/31/912287.aspx
July 31st, 2008 at 5:57 pm
[…] […]