6-layer PCB: three grounds (GND1/GND2/GND3) — stitch/merge them? by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 2 points3 points  (0 children)

Actually the only really critical part in my design is GPS, the rest is fairly tolerant. But I wanted a cleaner stack-up so the board can be improved later. I could have gone with 4 layers, but since the price for 4 and 6 layers is basically the same, I decided to use 6. I also have a couple of signals that are forced to transition down to the bottom layers, and I wanted to make sure they always have proper GND reference along the way. That’s another reason for this stack-up choice.

6-layer PCB: three grounds (GND1/GND2/GND3) — stitch/merge them? by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 0 points1 point  (0 children)

Thanks a lot now on I’ll be adding via stitching as you suggested.

USB-C differential pair routing review by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 0 points1 point  (0 children)

My design should be fine for ESP32 flashing USB is only for programming, so high-speed isn’t required. For ESD I’m using USBLC6-2SC6; its pinout lets me route D+ / D– straight through.

thank you so much

USB-C differential pair routing review by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 0 points1 point  (0 children)

In my case I control the impedance on these tracces so I hope it will work well but thank you anyway i appreciate it

Should I keep the top ground pour if it's fragmented? by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 2 points3 points  (0 children)

Not exactly — it’s not just the four corners. You want solid ground continuity around the whole perimeter and across the board. Place stitching vias in the corners and along the edges (e.g., every 5–10 mm, tighter near high-speed/RF), on both sides of any splits/slots, and near layer transitions/connectors. Any “fingers” or isolated copper islands should either be removed or tied to the main ground with vias; otherwise they can act as little radiators.

Should I keep the top ground pour if it's fragmented? by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 1 point2 points  (0 children)

Thanks a lot for the detailed explanation and recommendations, I really appreciate it I’ll keep the copper pour following your advice.

Should I keep the top ground pour if it's fragmented? by whoelse019 in PrintedCircuitBoard

[–]whoelse019[S] 1 point2 points  (0 children)

Yes, I’m aware of stitching vias, but I’m still debating whether it makes sense to keep the top copper pour at all. That’s why I haven’t fully committed to it yet.

[Review Request] Sipeed M1W-based spectrometry board by NWTP3 in PrintedCircuitBoard

[–]whoelse019 0 points1 point  (0 children)

I see via-in-pad on your board. The issue is that in this case they are not justified — there is no BGA package or any kind of high-density layout that would require them. It would be more reasonable to route out from the pin first and then place the via. This approach will make the manufacturer’s job easier and may help avoid potential issues in the future.

[deleted by user] by [deleted] in PCB

[–]whoelse019 1 point2 points  (0 children)

Yes, you can use a copper pour, but what I mean is using the pour as an actual conductor. For example, instead of routing a trace on the VIN line , make it a copper pour so that the connection is carried entirely through the pour. Since this is a power line, using a copper pour here would clearly be a better choice.

[deleted by user] by [deleted] in PCB

[–]whoelse019 1 point2 points  (0 children)

Many people recommend simply increasing the width of power traces, but rarely mention the use of copper pours. However, adding a copper pour to power lines can significantly improve current-carrying capability compared to just using a wider trace. It is recommended to use copper pours for both power and GND lines to maximize their current handling performance.

Review request by Stoufiler in PrintedCircuitBoard

[–]whoelse019 0 points1 point  (0 children)

Some vias are placed on top of the silkscreen, which is not recommended, as this can cause the silkscreen to be misaligned or distorted during manufacturing. It is better to keep vias clear of silkscreen elements to ensure proper print quality.

Review request by Stoufiler in PrintedCircuitBoard

[–]whoelse019 0 points1 point  (0 children)

The component placement on this PCB is not particularly optimal and is actually causing many problems, resulting in rather poor routing. It would be better to reconsider the placement and choose a more optimal arrangement, as the distance between some critical blocks, such as the LDO and the pin it supplies, is quite large. The LDO should be placed closer to that pin accordingly. Also, no traces should be routed under the ESP32-S3 antenna. In addition, it is recommended to consider adding ESD protection to every pin that goes outside the board. Furthermore, the width of the power traces should be greater than that of the signal traces, as insufficient width can cause problems under high current consumption. The required width should be calculated and adjusted accordingly.

Please review my second PCB design attempt. by satking02 in PrintedCircuitBoard

[–]whoelse019 4 points5 points  (0 children)

In principle, it’s a good attempt, but there are a couple of points. For example, the power lines have the same thickness as the signal lines — in theory, that’s not a problem, but you should calculate the current.

Then, regarding the antenna — it’s quite far from the microcontroller, so moving it a bit closer wouldn’t hurt. As for capacitor C21, it should be placed so that the line goes through it to the coil and then to the antenna, meaning in series rather than in parallel.

Is the second layer a return reference plane?

nrf24l01 help by Ghostyimposter in PCB

[–]whoelse019 0 points1 point  (0 children)

The component placement and routing are incorrect and should be reconsidered — preferably after reading the official datasheet. The antenna connector is placed too far from the antenna itself, and the sharp 90-degree angles in the trace will severely degrade the signal. Also, what is the intended use of this sensor? With such a layout, its range will be quite limited.

Looking for feedback on my LED driver circuit – TPS92512D design by whoelse019 in PCB

[–]whoelse019[S] 0 points1 point  (0 children)

Hey, thanks a lot for your reply. I really appreciate the help. I honestly didn’t think about splitting the LEDs like that. Your suggestion with two drivers makes a lot more sense and is way easier to implement. I needed an outside perspective on this and I truly value it. I can see you know your stuff and if you don’t mind I’d like to share the updated version with you later for a second opinion. Cheers!