Skip to main content

Re-purposing an old MIDI interface - part 1

I hate to throw things away. I've had an old serial port MIDI interface lying around the house for 20 years doing nothing. It was from Windows 3.1 days, and was non-upgradable to Windows 95. But now it's time to bring it back to life.

First some pictures...

The Original Box
Unboxed

MIDI ports at the other end
25-pin serial port at one end

My idea is to make it into a very simple sequencer based on the Arduino, with both MIDI in and out capability plus a bunch of other features whilst retaining the original box for nostalgia. So let's take a look inside and see if there is anything that can be salvaged...

Internals
Well, not much really, there are the ports which I can definitely use plus a few resistor, diodes and capacitors, some of which may be usable in my new project but probably not worth the hassle of unsoldering. Then there are 2 transistors, which I will save for other projects and what looks like an optocoupler on the MIDI-in side. The rest are what I assume are custom eproms, since they are unmarked, so no use to me.

Let's take a close look at the optocoupler...

GE CNY17I 8711 optocoupler?
I quick google around, and I find a data sheet, and a bit more googling around and I find someone has used one to build an Arduino MIDI-in interface so I will try to salvage that.

Edit: I'm not 100% sure about that datasheet for the optocoupler,  but I can't find anything with the "I" suffix. Here is another datasheet which seems to be a generic CNY17

Edit: I think my CNY17I was made by General Electric but is now an obsolete part. I will make a small MIDI in circuit to test it though. I'm pretty sure the pinout will be the same.

Thats it for now, I'll be back later with some design information, schematics, and board layouts. 











Comments

Popular posts from this blog

Vox Pathfinder 15 Tremolo Repair

Last year, I snapped up a Vox Pathfinder 15 (non-reverb) combo amplifier from ebay. The seller was a charity shop, and the amplifier was listed as "untested", so I was taking a bit of a gamble, but figured I'd have a good chance of being able to fix it it it wasn't working, and cosmetically, it looked almost mint. When it arrived, I plugged it in, and as you guessed, it was not working. Barely any sound, and what sound there was was horribly distorted. One thin I did notice was the the power on LED was not aligned correctly with the hole in the back panel, so I did quickly took it apart, and realigned the potentiometers and LED indicator, but didn't have a look in detail at the circuit. I put it back together, but the problem remained. My guess was that the problem was the famous "cambridgitis" (just google that term and you'll find all about it). Basically, a problem where the optocoupler that controls the tremolo circuit fails. A common failure...

Vox Pathfinder 10 and Pathfinder 15 Simulation

I've got a Vox Pathfinder 10 amplifier that I bought a couple of years ago, and I love it. It's a great little amplifier, but I don't care for the distortion channel, it just sounds harsh to my ears. There are quite simple modifications that can be done to this amplifier to remove the clipping LED's and increase the boost of the clean channel (check out Ben Craven's mods  for details). I'd been considering doing some of these, but whilst researching the subject, I discovered that the currently out of production (as at Nov '18)  Pathfinder 15/15R generally receives a lot more love than the Pathfinder 10. I found schematics for both the PF15 and the PF15R online, and saw that there were a lot of similarities between the PF10 and the PF15, particularly the earlier non-reverb PF15. The PF15R (with reverb) is quite a bit different after the first two opamp stages. I thought I'd model both the PF10 and PF15 pre-amp stages in LTspice  to see how they compar...

Screen Mirroring with Moto X and Sony Bravia TV

I know you are probably thinking that this topic has no connection to what this blog is about, and you would be correct. However, it was such a trial finding any information for me that I decided I needed to document it somewhere. Here is the problem. I have a Sony Bravia TV (Model KDL-42W829B), and I also have a First Generation Apple TV. Both of there used to provide the ability to show YouTube content, but earlier this year Google changed the YouTube API and consequently both of the aforementioned devices could not longer play the videos (now appears to work again on the TV, see update below). update 26-Dec-15: although I swear blind that when I tried the YouTube app on my Bravia TV did not work yesterday, and brief research on the net informed me that it was no longer supported, when I came to try it again today it worked!!! When I looked at the settings for the Bravia TV, I noticed that it supported Screen Mirroring over WiFi with Miracast  and it also seemed that the M...