Build the "REMI Synth" (mk2)
Monophonic MIDI Sound Synthesizer designed for EWI's

A DIY Project by M.J. Bauer

This post describes the design of the "second generation" (mk2) REMI synth module.
For a general introduction to the project and news updates, see the page: "Introduction to the REMI".

Synth mk2
REMI 'mk2' Synth Module prototype

Overview

The REMI Synth Module is a monophonic MIDI-controlled sound synthesizer designed primarily for use with electronic wind instument (EWI) MIDI controllers, in particular the REMI mk2 handset.

Provision of a standard 'MIDI IN' port allows the synth to be played by any MIDI controller, for example, a keyboard or another EWI with a standard MIDI output. Using a low-cost MIDI-USB adapter, the REMI synth can also be controlled by a computer running music software, for example a MIDI sequencer. 

Features

  • High quality audio output: 40kHz sample rate, 32-bit precision DSP
  • High accuracy oscillator pitch for musical application
  • Dual wave-table sound synthesis with mix-ratio modulation (morphing)
  • Graphical user interface (2.5" monochrome GLCD, 128x64 pixels) - optional
  • Command-line interface (CLI) for setup and patching (using PC as terminal)
  • Instrument presets (8) selectable from GUI, CLI or MIDI input source
  • User-programmable synth patches and wave-table creator (using CLI)
  • Noise Generator and Noise Filter (for "pitched noise" effects)
  • Effect modulation by breath pressure (CC2) and/or modulation messages (CC1)
  • Filter with variable cutoff frequency and resonance, pitch tracking
  • Filter frequency control by Expression (CC2), Ampld Env, Mod'n (CC1), LFO, etc.
  • Reverberation effect
RH side panel
Right-hand side connector panel

Synthesizer Design

Please refer to the web page describing the revised REMI Synth (mk3).
___


Construction

Following is a description of the author's prototype construction. There is enough information given here to allow experienced electronics hobbyists to replicate the synth design. Detailed information such as step-by-step instructions, parts lists, etc, are not given in this post

The REMI synth mk2 hardware design is based on a PIC32-MX340 proto board from Olimex (pictured below), priced at 19.95 (US$22 approx). The board has parts added for the MIDI IN and (optional) MIDI OUT interface circuits, plus PWM audio output circuitry, 5V regulator for the MIDI interface and LCD panel, plus an I2C EEPROM (24LC08) to store synth configuration and preset parameters. A separate proto board may be added to carry a headphone amplifier and volume control.

View synth schematic diagram
Erratum: The schematic shows EEPROM type 24LC64, but the firmware supports type 24LC08-B only.
The device pinouts are identical. Future firmware revisions may support both types.

The complete module incorporates a front-panel user interface (GUI) consisting of a low-cost monochrome graphic LCD panel and 6 push-buttons. The LCD module and key-switches are wired directly to I/O pads on the Olimex PIC32 board. This is the quickest and easiest wiring method. (See internal view below.)

NB: Provision of a front-panel (LCD module and push-buttons) is optional. The REMI synth can be operated completely with the CLI alone. The firmware adapts itself automatically if the front-panel is absent.

PIC32 synth proto
Olimex PIC32MX prototype board with REMI add-ons (excluding optional LCD panel)

A suitable LCD panel is available from Sparkfun. Alternative modules are available at low cost from online suppliers, e.g. Ali-Express. This type of LCD module is also available with smaller overall dimensions and a smaller dot pitch (~0.4mm). There are variants of the connector pinout, chip-select polarity, etc, so be sure to observe the datasheet of the display module you choose.

Internal view - lid off

The internal view above shows the LCD panel and push-button board wired to the PIC32 MCU board. Also shown are the MIDI sockets and volume control. A pre-built headphone amplifier (breakout board with TPA6112 IC) was fitted on the prototyping board later, as shown in the photo below.

Synth headphone amp board

Boards are mounted on plastic spacers or standoffs. The PIC32 MCU board and audio output board are mounted on the bottom panel of the box using 20mm x M3 machine screws (countersink heads). Standoffs for the LCD module and button board are glued to the inside of the lid (with 5-minute epoxy) so that screw heads are not visible on the outside.

LH side view

Left side panel showing modified ICSP header protruding thru a cut-out


User Guide  

Details of REMI synth functionality and operation are provided in the Synth User Guide.


If you are interested in building a REMI synth module and/or EWI handset, or if you have enjoyed following the project here, kindly send me an email. Support is offerred to readers who wish to build a REMI or some other electronic music device. [MJB]

link to email address

Last update: 29-DEC-2021

MJB Resources for Embedded Firmware Development

___