Readit News logoReadit News
ACCount37 · 2 days ago
A lot of "exposed bonded die" packages caution against using ultrasonic cleaning.

This is especially true for TCXOs, which also have the entire loose crystal in them on top of the controller die, and for MEMS mics, which are designed to be sensitive to vibration. But it's also true for things like common CMOS image sensors, which are "exposed die", but not mechanically sensitive otherwise.

Bond wires that are hanging midair instead of being pinned in place by package epoxy don't vibe with ultrasonic cleaning methods.

The risks are usually small, mind. Which is why prototyping teams and repair shops often use ultrasonic cleaning regardless. But in actual mass manufacturing, you really don't want to risk that extra 1% failure rate. So you either ask the vendors for "safe" values and dance around those energies and frequencies, or avoid ultrasonics altogether.

superxpro12 · 2 days ago
"...dont vibe with ultrasonic cleaning...."

Quite to the contrary, they DO vibe. Destructively :\

dlcarrier · 2 days ago
I worked somewhere that accidentally ultrasonically washed a product batch with crystal oscillators in them, and the failure rate was probably even higher than 1%. It was very immediately noticeable when testing the product. There was also an above-average failure rate in the PMIC inductors.

After that, we moved the ultrasonic cleaner to a back room.

ACCount37 · 2 days ago
Just one XO per board is usually quite safe, but you do get those freaky highly sensitive outliers every once in a while. There are methods to reduce the risks.
myself248 · 2 days ago
I've always been cautioned against ultrasonic cleaning of boards that have crystal oscillators, and indeed it's in most XO datasheets.

I've also heard that one shouldn't trim the leads of a through-hole XO before soldering it into the board, since the mechanical shock of the lead breaking can ring the whole package and similarly shake it apart. I'm curious if anyone here has seen that in practice!

Aurornis · 2 days ago
> I've also heard that one shouldn't trim the leads of a through-hole XO before soldering it into the board, since the mechanical shock of the lead breaking can ring the whole package and similarly shake it apart. I'm curious if anyone here has seen that in practice!

I’ve never put a through hole crystal into production so I can’t say anything about this conjecture.

However the larger surface mount crystals are not hard to hand solder if you get a package with side wettable flanks and make the pads reasonably large. It’s something I’d recommend considering.

