May 24, 2025today I want to continue the series about simulation of synth modules with LTspice.
We start with this module from etsy which we disect and reverse engineer, so that
we can build it with reverse polarity protection diodes…
Lets start with the pcbs:
To begin with, we first want to reversse enginnering the two sides of the pcb, to build another pcb, with reverse polarity protection
diodes in the mind, following the schematic in LTSpice: Also here is the download link for the LTSpice file:
May 2, 2025today I want to continue the series about simulation of synth modules with LTspice.
Lets start with the schematic:
Right below is a copy of the schematic, created in ltspice, however missing the potentiometer(s).
Whats important here to note here is that for the fourth op-amp we needed to add some voltage offset
of 1 µV to get it working.
Additionally to that we need to simulation the power-on cycle of the power supply, by adding the Voltage
with PieceWiseLinear function given ze values (t0,v0, t1, t2 ) with the Values 1ms 0V 100ms 12V ..
May 1, 2025It was the very first module I began my dives into the world of diy.
Quite simple and not to complicated to begin with…
.
If you do not shy away from mathematical deep-dive explanations - (I sometimes do),
you can view the details here (intgrator)
and here (schmitt-trigger)
April 30, 2025today I want to start with a topic that I had already longer in my mind and finally took hands on.
We want to simulate a simple LFO (or a normal oscillator, depending on the chosen dimensions) and for that
we use the relative well-known tool LTSpice
that thankfully also works on Linux machines thanks to using the non-emulator wine.
A simple tutorial how to start that is found here.
Simple, after installation in the shell we enter (or copy):