Analog signal output from computer

AI Thread Summary
An electrical engineering tech student is seeking advice on interfacing an automobile gauge cluster with a computer for a racing game project. The student has extracted game data but needs to output multiple linear DC voltage signals to the gauges. Suggestions include using a USB data acquisition device or a microcontroller, with considerations for communication methods like serial or parallel ports. There are concerns about the feasibility of extracting usable data from the game unless the source code is accessible. The discussion emphasizes the importance of digital-to-analog conversion for the project.
bmcguire88
Messages
1
Reaction score
0
Hello all,

I'm an electrical engineering tech student working on a little side project and I can't find anything to help me with a crucial part.

I have a gauge cluster out of an automobile that I want to interface with a computer to used while playing a racing game. I have a computer programmer friend and we have been able to extract the data from the game (speed, tach, boost, etc). I have the gauge cluster set up ready to go, and all I need to is output these signals from the computer to some usable DC voltage signals that I can wire into my gauge cluster. I don't care about the range or magnitude of voltage or current, as I can take care of all of this with op amps etc.

I just need to be able to output multiple linear DC voltage signals. I'm assuming some sort of digital to analog conversion has to take place. Also, what can I communicate this through? Is USB a possibility?

If this could be in any way similar to an analog output on a PLC that would be ideal...like 0 - 32768 represents a voltage scale range output of 0-10v (or something to that effect).

Thanks!
 
Engineering news on Phys.org
The easiest thing would be to buy a cheap(ish) USB DAQ; you can buy one from e.g. National Instruments (although there are cheaper options).
 
The first problem I see is getting the game to output anything usable, assuming you can overcome that, I would suggest for simplicity you use either a serial port or a parallel printer port to send digital data to a uController. Interfacing the uController to your gauges should be fairly straight forward. But, again, I have serious reservations about you being able to interface with the game unless it is a game that you have the source code for.

Fish
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Replies
4
Views
2K
Replies
8
Views
2K
Replies
10
Views
960
Replies
7
Views
7K
Replies
1
Views
1K
Replies
10
Views
5K
Replies
4
Views
6K
Back
Top