Hello,
I am building a starting gun for running/swimming races.
I wish to generate the starting tone from the PCM audio libray GitHub - damellis/PCM: Arduino library for simple playback of audio samples using pulse-code modulation. alternatively I can simply use the tone() function.
My Arduino is a Nano.
My Amplifier is a 30W Eagle Amplifier.
I have an 8ohm 30 speaker connected. Details as follows:
DC Input (V): 12V
Frequency Response (Hz): Mic:-3dB(100Hz-20 KHz) Line:-3dB(30Hz-20 KHz)
Microphone Input: Mic:-50dB(2.45mV)/2 k ohms,balanced
Aux input: 85mV @ 10k Ohms.
I first connected the amp to my PC to hear what it should sound like and heard the tone great and extremely loud which is what I heard.
I then tried connecting the amplifier to the Arduino by simply plugging in pin 11 - tip and ground to ring 2.
This worked great however it was not as loud as the PC and on the amplifier despite which input plugged if I tried to increase the volume knob past 15% it would not get louder.
After asking some frienda they told me I needed to put a capicotr in series to eliminate DC bias. I tried with 100 pF 1uF 100uF none of these changes the volume experience for the 100pF which made it softer.
This is how it was connected
I then tried to use a voltage divider to pull the 5v signal down to the signal expected by the input which was 85mV circuit as follows Imgur: The magic of the Internet R1 was 11k and R2 was 2.2k. after trying that I just heard the audio far softer.
Please let me know if these is anything else I can try, thanks for your help in advance.