I want to create a shruthi-1 with plaits oscillators.
I got the plaits oscillator code running on a teensy 4.1.
Question: Can I simply use the shruthi-1 analog filter schematics with 3.3v by simply replacing their 5v regulators or are there more modifications needed?
I’m sorry If this might be a stupid question. I absolutly don’t have any knowledge about analog signals.
But why would you want to do that? What’s the logic behind this preference?
Also are you talking about 3.3V or +/- 3.3V?
No. To start with, the V2164 needs at least +/- 4V, and the LM13700 +/- 5V. Same for the discontinued filter ICs used in some other filter boards: +/- 4.75V for the CEM3379, +/-5V for the SSM2044.
Why would I use 3.3V or 5V for an all analog product for Eurorack?
I don’t understand your point.
With the limited experience I have on designing resource-constrained modules and audio products, and given that you have no experience with analog circuits, I suggest you to use 3.3V for the Teensy and +/-5 V (or more) for the analog section.
That’s my last piece of advice, but you’re probably smarter than me, so feel free to ignore it.
I’m sorry. I’m definitely not smarter than you. Like I said I don’t know anything about analog circuits. I simply thought it would result in cleaner circuits if I use 3.3v for both teensy circuit and filter circuit.
I thought analog circuits like filter can simply be converted between 3.3v, 5v and 12v.
Analog circuits are a big mystery to me and I miss basic knowledge about it.
I guess it would be best to use level shifters to shift 3.3v signals from teensy to 5v?
Using the same power supply for the digital and analog section of a product is not good design. Unless you use a lot of bypassing, or tolerate some amount of noise, it is best to use separate rails for the digital and analog section. I got away with it on the Shruthi, but this is certainly not “clean”.
Analog means noise. How do you fight noise? With large signal levels. How big can be your levels? As high as your supply rails. +/-12V means signals 10 times larger than with a single 3.3V rail.
Analog is easier (and less noisy, since everything is referenced to a true ground) with symmetric supplies. If you’re going to have two rails (3.3V and -3.3V), why not go for 3 and have 3.3V, -5V and +5V or even better, 3.3V, -12V and +12V?
History. You want analog? Then all the ICs (op-amps, OTAs, VCAs) were designed at a time when +/-12V or +/-15V was the norm. And it is still the norm. There is no part suitable for audio that runs on 3.3V alone (except maybe the integrated line output amp included in DAC or Codecs). Pro audio line level is +4dBu, this is 3.4Vpp. How would you reach that level with a single 3.3V supply?
Economics. Use a proven design and add $0.5 for an extra regulator and caps on your product? Or spend weeks reinventing the wheel?
Why level shifters? You just need to change the value of 3 resistors in the Shruthi filters schematics to amplify your 3.3V source.
It seems +12 / -12 is preferred for less noise. So I will first try to use Ripples eurorack filter for my project. If I understood everything correctly I could use a DAC to control Ripples CV.
Looking at plaits and eurorack module tester power supply, I got this for 12+, 12- and 3.3v+.
I would no longer recommend using the same circuits as Ambika or the Module tester v0.1, since AC-AC adapters are increasingly difficult to find.
A simpler and modern option would be to use one of those TracoPower all-in-one DC-DC converters with 2 or 3 outputs.
Regarding your PSU schematics, you have to decide on what’s going to be the input of the 3.3V regulator: half-wave rectified AC from the wall wart, or DC from the 12V regulator. But not both!!!
You could, but PWM would work too if you want to keep things done the Shruthi way.
If you actually decide to use an expensive 4-channel DAC, why would you use another one for the oscillator output? You actually need only 4 channels (audio, cutoff CV, resonance CV, VCA CV).
Also, doesn’t the Teensy have its own DAC outputs already?
via e.g. lm158 to get the teensy 3.3v pwm to ripples 10v range?
Teensy 4.0/4.1 has no DAC anymore. But I just read that it has MQS: The iMX6UL integrated medium-quality sound module (MQS) is used to generate 2-channel, medium-quality, PWM-like audio, via two standard digital GPIO pins.
Teensy 4.0/4.1 has no DAC anymore. But I just read that it has MQS: The iMX6UL integrated medium-quality sound module (MQS) is used to generate 2-channel, medium-quality, PWM-like audio, via two standard digital GPIO pins.
You are better off using a 32ct PT8211 DAC than the MQS output. I dont know what “medium” is to chip designers, maybe its medium in regard to playing a sample for a notification sound…
@flocked: if you like, drop me a pm for teensy specific topics
I prefer using teensy 4.x as I consider routing the filter output back to the teensy and adding some additional effects to the synth like delay or reverb. - teensy 3.x probably won’t be fast enough.
Any notes/tips for routing back the analog signal to teensy? Anything I should consider?