Gunghouk I implemented MOD2 but found it modulated too much, overloading on large targets. So I found I could remove all the MOD2 components, and instead,just wire A1 to the base of Q5, that works much better, still get adequate modulation, but no overloads.
Signal will be roughly max 1.5v at that point.
I could also play with this line, to get more modulation if I wanted, with the above signal.
Signal will be roughly max 1.5v at that point.
I could also play with this line, to get more modulation if I wanted, with the above signal.
Code:
freq = map(target, 0, 635, FREQ_MIN, FREQ_MAX);
Comment