You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,34 @@ Resource
26
26
27
27
*[The KiCad site](http://kicad-pcb.org/)
28
28
29
-
**KiCad installation
29
+
**KiCad installation**
30
30
31
+
* Uninstall previous versions of KiCad
31
32
* Download KiCad stable version 4.0.5 from [http://kicad-pcb.org/download/](http://kicad-pcb.org/download/windows/) and install
32
33
* After install, you'll be prompted to install "Wings 3D", check this box to be redirected to [http://www.wings3d.com/](http://www.wings3d.com/)
33
34
* Download and install the stable release 2.1.5
34
35
36
+
**Using the libraries**
37
+
38
+
* Create a local project (this is necessary because projects hold library path information)
39
+
* Open the "Schematic Library Editor"
40
+
* Prefrences -> Component Libraries
41
+
* Remove all libraries from list
42
+
* Add -> navigate to SparkFun-KiCad-Libraries -> select all .lib files -> open, then hit OK
43
+
* Test by selecting an active library. All sparkfun libraries should be displayed. Close the library editor
44
+
* Open the "PCB Footprint Editor"
45
+
* Prefrences -> Footprint Library Manager
46
+
* Remove all (if any) libraries, hit OK
47
+
* Prefrences -> Footprint Libraries Wizard
48
+
* Next (files on my computer)
49
+
* Navigate to SparkFun-KiCad-Libraries -> select all .mod files and hit ok
50
+
* Next
51
+
* Select for this project only
52
+
* Next
53
+
* Close the editor
54
+
* Save the project (Green arrow into extern HDD icon, no menu exists)
55
+
56
+
Now, This project is linked to the libraries. Open a schematic and place components. See kicad enginursday post for converting from schematic into board (Note: You need to have nets for this to work... not just unconnected components)
0 commit comments