Affichage des articles dont le libellé est DIY. Afficher tous les articles
Affichage des articles dont le libellé est DIY. Afficher tous les articles

lundi 8 juin 2015

Gyraf g7, a DIY tube microphone | part.1 ordering stuff

As I was waiting for my cases to rack my latest projects I thought about starting yet a new project. I had some PCB laying around that I bought a while ago in frenzy of "I want moooore PCB" and dug in my treasure chest to find a g7 tube mic.
A word about the g7: it's a tube mic designed by Jakob Erland, the guy at Gyraf Audio in Denmark. His contribution to the audio DIY community is invaluable, and beside offering some high end audio tools, Jakob has a nice DIY page. The mic is an original design based on the famous Neumann U47, AKG C12, with the Neumann U67 tube (EF86). That's quite a pedigree...
As with all the tube mics, you need an external power supply because tubes need high voltage to work. No phantom power for those. And as a reminder, those high voltages are lethal, so don't die building a mic...
The starting point is that I bought 2 of them, one had already quite a few components soldered and the second is just the bare PCB. So I started to complete the one already soldered. And the starting point is to order everything that is needed. And I suddenly remembered that a PCB and components are mostly cheap, but it gets expensive real fast with metal work, transformers, tube, connectors and so on... And you need to find a capsule...

The capsule

I bought a C12 capsule from microphone parts. Fast shipping, unbeatable price. It's not the best on the market, chinese product but with high standards. A lot of people report that their capsules just work really well.

The PSU,

I bought the parts from Conrad as they have cheap shipping costs. Still they managed to break this little order in 4 different parcels, one I'm still waiting for...

The transformer

I bought the expensive Lundahl 1538 as proposed by Gyraf. OEP is also fine, but I wanted a high quality build this time. The don audio shipped the transformer really fast, thank you.

The tube

I bought 4 used ef86 on eBay. Let's see if they are as good as the seller claims. At least they look clean and fairly unused


Let's build the thing!

lundi 11 mai 2015

DIY Monitoring controler from IJ Research | update

