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!

  • 486@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    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.

    • promitheas@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      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??)

      • 486@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        15 hours ago

        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.

  • hardware26@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Decoupling capacitor is there to filter out hogh frequency ripples from the lower supply. It is very hard for the consumer to know the high frequency current consumption of the chip, and its effects on the chip. Therefore decoupling is something where you should always follow the datasheet recommendation. As others said, ceramic capacitor has lower series resistance and inductance, which makes it the better choice for decoupling. Follow the instructions on layout as well, which usually says that decoupling capacitor should be as close as possible to the chip and grounded well. That being said, if you are prototyping on a breadboard, series inductance of a capacitor may not be your biggest concern, as breadboard connections will have that too. You can also still try to get your circuit working with the capacitor you have while waiting for ceramic one, chances are any capacitor will work good enough.

    • promitheas@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      Yes, I’ll probably just be doing this on breadboards, but there is a chance I might eventually move it to a PCB (assuming I learn that part of KiCAD soon enough and have enough time to order PCBs before I need to submit). In either case, the power source of the entire system will probably be some holder/rack (not sure what they are actually called) for several AA or AAA batteries. Basically it will need to be something that a theoretical consumer would be able to replace easily - the batteries that is.

      Do the problems outlined in your and other’s comments about these types of capacitors in this application also present from regular batteries, or are they usually not high voltage enough to cause problems?

      • hardware26@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        15 hours ago

        It is not much about the voltage level but high frequency current activity. Current can cause voltage drop on parasitic resistance and inductance of the breadboard, jumpers, connections, passive components etc. and can cause supply of the chip to be non-ideal or ripple. Your power source is a battery and not a switching power supply, so power will be cleaner, which is good. The chip also doesn’t consume high current, and its output is 32khz clock, fairly low frequency. So I wouldn’t worry so much about decoupling.

  • besselj
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Usually the datasheet has some guidance for the type/value of decoupling capacitor to use.

    Electrolytic is probably fine as long as you get the polarity right.

    • promitheas@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      The datasheet just has this:

      DC Power Pin for Primary Power Supply. This pin should be decoupled using a 0.1µF to 1.0µF capacitor. If not used, connect to ground.

      But if it really is OK to use an electrolytic one given the polarity is correct, then thats still good. Ive been looking on online stores for 1uF ceramic capacitors and I couldnt find any.