▲ | stavros 7 days ago | ||||||||||||||||
This is great! I never understood how people learn how to make solid PCBs, I've made a few things but I think I must be missing some decoupling capacitors or resistors or whatever, because my microcontrollers aren't very stable. How do you all just know what stuff to put on the PCB? Do you read the datasheet for the component and add whatever is there? | |||||||||||||||||
▲ | waerhert 7 days ago | parent | next [-] | ||||||||||||||||
Checking the datasheet is essential, they usually show the “must-have” parts around a chip. Beyond that, good habits are adding decoupling caps close to the pins, keeping ground solid, and following the reference layout. I also learned a lot just by listening to experienced designers explain their choices, like here: https://www.youtube.com/watch?v=aVUqaB0IMh4 | |||||||||||||||||
| |||||||||||||||||
▲ | Palomides 7 days ago | parent | prev | next [-] | ||||||||||||||||
basically every part will provide a minimal schematic in the datasheet or have a reference design you can copy from some stuff may be somewhat glossed over, like usage of ground planes or which traces you're supposed to keep short, but when those are important they'll usually be mentioned, or even spelled out in a application note | |||||||||||||||||
▲ | bongodongobob 7 days ago | parent | prev | next [-] | ||||||||||||||||
Yeah, you have to read the data sheets. Beyond that, use decoupling caps for all power pins, as close to the chip as you can, and make one side of the PCB a ground plane. These 2 things should solve most of your issues. | |||||||||||||||||
| |||||||||||||||||
▲ | ACCount37 7 days ago | parent | prev [-] | ||||||||||||||||
For an MCU: find a development board with schematics available, and use that as a reference/starting point. |