[$25] DIY eurorack modular synth Hard/Soft SYNC VCO with Arduino uno R4 , digital VCO
HTML-код
- Опубликовано: 6 фев 2025
- My 76th original eurorack modular synth DIY projects.
Arduino UNO R4 based digital VCO , it has Hard/Soft SYNC function.
Since the SYNC frequency is controlled by CV, SYNC sound can be created with fewer modules.
working documents ( code & schematics)
note.com/solde...
Simpler Arduiono uno r4 vco project video.
• [Prototype] Arduino UN...
Please support me to continue projects.
In patreon you will find content about my background , technical information and CAD data.
/ hagiwo
-------------------------------------------------------------
Repository of HAGIWO's DIY Modular Synth
note.com/solde...
See Instagram and Twitter for the development status of my next module.
Instagram
/ hagiwo_1
Twitter
/ hagiwo1
-------------------------------------------------------------
In the schematic in the note you have the TL072 V- hooked up to +12V, and V+ connected to -12V. (pin 8 to -12V, pin 4 to +12V). I'm guessing this is backwards.
You are right. The connection was reversed, I will correct it. Thanks.
COOL NCE WORK BRO
Love your work! I really want to start building modules as i already have a substantial collection. Is this an easy build and do you provide instructions?
Soldering is not difficult. However, getting an Arduino uno R4 compatible board may be difficult.
Nice! I like your designs. Have you ever thought to change the potis to encoders for digital functions (like the waveform poti in this module)? I built the midi to CV (works fine) and soon the LFO will be ready...
Using a potentiometer means it only needs 1 analogue input pin of the Arduino, and the code can check that pin whenever it's convenient.
Using rotary encoders uses 2 GPIO pins, and if the user moves the encoder when the code isn't looking, it will miss some steps.
An idea for a module: Pressure sensitive touch controller
I know capabilities of adc/dac(pwm) of arduino. Please don't go this way. Analog is better in this use. Arduino can be a VC switch or sequencer but not a source of 20Hz..20kHz signals. LFO at best after some very heavy filtering and using feedback for compensation.