Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 04-07-2010, 04:21 PM   #61 (permalink)
EcoModding Enthusiast
 
Join Date: May 2008
Location: Austin
Posts: 155

Silver Bullet - '03 Mazda Protege LX
90 day: 29.51 mpg (US)

Silver Bullet - '03 Mazda Protege LX
90 day: 37.06 mpg (US)

Blaze - '17 Ford Escape
Thanks: 23
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by johnsoci View Post
Right. For the whole kit it is around $500. but I am thinking of the hud itself and what Iwill need to interface it with my Cobalt.
Can't help you there. I mean...somewhere all the HUD is doing is picking up VSS, RPM, etc. signals. Whether it's taking those signals at the HUD unit or the ECU is digesting the information, I'm not sure.

It would make more sense to me that the ECU is doing the processing, in which case, the cobalt would not be able to do it unless HUD is an option for your model.

__________________
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-07-2010, 04:28 PM   #62 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: Houston
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
yah I think you are right . My car never came with the option. I'll have to do some more research.
  Reply With Quote
Old 05-06-2010, 08:48 PM   #63 (permalink)
EcoModding Lurker
 
Join Date: May 2010
Location: Australia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hud

Hi everyone,

I have scanned through the last few posts and have not found this answer so please forgive me if it is further back in the list.

I have recently purchased an iPhone and use an application called HUD and yes it is free.

The biggest trick with HUD is that the display on the device you are wanting to see needs to be mirror imaged before you show it to the windscreen. This application does exactly that. All I do is load the application and sit the phone on the dash facing the windscreen and you see the following information:

Speed (km or mls) Approximate size is 1.5 x 2"
Altitude (m or ft)
Direction of travel
Distance travelled
Time Taken to travel that distance.

The distance and time taken can be reset to zero at any time on the same screen.

I find it very useful in driving at night (hardly see it during the day) as you can see through it without any problem as it is the orange colour and without really focusing on it you can see your speed.

Last edited by DavidClark1967; 05-06-2010 at 08:50 PM.. Reason: Spelling error
  Reply With Quote
Old 05-06-2010, 09:57 PM   #64 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ˙
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
rest assured I do not plan on working for proprietary apple for free If they had an open platform and didn't cripple the phones for non apple developers I would consider it, but we cannot get the data to the device without spending a small fortune in hardware and/or telling everyone to jailbreak their phones.

So apple, don't be evil.

I am looking at droids though, will see.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 05-07-2010, 03:25 PM   #65 (permalink)
EcoModding Enthusiast
 
Join Date: May 2008
Location: Austin
Posts: 155

Silver Bullet - '03 Mazda Protege LX
90 day: 29.51 mpg (US)

Silver Bullet - '03 Mazda Protege LX
90 day: 37.06 mpg (US)

Blaze - '17 Ford Escape
Thanks: 23
Thanked 2 Times in 2 Posts
I want it visible during the day. That'll take vacuum fluorescent displays (stock GM HUDs) or directional LEDs (my project). Sry, iPhone.
__________________
  Reply With Quote
Old 06-14-2010, 02:02 PM   #66 (permalink)
TDI'er
 
ArtFox's Avatar
 
Join Date: May 2008
Location: Wisconsin
Posts: 10

TDI'er - '03 VW JETTA TDI Wagon
Thanks: 0
Thanked 0 Times in 0 Posts
What about the PLX Kiwi as a HUD

Found this in the Kiwi manual:

Quote:
7.4.3
HUD Mode

This option allows you to “flip” the image for Heads Up Display Applications. Images viewed off of a mirror
or reflective surface can be seen in the correct orientation if this mode is turned “on.”
  Reply With Quote
Old 06-21-2010, 09:46 PM   #67 (permalink)
EcoModding Apprentice
 
Join Date: Jan 2010
Location: Newark, DE
Posts: 143

