So, I think I’ve found the solution. Here are the additional steps I carried out.
Checked the part with fzp_checker.py and fixed a few errors.
Used this part to adjust the PAD.fzz file. In the PAD.fzz file, I added a via hole (PCB view tab in CORE) exactly over the mounting hole for the connector.
Ailser accepted that and gave me a THT hole for the connector. I think we’re really close now.
Top view:
Bottom view:
Stencil view:
Sample file:
PAD.fzz (32.3 KB)
Component:
USB-C-molex-217182-0001.fzpz (25.3 KB)
Happy Father’s Day to you!
Best regards, Harald!
Hello Harald, hello KjellM,
I’ve been playing around with it all evening. So I placed a via on each of the 4 outer shield pins. I think this will be a usable workaround. The vias align surprisingly well. The via needs to be connected to the shield to avoid a DRC error.
Aisler also reports no error and the stencil cut-outs fit. Great!
However, I noticed 2 more things:
- The square SMD pads are causing a DRC error. The complaint here is that copper is missing on the bottom layer. Can this be changed so that it no longer triggers an error? It’s correct that there’s no copper on the bottom…
- In the PCB view, hovering the mouse over the outer shield connections shows the label GND. Can that be changed to Shield?
Good morning Ralf,
I thought the error was caused by the spacing between the pads being too small, leaving no room for the solder mask. However, it could also be that the combination of SMD pads and THT mounting holes is the cause.
Is it still possible to have it manufactured?
Otherwise, one solution would be to replace the THT mounting holes entirely with black through-holes and then place the vias. I would then remove copper0 entirely. The capacitor would then need to sit against the vias.
Changing the label is quick — you could do that yourself in the editor. If you right-click on the component and select “Edit component”, the component editor opens. In the “Connector” tab, the “Label” field determines what appears on mouse-over.
Regards, Harald!
Hi Harald,
thanks for your patience.
The mouse-over labels were changed right away. A valuable tip from you.
The DRC should run without errors, and it did in the previous versions after lowering the allowed clearances. The USB connector will later go onto a large PCB. I definitely want to use DRC there.
Could you make me another version where the shield is omitted entirely, with only the outer black through-hole pads? I’ll place a via over the black through-hole pads. Connection then only via via. I’d definitely like to test it.
Done, I made it right before my morning coffee.
I also gave the component a different ID so you can keep both parts in the library.
USB-C-molex-217182-0001-via.fzpz (24.9 KB)
Cheers, Harald!
USB-C_2.fzz (52.1 KB)
I routed a small test PCB under realistic conditions using the latest version of the USB-C socket. See attachment. For the 4 vias placed on top, the DRC unfortunately throws errors (trace and via overlap). Is there another way to solve this? Maybe no hole, but just a small silkscreen marker?
I also added ground planes to the PCB. Aisler then complained that the clearance to the two central through-holes on the USB socket was too small. I was able to fix that in Fritzing using a copper fill blocker.
Yes, marking is definitely possible. I already tested that in one variant at some point. I’ll do it tomorrow or tonight!
Best regards, Harald!
So, as a marker, I left the black hole at 0.6 mm in the silkscreen. I reassigned the ID so that you now have three variants to test.
USB-C-molex-VIA.fzpz (29.9 KB)
Regards, Harald!
This looks very good. I placed vias with a hole diameter of 0.6mm / ring thickness of 0.3mm over the 4 outer markers and aligned them precisely. Created a small test board: DRC runs through without errors, no error messages from Aisler, and the stencil cut-outs look perfect.
Ordered it directly from Aisler. Also ordered the stencil at the same time. Will report back on how it goes…
USB-C_test.fzz (66.4 KB)
…I’m very glad to hear that!
All the best for your project. I look forward to the report!
Best regards, Harald!
Hi,
Aisler was quick and delivered. It’s the first time I’ve held a stencil in my hands. Here are some photos of the result:
Then applied solder paste using the stencil. The two through-holes for the USB-C socket should ideally not be in the stencil. I taped over the two holes to prevent solder paste from getting in. Here’s the result (camera 8x zoom):
Component placed, (camera 8x zoom):
And soldered with hot air, (camera 8x zoom):
Then continuity testing with a cut USB-C cable: GND and shield in the cable are (unfortunately) connected… I make sure to keep them strictly separated. VBUS and GND are continuous with no short circuits, data lines are continuous with no short circuits, but possibly swapped (white → Data+ and green → Data-). Could be fine though — there’s no binding standard for wire colors. CC1 and CC2 unfortunately weren’t continuous through to the cut cable end. Possibly normal, I still don’t have enough experience with USB-C.
Then functional test on the USB power adapter with a USB-A / USB-C cable. Works fine — 5V DC comes through cleanly. Then functional test on the USB power adapter with a USB-C / USB-C cable. Does NOT work. 5V DC unfortunately doesn’t come through. Suspicion falls on the two CC lines (which weren’t continuous earlier) that are responsible for device-host selection.
Then I identified the problem. In the Fritzing component, everything is mirrored. Probably bottom and top views are swapped. A comparison of the datasheet and the layout confirms this. The two CC pins are A5 and B5. In my layout, however, those are left unconnected. Instead, I’ve connected the two SBU pins that aren’t actually needed. This also explains why Data+ and Data- were swapped.
Harald, are you up for doing an update?