Hi Ian,
I've been mulling over/working on a driver for an automotive dashboard cluster (instrument panel), and I've been looking to your "PC Stats on Analog Gauges" as a reference.
Unfortunately, I don't think there will be quite as many similarities as I had hoped, since car gauges use air-core mechanisms. Many or all of the open-source air core driving products have all but disappeared.
Each of the 6 gauges has 4 pins, though some of the smaller gauges are driven strictly by resistance (12V, resistance and ground pins). (IE, fuel: 0 ohms on Empty, 80 Ohms on Full). The speedometer is driven by a removable circuit board that converts "Pulses per Mile" over time into a speed in MPH. The RPM works the same way, except with engine revolutions. (Proposed victim:
http://www.corsicas.com/clusterswap.html)
I'm guessing that each of these air-core gauges can be driven with a sine/cosine-type air-core driver IC, though I'm a fan of software solutions to hardware problems, where possible :)
Could Sine/Cosine gauge driving be done in realtime (processor heavy) or with lookup tables? (Maybe with enough EEPROM?)
Comments? Thoughts? Ideas? Suggestions? :)
Thanks in advance!