It's my first time designing a circuit and I want to make sure the pcb matches the schematics. I know I can check this on the software itself but there are too many components that it's too confusing to check. I apologize if this does not fit for the forums.
Here is the pcb. The microcontroller used is pro micro
This is the rc circuit that I want to replicate for the three buttons.
Paul_B
December 21, 2021, 9:20pm
2
Yeah, I can see that!
You have a microcontroller. There is absolutely no need to use a "hardware" debouncing circuit.
I believe you have an RGB LED. It requires current limiting resistors for each colour.
That is not a PCB (meaning: Printed Circuit Board) diagram.
1 Like
oops, I forgot about the resistors. Thanks!
I just want to try putting hardware debounce because it is the first time I am making a circuit.
Paul_B
December 22, 2021, 10:04am
4
But you have a microcontroller/ microprocessor. Hardware debounce is a total waste of time.
(There's a pun in there. )
1 Like
alto777
December 22, 2021, 5:37pm
6
Yes. The nice thing is that the i/o pins configured as INPUT on the Arduino have Schmitt triggers.
At least the ATmega328.
a7
1 Like
system
Closed
June 20, 2022, 5:56pm
8
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.