Difference between revisions of "ER-MOZZI-DB-03"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) (Created page with "FILE:ER-PROTO-02-MOZZI-DB_P1080850-720PX.jpg == Features == * Daughtercard to ER-PROTO-02 card ** Uses Front Panel and Controls card *** Controls card populated as r...") |
Blwikiadmin (talk | contribs) |
||
Line 19: | Line 19: | ||
* The [[ER-PROTO-02]] controls card has 6 pots (RV1-RV6) and 6 jacks (J1-J6) | * The [[ER-PROTO-02]] controls card has 6 pots (RV1-RV6) and 6 jacks (J1-J6) | ||
− | |||
* The Arduino NANO has 8 Analog Inputs (0-7) | * The Arduino NANO has 8 Analog Inputs (0-7) | ||
− | * RV1 | + | * RV1-RV6 are brought into the card |
− | + | * 6 Jacks | |
− | + | ** J1-J5 Jacks can be used for analog inputs, digital inputs or digital outputs | |
− | * | + | ** J6 Jack is a dedicated output (J6) connected to Hi Def output Arduino pins D9, D10 |
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * J1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== J9 - Eurorack Power === | === J9 - Eurorack Power === | ||
Line 98: | Line 30: | ||
[[file:ER-MOZZI-DB_J9.PNG]] | [[file:ER-MOZZI-DB_J9.PNG]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Software / Example Projects == | == Software / Example Projects == |
Revision as of 13:32, 25 January 2023
Contents
Features
- Daughtercard to ER-PROTO-02 card
- Uses Front Panel and Controls card
- Controls card populated as required
- 0-6 Jacks, 0-6 Pots
- Controls card populated as required
- Uses Front Panel and Controls card
- Arduino NANO
- High Def Sound output
- Up to 6 Pots connected to A/D inputs
- Up to 4 input jacks connected to A/D inputs
- Options
- 0-4 Pots, 0-4 Input Jacks
- 5 Pots, 0-3 Input Jacks
- 6 Pots, 0-2 Input Jacks
Arduino Pins
- The ER-PROTO-02 controls card has 6 pots (RV1-RV6) and 6 jacks (J1-J6)
- The Arduino NANO has 8 Analog Inputs (0-7)
- RV1-RV6 are brought into the card
- 6 Jacks
- J1-J5 Jacks can be used for analog inputs, digital inputs or digital outputs
- J6 Jack is a dedicated output (J6) connected to Hi Def output Arduino pins D9, D10
J9 - Eurorack Power
- Power filter
Software / Example Projects
- HAGIWO Bezier curve random CV generator
- HAGIWO Envelope Generator Module
- HAGIWO FM VCO Module
- HAGIWO Additive VCO (harmonic addition VCO)
- HAGIWO CHORD VCO with mozzi library
- Using Mozzi Library With 5 Potentiometers
- Atari Punk Synth V2
- Arduino Multi-pot Mozzi FM Synthesis
- Arduino mozzi FM VCO Module for 650 yen - Modular synth self-made
- Nuts and Volts AUDUINO Synth build for the Arduino NANO
- MozMo = ATMega328 plus FTDI
HAGIWO MOZZI builds
- HAGIWO builds
- Pots
- Install RV1-RV4 = 100K
- Install series resistor R1-R3 1K
- Install Pull-up/Pull-down jumpers
- Jacks
- J3-J5 = PJ398SM
- J6 = PJ366ST
Additive VCO
- 3 pots (Fundamental Frequency, Harmonics Gain, Harmonic)
- 3 CV input jacks (V/Oct, Gain, Harmonic)
- 1 PWM output jack
- Output swings 1V-4V
- Additive VCO Code
Chord VCO
- 3 pots (Root Frequency, Inversion, Chord/Wave)
- 3 CV input jacks (V/Oct, Inversion, Chord/Wave)
- 1 PWM output jack
- Output swings 2.5V +/- 100mV
- CHORD VCO Code
FM VCO
- 3 pots (Carrier Frequency, Mod Freq, Mod Level)
- 3 CV input jacks (V/Oct, Mod Freq, Mod Level)
- 1 PWM output jack
- Output swings 0-5V
- FM VCO Code
Triple Mode VCO
- FM, Additive, Chord modes
- Started from Testbld Code base
- Replaced mode select switch with RV4 mode select pot
- RV4 is on Analog 3
- Add RV4 = 100K to controls card
- Add R4 = 1K to controls card
- Add C2 = 0.1uF to controls card
- Add R4 = 0 ohms jumper to daughtercard
- Replaced mode select switch with RV4 mode select pot
- PWM output
- Output swings 2V-3V
HAGIWO Bezier Random CV Generator
Issues
Rev 1
- Switch on jacks between RV and J not wired correctly
- Fixed in Rev 2 schematic
- Could cut pots and wire manually
- More easily just don't populate jack or pots that are not needed
- J2, J6 reversed on schematics (Ctrls and ER-MOZZI-DB cards)
- Add jumper J6-T to R13 other side from J2-T)