'91 CRX - '91 Honda CRX DX
90 day: 34.91 mpg (US)
Thanks: 0
Thanked 14 Times in 14 Posts
For those of you building your own LED displays, take a look at the SAA1064 display driver chip. It's capable of driving up to 32 discreet LEDs or two sets of 16 LEDs in common-anode display modules (the 16-LED groups can be divided up however you like). That's four 7-segment digits + decimal points, but they have to be single or double-digit CA modules... No common cathode or 4 digit modules. The chip has internal programmable constant-current drivers (0 to 21 mA in 3 mA steps) which means no external current-limiting resistors for the LEDs. In addition, the current can be changed on the fly, allowing dimming of the display.
The chip is controlled by I2C serial, so it only takes up two I/O pins on the Arduino, and multiple chips can be controlled on those same two wires... I2C uses device addresses.
The best part: Mouser sells them in a breadboard/protoboard-friendly DIP-24 package for $1.54 a piece.
Here's the datasheet: link
Just the bare chip will drive 16 LEDs. Add a 2.7nF cap and two NPN transistors (2N3904s have worked for me) to enable multiplexed output to 32 LEDs (only 16 LEDs are active at any given time, but the chip alternates back and forth faster than the eye can perceive, so they appear to be constantly lit).
This is a "dumb" chip in that it doesn't provide any number fonts, which is actually good for the HUD application... You define your own fonts in the code on the Arduino, so it's a simple matter of playing with a few values to get horizontal and/or vertical mirror-imaged numbers, or really whatever combination of display segments you like. In stead of four 7-segment digits, you could drive a pair of 16-segment (or 14 with 2 free LEDs) alphanumeric digits. Here's a wikipedia page if you're not sure what I'm talking about: link
Additionally, it can be used to drive a bar graph, an assortment of indicator LEDs, or unit indicators to go with a group of numerical digits. You could get nice unit indicator text by printing inverted text (white on black background) on transparency sheets, then cutting it out as a block and back-lighting it with LEDs.

Here's a vid of it running a bar graph I put together recently:
  Reply With Quote
The Following User Says Thank You to bobski For This Useful Post:
BackBlast (10-22-2011)
Old 06-21-2010, 10:13 PM   #68 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Colorado
Posts: 16

Red XT6 - '88 Subaru XT6
Thanks: 0
Thanked 3 Times in 3 Posts
I've thought about doing a HUD a few times.

Here is a very long thread at mp3car.com with a ton of ideas and testing on HUD's.

Project NiteVision - NiteMax + HUD + carputer - MP3Car.com

  Reply With Quote
Old 06-30-2010, 10:39 AM   #69 (permalink)
EcoModding Lurker
 
meekin's Avatar
 
Join Date: Jun 2010
Location: SC
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
Whoever figures out how to do a HUD. My hat off to you. I would love to have a HUD. I find my eyes creeping more and more to my MPG monitor in town (i have it mounted below my radio). This would be a great safety improvement (at least for me).
  Reply With Quote
Old 07-17-2010, 12:56 PM   #70 (permalink)
EcoModding Apprentice
 
Join Date: Jun 2010
Location: CT usa
Posts: 224
Thanks: 11
Thanked 7 Times in 6 Posts
Wouldn't you get eliminate ghosting and significantly increase brightness if you used a combiner? A screen in front of or on the glass thats reflective to the exact narrow wavelength of the display but transparent to others?

  Reply With Quote
Reply  Post New Thread


Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screw heads? Sean T. Aerodynamics 3 09-24-2008 10:21 PM
Can you change the scanguage display "rate" default to FAST? blackjackel Instrumentation 8 08-27-2008 02:09 PM
Analogue MPG display using an OLED? ecoxantia Instrumentation 2 08-22-2008 08:23 AM
2x16 LCD Display issues/discussion dcb OpenGauge / MPGuino FE computer 29 08-19-2008 07:25 PM
E.O.C. cracking heads? scissorhands EcoModding Central 8 07-12-2008 10:16 PM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com