What a day, I needed to bring out my toys and relax in my sonic landscape explorations #modular #modularsynth #eurorack #makenoise
And a short demo of it in action.
Here is a 12 HP EuroRack version of my Krell Display with a single CV input.
https://diyelectromusic.com/2025/04/03/forbidden-planet-krell-display-eurorack-module/
Forbidden Planet “Krell” Display EuroRack Module
This project uses my Forbidden Planet “Krell” Display and the Forbidden Planet “Krell” Display PCB Design but with some slight variations that means it could be EuroRack mounted with a control voltage (CV) input.
This is a DIY module only for use in my own DIY system.
Do NOT use this alongside expensive modules in an expensive rack. It is highly likely to cause problems with your power supply and could even damage your other modules.
https://makertube.net/w/qJqgTxxsEznTuF2DRVZT9o
Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments!
If you are new to microcontrollers, see the Getting Started pages.
Parts list
EuroRack 3D Print Design
This is an evolution of my original Forbidden Planet “Krell” Display box, but fitting into EuroRack dimensions: 128.5 x 60, which essentially makes it a 12 HP module.
It still takes the same inserts however, but now also includes options for holes for jack sockets or potentiometers:
show_eurorack = 1;
show_eurorack_support = 1;
alg_pot1 = 1;
alg_pot2 = 1;
alg_cv = 0;
I’ve also included a special “supports” option for use with the PCB and the EuroRack case.
Krell Display PCB – EuroRack Build
To build one of my Forbidden Planet “Krell” Display PCB Designs for use with a EuroRack, follow the previous Build Guide but note the following differences:
Here are some build photos of a build for EuroRack use. For this build there are only two diodes (the two BAT43) and two resistors (22K and 33K). Also note that none of the 100nF ceramic capacitors are required either.
Both electrolytic capacitors have been soldered into position on their sides as show below.
The Thonkiconn style mono jack shares the footprint are of the lower potentiometer on the LED side of the board, but be sure to get use the correct mounting holes as shown by the orientation below.
Nothing has been soldered to the power jumper yet. See the discussion below for how to link this to the power board.
Krell Display Companion EuroRack Power PCB
Bill of Materials:
I’ve opted to use a DC-DC converter with a 7805 physical footprint as shown below.
If a 7805 regulator is used then a heatsink will almost certainly be required. I’ve oriented the regular to allow for a “tab up” mounting which hopefully leaves plenty of room for some kind of heatsink to be used.
Here are some build photos.
There is an option on the PCB to install a 10R resistor as is sometimes recommended for EuroRack modules. From what I’ve read this seems to be to allow it to act as a “fuse” in the case of an incorrectly wired module. As I’ve discussed before (see here) I’m not sure this is so relevant for me, so I’m using the provided solder bypass bridge to leave it out.
Note the orientation of the DC-DC converter.
I’ve used extended pin headers for the power link between the two boards, but due to an error in positioning, they’ve had to be bent over slightly – more on that later.
Physical Build
A completed unit has the following parts:
The power link between the two PCBs has to be trimmed and slightly bent as shown below.
Once the whole thing is put together, there isn’t room, at least on my build, for the nut to be put on the jack socket. Also, the 6mm and 15mm spacers might be slightly too short, depending on how far off the PCBs the LEDs ended up. Some experimentation and “encouragement” is probably required to get everything together.
The Code
The code is relatively straight forward, and is largely a mix of the analog and neopixel test code from the Forbidden Planet “Krell” Display PCB Build Guide.
One quirk is scaling the analog read from 0..65535 to a useful 0-10 to allow for zero to 10 leds to light up. I’ve allowed for a range of values to be “basically zero” too to allow for some jitter or noise.
As I only write out to the neopixels when something changes, this code seems to be quite responsive.
This requires the following Adafruit Circuitpython Library Bundle libraries:
In fact, the entire Circuitpython code is given below.
import time
import board
import neopixel
from analogio import AnalogIn
cv_in = AnalogIn(board.A3)
pixel_pin1 = board.GP2
pixel_pin2 = board.GP3
num_pixels = 5
pixels1 = neopixel.NeoPixel(pixel_pin1, num_pixels, brightness=0.3, auto_write=False, pixel_order=neopixel.RGB)
pixels2 = neopixel.NeoPixel(pixel_pin2, num_pixels, brightness=0.3, auto_write=False, pixel_order=neopixel.RGB)
col = (80, 35, 0)
lastcv = -1
while True:
cv = cv_in.value / 256
if (lastcv != cv):
lastcv = cv
led = cv / 25
for pix in range(5):
if (pix < led and cv > 5):
pixels1[pix] = col
else:
pixels1[pix] = 0
if (pix+5 < led and cv > 5):
pixels2[pix] = col
else:
pixels2[pix] = 0
pixels1.show()
pixels2.show()
GiHub Resources
There is now an updated version of the OpenSCAD code for the case on GitHub and the PCB and code are also now available.
Closing Thoughts
This isn’t a perfect build in mechanical terms, but I’m not sure I ever do anything perfectly anyway, especially where mechanical things are concerned, but the final result is pretty pleasing.
The video shows it running with a Pimoroni RP2040 in the driving seat. First a potentiometer provides a 0 to 5V input, then I’m using my Educational DIY Synth Thing‘s LFO to provide a 0 to 3V3 input.
Kevin
EuroRack Krell Display Demo
Lumière du matin dans mon studio.
Je travaille sur la musique de 이방인들 (Strangers), la nouvelle pièce chorégraphique de Kim Hyunsun.
La création aura lieu le 13 avril 2025 à l'Arko Theater de Séoul dans le cadre de la 39e édition du Korea Dance Festival.
#music #composition #danse #eurorack #modularsynth #sounddesign #compositeur
Just got a ribbon controller and oh my. This thing is just so super, super expressive. I thought I'm more of a sequencing and logic type of girl but oh no. Oh no no no. That ribbon (A-198) and a keyboard together with some automation is nothing short of magic. I really need to start recording.
Just watched a demo of the #Flettverk noise #synthesizer by Pladask Elektristik. Not sure if it would fit into a #eurorack case or not. Certainly looks like it could create some interesting sounds. Or make your ears bleed. Both probably.
Some patches I posted to youtube this month. The first one reminds me of the Musica Elettronica library music album, which I love. The second one is also in the old-school "space pulses" vein. I like it, though. A pretty unpredictable patch.
@sarahdalgulls ok, I am having a lot of fun right now #eurorack
Fertsch !
A bit proud on this. Cool little project to get the machines up and running again and all the software setup'd.
Frontplate GFK (from the copter department) with a lasered blue tape technique and a silver edding. Bit sloppy but looks ok.
Oh and it sounds great, zero noise etc and I've heard having the potis in reverse is kinda en vogue anyway. (Opa2132)
This is so cool - I am so going to use this in my next #eurorack jam.
https://ecoevo.social/@sarahdalgulls/114256693063079786
Making a DIY #Eurorack case from 3M screw rails, MFOS bipolar power supply, and scrap wood I found in this house I moved into last year. This is mainly a project for getting more practice using power tools. I lived in small rental accommodation nearly all my life so had little reason to own any until now.
Which way should I orient it? Power entering from lower right or from the upper left?
#synthdiy #synth #electronics