lecture notes + docs about electrical design and resistors

This commit is contained in:
2025-03-02 21:03:20 +01:00
parent fb4b6b11cb
commit 1b608469fb
19 changed files with 76 additions and 11 deletions

View File

@@ -129,21 +129,21 @@ Create seperate schematics and connect them using labels.
Use labels to keep it clean.
![alt text](image-1.png)
![alt text](image-1.jpg)
If you press `A` you can see all components
![alt text](image-2.png)
![alt text](image-2.jpg)
Now we search resistor and select it.
![alt text](image-3.png)
![alt text](image-3.jpg)
Now there is a resistor!
Now we can also add a LED the same way.
![alt text](image-4.png)
![alt text](image-4.jpg)
| Key | What? |
| :-- | -------------------------------------------------------- |
@@ -155,30 +155,30 @@ Now we can also add a LED the same way.
| | |
![alt text](image-5.png)
![alt text](image-5.jpg)
Connector mounting pins
Make sure to add VCC and GND to your design even when you use pins to connect something
![alt text](image-6.png)
![alt text](image-6.jpg)
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
![alt text](image-7.png)
![alt text](image-7.jpg)
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
![alt text](image-8.png)
![alt text](image-8.jpg)
After you've assigned it all it should look like this.
##### Custom shape
![alt text](image-9.png)
![alt text](image-9.jpg)
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
![alt text](image-10.png)
![alt text](image-10.jpg)
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.
![alt text](image-11.png)
![alt text](image-11.jpg)
Don't forget to change the settings in `Net Classes`
##### Exporting the board