Search results

  1. P

    Green Sreamer

    You could just try swapping the led wires to change the orientation of the led and see if it’s lighting. This shows the case where the 1n4148 and led are pointing opposite directions.
  2. P

    Green Sreamer

    Is the led in the opposition orientation from the 1n4148? LED has a higher forward voltage (threshold before it clips). If they’re the same orientation, then the 1n4148 will clip before the signal hits the led threshold. Otherwise, it could be just not enough gain for the led. but I think...
  3. P

    Green Sreamer

    Nice. If you want 2 diodes to change the clipping threshold, you have to put 2 in series (same direction). (Looks like you have 2 diodes same direction in parallel? But for diodes that means it will function just like one diode. Common way is to build a “tent” to put them in series. Here’s a...
  4. P

    Dipping my toe in - FV-1 crossover/signal correction; which offering is the best place to start?

    Some reference info - handwriting fv-1 code is a whole learning curve. You can also use SpinCad (by digital Larry) to generate code from blocks, but the code he linked from the spinsemi site is probably a better starting point for this specific project. A single eeprom chip can hold up to 8...
  5. P

    Green Sreamer

    A lot of it comes down to: -high frequencies go right through a capacitor, almost as if it was a short. -low frequencies see a capacitor as a high resistance. The larger the capacitor, the lower the frequencies it “lets through”. In a non inverting op amp, the gain is set by: G = 1 + R2/R1...
  6. P

    Having a blast

    Love to see the mods and the creativity!
  7. P

    Vibrato on delay signal

    Pt2399 is run off a 5v power supply, so with a hot enough signal it could clip. I know I’ve had a Belton brick reverb clip on me (which is built out of pt2399s). On any of the pt2399 circuits like the seabed or magnetron, you can reduce gain before the pt2399 and recover the volume after...
  8. P

    Green Sreamer

    Lots of nice articles on this site. https://www.coda-effects.com/2018/08/the-different-types-of-diodes.html For more lows, you could increase C4. (Also described in the Wampler article MOD 3). Reading the electro-smash tube screamer article several times can go a long way.
  9. P

    Green Sreamer

    Old article, but still a fun read. Mod 4 (transparent tone control) looks cool. https://www.premierguitar.com/gear/5-diy-mods-to-perfect-your-ibanez-ts9-and-boss-sd-1
  10. P

    Big Muff: mods searching

    When mixing 2 signals, you should use mixing resistors. The fuzz output (from Vol-2) doesn’t have one. It might work ok since you have the resistance from Vol-3 to Vol-2. One concern would be if you have the fuzz volume relatively low, you’ll dump more clean signal to ground through Vol-2 to...
  11. P

    Stereo channel isolation of fv-1? Isolated instructions for L and R channels?

    Not exactly the same, but similar concept, some delay pedals tap the output and run the feedback back into one of the inputs. (Example: Deflector) Can confirm the above, you can operate the inputs and outputs totally independent within the same program code, limited to 128 instructions total.
  12. P

    Bark Fuzz (Dung Beetle)

    2nd ^. Awesome looking & sounding pedal. Is that the white hammer enclosure? Not sure if you did yet, I'd solder the transistors into the sockets so they don't fall out long term.
  13. P

    General approach for making "infinite hold" patches in SpinCAD

    So your microcontroller is sending an analog voltage (0-3.3v) to the FV-1 (one of the pot inputs) to set the tempo? Are you trying to use the source code I posted as is? That code reads pot2 > 0.8 as a footswitch press. So, you could read the switch in your microcontroller, then send 3.3V...
  14. P

    ROG Supreaux Deux: "Tui Overdrive" (w/Gerber)

    Wow awesome job and thanks for sharing the gerber. I built one several years back and liked it, but let it go, might have to build up another. Looks really good. Maybe you figured by now, whenever pedal circuits use SPST, usually they just use an SPDT and don’t connect one of the lugs
  15. P

    New and improved circuit, any criticism appreciated

    you won’t have much gain. Bring R4 down a lot, like 10k or even lower. Experiment with C3 for the bass cut, probably in the 22n to 100n range depending on what R you use. The BM tone circuit cuts a lot of volume. You may find you want an extra gains stage, either op amp (since you have an...
  16. P

    Critique my circuit

    You aren’t cutting any bass before clipping. This can sound flubby and mushy. (Although you might find something you like). Many pedals cut bass by reducing C3. Cutoff frequency = 1/(2piRC). Where R is R5 plus RV1. Since RV1 is changing, it’s not an ideal spot to control the frequency. You...
  17. P

    Switch simulator - bypassing pedal auto power-on state

    That’s a nice idea. I wouldn’t know how to make the circuit for the 555. For this specific project I don’t mind helping with the attiny. But yeah would be nice to make it easier to use
  18. P

    Switch simulator - bypassing pedal auto power-on state

    Here's the layout drawn in DIYLC in case anyone in the future wants to see the idea.
  19. P

    Switch simulator - bypassing pedal auto power-on state

    No problem at all. If you can shove a stripboard into the battery compartment, you could probably do this quite easily. I use ATTINY85 chips a lot (with through hole pins for perf or strip board). It's like an arduino for when you only need 6 or less input/output pins. The coding is...
Back
Top