SE/30 Y3 Crystal Replacement Recommendation?

Nov 27, 2022
95
46
18
Greetings,
Wondering if someone can help me to replace the Y3 Crystal one of my three broken SE/30 boards I'm trying to repair.
Afraid that the legs just couldn't take an ultrasonic cleaning and broke off right at the base; I tried replacing it with one of these https://www.mouser.ca/ProductDetail/774-ATS169-E units I had from mouser as I thought that the frequency was correct but it doesn't appear to work.

I get no sound when I try this crystal in the board with known working sound (immediate death chime) and all it did was crackle. If I put an original crystal in I get normal sound on the same board so obviously I've missed something.

Anyone know what will work and maybe a link to mouser or digikey please?

Thanks for any assistance!

EDIT: Okay I think I found my error in the Crystal I ordered. Was talking with a local electronics expert and he suggested that I check the capacitors around the oscillator on the schematic and see what pf they are vs the pf of the Crystal I ordered. Sure enough I ordered a 20pf Crystal but the schematic suggests I need 33pf. Mouser doesn't seem to have any 33pf Crystals though (closest I found was 30pf). So does anyone know of an alternative that works?


Note the board I'm working on has video but no sound atm (well some sounds sometimes if I hit restart and interrupt a few times I almost hear the death chimes)
 
Last edited:

naruse

New Tinkerer
Sep 14, 2024
25
12
3
hi there! -- where you able to figure this out? I am actually in the same exact situation with the Y3 crystal :/
 

JDW

Administrator
Staff member
Founder
Sep 2, 2021
1,577
1,373
113
53
Japan
youtube.com
I realize you aren't doing an SE/30 Reloaded build, but sometimes those builds have BOMs with a modern parts list you can buy today. The SE Reloaded build's BOM is like that. Even so, I've never done an SE/30 Reloaded build myself and therefore have no experience selecting parts such as the Y3 Crystal, but I would have thought there would be a complete BOM at the Reloaded Github created by @Bolle and yet I see that no Y3 crystal is mentioned there. Maybe the SE/30 Reloaded build expert, @This Does Not Compute , may have some ideas? Or perhaps, @Kai Robinson ?
 

naruse

