Skip Navigation

Verification of schematic correctness, and question about decoupling capacitor

Hello everyone! First off, I need to mention that my background is in Computer Science (this project is actually for my thesis) and not in Electrical or Computer Engineering. As such, everything I've learned has been largely on my own, within the past few months.

That being said, I would feel more confident if an experienced set of eyes could take a look at my schematic and let me know if anything pops out as wrong/bad practice. Furthermore, with regards to the decoupling capacitor on the DS3231M RTC module (C1 on the schematic) I have a question: Would there be any problem if I use an electrolytic capacitor instead of a ceramic one? I read some stuff about the topic and people recommend using ceramic capacitors most of the time (I think) but others say that there shouldn't be a problem to use an electrolytic capacitor. I'm asking because I've already placed an order for parts, and one of them is this assorted set of electrolytic capacitors.

Please if you notice any mistakes or things that are not done the best way let me know, and try to explain why as simply as you can. As I said, I don't have a background in EE, even though it highly interests me and I want to learn.

Here is the schematic:

Many thanks in advance!

18 comments
  • Using electrolytic capacitors for decoupling isn't ideal. This is due to their rather high ESR (and also their rather high inductance). This means that they don't do much decoupling for frequencies higher than perhaps a couple of kHz. So for reducing mains frequency ripple, electrolytic capacitors are fine, but reducing voltages spikes caused by high frequency electronics they don't do much.

    • I think I understood what you mean, but I'm not entirely sure about the last part:

      but reducing voltages spikes caused by high frequency electronics they don’t do much

      In this situation, would the RTC module be the high frequency electronic, or would the arduino be it (capacitor to protect the RTC from arduino's power supply??)

      • Any electronic component (or sub-circuit) running at a high frequency can cause voltage fluctuations on the supply voltage rail. Ideally the Arduino itself has decoupling capacitors close by so those fluctuations are absorbed by those caps and never reach the RTC module. The RTC module itelf can similarily cause such fluctuations, so again, a suitable decoupling capacitor close to the component should be present. It really goes both way though. Those capacitors both reduce the influence a component has on the supply voltage, but also protects the component from fluctuations coming from the supply rail.

        To better understand this, maybe it helps to consider that real circuits are never perfect. As such, PCB traces have resistance and so does the power supply. That in turn means that when the load on the power supply changes, the voltage also changes due to those resistances. With capacitors with low internal resistance near those components, those capacitors can quickly supply current when needed. This is also why you typically design PCBs with high currents with power traces in a star toplogy, so the influence between components is minimized.

  • For really high speeds, even the size of ceramic is important, you'll want to overlap several sizes of ceramic caps to fully overlap any fluctuating voltages on the power rails to the IC.

    This is a great explanation I used when I was still a young engineer: https://www.youtube.com/watch?v=BcJ6UdDx1vg

    • Thanks it actually was quite helpful to understand why I need to use such a capacitor for my chips! (Until towards the end he started getting really deep into it and my eyes glazed over)

      Am I correct in assuming that my project and the chips I use do not really require me to put 3 or 4 different value capacitors in parallel instead of just one? Also, he mentions that its a good idea to use this technique on all chips, so would there be a downside to me placing a (or more) capacitor on the Vcc pin of all 3 of my chips (RTC, LCD display, Bluetooth) even though their datasheets might not specifically mention requiring them? Basically, if I have the capacitors, is there a reason to not put a decoupling capacitor on the Vcc pin of any chip in your circuit?

  • Would there be any problem if I use an electrolytic capacitor instead of a ceramic one?

    Electrolytics have much, much larger parasitic resistances. Or under more layman terms: Electrolytics are always "slower" than ceramic capacitors. However, you're using a Arduino Leonardo, which as a 1uF ceramic capacitor across VCC / 5V and GND. You "might" get lucky and the capacitor there will save you. Its very far away and might not work though.

    Capacitors are basically considered the most important and numerous component on modern electronics. You should basically spam them to increase your reliability. They're a lucky-charm, many "mysterious" issues get solved with more capacitors, lol. Well, at least at the beginner levels.

    Lots of 100nF capacitors (not too small, not too big) help out the majority of designs. Of course, an expert would run real power models and simulate the results. But a beginner should instead just place a 100nF capacitor next to every VCC-pin of every chip you use. Seriously.

    • I see. A new question arose from reading your reply. Theoretically, if I were to put e.g. 2x1uF electrolytic (or any type) capacitors basically in series next to the power source of a chip, does that increase reliability or is there little reward for it?

      • in series

        In parallel. Remember that the parasitic resistance (and inductance) are the major issues.

        Capacitance adds in parallel. Resistances / inductances half in parallel. So by putting in parallel the capacitance grows while resistance/inductance shrinks.

        2x1uF electrolytic (or any type) capacitors basically in series next to the power source of a chip, does that increase reliability or is there little reward for it?

        "It Depends". For full details, seek a masters degree in power-electronics, PCB design, power delivery networks, and other advanced subjects.

        You're kinda-sorta on the right track but your understanding of the magnitudes at play here are way off.

        https://www.we-online.com/components/products/datasheet/860020672005.pdf

        This 1uF aluminum electrolytic capacitor from Wurth Electronics is measured to be 39.553 Ohms. With 2x of this capacitor in parallel you'll have ~20Ohms (halved) and 2uF of capacitance. (parallel halves the resistance and doubles the capacitance). The 20% to 80% rise-time of RC-circuits can be calculated with just 1.4 * RC constant. This means your two-capacitor team "reacts" within 56 microseconds.

        Meanwhile, the 1uF GRT033R60G105ME13 Murata 0201 (American) MLCC / Ceramic capacitor, commonly used for this task, has 0.01 ohms of resistance, roughly a THOUSAND-times less resistance than the Aluminum / Electrolytic capacitor. This capacitor "reacts" to the changing conditions within 0.014 microseconds (aka: 14 nanoseconds).

        Do you see the difference? The name of the game is to get:

        1. Enough capacitance to deal with the problem.
        2. After that, minimize resistance as low as possible (and inductance for the "worst" cases, like those 300W GPU we shove into computers), so that the capacitor can actually "react" in time.

        Once you "have enough capacitance" (and for most chips, that is 100nF), the way you speed up capacitors is buying low-resistance capacitors. And aluminum is among the slowest / biggest resistance capacitors in the entire market. So they're a bad choice.


        To have your aluminum capacitor team "work" at the same speeds as a ceramic capacitor, you'll need something like 2000 of them in parallel. Except at that point, you'll have a lot of other issues with your circuit (see leakage problems, soft-start / load dumps, etc. etc.). Its just the resistance game, Aluminum Electrolytic just fundamentally has too much resistance for this particular job.

        Now Aluminum is great for other jobs and other situations. But a big part of your electronics studies from now on is going to be passives (differences between capacitor chemistries, and so forth). No part works like in your textbook. The different chemistries have different reactions at different temperatures, different voltages, different frequencies, different use-cases and more. Its incredibly complicated.

        So yeah, seek a Masters-degree for more details. Hopefully this gives you an idea of what one aspect is going through my brain with the above questions.

18 comments