Hi Grumpy_Mike
Thanks for your patience. I’ve spent the last 24hrs thinking about your last post. So what we have are two common circuits they being a resistor capacitor circuit and voltage divider circuit. To complicate matters; the resistor capacitor circuit is AC while the voltage divider circuit is DC.
Resistor Capacitor Circuit
The 10kΩ resistor primary purpose is to limit current to the Arduino analogue pin. If we imagine the 10uF capacitor is not in this circuit then it would limit the current to just 0.1mA?
I = V/R
I = 1/10,000
I = 0.0001A or 0.1mA
Given the Arduino analogue pin has an input resistance of 100MΩ it begs the question; is it really necessary?
The 100kΩ resistors in parallel provide 50kΩ resitance combined along with the 10uF electrolytic capacitor control the rate of charge.
T = RC
T = 50,000 x 0.00001
T = 0.5s
Provided half the wavelength of the frequency I’m interested in is less than this we’re golden?
This acts as a low pass filter?
Voltage Divider Circuit
The Arduino analogue pin has an input resistance of 100MΩ. Little current can pass but it can determine voltage (similar to a multi-meter). The audio signal therefore takes the paths of lesser resistance they being the 50kΩ resistors. Adding or subtracting 1V from the 2.5V at the voltage divider junction.
Other
I was checking the specifications of the device’s audio output and noticed the audio input impedance is 10kΩ. Should I adjust my component values?
2 x 20kΩ resistors.
1 x ?uF capacitor
If I wanted to detect frequencies up to 100Hz;
100 cycles per second
0.01s per cycle
0.005s per half cycle
T = RC
0.005 = 10,000 x C
0.005 / 10,000 = C
0.0000005F or 0.5uF = C
Let me know if I'm on the right path and as always appreciate your help.
Cheers
Jase 