REMI Synth 'Lite' variant
Monophonic MIDI Sound Synthesizer based on PIC32MX MCU

A DIY Project by M.J. Bauer

remi synth lite

The REMI Synth 'LITE' is battery-powered with OLED display and headphone amp.

Designed especially as a companion sound module for the REMI 2 handset (MIDI wind controller), this 'Lite' version of the REMI Synth is a more compact battery-powered device using the same "sound engine" software as the other REMI synth models (also based on a PIC32MX MCU). The 'Lite' synth can be attached to the player's belt or pocket with Velcro or a metal clip, allowing more freedom of movement while playing through headphones. A wireless audio transmitter (as used on electric guitars) may be plugged in for cable-free performance with an instrument amplifier.

The front-panel user-interface (GUI) is simplified, providing only a few essential day-to-day operations. The GUI comprises a tiny (1.3 inch) OLED display and 2 push-buttons.

The back panel provides a MIDI IN socket (DIN-5) with "power-over-MIDI" (5V DC output) to support a REMI 2 handset or any other MIDI controller with a classic MIDI OUT connection. There is a headphone socket (3.5mm TRS jack) and a low-level output (1/4-inch phone jack) for connection to an instrument amplifier.

A USB port provides the same command-line user interface (CLI) as the other REMI Synth models. The USB connection can supply 5V DC power to the synth module. It also powers the built-in battery charger.
___

front view

back panel

____


The circuit board is built around a PIC32MX340 "audio dongle" designed by a project follower "Chua" who lives in Singapore. Chua's PCB has provision for the I2C EEPROM (24LC08) and PWM audio output components, but access to MCU I/O pins is very limited, so the PCB must be "hacked" to get enough I/O for the synth. 

For example, a pair of test-point pads (RC13, RC14) are used for the two push-button inputs. The I2C bus signals (SCL, SDA) required for the OLED display are accessed from the EEPROM (pins 5 & 6). The 6-pin ICSP header provides a further two port pins (RB6, RB7) which are used in the battery charging circuit.

Chua dongle PCB

The complete circuit board assembly is shown here..

top side annotated

topside view

underside wiring

___

View/download REMI synth 'Lite' schematic diagram

The enclosure is a plastic box, size 130 x 65 x 42 mm. This photo shows the internal layout...

internal layout

A few of the GUI screens...

GUI presetGUI batt
GUI reverbpic9

...

Battery charger operation

The synth operates from either USB power or rechargeable battery (2 'AA' size NiMH cells). The battery may be charged using an external fast charger designed for NiMH cells, or using the internal slow "trickle" charger. The internal charge circuit is enabled whenever USB power is applied and the power switch is set to 'USB'.

The yellow 'CHG' LED indicates when the battery is at or near full charge, in which case the synth should be operated on battery power. In any case, the battery cannot be damaged by the internal charger because the charge current diminishes as the battery approaches full charge. 

If the battery voltage falls below the minimum acceptable level, the yellow 'CHG' LED will flash at a rate of 0.5Hz (i.e. once every 2 seconds). It is recommended to leave the synth charging (via a USB power source) if the yellow LED is off (or flashing) while running on battery power.

MIDI IN circuit

The MIDI IN (receiver) circuit is unusual. It was designed primarily to accept a REMI mk2 EWI (MIDI controller). As such, the circuit differs from a standard MIDI IN receiver in two aspects...

1. There is no opto-isolator. This means that a common (GND) connection is required between the MIDI controller and the synthesizer. Pin3 of the DIN-5 socket is used for this purpose. If you want to use the synth with a MIDI controller other than a REMI 2, connect pin2 to pin3 of the DIN socket. Alternatively, provide a standard MIDI IN circuit using an opto-coupler (as in the REMI Synth mk3 using 'MAM' board).

Note that many cheap MIDI-USB adaptors also do not have an opto-isolator in their MIDI IN circuits. These devices rely on a common (GND) connection between the USB host (PC) and the MIDI-IN socket (DIN pin2). This is contrary to the MIDI standard where pin2 on the MIDI-IN DIN socket should not be connected to anything. Pin2 of the MIDI OUT socket must be connected to GND. Pin2 of MIDI cable plugs should be connected to the cable screen.

2. The synth MIDI IN socket provides 5V power to external MIDI devices (controllers). This was implemented primarily to power a REMI 2, but may also be used to power any MIDI device compatible with the Arduino "Power-over-MIDI" scheme (where DIN-5 pin1 = +5V, pin3 = GND).

Any self-powered MIDI controller (i.e. not using "Power-over-MIDI") may be connected to the synth MIDI input without causing damage to either the controller or the synth.


Send email enquiries, comments, suggestions, etc, to...

link to email address

Last update: December-2023

MJB Resources for Embedded Firmware Development

___