Which voltage rating of VCC to GND capacitor? #491
Unanswered
SquashSquishSquaw
asked this question in
Q&A
Replies: 1 comment 6 replies
-
If you are running the mcu at 5V, it should be at least 6.3V, but I like to use X7R 50V rated parts, as they are commonly available cheap. https://www.digikey.com/en/products/detail/kemet/C0805C104M5RACTU/411168. 25V is ok, 16V fine too. Anything lower, then I'd want to know more about your voltage regulation circuit or power source before recommending. I also like to add in a 1uF in parallel to the .1uF (can be 16V or 25V) for a bit of extra stability. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
a capacitor is required between the MCU's VCC and GND pins:
https://github.com/SpenceKonde/megaTinyCore/blob/master/Wiring.md
I assume the purpose is to remove voltage spikes from the PSU and/or to smooth voltage. Could someone please tell me what would be a useful voltage rating for this capacitor?
Many thanks
Jenny
Beta Was this translation helpful? Give feedback.
All reactions