Recent content by bretvh

  1. bretvh

    Chalumeau Issues

    For what it's worth, I ended up just jumpering the two resistors and it works fine. Either the PCB had a defect or I damaged the traces somewhere along the line. Thanks for the help, either way!
  2. bretvh

    Chalumeau Issues

    Alright, reflowed everything today and still not getting the expected output/effect. I have tried metering from R2 to R7, and it shows no resistance, but if I try it with the continuity setting, nothing. I understand I am testing a circuit with components in, so a continuity check may not work...
  3. bretvh

    Chalumeau Issues

    Thanks! I will do that again. They actually looked better before I "reflowed" them last night and took this photo. 😬 I guess that's what I get for rushing. I will get them cleaned up and see if that helps. Barring that, any other ideas?
  4. bretvh

    Chalumeau Issues

    So I bought this board a long time ago and finally got around to building it. Having an issue with extremely low output. I can barely hear the modulation effects, and the guitar is indeed distorted, but super quiet. Volume knob doesn't really have any effect on the loudness. Here is everything...
  5. bretvh

    Old Spatialist Patch List/Order?

    Ah! Weird. I wonder if I had swapped out the ICs already and forgotten? I would not be surprised at all! It's been a long time since I used that pedal. Thanks for the clarification!
  6. bretvh

    Old Spatialist Patch List/Order?

    Hi All, I ordered a spatialist EEPROM to put into my old Arachnid build back in August of 2019. I just *finally* got around to popping it into the socket and am noticing the patches do not match up with the ones currently listed on the site. Does anyone happen to know the names/order/control...
  7. bretvh

    1kHz noise with Terrarium board

    I'm happy to give it a go if you need another tester.
  8. bretvh

    Which digital platform?

    Yeah, I avoided FV-1 because I really didn't want to code in Assembly. I'm a programmer by day, and while I have not really done C++ before, a lot of the languages I use make use of C syntax, so I felt like Daisy seemed like a better fit, and easier to wrap my head around. And yes, it is super...
  9. bretvh

    1kHz noise with Terrarium board

    You guys. I am here to officially bow my head in shame. Here is a message I just sent to an acquaintance I've been sharing seed noise issue stories with over on Instagram: "Ok, so I feel like an idiot here, BUT. I was swapping some pedals out of the chain with the terrarium and noticed the...
  10. bretvh

    1kHz noise with Terrarium board

    FWIW, I tried using the GPIO pins with no change and also just completely disabled the LEDs as @sonic_explorer did and the noise is still there. I'm having a hard time understanding how one would use this platform for a production pedal if their processor whines so audibly when it's working...
  11. bretvh

    EXAMPLE Setting up VSCode/OpenOCD (XPack)/ST-Link for debugging on MacOS Big Sur

    This is good to know, I tried that route first, but had no luck. Thanks for the update!
  12. bretvh

    1kHz noise with Terrarium board

    Today I replaced the damaged pot in my terrarium, and also reflowed the input jack ground connection. It's MUCH quieter now. I was noticing that flipping the toggle switches or footswitches were causing a pop, so I realized that either my damaged pot finally started to short out, or I had a...
  13. bretvh

    1kHz noise with Terrarium board

    Ah, I think I am using the LED class, because I was wanting to fade the LEDs in a while back and then never did that. I will give the GPIO pins route a try and see if I get any improvement. Thanks!
  14. bretvh

    1kHz noise with Terrarium board

    For what it's worth, the 1kHz noise was not very bad on mine until I added in code to blink the LED in time with the delay. Also, my pedal seems to have developed a little ground issue that I have not taken the time to track down yet. If that fixes the whine, I will post back here. Should be...
  15. bretvh

    1kHz noise with Terrarium board

    Oh, and for reference, you can set your block size inside the main function after your seed.Init() call, with: seed.SetAudioBlockSize(512);
Back
Top