Hello,
I ran across this project on instructables and want to build something similar:
I have an amplifier based on this kit:
So the instructables project uses an IR emitter to turn the amp off. I want to use a transistor to turn the power on/off.
I ordered the following parts:
DC Boarduino
N-channel power MOSFET - 30V / 60A
I am a new to this, so I appreciate any help.
I want to power the arduino with the same power supply the amp uses. It's a Mean Well RS-25-12 (12V). I chose the DC Boarduino because it has a 5V regulator, this should work, right?
I want to use the transistor as it's used in this example:
http://itp.nyu.edu/physcomp/Tutorials/HighCurrentLoads
It is rated 30V / 60A, so I shouldn't have any problems switching 12V / 2A maximum correct?
Example 3.1 on that tutorial adds a diode, would I need a diode in my application? This is the explanation:
FInally, add diode in parallel with the collector and emitter of the transistor, pointing away from ground. The diode to protects the transistor from back voltage generated when the motor shuts off, or if the motor is turned in the reverse direction.
My last question involves this note on the instructables project:
I found it mandatory to use a load resistor on the A0 and A1 since when the Nova amplifier is off, the ADC on the Arduino is reading very random numbers. Using the load resistor to ground (10K Ohm) made the samples when amplifier is off to 0 (good!).
He is using the line-level output of his amplifier to measure for a signal, but my amplifier does not have a line-level output. I was going to split the input and run that into A1 and A0, but would it have a detrimental affect on the audio putting a 10k resistor across signal and ground?
In doing some more research it looks like running AC in the arduino's analog inputs is a bad idea. I guess I need this?
Thanks,
Jake