Author Topic: PCB Design and Layout review for a newb  (Read 1233 times)

0 Members and 1 Guest are viewing this topic.

Offline Enjay_ElectronicsTopic starter

  • Newbie
  • Posts: 1
  • Country: us
PCB Design and Layout review for a newb
« on: March 10, 2024, 04:15:55 am »
Hey, can you take a look at my pcb layout and tell me if it's okay or totally wrecked? this is for a 7 output relay controller, just switching the coils, not handling the high amperage side. My design includes a TI simple switcher series IC LMR50410Y5FQDBVRQ1, a Gate driver for the coils (TPL7407LAQPWRQ1) and a Raspberry Pi Pico that will be mounted on female headers.

this is the most complex board I have attempted and could use some feedback to make sure I'm not going to cause any unseen issues with my buck converter or anything else, like lighting any traces on fire...
« Last Edit: March 10, 2024, 04:18:34 am by Enjay_Electronics »
 

Online Victorman222

  • Contributor
  • Posts: 39
  • Country: ua
Re: PCB Design and Layout review for a newb
« Reply #1 on: March 11, 2024, 12:28:05 am »
1. The RP2040 board footprint has too small holes (0.5mm), if these are the typical 100 mil headers with square pins then 1mm hole is normal.
2063597-0
2. On your TFT connector the spacing seems rather tight, check if that is within your pcb fab specs.
2063603-1
3. Where you route the relay signal lines (same applies to relay power lines) they are very close together, since you have the space you could route them a bit further apart to not push manufacturer specs and reduce parasitic capacitance between them. Here is a quick and dirty example:
2063609-2
4. While we're at the driver IC it's best to place a capacitor across the power lines to reduce the effects of our long power trace having inductance (also you can route the power on top side without breaking the ground plane).
2063615-3
5. At the buck IC you got a missing connection, learn to use the design rule checker, it saves you from mistakes like this.
2063621-4
6. As for the routing of the buck, read the recommended layout section of the datasheet.
2063627-5
In general when routing such things we place the power components like inductor first, and try to keep the loop area small. Remember that all traces have inductance proportional to their length. Due to that, routing the gnd of the chip and capacitors to resistor leg with long traces instead of using separate vias for every one of them that would connect them to low inductance ground plane is bad. A quick example of how i might route the buck:
2063633-6
7. Something i didn't understand on the schematic is the rp2040 board VBUS VSYS pins and it seems the VBUS pin is the one that power is provided to.
2063639-7
But the datasheet says:
"VBUS is the micro-USB input voltage, connected to micro-USB port pin 1. This is nominally 5V (or 0V if the USB is not connected or not powered). VSYS is the main system input voltage, which can vary in the allowed range 1.8V to 5.5V, and is used by the on-board SMPS to generate the 3.3V for the RP2040 and its GPIO"
So i think it would be better to power VSYS so that in case USB is plugged in while board is powered there is no power conflict.
 
The following users thanked this post: Kean

Online Victorman222

  • Contributor
  • Posts: 39
  • Country: ua
Re: PCB Design and Layout review for a newb
« Reply #2 on: March 11, 2024, 12:35:09 am »
Oh and the driver chip is a "low side driver" so it can only sink current so the schematic should look something like that.
2063645-0
Also check that the chip doesn't overheat when all relays are on.

PS: So more people can help you easier, attach schematic as PDF and front/rear high resolution images of PCB layout.
« Last Edit: March 11, 2024, 12:40:10 am by Victorman222 »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf