/r/PrintedCircuitBoard

Photograph via snooOG

Official Printed Circuit Board (PCB) Subreddit - schematic capture / PCB layout / PCB assembly / gerber reviews / Altium / DipTrace / KiCad / LibrePCB / OrCAD / LTspice / QSPICE / Arduino / ARM / FPGA. Please read review instructions at https://old.reddit.com/r/PrintedCircuitBoard/wiki/index#wiki_instructions_for_reviews

Official Printed Circuit Board Subreddit - schematic capture / PCB layout / gerber / review / electronics assembly / circuit simulation. This subreddit isn't meant for repairing PCBs.

Links within /r/PrintedCircuitBoard subreddit:

PCB / Schematic / EDA Software:

Gerber File Viewer Software:

PCB Manufacturers:

PCB Info:

PCB Assembly Tips:

Lists in /r/PrintedCircuitBoard wiki:

Related SubReddits:

/r/PrintedCircuitBoard

53,460 Subscribers

2

Review Request - Schematic of Line Impedance Stabilization Network

This is my first attempt at a LISN design. I need it to do some pre-compliance testing of our products.

Here is the schematic of the LISN.

Please let me know if you have any questions regarding the design, I appreciate all kind of constructive criticism and feedback.

LISN schematic

Here is the circuit diagram the standard provides for the LISN

Standard's circuit diagram

0 Comments
2024/12/20
18:33 UTC

1

[Review Request] ESP32, Servo Motor, and N20 Motor Setup with Capacitors

https://preview.redd.it/3wv9d0obk18e1.png?width=2012&format=png&auto=webp&s=f8c407fcd69dad0320e190d5638212362939af88

Hi everyone,
I’m working on a circuit design involving an ESP32 (WeMos D1 Mini), a Servo Motor, and an N20 DC Gear Motor. I’d like to get your feedback on the capacitor choices, diode placement, and overall design. Here’s a summary of the circuit:

Power Supply:

  • 5V 3A Power Supply provides power to all components.
  • All components share a common ground.

ESP32 (WeMos D1 Mini):

  • 5V Pin: Connected to the 5V power supply.
  • GND Pin: Connected to the common ground.
  • Capacitors:
    • 100µF electrolytic, 6.3V+ (bulk stabilization).
    • 0.1µF ceramic (noise filtering).

Servo Motor:

  • VCC Pin: Connected to the 5V power supply.
  • GND Pin: Connected to the common ground.
  • Signal Pin: Controlled by ESP32 GPIO.
  • Capacitors:
    • 220µF electrolytic, 6.3V+ (handles current surges).
    • 0.1µF ceramic (reduces high-frequency noise).

N20 DC Gear Motor:

  • VCC Pin: Connected to the 5V power supply.
  • GND Pin: Connected to the common ground.
  • Capacitors:
    • 220µF electrolytic, 10V+ (smooths surges).
    • 0.1µF ceramic (noise filtering).
  • Flyback Diode:
    • 1N5819 Schottky diode placed across the motor terminals.
      • Cathode → Motor positive terminal.
      • Anode → Motor GND terminal.

Questions:

  1. Are the capacitor values appropriate for each component?
  2. Is the 1N5819 diode suitable for the N20 motor, or should I use a different diode?
  3. Does the circuit grounding and capacitor placement look correct overall?
1 Comment
2024/12/20
17:50 UTC

2

[Review Request] First 4 layer PCB ESP32+FLASH+Switch+USB+LCD/TFT+Analouge I/O

This is my first attempt at an 4 layer board with this stackup: 1. High speed signals 2. GND 3. Power 4.Low-speed and analouge. Im mostly unsure about the routing and certain component placements. The PCB is meant to functon like a Timegrapher it takes an external microphone that picks up mechanical sounds and compares thoose to the Crystal oscillator to measure timkeeping precision all of thiss is handled in the esp32 that connects to an touch lcd for interface. What im mostly unsure of is how to handle the power layer with two different voltage lines, as well as the crossing of different traces and how to handle that.

https://preview.redd.it/w4cicn3lqz7e1.png?width=1407&format=png&auto=webp&s=f2df1677b7d4fa78bbecce0af4266190413b2465

https://preview.redd.it/i10jzo4lqz7e1.png?width=1602&format=png&auto=webp&s=04a04495eecf922412d9e45941d6d3fb63c89264

https://preview.redd.it/fa7m2n3lqz7e1.png?width=1330&format=png&auto=webp&s=2cdf61f2f83ecebbba41fd76cd85a50366403b0d

https://preview.redd.it/tcazrn4lqz7e1.png?width=1232&format=png&auto=webp&s=6e45a561cce6c92b33a040fc53a6cbbd11b1d595

4 Comments
2024/12/20
11:41 UTC

3

[Review Request] ESP32 with DHT20 Sensor - USB C Power or Battery

Can somebody review this schematics? I wanted to make and temperature and humidity mesuring device based of ESP32 and DHT20. It is powered by USBC or 2x AA batteries. I will program it using the external FT232RL. Battery Polarity is switched on purpose, because it will solder the battery socket from the back.

https://preview.redd.it/3feb0lan1z7e1.png?width=904&format=png&auto=webp&s=a4e660c3855758af3a7f455974c490013fa9b0ac

https://preview.redd.it/sms5jrsryy7e1.png?width=3380&format=png&auto=webp&s=a2179c3d4c559431ab3ce0a6bd3a0ac4429b3cdd

1 Comment
2024/12/20
09:05 UTC

2

[Review Request] ATTiny85 Watch pt. 2

Hi everyone! Many many thanks to everyone who commented and gave me tips on my first post (https://www.reddit.com/r/PrintedCircuitBoard/comments/1hgp1y8/review\_request\_my\_first\_pcb\_attiny85\_binary\_watch/). I learned a ton from all your comments!

I went ahead and tried to reclaim some lost space for this design, as well as incorporate most of the tips that were given in response to the first post. For this design, I wanted to have all the components on one side (tbh because I want to be lazy and have SMT handle everything).

Power is supplied with a single LIR2032 coin cell. LED's are charlieplexed off of 3 pins. I have high resistances on the LED's to ensure they draw low current.

RESET is unconnected, since the ATTiny's RESET pin is pulled up internally.

VCC points up on the schematic and GND points down now :)

I have renamed the IO pin nets to actually say IO instead of MISO, MOSI, SCK.

I left the crystal part number out of my initial post, so here it is: HCI 3131M-32768DT06LLL.

The only feature on the bottom side is a ground plane. It was mentioned on the original post that I needed decoupling caps, and I figured out that a good way to get ground close to a decoupling cap is to have a via to a ground plane, so I decided to implement that here.

As mentioned by multiple people, I have flipped the switch to face the outer perimeter of the PCB.

I would still like to stick with this 8 pin IC socket instead of using an SOIC ATTiny85.

I plan to use HASL lead-free for the finish.

Schematic:

https://preview.redd.it/jbwneeew3y7e1.png?width=1143&format=png&auto=webp&s=f165f110ef2999a645c207ed1b24ce0633be3518

Top Layer:

https://preview.redd.it/82nu26y14y7e1.png?width=1098&format=png&auto=webp&s=d6290a8d38d998adec5a1d229b76098a32cada1c

Bottom Layer:

https://preview.redd.it/gg4cu0d54y7e1.png?width=1096&format=png&auto=webp&s=fe2535545ab07752e05c56cd0b7a02540525d80f

Front 3D View:

https://preview.redd.it/rmidjmc94y7e1.png?width=1157&format=png&auto=webp&s=a35a4027a055dc67f59f9c5972af6e96b93e49ee

Back 3D View:

https://preview.redd.it/u0xm2t5c4y7e1.png?width=1267&format=png&auto=webp&s=4c04c6edc8d8d25b867f8656b575d8f7869f31fb

Thank you all again!

1 Comment
2024/12/20
06:17 UTC

1

Lost on what to do

I have absolutely no experience with PCBs but still recently tried getting into them for a rocket project and have felt really overwhelmed by the whole process. Are there any recommendations for how to approach this as a beginner.

I know the parts I need/want such as the microcontroller,barometer,telemetry systems etc. But I just don’t know what’s the best starting point to learn and were I should go from here.

15 Comments
2024/12/20
05:47 UTC

1

[Schematics Review] Esp32 modbus reader device before Layout

Last post https://www.reddit.com/r/PrintedCircuitBoard/comments/1hh0tue/comment/m2pau62/?context=3

After a lot of changes and inputs from this group I have arrived at this design right now.
I´m looking for feedback on what i could have done better, and if this board would even work.

The point of the board is to power it from from a 24V DC power supply and hook it up to a modbus device like energy meter and transmit the data over WiFi.

The board is a 2 layer board and contains:

ESP32-S3-MINI-1U https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
MAX485CSA+T https://www.analog.com/media/en/technical-documentation/data-sheets/max1487-max491.pdf
AP63200WU-7 https://www.digikey.com/en/products/detail/diodes-incorporated/AP63200WU-7/9858423
USB_C_Receptacle_USB2.0_16P
CP2102-GMR https://www.silabs.com/documents/public/data-sheets/CP2102-9.pdf

I have used this board and project as a reference https://dl.espressif.com/dl/schematics/SCH_ESP32-S3-DEVKITM-1_V1_20210310A.pdf

One comment i got on the last post was "You still missing pullup on IO0 which is required to boot ESP into normal mode." i have tried to look at other projects and i have not seen it used before, do i really need it?

https://preview.redd.it/5pju5q7yfv7e1.png?width=1827&format=png&auto=webp&s=a78aee29a81ab6ab4549f812c8661009c1c6770f

https://preview.redd.it/zrb01q7yfv7e1.png?width=1474&format=png&auto=webp&s=7b27a3fd310917f3c35f44947d2eb4abb91b6b44

https://preview.redd.it/at6hlq7yfv7e1.png?width=876&format=png&auto=webp&s=c31d58eec1bb4dc99b4df55d1f672e60329ff69e

https://preview.redd.it/bmrkiq7yfv7e1.png?width=665&format=png&auto=webp&s=644df0ddabe3d735533fccd3c5dd5e41b929b284

https://preview.redd.it/jhcs6q7yfv7e1.png?width=1011&format=png&auto=webp&s=265f3d6e823c9ba3da2b397b5c6e45138041132e

6 Comments
2024/12/19
21:15 UTC

2

What can I change/what to do better?

This is my first ever pcb, I don´t know a lot about the actual things you need to look out for and everything, so it would really help me if someone could give me some feedback on what to change before ordering this.

https://preview.redd.it/n5pm2drz8p7e1.png?width=1285&format=png&auto=webp&s=73298f960815fa9a64808193eecfbd8eb8afec44

https://preview.redd.it/zlkeicrz8p7e1.png?width=1532&format=png&auto=webp&s=7ee3aea70a1dd2e3cc73ebb6efa9d59ab7ef1c4e

StepDown Converter: https://www.snapeda.com/parts/TPS62160DSGR/Texas%20Instruments/view-part/
USB Port: https://www.snapeda.com/parts/UJ2-MIBH-4-SMT-TR/Same%20Sky/view-part/?welcome=home&ref=search&t=micro+usb
Touch Sensor(Still need to figure out how to do touchpads): https://www.snapeda.com/parts/CAP1188-1-CP-TR/Microchip/view-part/?ref=search&t=CAP1188-1-CP-TR
If you need more info on the parts please let me know.

2 Comments
2024/12/19
00:32 UTC

8

[HELP] Is this re-routing ok?

22 Comments
2024/12/18
23:22 UTC

53

Entry Level Career Opportunity in PCB Design

Hello there fellow circuit board geeks. I am a Team Leader on the Garmin PCB Design team. I am located in Oregon but posting here on behalf of a PCB Designer I position that we recently posted in Olathe, Kansas. I frequently see posts here about how to get in to PCB Design as a career and have posted other opportunities in the past so thought I'd share here.

This position does not require previous professional experience as a PCB designer. A two year electronics (or similar) degree is required. It is hybrid WFH/Office. Our team trains and mentors on the job. This is an opportunity to learn the trade from talented designers with a great company. Feel free to reach out my way with any questions. I'll do my best to answer what I can. Thanks everyone! Cheers.

Printed Circuit Board Designer 1 in Olathe, Kansas | Garmin International, Inc.

....and since this ain't my first rodeo posting a job on Reddit I'll get in front of a couple of the anticipated questions.

No, I am not authorized to share wage information. You'll have to apply and ask our HR technical recruiter for that information.

The WFH/Office split is 2 days WFH/3 Days in Office per week.

20 Comments
2024/12/18
22:18 UTC

6

[Review request] 3x5W led driver with ESP

Hello

Ive recently made the design of a "high power" RGB light. It consists out of an ESP8266 controlling 3 5W LEDs powered by LED drivers (LM3404MA). Dimmable via the PWM dim feature. As well as a current measuring IC (INA226) measuring the current of the LED driver input via a shunt, sending the data to the ESP8266 via I2C so it can be displayed on a web-application.

All that powered by 24VDC input.

Now i'm recently confident the design of the digital part (aka the ESP) since i have a fair bit of experience with that particular device. (Be sure to correct me if you find any errors tho ;-) ).

But this is my first time working with high powered LEDs and drivers so i'm not too sure about the calculations / design.

If anyone could look it over and give me some pointers, that would be greatly appreciated!!

https://preview.redd.it/1y084tz5wn7e1.png?width=1340&format=png&auto=webp&s=cc7af93206e9fd6b14c0df445c76183bbf7c5b88

https://preview.redd.it/aryl1r87wn7e1.png?width=1546&format=png&auto=webp&s=d82d812c2a42e00305fbbb481d796a27c44d3e90

https://preview.redd.it/akps5ve9wn7e1.png?width=1546&format=png&auto=webp&s=6b33e5dedc5ef3b96671f9a75c689e47676bf882

https://preview.redd.it/pizqa2oawn7e1.png?width=1256&format=png&auto=webp&s=aa8df1ef8bc50c7323fd6ca167c81d23e55e5afd

https://preview.redd.it/vi79xuhcwn7e1.png?width=1616&format=png&auto=webp&s=30b30f2a560876b2bbc92a318164e7dadfaa6f6b

I have put more pictures (less compressed) and the calculations on this imgur https://imgur.com/a/QNhuIUT .

Many thanks :))

5 Comments
2024/12/18
19:56 UTC

1

[Sixth Review Request] Esp32 modbus reader device

Hi everyone

Last post https://www.reddit.com/r/PrintedCircuitBoard/comments/1hgbqwv/comment/m2i74jo/?context=3

After a lot of changes and inputs from this group I have arrived at this design right now.
I´m looking for feedback on what i could have done better, and if this board would even work.

The point of the board is to power it from from a 24V DC power supply and hook it up to a modbus device like energy meter and transmit the data over WiFi.

The board is a 2 layer board and contains:

ESP32-S3-MINI-1U https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
MAX485CSA+T https://www.analog.com/media/en/technical-documentation/data-sheets/max1487-max491.pdf
AP63200WU-7 https://www.digikey.com/en/products/detail/diodes-incorporated/AP63200WU-7/9858423
USB_C_Receptacle_USB2.0_16P
CP2102-GMR https://www.silabs.com/documents/public/data-sheets/CP2102-9.pdf

TUSB2046BIRHBR https://www.ti.com/lit/ds/symlink/tusb2046b.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1734454778614&ref_url=https%253A%252F%252Fwww.ti.com%252Fgeneral%252Fdocs%252Fsuppproductinfo.tsp%253FdistId%253D10%2526gotoUrl%253Dhttps%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Ftusb2046b

https://preview.redd.it/v58d150csl7e1.png?width=1525&format=png&auto=webp&s=d8097e4210f3e73b1aaf1d199baa6a49ce6f4540

https://preview.redd.it/v35xy70csl7e1.png?width=492&format=png&auto=webp&s=f1ae72206205016821ced01d0b373770cc91ecfc

https://preview.redd.it/ig2hj80csl7e1.png?width=1564&format=png&auto=webp&s=ab691e863533bd5ca3694690615d9e0b2a06d1a0

https://preview.redd.it/315vx70csl7e1.png?width=496&format=png&auto=webp&s=6cb1a63cdb7d46e39fc2c79a0c0bee001aa435cb

Layer 1

Layer 2

Front

Back

5 Comments
2024/12/18
12:47 UTC

3

PCB Review

https://preview.redd.it/dpzkzw7gvs7e1.png?width=789&format=png&auto=webp&s=1fcc72ea03175a0e8d02161c1864fe62463acab3

https://preview.redd.it/khblksqjvs7e1.png?width=789&format=png&auto=webp&s=d93b71d3ba327e61b5b823928b45d088dfc67d3c

https://preview.redd.it/j06er12mvs7e1.png?width=789&format=png&auto=webp&s=6a2428cf6841c80d22fd7251d0d5f3e038b8e427

https://preview.redd.it/j21kwi1pvs7e1.png?width=890&format=png&auto=webp&s=6931f94ad47cb896702257bf8245b4e3044e00d6

Hi Guys, This is my first PCB design for controlling 4 different AC loads (3 Relays + 1 Triac) using ESP32.

I do have one confusion whther i should thicken the traces for the EMF supperesion near the triacs, what do you guys think?

Please let me know how can I imporve this, Thank you.

UPDATE #1

- Removed the flyback diodes and relay driver circuitory for ILN2003ADT
- Increased track width and tolerances
- Used 5V and GND copper fill on top side of the PCB
- Used AC NEUTRAL and AC LIVE copper fill on bottom side of the PCB (I don't know if this is a good idea)

UPDATE #2

- Went back to the old relay driver circuit due to IC availibilty

- Set clearance to 1.65mm for the AC side (both live and neutral copper fill at bottom)

- Increased the gap between the AC and DC copper fill to 4mm

- Cleared the copper fill behind the ESP antenna area

- Increased the THT hole size to 1mm

- Added stuff to the silk screen

Thanks again for all the advise, i've learned so much. I think this is ok for fabrication at this point, please let me know if i should change anything else.

Thanks

8 Comments
2024/12/18
12:45 UTC

3

[Question] Copper Pours / Stitching Vias - to pour or not to pour

Hello Friends,

I managed to finish all my connections so far, and currently facing the task of deciding to pour or not to pour.

All the PCBs i see here mostly have copper pours, however i watched this of Eric Bogatin (Minute 58:05)

and also this from altium academy and gained the knowledge where there are situations where copper pours make things worse if not made correctly or are not necessarily needed (I guess for low frequencie digital signals).

I decided to do a calculation based on my signal speeds like in the second video.

I chose the highest frequency which is the SPI Speed of 40Mhz (Most likely going to run at 10Mhz)

The RF Frequency i ignored because it has a via fence.

https://preview.redd.it/60ox2nov7h7e1.png?width=1142&format=png&auto=webp&s=e587bec975e6af14595b05443cc63cf017b040e9

My Calculations had a value of a stitching via spacing of 43cm, which in my understanding is saying that my Spacing would be < Lambda / 8 anyway. the spacing between copper pour and traces i would do 3x dielectric width which is ~0,6mm in my case.

I would really like to understand how to choose if we should do a copper pour or not. I believe i would not need to do a copper pour when there is almost no stitching required and i have a return via for almost every signal that crossed the board.

I hope anyone can explain how i have to think about it. I guess im missing something, or maybe not properly understanding it.

Sincerely

DeficientInventor

here is my STILL WORK IN PROGRESS board which im most likely going to split into 3 smaller pcbs as a flight control stack, after learning with this one (NOT READY FOR REVIEW):

L1 PWR/SIG The Copper GND fill is just for visualization

L2 Solid GND

L3 Power 5V and 3V3

L3 SIG The Copper GND fill is just for visualization

14 Comments
2024/12/17
22:12 UTC

2

[Review Request] RP2040 GPI Interface

9 Comments
2024/12/17
20:10 UTC

2

[Review Request] First PCB board

Hi! This is my first real PCB board and this is not my field. The goal here was to read the output signal from a TCD1304 and send it to my PC using USB. The datasheet for the TCD1304 uses a transistor as a buffer and a hex inverter for the clock signals. I believe I can configure the clock signals to my liking using the STM32 so I didn't see the need for the hex inverter. The only benefit I could think of is that perhaps it acts as a Schmitt trigger of sorts and cleans up the clock signals?

I am not sure if I went a little overboard with the capacitors, it seems like a lot for such a simple PCB, please let me know of mistakes and suggestions.

Also I have no idea how to read the power scheme on the STM32, it says 6x100nF + 1uF; surely that can't mean you're expected to put 7 capacitors for 1 pin?

https://preview.redd.it/0l9lxq8ugg7e1.png?width=1587&format=png&auto=webp&s=ce0a352d09f51cdd15b6b2756104608f6140938e

6 Comments
2024/12/17
18:53 UTC

1

[Fifth Review Request] Esp32 modbus reader device

Hi everyone

Last post https://www.reddit.com/r/PrintedCircuitBoard/comments/1hertuk/fourth_review_request_esp32_modbus_reader_device/

I'm new to PCB design and this is my first ever board design. after a few changes and inputs from this group I have arrived at this design right now.
I´m looking for feedback on what i could have done better, and if this board would even work.

The point of the board is to power it from from a 24V DC power supply and hook it up to a modbus device like energy meter and transmit the data over WiFi.

P.s from the last post i was advised to "add a series jumper for R10, add a series jumper for R9, in case you ever need to disable the resistors so you can use this hardware to hook up to another RS485 bus."
I forgot to do it and will fix it later.

The board is a 2 layer board and contains:

ESP32-S3-MINI-1U https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
MAX485CSA+T https://www.analog.com/media/en/technical-documentation/data-sheets/max1487-max491.pdf
AP63200WU-7 https://www.digikey.com/en/products/detail/diodes-incorporated/AP63200WU-7/9858423
USB_C_Receptacle_USB2.0_16P
CP2102-GMR https://www.silabs.com/documents/public/data-sheets/CP2102-9.pdf

https://preview.redd.it/avbtq1yk4f7e1.png?width=1394&format=png&auto=webp&s=87b7c82b1af51a2cd40b0ee783992e53f2432bc2

https://preview.redd.it/003x71yk4f7e1.png?width=473&format=png&auto=webp&s=d52c7d80f12f19f2f043ee6179e8e7be794e89df

layer 1

layer 2

font

back

2 Comments
2024/12/17
14:26 UTC

1

[Second Review Request] ESP32, BTS7960

Hello, I'm new to PCB design and this is my first ever board, I'm requesting a review to make sure this will work, and if there's any feedback to make the board better.

This is my second post, My initial post got deleted because of me being a smooth-brain and forgetting to include reference designators, I've since redesigned the board using filled zones and made it a bit smaller.

This board is a 4 layer board supposed to be an ESP32 with a BTS7960 and is meant to be driving one motor bi-directionally, The ESP32 is supposed to be able to be powered on either via VCC ( 6s Li-Po 24-26V ) or USB ( 5V )

Schematic

Layer 1

Layer 2

Layer 3

Layer 4

7 Comments
2024/12/17
10:19 UTC

1

SG90 Servo Controller Schematics and PCB Design, what's your thought?

I'm trying to make a dev board for SG90 servos. The plan is to hack the servo and expose the internal motor connections ( M+, M- ) and potentiometer wires ( POT, VREF, GND ) out and hook it up with the DRV8231ADSGR motor driver with current sensing and STM32F301 MCU for doing control theory stuff. I'm also planning to use I2C / UART to send commands to the servo and read out statuses.

Does the schematics and PCB design look good? Did I make any mistakes?

Edit, to clarify, this is a 4 layer PCB. The first and last layers are signal, which the exception of small 5V region near the USB connector. The 2nd layer is GND, and the 3rd layer is +3V3.

https://preview.redd.it/4zprag20qd7e1.png?width=2372&format=png&auto=webp&s=727890c91296de5e8b6b90331c5ade98ec545fe1

https://preview.redd.it/5h4830f0qd7e1.png?width=3409&format=png&auto=webp&s=662824aa3ab5f5b3c4594f1ef51ae91d05b5882f

https://preview.redd.it/mi5uhrr0qd7e1.png?width=3390&format=png&auto=webp&s=e49c5cf9ab2042eb31f6aedb65eef56bbe8d3ded

4 Comments
2024/12/17
09:38 UTC

3

Provided footprint file accuracy compared to data sheet.

RESOLVED: Thank you all for your feedback.

I'm new to PCB design and I have found a discrepancy between vendor supplied footprint and vendor datasheet dimensions. If there is a discrepancy does the datasheet supersede the supplied footprint?

It is best practice to compare datasheet to footprint?

Is this a common issue?

Your feedback is appreciated.

EDIT2: This will be hand solder assembly.

EDIT:

https://preview.redd.it/nx48t7asnc7e1.jpg?width=725&format=pjpg&auto=webp&s=e3288534c2965970739b0d167a4e8224356294c1

https://preview.redd.it/uc2a81ntnc7e1.jpg?width=742&format=pjpg&auto=webp&s=282bae432cbba3b7d44ff579bcb4b23ca24ace73

DATASHEET: https://www.vishay.com/docs/20035/dcrcwe3.pdf

8 Comments
2024/12/17
05:30 UTC

Back To Top