Skip to content

Buffering

The unity-gain buffer is a very clean approach that significantly simplifies the hardware footprint of the Bloodhoney architecture. By acting purely as impedance converters, you bypass the DC offset and scratchy pot headaches entirely. However, going strictly unity (\(A_v = 1\)) introduces a new set of trade-offs to carefully weigh, specifically regarding the Daisy Seed's dynamic range.

1. The Input Buffer: Impedance vs. Headroom

  • The Big Win: A standard op-amp voltage follower gives you massive input impedance. This completely prevents "tone suck" and preserves all the high-frequency resonant peaks from the guitar's passive circuitry.
  • The Trade-off (Signal-to-Noise): If you plug in a vintage single-coil (often outputting only \(100\text{mV} - 200\text{mV}\) RMS), the signal will only utilize a tiny fraction of the Daisy Seed's 24-bit ADC range. You will be forced to apply significant digital makeup gain in your DSP, which simultaneously amplifies the quantization noise floor.
  • The Active Pickup Risk: While unity gain is much safer for hot active pickups, a heavy palm mute from an \(18\text{V}\)-modded active system can still produce transient spikes that exceed the Daisy's analog input limits (typically bounded by its \(3.3\text{V}\) supply). If this happens, you will still get harsh digital clipping right at the converter.

2. The Output Buffer: A Solid Choice

Placing a unity gain buffer after the Daisy Seed's DAC is excellent engineering practice. It provides a robust, low-impedance output capable of driving long cable runs or difficult loads in the rest of a guitarist's signal chain. Just ensure you still implement a passive RC low-pass filter either right before or around this buffer to smooth out the high-frequency reconstruction artifacts from the DAC.

A Potential Middle Ground

If you want the simplicity of a fixed input stage without sacrificing the ADC's dynamic range on weaker pickups, you might consider setting a fixed, low-level analog gain (e.g., \(A_v = 2\) or \(3\)) instead of strictly unity. You can then place an analog soft-clipping diode network (like back-to-back Schottkys or LEDs) immediately before the ADC. This allows you to boost weak signals into a healthy digital range while gracefully saturating the extreme transients of hot pickups before they hit the digital wall.