My build progress

HAGIWO Oled CV/Gate sequencer (mostly) complete! I still need to sort out a little issue with the diode protection circuit but it works.

Plans:



10 Likes


Slightly perverted hack to get Behringer Brains to Kosmo. First I thought of desoldering the jacks, but they are really hard to remove without breaking anything, so this will do. I could technically solder the big jacks straight to original jacks solder points to those inputs that don’t have any switching/normalisation, but well…
Brains, which is basically a Plaits clone, got update from Behringer this month. DX7-emulator that can use original patches and 303-ish engine seem nice on the first try.

9 Likes

Oh nothing just matching a few resistors

10 Likes

Currently working on this (basically an Electrosmith Daisy patch.init() clone with an added rotary encoder).

Also got these made (photo taken before finishing the dial module).


The dial’s outputs provide a 5V pulse with the number dialled and two 0-5V CVs, one that gets updated as the pulses go through the system and the other waits for the button to be pressed before changing values. The light in the button flashes with the pulses for no reason other than it looks great :grin: Long pressing sets it back to 0V because each digit increases it by 0.5V, with 0 being 10 - there was no way to get a 0V otherwise.

Voltmeter is just a voltmeter with passive multiples to get in and out. The switch turns on the illumination of the dial.

12 Likes

A little MCU learning project I’ve designed and built today!

It’s a gate sequencer based on an Arduino Nano.

Yeah I could just have used a 4017 but I’ve built a lot of CMOS stuff and wanted to learn more about designing for MCU. And I gave it a few interesting features taking advantage of its digital nature:

  • The gate sustains indefinitely, but if two steps are active, it retriggers between the two steps (adding a 2ms delay)
  • The LEDs are dimmer during inactive steps
  • The Reset button only takes effect next clock input

Is there, like, interest in me documenting it? Bear in mind it’s just a learning project and the input section is poorly designed (but it works).

If you’re feeling adventurous: schematic and code.

5 Likes

Probably not recommended, but given a little one that needs my attention in the evening I’ve been working in parallel, not in series. Believe I’ve got components in 17 different boards, but I think I’m at 90% on 10 different modules:


Will need to start worrying about power soon. Happy April everyone!

9 Likes

I finally decides to make a moog type ladder filter. After making the diode ladder one, I realised that I found my MS20 vcf a bit flat. So here it is. (Kassutronics version)


I kept the MS20 circuit and have it pre patched to the moog filter output for a lpf / hpf mix. I really like it !!!
Some sounds :

6 Likes


More weird conversions. TC Electronics Skysurfer (which lends its look from Strymon Bluesky) to Kosmo. It is actually a horrible reverb pedal. Instead of reverb it adds some kind of lo-fi mush, three different modes of it even. I didn’t find any use for it with guitar, but it costs 45 € new, so selling for 20 € would be pushing it, but maybe it has more use with my lo-fi synths. The mix goes to 100% wet and it has handy bypass-switch.
I just removed the circuit board, drilled holes for controls and couple of extra for those stands which were part of the aluminum case. And I removed couple of thick plastic washers from the switch mechanism to make it need less force, that worked out fine.
There’s first resistor divider to get signal level to one tenth, then half of TL072 as a buffer with wire soldered to pedal in, and from pedal out a wire to other TL072 with 10x gain and to output. Then there is 9 volt regulator for power. This seems to be a digital pedal and I don’t have schematics, so I didn’t want to risk it and test if it would work with 12 volts.
Also, because of the guitar pedal shenanigans, the input jack has to have a dummy plug to get the power going. I could have just soldered couple of places together, but this seemed easier.
And I managed to lose the tone knob already, it should have the same as the other two pots have. And hole for the “reverb”-type switch is horrible.

6 Likes

The hunt is over. I had to build a separate case for the toys. My best Case so far 2x77cm and 20cm deep. with extendable beer holders hidden in the base. the paint is stil wet in some areas…



11 Likes

I like the cheat sheet!

2 Likes

Maybe that would have been different if you had stacked its PCBs like you did with the ladder filter ,

2 Likes

really need to build these types of modules I like yours well done and classy great job

1 Like

Very Nice !

.

.
.

I’ve been playing with PT2257 and PT2258 chips. The best way of describing them is as digitally controlled attenuators I think. You control them over I²C and each channel can be attenuated from 0 to -79dB (in whole dB steps), plus total channel muting. The PT2257 is an 8 pin chip that can do 2 channels, the PT2258 is a 20 pin chip for six channels.

I started off with the PT2257 on a breadboard to get an idea of what could be done, then moved to a PT2258 on a protoboard:

I only hooked up four channels because my intended use case didn’t call for any more, but it worked really well (despite the horrors of the protoboard) so I decided to commit to a PCB - and found a perfectly serviceable one already available on PCBWay, so I ordered some. (From JLCPCB.)

Pros

  • Cheap. Incredibly cheap. I think they worked out to be about 30p each when I picked them up years ago, looks like you can still get them for about that. That’s 5p a channel!
  • Robust.
  • Great sound quality. I’ve not been able to detect any distortion or cross-talk between channels (I’ve not tried very hard, mind).
  • Nice internal design (going from the block diagram in the datasheet).

Cons

  • Requires a microcontroller and code to function. Libraries are available, and I wrote my own code in Python easily enough, but that’s going to be a turn-off for many.
  • Whole dB steps means most of the attenuation you can hear occurs in 30 steps (the old linear-vs-logarithmic scaling fun).

Thoughts

I really like them :slight_smile: I can’t remember why I picked them up, it was years ago (well before Covid messed up mind, memory and the concept of time) but I’m glad I did. I think I might have had an idea to combine an envelope generator and VCA in one, or a weird programable mixer, so I’ll try those sometime.

8 Likes

Did you ever end up making your own power supply?

Yes I did! Though I still haven’t installed them, I should get to that…

I managed to finish the MIDI Ultimate in time for our annual DIY meeting in Gothenburg and as I was supposed to talk a little about synthesizers to the group (this was actually a DIY HIFI meeting), I could use the Ultimate to show how some sounds could be made (but also played very MOOGY music).

Now the Ultimate is waiting for finishing touches and I is working on my modular thing. Finishing a lot of panel wiring (stumble on some poor documentation :face_with_head_bandage:) and worst of all - some of the 3.5mm sockets are WRONG WRONG WRONG. They sort of is “too deep” so the male connector don’t latch. See pic below. besides some connectors are absolutely impossible to solder :face_with_symbols_over_mouth:.
Also managed to fry a pair of voltage regulators (78/79L15) and possibly a TL074. Lesson learned - Double check the orientation of ICs. I will miss that when I do something fantastic with an M110 …

Else, I am doing fine - a simple 10W tube amp I managed to start working, stopped working and is now working again. Maybe the change to a BLUE pilot light made the trick.

1 Like

I have spent about 5hrs over the last week sifting through all the resistors that were not in their storage boxes… Being colourblind I had to meter every one to find it’s value to put back where it should be. must have been 100+ . A colleague just sugested bin the lot and buy again!!

3 Likes

Now with correct front panel. And knobs.

8 Likes

I made a quantum leap in the quality of my DIY pcb production :smiley:

A bad toner catridge (no name! - the first and last try of such cheaps toners) for my Brother laser printer and the lack of transparency paper forced me to change my diy pcb creation process. I bought a pack of transparent overhead slides compatible with my inkjet printer. The rest of the process is unchanged (160s exposing with my UV light source and etching with Fe(3)Cl - the result is dramatically better than the old one. Perfect sharp details, no holes in the traces, and I am now able to increase the distance between components and traces.

16 Likes