summa_tech · 2 days ago
Sometimes, the bigger physical size of through-hole crystals gives them a higher Q. I, too, prefer surface-mount everything but have been defeated on that sadly ;(
dlcarrier · 2 days ago
I worked on a product that included pre-trimmed HC-49/S through-hole crystal oscillators, and not a single crystal failed. It was a low-volume product, but there were still probably tens too hundreds of thousands of them built.

When a batch with 20 MHz surface-mount crystals, in a package similar to the one in the article, were accidentally run through an ultrasonic cleaner, the failure rate was immediately noticeable, in the single-digit percent.

Leads of through-hole components are usually trimmed before assembly, on both manual and automated assembly lines, (e.g. https://www.youtube.com/watch?v=cjVY8lb0LG8) and I've never seen this prohibited in a datasheet, but ultrasonic cleaning is usually prohibited.

the__alchemist · 2 days ago
I went down this rabbit hole a few years ago, and couldn't find an actionable answer on if this is OK or not. Sounded like "No, you shouldn't", but almost every PCB I've designed (or used?) has at least one, and I know ultrasonic cleaning is a thing, so I'm not sure how to reconcile these.
ACCount37 · 2 days ago
There is no single answer. It depends on the exact components, their sensitivities, frequencies and energies used, and how much failure risk are you willing to take.

Rule of thumb: one simple xtal per board in small manufacturing runs (4 digits or less) means you're fine.

The larger your manufacturing runs are, and the more sensitive components you have on your boards, the more careful you want to be. Components can easily make the difference between 0.2% failure rate and 2% failure rate, and that 2% failure rate bites when you push units by hundreds of thousands.

Of course, there's always a chance of you getting a perfect match of the exact intensity and frequency used on a given manufacturing line, which you didn't know, with what happens to kill your specific components at a disproportionate rate, which you also didn't know. But it's a pretty low chance. Feeling lucky?

Because yes, it's not actually worth the engineering/support effort for you, your manufacturer and your part vendor to actually put the thinking cap on and characterize all of that shit for a typical low volume run. So luck it is.

garaetjjte · 2 days ago
On the other hand I heard that one shouldn't trim leads after soldering as it might crack solder joints...
codehero · 2 days ago
Depends on the quality of the solder joint. Poor quality solder joints do not survive mechanical shock. If you are fighting a GND pin that sinks a lot of heat, using leadfree solder and you aren't that skilled...don't trim that lead flush with the PCB. Otherwise, if you are sure that the solder has wicked into the hole, trim away.

So if someone is telling you not to trim the lead...I'll let you draw your own conclusion.

jnd-cz · 2 days ago
This depends how close to the solder joint (or to board) you are trimming. If you're already cutting solder together with the component lead then it's too close and can affect the quality. I'm sure the NASA soldering manuals show this in great detail.
jacquesm · 2 days ago
Oh, that's a good one, I can see how that would put a lot of g's on the package. I think this will be a factor depending on the weight of the total assembly. If that weight is significant it will dampen the shockwave.
myrmidon · 2 days ago
On the origin of OXCO (for oven controlled crystal oscillator):

The base abbreviation is "Xtal" (for crystal) and predates modern electronics by quite a bit (was already used before 1900 in geology etc). The author linking this to Xmas (indirectly, "Christ") via the the greek Chi (Χ) is very likely correct.

In electronics this weird abbreviation (X for crystal) is further helped by the fact that "C" is completely taken by "capacitor" (an even more important passive component).

ACCount37 · 2 days ago
Amusingly, "crystal oscillator" can be both "X" and "Y" in schematics.

"X" because "xtal", and "Y" because of the distinct shape of a tuning fork.

SAI_Peregrinus · 2 days ago
Even more amusingly, only low-frequency crystals (very often 32.768kHz) are tuning-fork cut, high-frequency resonators use other shapes.

Pedantically most of them aren't crystal oscillators, merely crystal resonators. Oscillators begin oscillating on their own when a DC voltage is applied, they usually are 3-pin or 4-pin devices with power input & oscillating outputs. 2-pin crystal resonators merely act as high-Q filters in an oscillator circuit, they still need other components to drive the oscillation.

kens · 2 days ago
The article asks about the etymology of X for crystal. I looked into that a while ago. The abbreviation "xtal" has been used for "crystal" since the 1800s in medicine, geology, and chemistry, and then electronics copied the usage. This comes from the earlier use of X for the "christ" sound, as in "xmas", which goes back to the 16th century. As the article suggests, the Greek chi (Χ) is the root.
geocrasher · 2 days ago
At first, I felt smart about knowing what a TCXO is. Then, it went downhill from there. Great analysis. I figured it would have been the heater component that failed, then reading the comments here, I realized I'd conflated TCXO with OCXO. Similar but not.

I tried :D

namibj · 2 days ago
The divide by two is to get the quartz small enough to fit that package.
superxpro12 · 2 days ago
Is there some kind of inverse relationship between resonant frequency and crystal size?
namibj · 2 days ago
Yeah, the resonant waves tend to be surface flexing (the top side expanding the bottom contracting and thus the sheet as a whole bending; and ofc vise-versa) which has a natural frequency related to the lever arm length amplifying the moving mass vs. the more centrally located elastic crystal lattice deformation forces acting as the spring.

At least that's my recollection on the mechanics of these types of resonators; the general frequency of period being proportional to length and thus your observation holding is fairly universal, though.

The 32kHz tuning forks btw use a torsional vibration mode thus not needing to be as massive as linear scaling would leave you to assume.

rmast · 2 days ago
Interesting how the depackaging was done - curious what the mill setup was looked like. It seems like achieving .001” on manual mills isn’t uncommon; which would be about 25 micrometers, so in line with the depth of passes that were being taken here. I can see how the magnified view of the part would be helpful.
showerst · 2 days ago
A thou on any decent mill is no problem.

Given the teeny tiny endmill the author was using, I suspect they were using a small mill with a very fast spindle. Maybe something like a Taig or a Sherline.

Edit -- I see on another post the author has a Sherline 5400 mini mill.

jnd-cz · 2 days ago
The digital part of TCXO is interesting. It must be some simple microncontroller with lookup table that steers the frequency back to nominal value. These days you really have computation in many basic components, from crystals to flash memories.
jacquesm · 2 days ago
Yes, the typical way this works is that the lookup table is programmed during device calibration and that the microcontroller has a temperature sensor attached and uses a varicap to drive one of the two capacitors attached to the crystal (usually through a coupling capacitor to avoid loading up the circuit too much).

This is nice because it will help to keep the crystal on track but a lot depends on the time constants of the control circuit whether or not the Allan Deviation of the circuit as a whole is going to be acceptable across all applicable timescales.

As a domain this is both fascinating and far more complex than I had ever imagined it to be, but having spent the last couple of months researching this and building (small) prototypes I've learned enough to have holy respect for anything that doesn't have an atomic clock in it and that does better than 10^-7. That is a serious engineering challenge especially when you're on a tiny budget.

If you can use a GPS disciplined oscillator then that's one possible solution, but there to you may see short term deviations that are unacceptable even if the system is long term very precise.

avian · 2 days ago
Is there really a microcontroller in there? As in a general purpose microprocessor core executing machine code in ROM? Any references for that?

I find it baffling that this would be cost effective. Maybe by dropping in a CPU core and software you save some design cost vs. a more specialized IC. But it must be more expensive per unit to manufacture in a process where you can fit in all those transistors. And these things are manufactured in such quantities that design costs must be a pretty minimal part of the final part price.

This used to be implemented as a purely analog control loop, i.e. opamps and such. After all TCXOs predate the age of ubiquitous CPUs by decades. Even if there is a need for a factory-programmed temperature calibration curve, there are techniques where it can be implemented in a pure analog way, or in a dedicated digital circuit where the transistor count will be much lower vs. a general purpose CPU core.