Hi,
I am trying to use and Arduino Mega 2560 to emulate various signals to an Instrument Cluster taken from a 2000 Nissan Maxima. The microcontroller will interact with a driving simulator.
So far on the Electrical/Electronic side this is what I have:
What is in bold is completed
I only have little experience with electronics. As a mechanical engineer student, we had a class of electronics but it only covered op-amps briefly.
I am also attaching a plan/"schematic" of the solution. A better diagram will be uploaded soon.
Any suggestion is greatly appreciated.
I am trying to use and Arduino Mega 2560 to emulate various signals to an Instrument Cluster taken from a 2000 Nissan Maxima. The microcontroller will interact with a driving simulator.
So far on the Electrical/Electronic side this is what I have:
What is in bold is completed
- Power Supply
Delta PMT-D1V100W1AA
12V - 7A
5V - 3A - Various 12V DC signals to control the panel's lights (indicators, warnings... 22 in total).
Idea: Connect transistors connected to shift registers connected to the MC.
Possible transistor: 8x ???
Possible shift register: 4x ??? (Likely 8bit)
One light per transistor. Each light is 1.4W incandescent.
I mesured 11.94V @ 94 mA per light bulb. 1 bulb = 1 circuit (all in parallel)
I need to find a combination that will allow me to use the MC to drive the SR that will trigger the Transistors. Providing power is not an issue but I am trying to make sure to saturate the transistors. - Speed Signal
Need to create a 0.5V 7μA square signal. (0-400 Hz variable)
Idea: Use the BOB-11420 from sparkfun. - RPM Signal
Need to create a 5V 47mA square signal. (0-450 Hz variable)
Idea: Use the BOB-11420 from sparkfun.
Need to find a way to amplify the signal. (Op-amps probably?) - Fuel/Temp gauges.
They are variable ground based (0-250 Ω)
I wanted to use a digipot to control.
Problem is that they are designed for much more resistance.
I will probably end up using a servo to control a potentiometer mechanically.
I only have little experience with electronics. As a mechanical engineer student, we had a class of electronics but it only covered op-amps briefly.
I am also attaching a plan/"schematic" of the solution. A better diagram will be uploaded soon.
Any suggestion is greatly appreciated.
Attachments
-
468.9 KB Views: 67