Difference between revisions of "ER-MIDI-CV4-02"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 115: | Line 115: | ||
== 3D View == | == 3D View == | ||
+ | |||
+ | * Processing card side view | ||
[[FILE:ER-MIDI-CV4-02_DB_SIDE_3D.png]] | [[FILE:ER-MIDI-CV4-02_DB_SIDE_3D.png]] |
Revision as of 20:10, 2 November 2022
Contents
Features
- Eurorack 6HP, 3U module
- Adapted from HAGIWO's MIDI to CV module
- Translate from Japanese to English using browser
- Has 4 Analog Outputs instead of 2
- Arduino Pro Mini instead of Arduino NANO
- Based also on SYNTH-MIDI-CTL-01
- Three card stack-up
- Front Panel card
- Controls card
- 8 jacks, 1 pot
- Processor card
- Arduino Pro Mini
- 16 MHz
- 5V
- MIDI In
- TRS Type A jack MIDI In
- USB MIDI In if external FTDI card/cable
- (4) 0-5V Analog CV outs
- MCP4822 12-bit D/A - SPI Interface
- D/A has built in output opamps, set gain to 2X
- Outputs may only swing 2x 2.048V or 4.096V (4 octaves)
- GATE output (0-5V)
- CLK output (0-5V)
- Standard Eurorack 16 pin power header
Arduino Pins
- Arduino Pro Mini
- Analog 1 - Speed Adjust POT
- A4 = SDA
- A5 = SCL
- D8 = LDAC1* to CV_1, CV2
- D9 = LDAC2* to CV_3, CV_4
- D13 = SPI CSK to both ADCs
- D11 = SPI MOSI to both ADCs
- D10 = SLAVE SELECT to both ADCs
Connectors
- As referenced from Processing card
J1 - Eurorack Power
- 2x5 IDC connector
- Only uses +12V (and GND)
- Diode polarity protected, series resistor
J2 - CVs, GATE, CLK (to/from Controls card)
- J12 on Controls card
- Pinout
- VCC (+5V)
- GATE
- CV4
- CV2
- POT
- CV1
- CV3
- CLK
- N/C
- GND
J3 - I2C
- Pinout
- SCL
- SDA
- VCC (+5V)
- GND
J4 - MIDI (to/from Controls card)
- J9 on Controls card
- Pinout
- VCC (+5V)
- MIDI Out
- MIDI In
- GND
J5 - MIDI into RX
- Remove to use MIDI from Controls card
Application
- Use with ER-VCO-03 to control pitch and Mod
- CV_1 = V/OCT
- CV_2 = MOD
- Use with ER-VCA2-01 to control amplitude
HAGIWO code baseline
- SYNTHMIDICTL01.ino
- Runs on Arduino NANO
- Used as baseline and converted to CircuitPython
3D View
- Processing card side view