Hi djehrenr, there is a small white potentiometer (bottom right area of the board) labeled as RV1. Try to adjust it, sometimes if the level is too high the signal may clip and if the signal is too low (quiet) the Signal-to-Noise ratio will be bad.
A good way to do this is to start with the pot at the middle position (the notch at the top) and try to move it up or down while playing.
It’s kind of like if you were listening to music on an old computer and when the computer loads the sound stutters. I will see if I can attach an audio file tonight.
I finished soldering but I'm running into some problems. Here are my findings.
1. RV1 trimmer is set at the middle. Output is on the left and Input is on the right
2. While using the script triangular_signal I do hear the signal generated from the pedalPi into my speakers
3. The 3 dots show the appropiate voltage (1.6, 5.0 and 3.3)
Here's where the problems start
1. Once read_hardware is running all the buttons work, however the ADC reports values of 2800+. Very steady but way over range, even if I connect a guitar or just touching the tip of the jack it doesn't change at all.
2. I can't hear anything from the output while the footswitch is on. The led lights correctly but I believe that's done through hardware
3. I tried to resolder as many bad joints as I see fit
4. The MCP3202 (up) and the MCP6002 (down) have the dots facing each other
5. The MCP3202 pins 5,6,7 have continuity with raspberry's 19, 21 and 23
I'm attaching the pictures of my pedal Pi
Please let me know what can I try, I'm afraid I might have broke something while soldering
As you are able to hear the triangular waveform out of your pedal pi, the output stage should be alright.
Reading your post seems that the issue may be in the input stage. The first thing is to check the voltages levels: could you check the voltage that you have on the op-amp (MCP6002) pin 5, 6 and 7 should be around 1.6V, on my board I read:
MCP6002 pin5: 1.47
MCP6002 pin6: 1.61
MCP6002 pin7: 1.61
The pin 2 of the ADC (MPC3202) should be the same as the op-amp pin7: 1.61V
We have a voltage divider formed by R11 and R12, they create 1.6V out of 5V.
Check that you have this 1.6V (1.6V test point)
Then we have the 1M resistor that put this 1.6V into the junction between C1 and R2, so check:
- you have 1.6V before the 1M resistor (R1)
- you have 1.6V after the 1M resistor (R1)
- you have 1.6V in the C1/R2 junction
- you have 1.6V on the socket pin 5.
if all goes fine, you should be able to connect the op-amp and see that the 1.6V are there.
note: sometimes is 1.6, sometimes 1.5 sometimes 1.4... it's not critical.
Thanks for posting the pic. When I checked it against my build I saw I had U2 the wrong way around. Symptoms were no output when effect button pressed, 2.5v instead of 5v and 0.8vinstead of 1.6v. Working great now, thanks!