But now, I have been experimenting to create aftermarket gauges myself, trying to obtain a more integrated look for my '76. I have placed two of these gauges in the location where the 'ACRS' and 'fuel economy' indicator lights used to be. It is fully custom designed, so virtually any sensor reading can be displayed. I specifically chose yellow + a 'rough' digital font, to make it sort of period correct. Altough it looks more kind of 80's, I am happy with the way they turned out.For the moment, it is operating but I am still working on some annoying bugs. Other than the bugs, they read very accurately. At the moment I can read battery voltage, oil pressure, oil temp and water temp (all units can be displayed in metric/imperial). RPM reading is present, but needs some finetuning, and speedometer (KMH/MPH) is on my to-do list.
Hi Willem,Can you elaborate a little more regarding what you did to create the gauge? Is there a starter kit for something like you're showing or did you build everything from scratch? I would really like to have an actual temp gauge on my '79 Eldorado. I wanted to even make it appear like an original gauge. There's an area where a gauge could be placed where the idiot lights for temp are now but I wasn't certain how to build a gauge from scratch. I would even like it to be a "needle" gauge like the mechanical speedometer. I'm pretty good at finding ways to create the mechanical items but I'm not certain how the temp gauges work... resistance fairly sure but translating resistance into the proper movement I mean. I thought possibly I could start with another temp gauge and create a new face but finding something like a starting kit would be great. I will attach a mock-up which was really pretty close. I used a mid 89-92 Buick Century temp gauge. The numbers are covered by the Eldorado trim but I could live without numbers if I got it to work.Pretty cool work especially if you were able to match a font which I gathered you did.Scott
an ohmmeter for an Arduino would be silly-simple: Vcc to one end of the resistor, the other to an analog input, and a known resistor from that input to ground.The voltage drop across each resistor is proportional to its resistance, and total to Vcc.