New Tinkerer
Sep 14, 2024
25
12
3
yeah, the one from @Bolle is for the bottom part AFAIK -- indeed @This Does Not Compute shared his BOM (https://docs.google.com/spreadsheets/d/1Nx-KRaF5cdhcJSdrX42SqrtQcKcN2UZhHbEiThW19gc/edit?usp=sharing) (which is the one I am guiding myself from (thanks again! :D)) and indeed for Y3 it just says

CPU crystalY31THTransplant16.9344MHz, seemingly not available

Which is true -- you can find some parts on gidikey but I think the pf that it requires (which is 33pf) is not existant, the closest one is 30pf as @ComputerCompulsive mentioned.

I havent delved too much into it yet but I think (from what ChatGPT said) that if you can change the capacitance of the nearby capacitors you might be able to change a bit the crystal (but this is not my area of expertise -- I'm. a SW dev after all 😅 )
 
  • Like
Reactions: JDW

chuck.dubuque

New Tinkerer
May 21, 2023
5
6
3
yeah, the one from @Bolle is for the bottom part AFAIK -- indeed @This Does Not Compute shared his BOM (https://docs.google.com/spreadsheets/d/1Nx-KRaF5cdhcJSdrX42SqrtQcKcN2UZhHbEiThW19gc/edit?usp=sharing) (which is the one I am guiding myself from (thanks again! :D)) and indeed for Y3 it just says

CPU crystalY31THTransplant16.9344MHz, seemingly not available

Which is true -- you can find some parts on gidikey but I think the pf that it requires (which is 33pf) is not existant, the closest one is 30pf as @ComputerCompulsive mentioned.

I havent delved too much into it yet but I think (from what ChatGPT said) that if you can change the capacitance of the nearby capacitors you might be able to change a bit the crystal (but this is not my area of expertise -- I'm. a SW dev after all 😅 )


30pf "should" be close enough. Should. If the 30pf crystal does not work, or does not work reliably, you can try soldering a 3pf non-polarized capacitor between the pins of the 30pf crystal. This would effectively create a 33pf crystal.
 
  • Like
Reactions: naruse

JDW

Administrator
Staff member
Founder
Sep 2, 2021
1,577
1,373
113
53
Japan
youtube.com
Examining my stock SE/30 motherboard and the BOMARC schematic, I see this...

1731631145490.png


Looking at Bolle's Github Gerber files (via JLCPCB website viewer), I see on the top side of the board, he has designed it to accept either the old cylinder-shaped crystal (shown above) or the kind more commonly used today:

1731631267878.png


And on the bottom of Bolle's PCB, we see pads for the required two capacitors:

1731631342852.png


So in terms of what should work on an SE/30 Reloaded Motherboard, if one wishes to use the aforementioned ATS169-E on Mouser, which clearly shows a Load Capacitance of 20pF (which is a very common value, by the way), we need to calculate what each of the two external capacitors should be (C33 & C34).

I believe the board is using a Pierce Oscillator circuit , which is typically used with MCUs.

We unfortunately must make some assumptions before proceeding. There is something called parasitic (stray) capacitance inherent to any circuit, which pertains to how the circuit is designed (trace length, width, proximity to other traces, etc.) We also have input and output capacitances of the microcontroller (Cin & Cout). Unfortunately, Cin & Cout are almost never given in datasheets (even if we had one), and the parasitic capacitance is also an unknown.

Assuming stray capacitance (inherent to the board design) of 3pF is reasonable (but it could be more because thru-holes are used).

Assuming Cin & Cout to be 5pF each, is also reasonable.

We can combine those two assumptions into Cstray = 8pF.

The total Load Capacitance (CL, as defined in the XTAL datasheet, which in our case is 20pF) is Cstray plus the external capacitor value you must choose, which we can call Cext in the following formula:

CL = Cext/2 + Cstray
20pF = Cext/2 + 8pF
Cext = C33 = C34 = 24pF

If the assumptions are correct (and only testing would show if they are), you would need 2pcs of 24pF C0G with a voltage rating anywhere from 16V to 50V (whatever physical size will fit the pads on the bottom of the motherboard).

If your C33 & C34 are currently the stock 33pF values, we can see why using the ATS169-E (CL=20pF) is not producing the oscillation expected by the circuit. The frequency is being shifted too far off due to C33 & C34 being non-optimal values. But because we've made some assumptions, it's best to have a range of capacitor values to solder-in and test. Once the correct value is found for C33 & C34, that helps everyone because you will know what XTAL p/n and what C33, C34 values to use.


 
  • Like
Reactions: naruse

JDW

Administrator
Staff member
Founder
Sep 2, 2021
1,577
1,373
113
53
Japan
youtube.com
But now that I ponder it further, it very well could be ESR that's the problem here, rather than Load Capacitance.

You see, those cylindrical CAN oscillators are typically used in clocks and watches, and in those applications the XTAL ESR is very high, on order of 50kΩ, 90kΩ or higher. But if you read the ATS169-E datasheet , ESR is only 40Ω. Normally, you cannot use a 40Ω XTAL in a circuit expect one that is 90kΩ.

You might try a resistor to see if you can get the ATS169 to work. But there are caveats to that. Normally, a series resistor of a modest size is placed on the "OUT" pin of the XTAL to reduce current a bit. See diagrams below.

1731656917931.png


SE/30 SCHEMATIC:
1731657780565.png


CAVEAT
You would possibly need to add 50kΩ of resistance, which is rather uncommon and could degrade the quality of the oscillation or even prevent oscillation from happening altogether. Starting out with a smaller value like 10kΩ and going up from there to about 50kΩ is reasonable for testing. If it works reliably and consistently, fantastic. If not, there would be no alternative but to try and find a cylindrical 2-pin oscillator at the required frequency. Even then if the ESR is off too much related to the stock Y3 part (197-39) , you may have trouble.
 
  • Like
Reactions: naruse