After a really long time, I finally got into debugging my monitoring controler from Igor (IJ research).
It didn't work for quite long and I eventually found 2 mistakes:
- wrong power connection... (OK, shame on me, this shouldn't happen)
- some pins of my test VGA cable were shorted to the shield so the power supply was not working anymore. I changed the cable and it's working.
Here a quick'n dirty video
It's moving! and it blinks!

Well I should be cautious with saying this, because it just responds as expected, display, LEDs and buttons. I need to make a custom db25 cable to test the input-output with audio. And then I can say if it's really working and passing audio.

And then I just need my brother in law to CNC a nice case for this one and integrate it in my setup.

As chunger says: human wins

lundi 27 avril 2015

Creating a JFET preamp: the FETREDD

So I decided to create a mic preamp.


In fact, it's not entirely true, I'd like to design a PCB for it. I bet it's not that easy and I have to say that I have no clue about how well it will go, but still, I find it worth a try.

The beginning of a mic pre

Everything started when ForthMonkey on GroupDIY posted some schematics and sound files of a mic preamp. It's a JFET design with only 3 active components in the entire circuit: the 3 JFET.
The part count seemed low so I thought about doing a little PCB because I'm curious. I never ever designed any PCB, I have no clue about doing such a layout, but GroupDIY is a community insisting on experimenting things so let's go.

The schematics of the FETREDD

They seem pretty easy: a first JFET, a bunch of resistors and capacitors, two other JFET and an output. No funny part, everything seem quite clear.

If I were into marketing, I'd call it a "pure class A preamp delivering an outstanding sound with personnality" and I would sell it a fair amount of money!

As a bonus, ForthMonkey included an extra little circuit called TNT. This switchable circuit kind of boosts the lows and highs. A kind of loudness thing as far as I understand. If I find it boring, it's still a place where I can add any kind of processing.

Here the schematics from the main circuit (thanks to ForthMonkey)
 And the TNT circuit:

The power supply & format

You need a single rail +24V power supply and +48V for phantom power. Well I'm lazy, I do own a 51X rack which provide 24V and 48V so I'll do a 51X layout. This way, I don't need to create/borrow an extra power supply, a complete 19" rack and so on. It will also help me with layout decisions, because the format is already there and it's a good start.

What I need to add


It would be too easy to just copy the schematics and call it a day, the FETREDD mic preamp wouldn't be complete without a few things:

an input and output stage

that's where it gets a bit complicated. At the moments, the pre is (as far as I understand) high impedance unbalanced In and Out. So I can plug a high impedance instrument directly in like a guitar or a bass and it would work fine and I can get a nice sound on the output as long as I don't need to drive long cables. Right now it's a perfect preamp stage for Instruments, but I want it good for mics and I want it to be able to drive long cables. SO I need an input and output stage.
The easiest for me is to put 2 transformers in the circuit. They aren't cheap but they sound good, they make my life easy and might even add some character to the sound.
I could add a kind of little circuit to adapt impedance and balance the input and output. It would probably be a bit cheaper, but even though they are easy circuits, I still need to interface and adapt them to this circuit. And I can't do this at the moment, because I don't understand electronic deep enough to know exactly what to do.
So transformers.
I decided to use the Haufe ST 8456 as an input transformer because it's small and sounds at least as good as the lundahl equivalent and it's cheaper. Oh and I can source it here directly in Germany which is quite convenient in regard to porto and taxes.
I haven't decided yet what I will use as an output transformer. I will need to test the circuit with several. ForthMonkey said I would need a 10k:600 transformer, but if the circuit could drive 600Ω I could use a 600:600 one. Which would be quite convenient because there are more 600:600 transformers than 10k:600.
So I need to build this circuit, try it with different output transformers and select the best. Well, let's see how far I go.

Adding transformers to the circuit seems to be easy, just put one before and one after the circuit, connect the right pins to circuit and ground and there you are!
Oh and it's easy to test transformers as they basically don't really make the preamp different.

48V phantom supply

this power supply is necessary for condencer mics. It's not a difficult thing to do because it's basically a switch, 3 resistors and a capacitor, but it needs to be done.
While informing myself on preamp design/layout I stumbled across the FETboy. It's also a class A preamp (from Scott Hamptone) and the schematics were kindly released in an audio magasine. And it shows a nice schematics on how to transform a basic gain stage (like the FETREDD) into a full blown mic preamp. Thank you Scott.
As I'll use an input transformer, I don't need to protect my circuit against phantom power with extra capacitors.
You can find more infos on the FETboy on DIY recording equipment. A great DIY audio wiki by the way.

Input PAD

Well I shamelessly copied Scott Hamptone input pad. It's a -14dB pad placed on the secondary of the transformer. That means that the pad is between the transformer and the preamp. Which means that the transformer still get the full signal before it's attenuated and it will add distorsion character to the pre. Scott writes that most modern good quality transformers can cope with this.

Instrument input

Do I need this one? It seems pretty easy to implement because it's just a jack between the transformer and the gain stage input, but I still need to figure out how to do this. I need the instrument input to bypass the mic input when a jack is in, that seems pretty easy. But I also need that the jack plug let mic signal through when no instrument is inserted. Do all the jack plug do this? If so, why do a lot of preamp have an extra switch for this? Because the instrument input goes through the transformer? It's such an easy question that I barely dare asking it...

What else?

At the moment there isn't any kind of LED to show anything to the user. Do I need shiny LEDs? I find it good for 48V as you don't want to fry your expensive ribbon mic. I also like the idea of a signal LED. Something that shows if a signal is coming in (or coming out?), I find it easier to troubleshoot if you at least know if there is something coming in, even though I don't believe in metering for analog hardware in our digital world.
There isn't any kind of phase inverting switch. They are quite handy for stereo/multitrack recording. How and where can I implement this?




Check list

So in the end I would "just" need this:
the PCB
the electronic components
the input and output transformers
the frontpanel (made by my brother in law)
a metal L bracket to hold the PCB and frontpanel together (also made by my brother in law)
Time and so on...

samedi 3 janvier 2015

Jensamp 51X, a DIY germanium preamp

Origins

RCA BC-7A
This germanium preamp is based on a classic mic preamp: the RCA BA71. These modules came from the film and broadcast consoles of the 60s-70s and are considered as one of the finest of this era.
GroupDIY forum member Jensenman redesigned this old beast adapting it to modern recording environments constraint (48V, DI input, variable gain etc.) and optimizing it a bit for a better bandwidth.
Kubarth and [silent:arts] managed to put everything in a 51X form factor, a kind of big brother of the infamous API500 format. Note that you can plug an API500 module in a 51X rack (and it will even work!).

Build

An easy build
Jensamp kits are available through [silent:arts] white market thread. The kit comes with everything except 2 bits of wire for the LED. The yellow PCBs are really well made, and metal work is as you expect from a german production.
It is really easy to build, I didn't struggle on anything. Start with small things like resistors and solder your way up until the big Haufe transformers.
Plug it...
Enjoy the sound!

I had first a little oscillation problem that I solved by changing some vintage components. I also took care that no metal casing was touching the PCB traces.
Take care to discharge yourself from static as germanium diodes can be sensible to it.

Costs

The kit comes with everything and costs 220€ (excl. VAT and shipping costs). It is a really cheap preamp when you hear such a sound quality. Germanium preamps usually cost 4-5x more...

Sound

Here comes the real deal. The sound of the Jensamp germanium preamp is thick and large. It is not a clean preamp. And you'll love it for its sound. No wonder people are comparing it with Neve mic preamps...
As a test example I plugged a cheap chinese mic in it and it sounded good, full bodied! I then plugged the same mic in a Lindell audio preamp (6X-500) and it sounded harsh and aggressive.
 



Recall sheet

I wrote a little recall sheet for those who are trying like me to document their sessions.
Download it and tell me on what you used it.

Feel free to post any comments or questions about this unit. If you want to try it yourself, contact me at my recording studio in South Germany.

mercredi 27 août 2014

G9 51x DIY tube mic preamp

What is the G9 51x?

G9 51x tube mic preamp
I bought a PCB for a tube mic preamp some time ago: a G9 51X. The G9 is a famous tube preamp design from Gyraf Audio in Denmark. It has been tweaked so that it fits in a single 51x module. What a feat!

The 51x format is kind of an extension from the API500 format. 2 more pins which deliver +/- 24V. You can learn more about it here: GroupDIY 51X Alliance.
The 51x format is well regarded and used on the GroupDIY forum. You can find a list of 51x projects here: list of DIY 500 and 51x projects.

Build

I closely followed the advices from the designer of the board on GroupDIY. Those were important and helped having a smooth building process.
Basically, how to solder the little lugs so that your tube will fit when you insert it (you can ignore this and take the risk to break your tube of course), fitting from the elements on the faceplate, some mods are required so that the pre works better, how to solder the high voltage converter, and so on.

The build itself is easy if you proceed carefully. Solder from the smallest to the tallest elements. 
There is a vertical diode which is not silkscreened really clearly between the 2 caps C502 and C504.
For the HV converter, I would advice to solder C503, then D501, then the inductor L501 because D501 will get on the way of C503. Well at least keep an eye on C503 because you need to solder it flush to the PCB or you'll have clearance issues.

I used the OEP transformers because I had them laying around (well and because I couldn't afford to buy expensive transformers when I have cheap ones available).

Costs

I bought the PCB+frontplate long ago. I think I paid 25-40€. The faceplate is a new one from http://frontpanels.de which explains why it's different from the original faceplate.
Tubes Westinghouse NOS: 40€
Components: 61,30€ 
I used the BOM from the first post of the thread on GroupDIY about G9 51x. It was fine even though I had to find some replacement parts because some weren't in stock.
Transformers: roughly 30€
Total cost 150-200€
Well and I bought a 51x rack from Vandaal, so it's 550€ more expensive.

Pictures



You can use those pictures as a reference because the unit is in working condition.

mercredi 5 juin 2013

Yeah, power supply is working!

Hi there,
I'm pleased to announce that I managed to have the power supply for the innersonix lucidity preamp work.
As I had a bit of respect for 220V, a friend helped me wire the transformer and explained roughly how such a supply is working. After that I got power but the 3,3V was missing and the LED wasn't working. After a message to Alex from Innersonix he told me I should cut pin 7 from one of the regulator. It was written in the groupdiy forums but I somehow missed it ( or forgot about it). so I cut the pin and it worked...

I just need to wire everything now and let you know

mercredi 15 mai 2013

Short update

Hi there,
yes i'm alive!
And I just ordered some more components in order to continue the lucidity pres and start the Alice mics
Stay tuned, I hope I can give you all some news soon

dimanche 17 mars 2013

Delay delay

Hi all, i'm suite busy those days, so I have no updates for y ou ait thé moment. I'm drawing the case using Draftsight and have it produced by a relative.
I hope to be able to update soon.

jeudi 31 janvier 2013

Lucidity, what's not in the BOM

Edit: after getting the components here, I'm not entirely happy with all of them. The jack are cheap (I'll choose Neutrik next time), and some wire connectors don't fit. Please check and double check before using those. I'll update this list soon

Ok, so I'm a real beginner when it comes to DIY audio. I can buy what I'm told to buy, but there are a few things that I don't think about, so here is a list of what I needed to order that was not in the BOM
Tools:
Those I had at least
Soldering iron (or soldering station)
Solder (I used good silver solder for the pres, and normal lead-free solder for the front panel and the PSU).
Things to bend and cut wires

Components:
it helps to have some ribbon cable in order to wire the pres and the front panel: Here it is
And some "plugs" for those cables: here and here, it's matching the 2x5P headers from the pres (Thanks i3j0rn from GroupDIY). Those are for the 3,96 x6 (power) & x3 (output)
I also bought this wire to connect the output signal. Talking about output signal, I decided to use 6,35mm jack as it takes less room on the backplate.

I nearly forgot the toroid transformer...


Alex from Innersonix advises to thermo-isolate the regulators (TO220) from the PSU with this kind of stuff.

I also needed a switch to turn the preamp on and off. I got this one.

Wire:
I obviously needed wires to connect everything. I already talked about the ribbon cable to control the pres.
I used some cables from an electric plug that I stripped bare. Using a drilling machine, I made this :

I obviously need a case and some front and back panel drilling. Don't know yet what to do, I'll probably go the modushop way.

mardi 22 janvier 2013

Innersonix Lucidity, first steps

The lucidity PCBs

I start populating
Soo, I got everything I need so far, at least enough to start. I checked every component for its value. Took care to match (as much as I could) the resistors R1 & R2, R4 & R5, R7 & R8, and R9 & R10, to improve common mode rejection ratio (CMRR). So far so good, it seems quite easy.
I started with the resistors, then added those small yellow capacitors. That way, I don't have to think about polarity yet and they are all small components, the board is still easy to manipulate.

I added the diodes, I needed to take care of polarity, don't want to burn everything... After the diodes, I looked at what components had a low profile and decided to solder the adapters for the chips.
I soldered then the red capacitors. BTW, in the original BOM,  C20 and C21 are rated
180pF and in the mouser BOM, they are 150pF. The innersonix team said it's not a problem, and they used the 150pF.

After the red WIMA capacitors, I soldered the relays and the resistors which are to be soldered straight (hard to get them straight). Now it starts to look like a real board, with lots of stuff on it.
Here the relays

The wima capacitors
To be continued...

vendredi 18 janvier 2013

Innersonix Lucidity mic preamp

Hi there, I'm starting a 2 channels Lucidity preamp from Innersonix. It should be a really clean, great sounding pre. As I mainly record traditionnal acoustic  instruments (voice, violin, hurdy-gurdy, french/irish bagpipes etc.) it should be perfect for my needs.
I'm entirely new to audio DIY, I just have a soldering station, and that's all...

Why DIY?
Well, mainly because I'm curious, because Lucidity is much cheaper to the pres it compares with (Millenia for example)

A few words about the costs:
PCB + THATDip adaptor + THAT Chips (2 channels, PSU, Front panel) 180€ (with VAT)

PSU Components 29,20€
Front panel components 15,66€
Preamp components 29,67€ *2

Total: 254,53 for the electronic.

More later (with pictures and build steps)


vendredi 4 janvier 2013

Apex 205 ribbon mic mod

Hi there,

a few words about my apex 205 mod. Sorry, no pictures as I modded the mic late at night without thinking about taking pictures/blogging.

The Apex 205 can be a great ribbon mic, but can be also terrible when not set up appropriately. It was my case as I had a really low output. So I started modding it.

Mechanical mods:

I unscrewed everything and took the mic apart. I always moved the mic slowly in a dust free room. Never blow on those mics!
I removed inner mesh layers of the mic headbasket. Just pulled hard with plyers.
I removed the ribbon protections. I just needed to unscrew a lot of little screws for that.
I retensionned the ribbon as it was sagging. The trick is to use alcohol to hold the ribbon while you give the right tension. It was quite tricky to find the right position but finally got it to work. Now I have a normal output.

TO DO: change the transformer