FH-1 MIDI controller: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Project |Name=FH-1 MIDI controller |Skills=Arduino, |Status=In progress |Niche=Music |Purpose=Instrument |Picture=FH-1_MIDI_controller.jpg |Tool=No }} == What == Trying to...") |
|||
| Line 13: | Line 13: | ||
* Funduino Arduino Uno R3 clone | * Funduino Arduino Uno R3 clone | ||
* Joystick Shield (marked as V1.A) | * Joystick Shield (marked as V1.A) | ||
* Breakout board with SSD1306 OLED screen | * Breakout board with SSD1306 I2C OLED screen (address 0x3C) | ||
* Toggle switch | * Toggle switch | ||
== Software == | == Software == | ||
=== 16U2 firmware === | === 16U2 firmware === | ||
Revision as of 18:15, 12 February 2022
| FH-1 MIDI controller | |
|---|---|
| Participants | Dennis |
| Skills | Arduino |
| Status | In progress |
| Niche | Music |
| Purpose | Instrument |
| Tool | No |
| Location | |
| Cost | |
| Tool category | |
FH-1_MIDI_controller.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
What
Trying to build an Arduino MIDI controller for controlling the Expert Sleepers FH-1 Eurorack module.
Hardware
- Funduino Arduino Uno R3 clone
- Joystick Shield (marked as V1.A)
- Breakout board with SSD1306 I2C OLED screen (address 0x3C)
- Toggle switch
Software
16U2 firmware
The USB to serial chip on this Funduino board is actually a ATmega16U2 microcontroller. It is possible to reprogram this to act as a USB MIDI -> serial bridge. Details about which firmware I used will follow.
Arduino sketch
In progress...