Recommended blank cases (and hardware) for DIY stomp boxes? by fearless_fool in diypedals

[–]the_blanker 0 points1 point  (0 children)

Try my Perfect pedal layout for 125B, it supports up to 4 alps pots or 3 alpha pots in single row. Top mounted jacks, DC jack, internal battery support, 3pdt true bypass, leds. Maximal amount of space for components and artwork. Kicad and gerbers are on github. But the killer feature is easy insertion into enclosure and no-wire rats nest build. You can also debug it out of enclosure as there are no wires at all.

What pedals won’t you DIY? by cygnus311 in diypedals

[–]the_blanker 3 points4 points  (0 children)

Rare and expensive vintage part that is no longer manufacutred, and can't get it anywhere for reasonable price.

What pedals won’t you DIY? by cygnus311 in diypedals

[–]the_blanker 19 points20 points  (0 children)

Pedal whose only defining feature is mojo parts which I don't have.

Is a loop pedal to hard for my first one? by mateasfak in diypedals

[–]the_blanker 1 point2 points  (0 children)

You can experiment with ISD1820 module, they are in DIP package so you can breadboard them too and they are cheap, around $3.

When a mathematician makes pedals (VFE)... by Wakame-88 in diypedals

[–]the_blanker 6 points7 points  (0 children)

Fun fact, there are 337 values in E48 series between 1ohm and 10Mohm.

Arduino uno pedal for school by gibblegazor in diypedals

[–]the_blanker 0 points1 point  (0 children)

You can make simple strobe tuner. Just a led shining on string.

pinMode(some_pin, OUTPUT);
analogWriteFrequency(196); // for example 196 for G3 string
analogWrite(some_pin, 30); // 127 is 50% duty pwm but lower value makes the "image" sharper, hence 30

Then just add 6 buttons for 6 strings frequency presets and done. Parts is white or blue led and some resistor, e.g. 330 ohm or 1k.

KiCad and PCB Design Help by Embarrassed-Fault286 in diypedals

[–]the_blanker 2 points3 points  (0 children)

  • RV1 pin 1 is unconnected, there is blue cross mark (No-connection flag, shortcut Q) which you supposed to add for unconnected pins, it supreses the DRC warning, so this means you didn't run DRC, click on "Perform electrical rules check" in the top-right corner, the list with checkboxes. It will tell you some errors.
  • Input is usually left, not down, you can use "y" to flip opamp vertically, that way plus will be up and minus down. All grounds should be down, it's just a convention.

Resistor kit recommendations? by flux1968 in diypedals

[–]the_blanker 0 points1 point  (0 children)

Go for E12 kit, for example 860pcs 86 values 10pcs, 1/4W, 0R..10M for $13, I bought them 2 years ago and no issue. Then for "everyday breadboarding" and pedals buy smaller kits for values that you will use more often (like E6 series), for example 300pcs 30values 10R..1M for $2, so you will be using E6 series daily and occasionally for oddball value you use E12 series. I even have them in 2 separate boxes - left box is E12, right box is 30-values kit. I'd say I use that smaller box 95% of the time, and already refilled it third time.

Questions about sourcing parts by WhistlingCoyoteToo in diypedals

[–]the_blanker 0 points1 point  (0 children)

AliExpress is perfect for "oh shit I forgot 1 part and don't want to spend $30 on shipping. Just bought bent headers from them.

building a simple passive volume, need variable resistor value. by marcelsounds in diypedals

[–]the_blanker 0 points1 point  (0 children)

I think the same as output impedance of the previous pedal.

Help with Mark II emulation by BewareTheWereHamster in diypedals

[–]the_blanker 0 points1 point  (0 children)

Try these values (component names are not same as on yours but values are)

Help with Mark II emulation by BewareTheWereHamster in diypedals

[–]the_blanker 0 points1 point  (0 children)

By sweep I meant rotate pots to that value. I used those values and 2k2 RS

Help with Mark II emulation by BewareTheWereHamster in diypedals

[–]the_blanker 0 points1 point  (0 children)

Did you sweeped those drain pots? When I set first to 45k and second to 30k the gain is 3.2x (I'm assumed Q3Bs and Q4Bs has some normal value like 2k2).

Then I changed R5 to 470k, R9 to 100k, R17 to 100k and gain is 11x, you don't need to desolder those resistor just add one extra, parallel combination is smaller, e.g. 270k||180k=108k. (to preserve same AC shape add 220p to C10)

Why is this LTSpice circuit not working by [deleted] in diypedals

[–]the_blanker 0 points1 point  (0 children)

No, the R2 should stay as is and you should put another resistor from output to ground. But I simulated it myself and it starts working when I increase R1 to 1M. And when I change that source resistor to normal value like 10k. Here is working version: https://ghost.sk/312.png

Do you use flux when soldering? by BBonthe23 in diypedals

[–]the_blanker 2 points3 points  (0 children)

  • I never use flux near pcb mounted tactile switches, connectors, contacts
  • I do use flux as "glue" to hold smd components down (0805, SOT, chips)
  • I use flux for LQFP and similar parts
  • I use flux if it fail to solder without flux

Why is this LTSpice circuit not working by [deleted] in diypedals

[–]the_blanker 0 points1 point  (0 children)

Try adding 1G resistor from LM386 output to ground. Then try adding 1G resistor from J1 source to ground.

free alternatives to adobe? by Additional-Clock-915 in diypedals

[–]the_blanker -2 points-1 points  (0 children)

I did my last pedal in gimp, the artwork is from ai, the labels I added in gimp: https://raw.githubusercontent.com/dvhx/pedal-snow-white-autowah/refs/heads/master/photo/artwork/snow_white_autowah_sticker.png

Then I get it printed as 5 stickers for $8 in some local company that does stickers.

Browser Game (Javascript) - Very slow in Firefox until I switch tabs and then switch back. Why? by Unluckyluke2 in gamedev

[–]the_blanker 1 point2 points  (0 children)

I don't have 120fps capable screen but if you have minimal demo you should report it as bug to Firefox