Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Digital Automotive Guages

Status
Not open for further replies.
Everything you mention is possible and shouldn't be too hard.

As far as an AtoD i'm not sure how fast you want to sample. If you go to Digikey.com they have a great search engine with a huge selection.

Instead of 7 segment LED's you should look into LCD displays. You can buy ones that use serial input - again digikey will have a ton to choose from. You also might try https://allelectronics.com/ They have less selection but cheap prices. If you have a bit of money to spend Amulet Technologies has easy to use graphical LCD displays that run off RS232.

If you're planning to get into electronics for your car Its probably worth your time to learn about microcontrollers instead of using a basic stamp. Your average microcontroller will be significantly faster than a Basic Stamp and microcontrollers arn't that much more complicated. You also can buy microcontrollers with built in A to D's. Nigel has some tutorial to get you up and running with the PIC microcontroller.

If you are just looking for a simple way to display your data there are ICs designed for multimeters that are AtoDs that drive LED displays for a one chip solution to your problem.

Brent
 
Actually the PIC comes with 10 bit A/D onboard, on enough different pins that you wouldn't need a multiplexer.

I have done a graphical LCD display for my ultralight. With the exception of the tach, all the interfacing is fairly straightforward.

I have no love of Stamps. It's horrifically slow yet expensive. With the PIC's pins pre-wired, a lot of versatility is lost. Given that the PIC was DESIGNED with on-chip program flash, it's insane to ignore the huge existing flash and build it into a part like that and charge 15x more for it, when all you're saving seems to be the need to wire in a crystal.

There are C compilers out there for PICs if, like me, you don't want to work with assembly.
 
im working on a similar project myself and i'm finding that the use of a ca3162 (a/d) and a ca3161 (7 segment display decoder/driver) works pretty well. its only an 8 bit but for some applications 8 bit is all you need. youll be able to drive 3 7 segmnent displays. :twisted:
 
ok instead of using all these a/d just use a dvm and calibrate to fit your scale. u can use a ICL7106 for LCD display or a ICL7107 for LED display. :evil:
 
Beckdgc said:
Well, the only reason im using a basic stamp, is because i have one. Im not to concerned with speed, so that shouldnt be a problem. I decided to go with the 7 seg displays because, i have to fit all this into a din slot(180x50mm). I need fairly large displays, so it doesnt take long to read. The leds allow me to put very large digits in a small space, though it will be a pain to wire.

Thanks for your help

For the stuff you are trying to meter, if you are racing, speed on your gauges is ESSENTIAL. These factors can change in a matter of milliseconds. as for your desplay, you would be better off with an lcd screen. try buying one from APC. my race team uses them and they are BEAUTIFUL. i love them. they are bright and easy to read. but if you are really into trying to do it yourself, then use the microcontroller so that you will have that speed and efficiency that you need for racing. if you arent racing, then you dont need any of this, unless you are a mechanic.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top