Skip to content
Snippets Groups Projects
Commit 6c4155bf authored by Jonas Jacobsson's avatar Jonas Jacobsson
Browse files

fixed 17. 16 is not really done yet.

parent 5d382d1d
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ Until now you have used the USB only to power the system, but you will need to a
You may also want to protect your system from ESD (Electrostatic discharge). To that end you may optionally add [ESD protection circuitry](https://www.elfa.se/en/esd-protection-diode-bi-directional-25v-sot-23-st-usblc6-2sc6/p/30034148).
### 16) Assign Footprint
### 16) <span style="color: yellow;"> Assign Footprint *Nearly done* </span>
It is very important that the pin numbering on your component is correct to the footprint in the library! Always double check with the datasheet. You will now associate each component to a footprint.
......@@ -212,7 +212,7 @@ It is very important that the pin numbering on your component is correct to the
Hint: Check that the numbering of the pins are correct! Hint 2: When you are working with your project later, you will probably not find all footprints in the standard library. There are good tutorials on youtube on how to draw your ownfootprints.
### 17) Electric Rule Check (ERC)
### 17) <span style="color: green;"> Electric Rule Check (ERC) *Done* </span>
ERC is a check that detects if you have any ”loose ends”, meaning that it will give you a warning if you have a net with only one connection. It will also give you a warning if you have drawn a net to a component but the net and the component haven’t connected. To get the ERC to work as intended, you have to mark all the unused pins with a Not-connected flag, found to the right.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment