nk25719 / KiCad-esp32-6leds-2switches-1pj-circuit

In this repo I am practicing KICAD. Created an ESP32 DevKit V1 module and a PCB footprint. I designed a circuit around this ESP32 consisting of six lamps, four switches, and two power jacks and added a voltage regulater to Vin to maintain a supply of +5V. (This project was originally made of two switches and 1 power jack and was named homeWork2.)
0 stars 1 forks source link

Place Capacitors For Better High Frequency Effectives. #12

Closed ForrestErickson closed 1 week ago

ForrestErickson commented 2 months ago

Three terminal regulator Circuit

Locate C4, C5, C6 and C7 near U1. The Small Value Capacitors Nearest U1 And move all of the parts near the power barrel jack.

Similar to this: image

ESP32 Power Supply Filtering

Move C1 and C3 near the power and ground pins of ESP32. Ground pin 2 on ESP32.

Similar to this: image

nk25719 commented 2 months ago
image

A screenshot of the relocation of the capacitors.

I pushed the changes to the Net-Classes branch for a better view!

ForrestErickson commented 3 weeks ago

Although this application notes use only one each capacitor on the input and output of the three terminal regulator, an example for component placement and trace routing can be found on page 17 figure 27 and figure 28 on the following page.

https://www.ti.com/lit/ds/symlink/lm7800.pdf?ts=1717929189344&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FLM7800

Before making any changes to the component placement and routing, we should discuss what happens when two capacitors are placed in parallel for some insight.

nk25719 commented 1 week ago
image

Capacitors are placeds for a better high frequency, and to minimize stray capacitance.

ForrestErickson commented 1 week ago

Regarding, "and to minimize stray capacitance." It is to minimize stray inductance. Inductance is lead length. A discussion of how to visualize magnetic field around a conductor is a rabbet hole down which we might go some time.

nk25719 commented 1 week ago

I noteed this down. thank you for the correction.