mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
lecture notes + docs about electrical design and resistors
This commit is contained in:
@@ -129,21 +129,21 @@ Create seperate schematics and connect them using labels.
|
||||
|
||||
Use labels to keep it clean.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
If you press `A` you can see all components
|
||||
|
||||

|
||||

|
||||
Now we search resistor and select it.
|
||||
|
||||

|
||||

|
||||
|
||||
Now there is a resistor!
|
||||
Now we can also add a LED the same way.
|
||||
|
||||

|
||||

|
||||
|
||||
| Key | What? |
|
||||
| :-- | -------------------------------------------------------- |
|
||||
@@ -155,30 +155,30 @@ Now we can also add a LED the same way.
|
||||
| | |
|
||||
|
||||
|
||||

|
||||

|
||||
Connector mounting pins
|
||||
|
||||
Make sure to add VCC and GND to your design even when you use pins to connect something
|
||||
|
||||

|
||||

|
||||
Now we can go and make the circuit board.
|
||||
#### Pcb layout part
|
||||
In here you will define the physical placement of the pcb.
|
||||
|
||||
You can do anything with pcb's and you can make them any shape you want.
|
||||
##### Assigning footprints
|
||||

|
||||

|
||||
When importing I got this error
|
||||
This is because we didn't tell KiCad what type of components they are (SMD or through pins)
|
||||
|
||||
Tools -> assign footprints
|
||||
|
||||

|
||||

|
||||
After you've assigned it all it should look like this.
|
||||
|
||||
##### Custom shape
|
||||
|
||||

|
||||

|
||||
On the right you see a lot of layers.
|
||||
|
||||
Silkscreen - Text
|
||||
@@ -193,14 +193,14 @@ Always should give traces some more spaces between each other because otherwise
|
||||
|
||||
File -> Board setup -> design rules
|
||||
|
||||

|
||||

|
||||
In here yo can set design rules for the print.
|
||||
These settings are based on the machine it is produced on.
|
||||
|
||||
For high power circuits you need to set bigger traces otherwise you have a higher resistance and the traces will get hot.
|
||||
|
||||
|
||||

|
||||

|
||||
Don't forget to change the settings in `Net Classes`
|
||||
|
||||
##### Exporting the board
|
||||
|
Reference in New Issue
Block a user