I’m having an issue with my Daisy Patch SM — the board powers up and the red LED on the Daisy Patch SM turns on normally.
I can upload and run sketches through the Arduino IDE without any problem, but I get no audio signal at the outputs (B1/B2), even when testing with a simple 440 Hz sine wave.
Here are some details:
The board is powered from an Eurorack ±12 V supply (A5 = +12 V, A1 = −12 V, A4/A7 = GND).
Audio connections: OUT L = B2, OUT R = B1.
The module is recognized by the computer and successfully flashes code, but there’s still complete silence on the outputs.
I’m a total beginner but i was able to make some effects works (but not potentiometers), but since an hour or so, impossible to ear anything anymore.
Could you please advise on further checks or repair options?
Here’s what happened:
At first, I successfully uploaded several examples from DaisyDuino (like the Reverb).
The audio worked, but the potentiometers connected to CV1–CV4 (C5–C2 from the 5 V pin) were not responding.
Then I tried a few tests and rewired some parts — mainly moving the pots to ADC_9–ADC_12 and powering them from the 3.3 V pin.
After that, I suddenly lost all audio output.
Now the board powers up normally (red LED on, code uploads fine), but there’s absolutely no sound on the outputs, even with a simple 440 Hz sine test.
Here’s how the audio jacks are connected:
OUT L: B2 (tip) → jack left output
OUT R: B1 (tip) → jack right output
IN L: B4 (tip) → jack left input
IN R: B3 (tip) → jack right input
All sleeves are connected to GND (A4/A7).
±12 V rails from the Eurorack power ribbon: +12 V = A5, −12 V = A1, GND = A4/A7.
I can confirm +12 V, −12 V, +5 V and +3.3 V are all present.
If you need photos of the wiring, I can upload them too.
Thank you for the clarification.
Unfortunately, I’m not sure exactly what happened while you were rewiring that led to the audio not coming out anymore.
I recommend referencing Patch.Init()’s schematic on how components like potentiometer can be connected to the SM. And then reference ReverbExample to see which pins are used for the potentiometers. After connecting accordingly, I recommend trying that firmware again.